summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-07 22:08:22 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-07 22:08:22 +0000
commitc6ff474b555b1ab4b5affb893f5ffe81c37eb9be (patch)
treed98ba4498db596b6c5f113677f83f6efe26f9bef /gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild
parentVersion bump. Fixes bug #26482. (diff)
downloadhistorical-c6ff474b555b1ab4b5affb893f5ffe81c37eb9be.tar.gz
historical-c6ff474b555b1ab4b5affb893f5ffe81c37eb9be.tar.bz2
historical-c6ff474b555b1ab4b5affb893f5ffe81c37eb9be.zip
gnome 2.4 rc1
Diffstat (limited to 'gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild')
-rw-r--r--gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild b/gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild
new file mode 100644
index 000000000000..bf06102352b3
--- /dev/null
+++ b/gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.4.0.ebuild,v 1.1 2003/09/07 22:07:15 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="An editor to the GNOME 2 config system"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+
+RDEPEND=">=gnome-base/gconf-1.2
+ >=x11-libs/gtk+-2.0.2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS"