summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-27 10:07:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-27 10:07:18 +0000
commit5a8e4728b2f032559c7558e609b8b3480983ce3b (patch)
treeb94bce5de0ba0a8633fe3ec84ac8e1d5a82f12eb /media-libs/imlib2_loaders
parentrepoman (diff)
downloadgentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.tar.gz
gentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.tar.bz2
gentoo-2-5a8e4728b2f032559c7558e609b8b3480983ce3b.zip
repoman fix
Diffstat (limited to 'media-libs/imlib2_loaders')
-rw-r--r--media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.200302201
-rw-r--r--media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220.ebuild45
2 files changed, 0 insertions, 46 deletions
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
-}