summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild')
-rw-r--r--app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild b/app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild
new file mode 100644
index 000000000000..1dfdc3acbf8e
--- /dev/null
+++ b/app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-tools-backends/system-tools-backends-1.4.1.ebuild,v 1.1 2005/12/05 03:41:36 compnerd Exp $
+
+inherit gnome2
+
+DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
+HOMEPAGE="http://www.gnome.org/projects/gst/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="net-misc/openssh
+ userland_GNU? ( sys-apps/shadow )
+ >=dev-libs/libxml2-2.4.12
+ !<app-admin/gnome-system-tools-1.1.91
+ dev-lang/perl"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.29"
+
+DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
+
+USE_DESTDIR="1"