diff options
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.ebuild | 20 |
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" |