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/realpath
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/realpath')
-rw-r--r--app-admin/realpath/realpath-1.9.10.ebuild10
-rw-r--r--app-admin/realpath/realpath-1.9.3.ebuild10
2 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/realpath/realpath-1.9.10.ebuild b/app-admin/realpath/realpath-1.9.10.ebuild
index 04a3a118496b..b127d20acef4 100644
--- a/app-admin/realpath/realpath-1.9.10.ebuild
+++ b/app-admin/realpath/realpath-1.9.10.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.10.ebuild,v 1.1 2004/05/13 16:14:58 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.10.ebuild,v 1.2 2004/05/31 19:21:33 vapier Exp $
DESCRIPTION="Return the canonicalized absolute pathname"
HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html"
SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~sparc ~mips ~ppc amd64"
+KEYWORDS="x86 ~ppc ~sparc ~mips amd64"
+IUSE=""
S=${WORKDIR}/dwww-${PV}
@@ -16,7 +18,7 @@ src_compile() {
}
src_install() {
- dobin realpath
+ dobin realpath || die
doman man/realpath.1
- dodoc COPYING README TODO BUGS
+ dodoc README TODO BUGS
}
diff --git a/app-admin/realpath/realpath-1.9.3.ebuild b/app-admin/realpath/realpath-1.9.3.ebuild
index 00ac37f2bd12..9186db9f76ff 100644
--- a/app-admin/realpath/realpath-1.9.3.ebuild
+++ b/app-admin/realpath/realpath-1.9.3.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.6 2004/02/22 15:49:26 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.7 2004/05/31 19:21:33 vapier Exp $
DESCRIPTION="Return the canonicalized absolute pathname"
HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html"
SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~sparc ~mips ~ppc amd64"
+KEYWORDS="x86 ~ppc ~sparc ~mips amd64"
+IUSE=""
S=${WORKDIR}/dwww-${PV}
@@ -16,7 +18,7 @@ src_compile() {
}
src_install() {
- dobin realpath
+ dobin realpath || die
doman man/realpath.1
- dodoc COPYING README TODO
+ dodoc README TODO
}