summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gksu/gksu-1.0.5.ebuild')
-rw-r--r--x11-libs/gksu/gksu-1.0.5.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-libs/gksu/gksu-1.0.5.ebuild b/x11-libs/gksu/gksu-1.0.5.ebuild
deleted file mode 100644
index 8f301c8f16f6..000000000000
--- a/x11-libs/gksu/gksu-1.0.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-1.0.5.ebuild,v 1.10 2006/05/06 12:46:44 dragonheart Exp $
-
-DESCRIPTION="This library provides a gtk+ front end to su and sudo"
-HOMEPAGE="http://www.nongnu.org/gksu/"
-SRC_URI="http://people.debian.org/~kov/gksu/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
-IUSE="nls"
-RDEPEND="
- >=x11-libs/gtk+-2
- x11-libs/pango
- dev-util/gtk-doc
- nls? ( sys-devel/gettext )
- dev-libs/glib
- app-admin/sudo
- || (
- ( >=x11-libs/libX11-1.0.0 )
- virtual/x11 )"
-
-DEPEND="${RDEPEND}
- sys-apps/gawk
- sys-apps/sed
- sys-devel/bison"
-
-src_compile() {
-
- econf `use_enable nls` || die "Configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
-}