diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:21:33 +0000 |
commit | b2f6fddd170fd71fa7214687179a3c7cd79ab7d9 (patch) | |
tree | 6bd3a043e5b55474d16ff26e40c0ec54ca31e24d /app-admin/realpath | |
parent | dont install stupid COPYING file (diff) | |
download | historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.gz historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.tar.bz2 historical-b2f6fddd170fd71fa7214687179a3c7cd79ab7d9.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.ebuild | 10 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.3.ebuild | 10 |
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 } |