diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 02:40:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 02:40:51 +0000 |
commit | aeafee2dac304ee6974edbb2ec615fb4aaa717ec (patch) | |
tree | 15db8ddb5fc9248667a5e684a4eaaf5af0f2e5fe /media-libs/imlib2_loaders | |
parent | hello edje (diff) | |
download | historical-aeafee2dac304ee6974edbb2ec615fb4aaa717ec.tar.gz historical-aeafee2dac304ee6974edbb2ec615fb4aaa717ec.tar.bz2 historical-aeafee2dac304ee6974edbb2ec615fb4aaa717ec.zip |
old
Diffstat (limited to 'media-libs/imlib2_loaders')
4 files changed, 0 insertions, 88 deletions
diff --git a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220-r1 b/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220-r1 deleted file mode 100644 index f3931092dd18..000000000000 --- a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030220-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b2844a991ea92cb9d07d6d923da73f2 imlib2_loaders-1.0.4.20030220.tar.bz2 84606 diff --git a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030629 b/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030629 deleted file mode 100644 index 2fcd30159e22..000000000000 --- a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.0.4.20030629 +++ /dev/null @@ -1 +0,0 @@ -MD5 713df743275332bd4b945db8db79f2c9 imlib2_loaders-1.0.4.20030629.tar.bz2 85449 diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220-r1.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220-r1.ebuild deleted file mode 100644 index f27349464223..000000000000 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030220-r1.ebuild +++ /dev/null @@ -1,44 +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-r1.ebuild,v 1.1 2003/03/20 13:59:36 vladimir 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 ~sparc ~hppa ~mips ~arm" -IUSE="X" - -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 X x` \ - --enable-eet \ - --enable-edb \ - --with-gnu-ld \ - || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodoc ChangeLog README -} diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030629.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030629.ebuild deleted file mode 100644 index 7bcc530ace8b..000000000000 --- a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20030629.ebuild +++ /dev/null @@ -1,42 +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.20030629.ebuild,v 1.1 2003/06/29 19:18:13 vapier Exp $ - -inherit enlightenment flag-o-matic - -DESCRIPTION="image loader plugins for Imlib 2" -HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~mips ~arm" -IUSE="${IUSE} X" - -DEPEND="${DEPEND} - >=media-libs/imlib2-1.0.6.2003* - >=dev-db/edb-1.0.3.2003* - >=dev-libs/eet-0.0.1.2003*" - -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 X x` \ - --enable-eet \ - --enable-edb \ - --with-gnu-ld \ - || die - emake || die -} - -src_install() { - make install DESTDIR=${D} || die - dodoc ChangeLog README -} |