summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:21:33 +0000
commit0ee359b3d62b00ca21b00061176e573f5fef923d (patch)
treeb93454f8db20b21134466c2544fcf7c6a712f407 /app-admin/xsu2
parentdont install stupid COPYING file (diff)
downloadgentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.gz
gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.tar.bz2
gentoo-2-0ee359b3d62b00ca21b00061176e573f5fef923d.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-admin/xsu2')
-rw-r--r--app-admin/xsu2/xsu2-0.2.5.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/xsu2/xsu2-0.2.5.ebuild b/app-admin/xsu2/xsu2-0.2.5.ebuild
index 966354e0dc87..5b02f5a5d6b4 100644
--- a/app-admin/xsu2/xsu2-0.2.5.ebuild
+++ b/app-admin/xsu2/xsu2-0.2.5.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/xsu2/xsu2-0.2.5.ebuild,v 1.9 2004/04/28 21:10:07 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/xsu2/xsu2-0.2.5.ebuild,v 1.10 2004/05/31 19:21:33 vapier Exp $
DESCRIPTION="Interface for 'su - username -c command' in GNOME2."
+HOMEPAGE="http://xsu.freax.eu.org/"
SRC_URI="http://xsu.freax.eu.org/files/${P}.tar.gz"
-HOMEPAGE="http://xsu.freax.eu.org"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ~ppc amd64"
+IUSE=""
RDEPEND="=gnome-base/libgnome-2*
=x11-libs/gtk+-2*
=dev-libs/glib-2*
=x11-libs/libzvt-2*
=gnome-base/libgnomeui-2*"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -26,8 +26,8 @@ src_compile() {
}
src_install() {
- dobin src/xsu
+ dobin src/xsu || die
doman doc/xsu.8
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
dohtml -r doc/xsu_*
}