diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-14 08:02:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-14 08:02:59 +0000 |
commit | 53ab979fdfbe1bb089307530c6e09b0d918a5cf1 (patch) | |
tree | 302ec850bd0121631207d6d5a9f788c9359e4d80 /x11-libs/libast | |
parent | removed alsa patches (diff) | |
download | gentoo-2-53ab979fdfbe1bb089307530c6e09b0d918a5cf1.tar.gz gentoo-2-53ab979fdfbe1bb089307530c6e09b0d918a5cf1.tar.bz2 gentoo-2-53ab979fdfbe1bb089307530c6e09b0d918a5cf1.zip |
old
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/files/digest-libast-0.5 | 1 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.5-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.5.ebuild | 31 |
3 files changed, 2 insertions, 34 deletions
diff --git a/x11-libs/libast/files/digest-libast-0.5 b/x11-libs/libast/files/digest-libast-0.5 deleted file mode 100644 index 18efb6adbbc9..000000000000 --- a/x11-libs/libast/files/digest-libast-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 335ead8e8168bc06284c822f1f655eb8 libast-0.5.tar.gz 276591 diff --git a/x11-libs/libast/libast-0.5-r1.ebuild b/x11-libs/libast/libast-0.5-r1.ebuild index 1e347cd64d03..d7a70c7b836e 100644 --- a/x11-libs/libast/libast-0.5-r1.ebuild +++ b/x11-libs/libast/libast-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r1.ebuild,v 1.2 2003/04/09 15:50:10 todd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r1.ebuild,v 1.3 2003/11/14 08:02:59 vapier Exp $ IUSE="imlib" @@ -11,7 +11,7 @@ SRC_URI="http://www.eterm.org/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ppc alpha sparc ~alpha ~mips hppa ~arm" DEPEND="virtual/x11 >=media-libs/freetype-1.3" diff --git a/x11-libs/libast/libast-0.5.ebuild b/x11-libs/libast/libast-0.5.ebuild deleted file mode 100644 index f01d44f0410f..000000000000 --- a/x11-libs/libast/libast-0.5.ebuild +++ /dev/null @@ -1,31 +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-libs/libast/libast-0.5.ebuild,v 1.5 2003/03/20 12:57:30 seemant Exp $ - -IUSE="imlib" - -S=${WORKDIR}/${P} -DESCRIPTION="LIBrary of Assorted Spiffy Things. Needed for Eterm." -HOMEPAGE="http://www.eterm.org/download/" -SRC_URI="http://www.eterm.org/download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha ~sparc ~alpha ~mips ~hppa ~arm" - -DEPEND="virtual/x11 - >=media-libs/freetype-1.3" - -src_compile() { - # always disable mmx because binutils-2.11.92+ seems to be broken for this package - local myconf="--disable-mmx --with-gnu-ld --with-x" - use imlib && myconf="${myconf} --with-imlib" - - econf ${myconf} - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README -} |