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/lcap
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/lcap')
-rw-r--r--app-admin/lcap/lcap-0.0.6.ebuild15
1 files changed, 4 insertions, 11 deletions
diff --git a/app-admin/lcap/lcap-0.0.6.ebuild b/app-admin/lcap/lcap-0.0.6.ebuild
index 6cb5f05c0c69..c3b6a160b5ee 100644
--- a/app-admin/lcap/lcap-0.0.6.ebuild
+++ b/app-admin/lcap/lcap-0.0.6.ebuild
@@ -1,26 +1,20 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6.ebuild,v 1.5 2003/09/23 20:20:55 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lcap/lcap-0.0.6.ebuild,v 1.6 2004/05/31 19:21:32 vapier Exp $
DESCRIPTION="kernel capability remover"
-
# The normal homepage of the program was not reachable by the time
# this ebuild was written
HOMEPAGE="http://packages.debian.org/unstable/admin/lcap.html"
-
-# same for the sources
SRC_URI="mirror://debian/pool/main/l/lcap/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
-
SLOT="0"
-
KEYWORDS="x86"
-
IUSE="lids"
DEPEND="virtual/os-headers
- virtual/glibc"
+ virtual/glibc"
RDEPEND="virtual/glibc"
src_unpack() {
@@ -34,8 +28,7 @@ src_compile() {
}
src_install() {
- exeinto /usr/sbin
- doexe lcap
+ dosbin lcap || die
doman lcap.8
dodoc README
}