summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-13 17:55:18 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-13 17:55:18 +0000
commit377a301c4c60bbd9328c13df9b42c654eb8bc6e3 (patch)
treecc43f8af4941a150c938da9f56a3cafdc2dd626c /app-admin/gnomesu/gnomesu-0.3.1.ebuild
parentAdded inherit multilib and closing bug #173403. (diff)
downloadgentoo-2-377a301c4c60bbd9328c13df9b42c654eb8bc6e3.tar.gz
gentoo-2-377a301c4c60bbd9328c13df9b42c654eb8bc6e3.tar.bz2
gentoo-2-377a301c4c60bbd9328c13df9b42c654eb8bc6e3.zip
scheduled removal, bug 147550
Diffstat (limited to 'app-admin/gnomesu/gnomesu-0.3.1.ebuild')
-rw-r--r--app-admin/gnomesu/gnomesu-0.3.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/gnomesu/gnomesu-0.3.1.ebuild b/app-admin/gnomesu/gnomesu-0.3.1.ebuild
deleted file mode 100644
index fc8e6d50bf16..000000000000
--- a/app-admin/gnomesu/gnomesu-0.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gnomesu/gnomesu-0.3.1.ebuild,v 1.24 2006/11/18 21:29:52 compnerd Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="GNOME2 interface to su, previously xsu and xsu2"
-HOMEPAGE="http://xsu.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xsu/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2
- >=dev-libs/glib-2
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=x11-libs/libzvt-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-desktopfix.patch
-}
-
-src_install() {
- gnome2_src_install xsudocdir=/usr/share/doc/${PF}
-}