summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-04-19 13:26:58 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-04-19 13:26:58 +0000
commitcb5ec5cec054e227115d3c089dec7647367525ce (patch)
tree62b12394d16bda5706fca5c826af2e64023f7e1d /x11-misc/xaos
parentRemoved S=... with no effect, added IUSE (Manifest recommit) (diff)
downloadgentoo-2-cb5ec5cec054e227115d3c089dec7647367525ce.tar.gz
gentoo-2-cb5ec5cec054e227115d3c089dec7647367525ce.tar.bz2
gentoo-2-cb5ec5cec054e227115d3c089dec7647367525ce.zip
Cleanup, stable for ppc
Diffstat (limited to 'x11-misc/xaos')
-rw-r--r--x11-misc/xaos/ChangeLog8
-rw-r--r--x11-misc/xaos/files/digest-xaos-3.1_pre51
-rw-r--r--x11-misc/xaos/xaos-3.1.ebuild4
-rw-r--r--x11-misc/xaos/xaos-3.1_pre5.ebuild58
4 files changed, 8 insertions, 63 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog
index ded350d69b10..967367c7ce34 100644
--- a/x11-misc/xaos/ChangeLog
+++ b/x11-misc/xaos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xaos
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.6 2004/04/14 09:09:02 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.7 2004/04/19 13:26:58 phosphan Exp $
+
+ 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> xaos-3.1.ebuild,
+ xaos-3.1_pre5.ebuild:
+ Cleanup, stable for ppc
07 Jan 2003; George Shapovalov <george@gentoo.org> xaos-3.1.ebuild, metadata.xml :
marked 3.1 stable, added metadata
diff --git a/x11-misc/xaos/files/digest-xaos-3.1_pre5 b/x11-misc/xaos/files/digest-xaos-3.1_pre5
deleted file mode 100644
index 7bdd97ada4fc..000000000000
--- a/x11-misc/xaos/files/digest-xaos-3.1_pre5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 904691517303d2bedddf33b3d68f97cc XaoS-3.1pre5.tar.gz 1030548
diff --git a/x11-misc/xaos/xaos-3.1.ebuild b/x11-misc/xaos/xaos-3.1.ebuild
index c2129ef2a41a..359559eed6a0 100644
--- a/x11-misc/xaos/xaos-3.1.ebuild
+++ b/x11-misc/xaos/xaos-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1.ebuild,v 1.4 2004/01/08 02:42:13 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1.ebuild,v 1.5 2004/04/19 13:26:58 phosphan Exp $
IUSE="X svga aalib ggi"
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/xaos/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
DEPEND="X? ( virtual/x11 )
svga? ( >=media-libs/svgalib-1.4.3 )
diff --git a/x11-misc/xaos/xaos-3.1_pre5.ebuild b/x11-misc/xaos/xaos-3.1_pre5.ebuild
deleted file mode 100644
index 5e51ee9cdb98..000000000000
--- a/x11-misc/xaos/xaos-3.1_pre5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.1_pre5.ebuild,v 1.6 2003/09/05 23:18:18 msterret Exp $
-
-IUSE="X svga aalib"
-
-MY_PN="XaoS"
-MY_P=${MY_PN}-${PV/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A very fast real-time fractal zoomer"
-HOMEPAGE="http://sourceforge.net/projects/xaos/"
-SRC_URI="mirror://sourceforge/xaos/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-
-DEPEND="X? ( virtual/x11 )
- svga? ( >=media-libs/svgalib-1.4.3 )
- aalib? ( media-libs/aalib )
- sys-libs/zlib
- media-libs/libpng"
-
-
-src_compile() {
- local myconf
- use X || myconf="--with-x11-driver=no"
-# use dga || myconf="${myconf} --with-dga-driver=no"
-
-# ggi support is broken
-# use ggi ||
- myconf="${myconf} --with-ggi-driver=no"
- use svga || myconf="${myconf} --with-svga-driver=no"
-# use aalib || myconf="${myconf} --with-aa-driver=no"
-
- #i18n support is quite broken in XaoS, it gets installed
- #anyway, so we remove it later during install if not desired
- use nls || myconf="${myconf} --with-i18n=no"
-
- ./configure --prefix=/usr ${myconf} && make || die
-}
-
-src_install() {
- # these get installed, assuming that the directories exist!
- mkdir -p ${D}/usr/share/locale/{hu,es,fr,cs,de}/LC_MESSAGES
- mkdir -p ${D}/usr/share/{man,info}
- make \
- prefix=${D}/usr \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- LOCALEDIR=${D}/usr/share/locale \
- install || die
-
- use nls || rm -r ${D}/usr/share/locale
-
- dodoc ChangeLog* COPYING INSTALL* TODO*
-}