summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:41:37 +0000
commit01aceb462a99b873ac54183e5d657a78a8ea0cee (patch)
treea4fa93a030527f9b14ff0736b05bc93181b7703c /app-arch/sharutils
parentAnother version bump (diff)
downloadhistorical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.gz
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.bz2
historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/sharutils')
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r6.ebuild8
-rw-r--r--app-arch/sharutils/sharutils-4.2.1-r7.ebuild8
2 files changed, 6 insertions, 10 deletions
diff --git a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild b/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
index 2a052a38d4f4..4602f2da5edc 100644
--- a/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
+++ b/app-arch/sharutils/sharutils-4.2.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r6.ebuild,v 1.5 2004/04/10 07:20:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r6.ebuild,v 1.6 2004/05/31 19:41:37 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa ia64 ppc64"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ppc64"
IUSE="nls"
DEPEND="sys-apps/texinfo
@@ -54,8 +54,6 @@ src_install() {
rm -rf ${D}/usr/lib
cd ${S}
- dodoc AUTHORS BACKLOG COPYING ChangeLog ChangeLog.OLD \
+ dodoc AUTHORS BACKLOG ChangeLog ChangeLog.OLD \
NEWS README README.OLD THANKS TODO
}
-
-
diff --git a/app-arch/sharutils/sharutils-4.2.1-r7.ebuild b/app-arch/sharutils/sharutils-4.2.1-r7.ebuild
index d245fd0db16e..8048dfb767d3 100644
--- a/app-arch/sharutils/sharutils-4.2.1-r7.ebuild
+++ b/app-arch/sharutils/sharutils-4.2.1-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r7.ebuild,v 1.4 2004/04/10 07:20:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r7.ebuild,v 1.5 2004/05/31 19:41:37 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~ia64 ~ppc64 s390"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~ppc64 s390"
IUSE="nls"
DEPEND="sys-apps/texinfo
@@ -54,8 +54,6 @@ src_install() {
rm -rf ${D}/usr/lib
cd ${S}
- dodoc AUTHORS BACKLOG COPYING ChangeLog ChangeLog.OLD \
+ dodoc AUTHORS BACKLOG ChangeLog ChangeLog.OLD \
NEWS README README.OLD THANKS TODO
}
-
-