summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-12 01:06:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-12 01:06:53 +0000
commitb9fe353bbf5373a367986d7384ce971f58323d29 (patch)
treef12be14532218356cf33730debbe6a2b29c9bad7
parentversion bump and fix bug #17578 (diff)
downloadgentoo-2-b9fe353bbf5373a367986d7384ce971f58323d29.tar.gz
gentoo-2-b9fe353bbf5373a367986d7384ce971f58323d29.tar.bz2
gentoo-2-b9fe353bbf5373a367986d7384ce971f58323d29.zip
version bump and fix bug #17578
-rw-r--r--sys-apps/acl/ChangeLog7
-rw-r--r--sys-apps/acl/Manifest4
-rw-r--r--sys-apps/acl/acl-2.2.13.ebuild47
-rw-r--r--sys-apps/acl/files/digest-acl-2.2.131
4 files changed, 56 insertions, 3 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index 978dda33f952..899aa1d2c5ec 100644
--- a/sys-apps/acl/ChangeLog
+++ b/sys-apps/acl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/acl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.12 2003/02/24 22:34:58 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.13 2003/08/12 01:06:48 robbat2 Exp $
+
+*acl-2.2.13 (11 Aug 2003)
+
+ 11 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> acl-2.2.13.ebuild:
+ version bump and fix bug #17578
21 Dec 2002; Daniel Robbins <drobbins@gentoo.org>: 20020330 ->
2.0.5_p20020330 version rename to fix policy violation for naming of CVS
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
index de0cd46cbb97..1a8868424435 100644
--- a/sys-apps/acl/Manifest
+++ b/sys-apps/acl/Manifest
@@ -2,8 +2,8 @@ MD5 93f95f1f7508ecf25678729d9fb8029b acl-2.0.5_p20020330.ebuild 1568
MD5 33907a019d12cee2ad036ab2797401bb acl-2.0.18.ebuild 1060
MD5 1d1124fe9b73a9264cbe2b1feb9a9bfa acl-2.1.1-r1.ebuild 1131
MD5 2fb34166f8eb3836cd361fb29a63dd81 acl-2.1.1.ebuild 1059
-MD5 1d1124fe9b73a9264cbe2b1feb9a9bfa acl-2.2.13.ebuild 1131
-MD5 16e1c5bee73f01f0aeb5917c5527b806 ChangeLog 2200
+MD5 3495aed09a214d7ea5e6241b4a8c3d3c acl-2.2.13.ebuild 1221
+MD5 f62b0f1358503b7effc74bc67237a599 ChangeLog 2335
MD5 d90b1f6f56530b0c05a50ed4d8361699 acl-1.1.3.ebuild 1597
MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65
MD5 783702207886a893533fa92136ff2523 files/digest-acl-2.0.5_p20020330 70
diff --git a/sys-apps/acl/acl-2.2.13.ebuild b/sys-apps/acl/acl-2.2.13.ebuild
new file mode 100644
index 000000000000..e2bf18dd7966
--- /dev/null
+++ b/sys-apps/acl/acl-2.2.13.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2003 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.ebuild,v 1.1 2003/08/12 01:06:48 robbat2 Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Access control list utilities, libraries and headers"
+
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
+HOMEPAGE="http://oss.sgi.com/projects/xfs"
+
+KEYWORDS="~x86 ~amd64 ~mips"
+SLOT="0"
+LICENSE="LGPL-2.1"
+
+DEPEND="sys-apps/attr"
+
+src_compile() {
+ OPTIMIZER="${CFLAGS}"
+ DEBUG=-DNDEBUG
+
+ autoconf || die
+
+ ./configure \
+ --mandir=/usr/share/man \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --libdir=/lib
+
+ cp include/builddefs include/builddefs.orig
+ sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
+ -e 's:-O1::' include/builddefs.orig > include/builddefs || die
+
+ emake || die
+
+}
+
+src_install() {
+ make DIST_ROOT=${D} install install-dev install-lib || die
+ #einstall DESTDIR=${D} install install-dev install-lib || die
+
+ rm -f ${D}/usr/lib/libacl.so
+ rm -f ${D}/lib/*a
+ dosym /lib/libacl.so /usr/lib/libacl.so
+ dosym /usr/lib/libacl.la /lib/libacl.la
+ dosym /usr/lib/libacl.a /lib/libacl.a
+}
diff --git a/sys-apps/acl/files/digest-acl-2.2.13 b/sys-apps/acl/files/digest-acl-2.2.13
new file mode 100644
index 000000000000..3507bc54f5cb
--- /dev/null
+++ b/sys-apps/acl/files/digest-acl-2.2.13
@@ -0,0 +1 @@
+MD5 179890f6dbd0b31701713947e6b8270f acl-2.2.13.src.tar.gz 124741