summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-09 16:42:37 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-09 16:42:37 +0000
commit5038d72f16b9dc8bf020b1387c61f59210c35af8 (patch)
tree8472f7d10fcdc26deb178b70e93254b2fd54c0d0 /gnome-base/eel/eel-2.4.0.ebuild
parentnew version (diff)
downloadgentoo-2-5038d72f16b9dc8bf020b1387c61f59210c35af8.tar.gz
gentoo-2-5038d72f16b9dc8bf020b1387c61f59210c35af8.tar.bz2
gentoo-2-5038d72f16b9dc8bf020b1387c61f59210c35af8.zip
new version
Diffstat (limited to 'gnome-base/eel/eel-2.4.0.ebuild')
-rw-r--r--gnome-base/eel/eel-2.4.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome-base/eel/eel-2.4.0.ebuild b/gnome-base/eel/eel-2.4.0.ebuild
new file mode 100644
index 000000000000..38337c5b6744
--- /dev/null
+++ b/gnome-base/eel/eel-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.4.0.ebuild,v 1.1 2003/09/09 16:42:27 foser Exp $
+
+inherit gnome2
+
+IUSE=""
+DESCRIPTION="EEL is the Eazel Extentions Library"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="2"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
+
+RDEPEND=">=dev-libs/glib-2
+ >=gnome-base/gconf-1.2
+ >=x11-libs/gtk+-2.2
+ >=media-libs/libart_lgpl-2.3.8
+ >=dev-libs/libxml2-2.4.7
+ >=gnome-base/gnome-vfs-2
+ >=dev-libs/popt-1.5
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gail-1"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README INSTALL NEWS TODO MAINTAINERS"