summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-08 19:43:10 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-08 19:43:10 +0000
commita9c04f12805f4c02d6585d91bda9321e89bfa61e (patch)
tree79f86a49eb56125c79c74d73f0bf502732e82897 /app-admin/gnomesu
parentnew package, gnomesu is like su -c but with a gnome interface (diff)
downloadgentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.tar.gz
gentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.tar.bz2
gentoo-2-a9c04f12805f4c02d6585d91bda9321e89bfa61e.zip
new package, gnomesu is like su -c but with a gnome interface
Diffstat (limited to 'app-admin/gnomesu')
-rw-r--r--app-admin/gnomesu/ChangeLog11
-rw-r--r--app-admin/gnomesu/Manifest4
-rw-r--r--app-admin/gnomesu/files/digest-gnomesu-0.3.11
-rw-r--r--app-admin/gnomesu/files/gnomesu-0.3.1-desktopfix.patch12
-rw-r--r--app-admin/gnomesu/gnomesu-0.3.1.ebuild29
5 files changed, 55 insertions, 2 deletions
diff --git a/app-admin/gnomesu/ChangeLog b/app-admin/gnomesu/ChangeLog
new file mode 100644
index 000000000000..83ca400bc7a3
--- /dev/null
+++ b/app-admin/gnomesu/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-admin/gnomesu
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gnomesu/ChangeLog,v 1.1 2003/06/08 19:43:03 liquidx Exp $
+
+*gnomesu-0.3.1 (08 Jun 2003)
+
+ 08 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnomesu-0.3.1.ebuild,
+ files/gnomesu-0.3.1-desktopfix.patch:
+ new package. thanks to Nicholas D. Wolfwood <wolfwood@users.sourceforge.net>
+ (#22133) (#14547)
+
diff --git a/app-admin/gnomesu/Manifest b/app-admin/gnomesu/Manifest
index 42ee3c8c6f23..9005ac8f4f78 100644
--- a/app-admin/gnomesu/Manifest
+++ b/app-admin/gnomesu/Manifest
@@ -1,4 +1,4 @@
-MD5 c0e11137c7dd02534f86ed86c166c502 gnomesu-0.3.1.ebuild 622
-MD5 2213505417ebf9cb0154dc0818f9a1fe ChangeLog 367
+MD5 be845414eb2107a0ddd938173911ec72 gnomesu-0.3.1.ebuild 724
+MD5 7f500e65e32c4a5f996eb800d9e8ec74 ChangeLog 458
MD5 6a9d98cc7e10e1a9355d93dcc2590019 files/gnomesu-0.3.1-desktopfix.patch 361
MD5 d82bf746f24d99997d12c517f8741242 files/digest-gnomesu-0.3.1 65
diff --git a/app-admin/gnomesu/files/digest-gnomesu-0.3.1 b/app-admin/gnomesu/files/digest-gnomesu-0.3.1
new file mode 100644
index 000000000000..a693e65605e9
--- /dev/null
+++ b/app-admin/gnomesu/files/digest-gnomesu-0.3.1
@@ -0,0 +1 @@
+MD5 8ebcf248b4f8430c96d80379ec2acdd8 gnomesu-0.3.1.tar.gz 222738
diff --git a/app-admin/gnomesu/files/gnomesu-0.3.1-desktopfix.patch b/app-admin/gnomesu/files/gnomesu-0.3.1-desktopfix.patch
new file mode 100644
index 000000000000..0aa2fc09aca0
--- /dev/null
+++ b/app-admin/gnomesu/files/gnomesu-0.3.1-desktopfix.patch
@@ -0,0 +1,12 @@
+--- gnomesu-0.3.1/xsu.desktop.in 2003-01-13 12:56:41.000000000 -0800
++++ gnomesu-0.3.1/xsu.desktop 2003-06-02 18:28:29.000000000 -0700
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=Gnome SuperUser
+-Comment=Allows you to run programs as the root user
+-Exec=gsu
++Comment=Run programs as another user
++Exec=gnomesu
+ Terminal=false
+ MultipleArgs=false
+ Type=Application
diff --git a/app-admin/gnomesu/gnomesu-0.3.1.ebuild b/app-admin/gnomesu/gnomesu-0.3.1.ebuild
new file mode 100644
index 000000000000..d717b469987c
--- /dev/null
+++ b/app-admin/gnomesu/gnomesu-0.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/06/08 19:43:03 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="GNOME2 interface to su, previously xsu and xsu2"
+HOMEPAGE="http://sourceforge.net/projects/xsu/"
+SRC_URI="mirror://sourceforge/xsu/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2
+ >=dev-libs/glib-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ >=x11-libs/libzvt-2"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-desktopfix.patch
+}
+
+src_install() {
+ gnome2_src_install xsudocdir=${D}/usr/share/doc/${PF}
+}