diff options
Diffstat (limited to 'app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild')
-rw-r--r-- | app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild b/app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild new file mode 100644 index 000000000000..545110cc9587 --- /dev/null +++ b/app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-0.34.0-r1.ebuild,v 1.1 2004/07/11 19:33:03 azarah Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" +HOMEPAGE="http://www.gnome.org/projects/gst/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RDEPEND="net-misc/openssh + sys-apps/shadow + >=x11-libs/gtk+-2.4 + >=gnome-base/libgnomeui-1.109 + >=gnome-base/libglade-1.99.5 + >=gnome-base/gconf-2.2 + >=dev-libs/libxml2-2.4.12" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.29" + +DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" + +USE_DESTDIR="1" + +src_unpack() { + unpack ${A} + + cd ${S} + # http://bugs.gnome.org/show_bug.cgi?id=147362 + epatch ${FILESDIR}/${P}-fix-nopasswd-auth.patch +} |