summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2005-04-12 03:53:24 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2005-04-12 03:53:24 +0000
commitfcca811a5c4bc3b6b734b1e35eb1a856ff1e1530 (patch)
tree1917b3e89fcf98c620fef3c8cd2125f523fde052 /sys-apps
parentgcc4 version bump (diff)
downloadhistorical-fcca811a5c4bc3b6b734b1e35eb1a856ff1e1530.tar.gz
historical-fcca811a5c4bc3b6b734b1e35eb1a856ff1e1530.tar.bz2
historical-fcca811a5c4bc3b6b734b1e35eb1a856ff1e1530.zip
Changes for ppc64 hardened
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/ChangeLog6
-rw-r--r--sys-apps/coreutils/Manifest6
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r5.ebuild11
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r6.ebuild11
4 files changed, 26 insertions, 8 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 8b04fc5530f7..f2bc412a1c74 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.126 2005/04/09 12:55:49 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.127 2005/04/12 03:53:24 dostrow Exp $
+
+ 12 Apr 2005; Daniel Ostrow <dostrow@gentoo.org> coreutils-5.2.1-r5.ebuild,
+ coreutils-5.2.1-r6.ebuild:
+ Changes for ppc64 hardened
09 Apr 2005; Markus Rothe <corsair@gentoo.org> coreutils-5.2.1-r5.ebuild:
Stable on ppc64
diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index c2a50504d2c1..5dc42b362901 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,10 +1,10 @@
-MD5 a2da951a7fbdb978f00092d12d4d78ca ChangeLog 23950
+MD5 c9dceb4f98213acfa19400b659df47e7 ChangeLog 24086
MD5 0a532171a448adf8d523ca631e388f3b coreutils-5.2.1-r2.ebuild 4383
MD5 a041d2d2ace692ab73aa932cae01debf coreutils-5.2.1-r3.ebuild 4205
MD5 814ab16ac6cac4e2825942dad9b41e69 coreutils-5.2.1-r4.ebuild 4453
-MD5 9cad92318e678baf005672d1b0ed6177 coreutils-5.2.1-r5.ebuild 4462
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 4093f18633df6f1e3590d7644b880abb coreutils-5.2.1-r6.ebuild 4296
+MD5 1ec944599c021653cd61bb244d01a2d0 coreutils-5.2.1-r6.ebuild 4462
+MD5 984b5b8d445c0eebafe6825e801b99d6 coreutils-5.2.1-r5.ebuild 4629
MD5 5a7d722a7600e8834bf39c24790caaa2 files/003_all_coreutils-gentoo-uname-s390.patch 3120
MD5 dfc60c0aadb6d857701fb3fa137a12b5 files/003_all_coreutils-gentoo-uname.patch 3261
MD5 d3828e48aebb7452db7a8f8b025da0ff files/DIR_COLORS 4041
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild
index f9a8bb46742d..59a421056037 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r5.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/coreutils/coreutils-5.2.1-r5.ebuild,v 1.4 2005/04/09 12:55:49 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.5 2005/04/12 03:53:24 dostrow Exp $
inherit eutils flag-o-matic
@@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86"
-IUSE="nls build acl selinux static uclibc"
+IUSE="nls build acl selinux static uclibc hardened"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -71,6 +71,13 @@ src_unpack() {
# When cross-compiling, we can't do that since 'bin' isn't
# a native binary, so let's just install outdated man-pages.
[[ ${CTARGET:-${CHOST}} != ${CHOST} ]] && touch man/*.1
+
+ # Rebuild of manpage seq.1 fails with ppc64 hardened so
+ # We'll install the outdated copy.
+ if use ppc64 && use hardened; then
+ touch man/seq.1
+ fi
+
}
src_compile() {
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
index c974bde09cdb..cedd84deecdb 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r6.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/coreutils/coreutils-5.2.1-r6.ebuild,v 1.2 2005/04/02 04:49:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.3 2005/04/12 03:53:24 dostrow Exp $
inherit eutils flag-o-matic
@@ -18,7 +18,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls build acl selinux static uclibc"
+IUSE="nls build acl selinux static uclibc hardened"
RDEPEND="selinux? ( sys-libs/libselinux )
acl? ( sys-apps/acl sys-apps/attr )
@@ -67,6 +67,13 @@ src_unpack() {
# When cross-compiling, we can't do that since 'bin' isn't
# a native binary, so let's just install outdated man-pages.
[[ ${CTARGET:-${CHOST}} != ${CHOST} ]] && touch man/*.1
+
+ # Rebuild of manpage seq.1 fails with ppc64 hardened so
+ # We'll install the outdated copy.
+ if use ppc64 && use hardened; then
+ touch man/seq.1
+ fi
+
}
src_compile() {