summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-21 20:27:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-21 20:27:46 +0000
commite00775ba6d9a5232d53bc0189cf02bad94f61311 (patch)
treeb3112fff4f07d52bd60c7291f1383735bd217792 /media-libs
parentno need to define KEYWORDS (diff)
downloadhistorical-e00775ba6d9a5232d53bc0189cf02bad94f61311.tar.gz
historical-e00775ba6d9a5232d53bc0189cf02bad94f61311.tar.bz2
historical-e00775ba6d9a5232d53bc0189cf02bad94f61311.zip
restore lost version and fix KEYWORDS
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.1.21
-rw-r--r--media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild4
-rw-r--r--media-libs/imlib2_loaders/imlib2_loaders-1.1.2.ebuild22
3 files changed, 24 insertions, 3 deletions
diff --git a/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.1.2 b/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.1.2
new file mode 100644
index 000000000000..a60ab41a713e
--- /dev/null
+++ b/media-libs/imlib2_loaders/files/digest-imlib2_loaders-1.1.2
@@ -0,0 +1 @@
+MD5 093664396dd3a0de3218993d3f5422b8 imlib2_loaders-1.1.2.tar.gz 308382
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild
index c342cb87f1e0..b3d1500a09c9 100644
--- a/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild
+++ b/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild,v 1.1 2004/10/18 12:57:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.20041016.ebuild,v 1.2 2004/10/21 20:27:46 vapier Exp $
EHACKAUTOGEN=YES
EAUTOMAKE=1.6
@@ -9,8 +9,6 @@ inherit enlightenment
DESCRIPTION="image loader plugins for Imlib 2"
HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html"
-KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 ppc64"
-
RDEPEND=">=media-libs/imlib2-1.1.2
>=dev-db/edb-1.0.5
>=dev-libs/eet-0.9.9"
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.ebuild
new file mode 100644
index 000000000000..6c3834d2b9ac
--- /dev/null
+++ b/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.1.2.ebuild,v 1.3 2004/10/21 20:27:46 vapier Exp $
+
+EHACKAUTOGEN=YES
+EAUTOMAKE=1.6
+inherit enlightenment
+
+DESCRIPTION="image loader plugins for Imlib 2"
+HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html"
+
+RDEPEND=">=media-libs/imlib2-1.1.2
+ >=dev-db/edb-1.0.5
+ >=dev-libs/eet-0.9.9"
+
+src_compile() {
+ export MY_ECONF="
+ --enable-eet
+ --enable-edb
+ "
+ enlightenment_src_compile
+}