summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-02-27 01:36:59 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-02-27 01:36:59 +0000
commita7a14ad3933bf6ed7cd6794c5dc153780dfafc4d (patch)
tree51a67d36574e6406581d9792163348e788480542 /sys-apps
parentdont deprecate this profile (diff)
downloadhistorical-a7a14ad3933bf6ed7cd6794c5dc153780dfafc4d.tar.gz
historical-a7a14ad3933bf6ed7cd6794c5dc153780dfafc4d.tar.bz2
historical-a7a14ad3933bf6ed7cd6794c5dc153780dfafc4d.zip
Fix bug #42937
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/acl/ChangeLog5
-rw-r--r--sys-apps/acl/Manifest14
-rw-r--r--sys-apps/acl/acl-2.2.13-r2.ebuild6
3 files changed, 14 insertions, 11 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index d0c55f29f00b..e35c259bf08c 100644
--- a/sys-apps/acl/ChangeLog
+++ b/sys-apps/acl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/acl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.23 2004/02/25 18:53:24 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.24 2004/02/27 01:36:59 lu_zero Exp $
+
+ 27 Feb 2004; Luca Barbato <lu_zero@gentoo.org> acl-2.2.13-r2.ebuild:
+ Fix bug #42937, same way used by sparc team
25 Feb 2004; Tom Gall <tgall@gentoo.org> acl-2.2.13-r2.ebuild
Stable on ppc64
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
index b9ee4f3a06de..aa6fde09e38a 100644
--- a/sys-apps/acl/Manifest
+++ b/sys-apps/acl/Manifest
@@ -1,10 +1,10 @@
-MD5 f83a682ccc25b0533e00eac355c9eb8a ChangeLog 3688
-MD5 8b5dd7d494d2ab7436fcb2853314a6c1 acl-2.1.1-r1.ebuild 1282
-MD5 4f9db4eb19e7b5ce22fd80d992705ae9 acl-2.2.13-r1.ebuild 1463
-MD5 106c420b6b5ece8626eec3f8444b8737 acl-2.2.13-r2.ebuild 1483
-MD5 75b39f308d9c1e4546fa7907c7b76f75 acl-2.2.13.ebuild 1398
+MD5 a2c32c3dde30b2ff9b282a7a1347f3e6 ChangeLog 3807
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 ff3583e18976dbd02b910d2c97ecd75b acl-2.2.13-r1.ebuild 1462
+MD5 b83c8f23997d9324aa10e4c7bd18ef98 acl-2.2.13.ebuild 1397
+MD5 9544c6dea13a702ae1ab244b8cdf3721 acl-2.1.1-r1.ebuild 1281
+MD5 6aa459619af1684f91915a034818eb7e acl-2.2.13-r2.ebuild 1515
+MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66
MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65
-MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66
MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66
-MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66
+MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66
diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild
index 389751d27ef1..de6717bda036 100644
--- a/sys-apps/acl/acl-2.2.13-r2.ebuild
+++ b/sys-apps/acl/acl-2.2.13-r2.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/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.6 2004/02/25 18:53:24 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r2.ebuild,v 1.7 2004/02/27 01:36:59 lu_zero Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Access control list utilities, libraries and headers"
@@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ia64 ppc64"
+KEYWORDS="~x86 ~amd64 ppc sparc alpha ~hppa ~mips ia64 ppc64"
RDEPEND=">=sys-apps/attr-2.4
nls? ( sys-devel/gettext )"
@@ -20,7 +20,7 @@ src_compile() {
OPTIMIZER="${CFLAGS}"
DEBUG=-DNDEBUG
[ `use sparc` ] && unset PLATFORM
-
+ [ `use ppc` ] && unset PLATFORM
autoconf || die
local myconf