summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 00:29:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 00:29:03 +0000
commitd49b0a2df8763bf458abfb005eaaf614d95ab7e3 (patch)
tree1539393c874462196cf9ac65a96499093430ae75 /sys-apps/x86info
parentcp -a -> cp -pPR #103487 and install rpcgen for uClibc targets (diff)
downloadgentoo-2-d49b0a2df8763bf458abfb005eaaf614d95ab7e3.tar.gz
gentoo-2-d49b0a2df8763bf458abfb005eaaf614d95ab7e3.tar.bz2
gentoo-2-d49b0a2df8763bf458abfb005eaaf614d95ab7e3.zip
cp -a -> cp -pPR #103487 and stabilize
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r--sys-apps/x86info/x86info-1.12b.ebuild6
-rw-r--r--sys-apps/x86info/x86info-1.13.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/x86info/x86info-1.12b.ebuild b/sys-apps/x86info/x86info-1.12b.ebuild
index e8e0c885da85..ab05effe1bc9 100644
--- a/sys-apps/x86info/x86info-1.12b.ebuild
+++ b/sys-apps/x86info/x86info-1.12b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.12b.ebuild,v 1.6 2004/10/13 23:36:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.12b.ebuild,v 1.7 2005/08/24 00:29:03 vapier Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_install() {
# now we all all the docs
dodoc TODO README ChangeLog
doman x86info.1
- cp -a results ${D}/usr/share/doc/${PF}
+ cp -pPR results ${D}/usr/share/doc/${PF}
prepalldocs
}
diff --git a/sys-apps/x86info/x86info-1.13.ebuild b/sys-apps/x86info/x86info-1.13.ebuild
index 2539f7a27de5..1304598c05e9 100644
--- a/sys-apps/x86info/x86info-1.13.ebuild
+++ b/sys-apps/x86info/x86info-1.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.13.ebuild,v 1.1 2005/05/02 20:35:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.13.ebuild,v 1.2 2005/08/24 00:29:03 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
IUSE=""
DEPEND=""
@@ -37,7 +37,7 @@ src_install() {
# now we all all the docs
dodoc TODO README ChangeLog
doman x86info.1
- cp -a results ${D}/usr/share/doc/${PF}
+ cp -pPR results ${D}/usr/share/doc/${PF}
prepalldocs
}