diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 10:07:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 10:07:18 +0000 |
commit | 5a8e4728b2f032559c7558e609b8b3480983ce3b (patch) | |
tree | b94bce5de0ba0a8633fe3ec84ac8e1d5a82f12eb /media-libs | |
parent | repoman (diff) | |
download | gentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.tar.gz gentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.tar.bz2 gentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.zip |
repoman fix
Diffstat (limited to 'media-libs')
3 files changed, 2 insertions, 48 deletions
diff --git a/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild b/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild index 1895ff70cfa8..2a2bbc205127 100644 --- a/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild,v 1.2 2003/03/27 09:10:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.20030220-r1.ebuild,v 1.3 2003/03/27 10:06:45 seemant Exp $ inherit flag-o-matic -IUSE="mmx ungif gif png jpeg tiff static X" +IUSE="mmx gif png jpeg tiff static X" S=${WORKDIR}/${PN} DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" diff --git a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220 b/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220 deleted file mode 100644 index f3931092dd18..000000000000 --- a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b2844a991ea92cb9d07d6d923da73f2 imlib2_loaders-1.0.4.20030220.tar.bz2 84606 diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220.ebuild deleted file mode 100644 index 012dc713894e..000000000000 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220.ebuild,v 1.3 2003/03/13 22:06:50 agriffis Exp $ - -inherit flag-o-matic - -DESCRIPTION="image loader plugins for Imlib 2" -HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://wh0rd.tk/gentoo/distfiles/${P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" -IUSE="X pic" - -DEPEND=">=media-libs/imlib2-1.0.6.2003* - >=dev-db/edb-1.0.3.2003* - >=dev-libs/eet-0.0.1.2003*" -#RDEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - cp autogen.sh{,.old} - sed -e 's:.*configure.*::' autogen.sh.old > autogen.sh - env WANT_AUTOCONF_2_5=1 ./autogen.sh || die "could not autogen" - cd libltdl && env WANT_AUTOCONF_2_5=1 autoconf && cd .. - - use alpha && append-flags '-fPIC' - - econf \ - `use_with pic` \ - `use_with X x` \ - --enable-eet \ - --enable-edb \ - --with-gnu-ld \ - || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodoc ChangeLog README -} |