summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-20 12:58:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-20 12:58:26 +0000
commitcca7b31a3958cc07c5fbfe3522a96128814aac3e (patch)
treeacbc0e937d981e003cb40961fad5d2f413d2e127 /x11-libs
parentpic nonsense removed (diff)
downloadgentoo-2-cca7b31a3958cc07c5fbfe3522a96128814aac3e.tar.gz
gentoo-2-cca7b31a3958cc07c5fbfe3522a96128814aac3e.tar.bz2
gentoo-2-cca7b31a3958cc07c5fbfe3522a96128814aac3e.zip
removed pic stuff
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libast/ChangeLog8
-rw-r--r--x11-libs/libast/files/digest-libast-0.4-r11
-rw-r--r--x11-libs/libast/files/digest-libast-0.5-r11
-rw-r--r--x11-libs/libast/libast-0.5-r1.ebuild (renamed from x11-libs/libast/libast-0.4-r1.ebuild)16
4 files changed, 18 insertions, 8 deletions
diff --git a/x11-libs/libast/ChangeLog b/x11-libs/libast/ChangeLog
index 84dd7c04e73e..d6bb49cf7270 100644
--- a/x11-libs/libast/ChangeLog
+++ b/x11-libs/libast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libast
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.6 2003/03/03 09:31:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/ChangeLog,v 1.7 2003/03/20 12:58:26 seemant Exp $
+
+*libast-0.5-r1 (20 Mar 2003)
+
+ 20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> libast-0.4-r1.ebuild,
+ libast-0.4-r1.ebuild, libast-0.5-r1.ebuild:
+ pic nonsense removed: version bumped
03 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> libast-0.5.ebuild :
Unmasked becuse of unmasking of eterm-0.9.2.
diff --git a/x11-libs/libast/files/digest-libast-0.4-r1 b/x11-libs/libast/files/digest-libast-0.4-r1
deleted file mode 100644
index 143650c68d42..000000000000
--- a/x11-libs/libast/files/digest-libast-0.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9424286314c1d816699b28964b91d015 libast-0.4.tar.gz 150283
diff --git a/x11-libs/libast/files/digest-libast-0.5-r1 b/x11-libs/libast/files/digest-libast-0.5-r1
new file mode 100644
index 000000000000..18efb6adbbc9
--- /dev/null
+++ b/x11-libs/libast/files/digest-libast-0.5-r1
@@ -0,0 +1 @@
+MD5 335ead8e8168bc06284c822f1f655eb8 libast-0.5.tar.gz 276591
diff --git a/x11-libs/libast/libast-0.4-r1.ebuild b/x11-libs/libast/libast-0.5-r1.ebuild
index 414ad5b5aca8..01f45f7701a0 100644
--- a/x11-libs/libast/libast-0.4-r1.ebuild
+++ b/x11-libs/libast/libast-0.5-r1.ebuild
@@ -1,27 +1,31 @@
# 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.4-r1.ebuild,v 1.10 2003/03/20 12:57:30 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r1.ebuild,v 1.1 2003/03/20 12:58:26 seemant Exp $
+
+IUSE="imlib"
S=${WORKDIR}/${P}
DESCRIPTION="LIBrary of Assorted Spiffy Things. Needed for Eterm."
-HOMEPAGE="http://www.eterm.org/download"
+HOMEPAGE="http://www.eterm.org/download/"
SRC_URI="http://www.eterm.org/download/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa ~arm"
+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
- myconf="--disable-mmx"
- econf || die
+ local myconf="--disable-mmx --with-gnu-ld --with-x"
+ use imlib && myconf="${myconf} --with-imlib"
+
+ econf ${myconf}
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc README
}