summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-12-10 05:03:42 +0000
committerDonny Davies <woodchip@gentoo.org>2002-12-10 05:03:42 +0000
commitf912dd88e9d8682b959c992e0ee20212ab3b974f (patch)
treece75bd62268086e105c8ccd5c6e105e04fa110e6 /sys-apps/acl
parentadd a valid shell reminder (diff)
downloadhistorical-f912dd88e9d8682b959c992e0ee20212ab3b974f.tar.gz
historical-f912dd88e9d8682b959c992e0ee20212ab3b974f.tar.bz2
historical-f912dd88e9d8682b959c992e0ee20212ab3b974f.zip
chase latest XFS utils
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/ChangeLog19
-rw-r--r--sys-apps/acl/acl-2.1.1.ebuild41
-rw-r--r--sys-apps/acl/files/digest-acl-2.1.11
3 files changed, 51 insertions, 10 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index 338b58594af4..0130b521d1ce 100644
--- a/sys-apps/acl/ChangeLog
+++ b/sys-apps/acl/ChangeLog
@@ -1,19 +1,19 @@
# ChangeLog for sys-apps/acl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.7 2002/12/09 04:37:24 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.8 2002/12/10 05:03:42 woodchip Exp $
+
+*acl-2.1.1.ebuild (09 Dec 2002)
+
+ 09 Dec 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-\* Autoupdate keywords (12-6-02)
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
-
*acl-2.0.18.ebuild (27 Sep 2002)
27 Sep 2002; Brad Cowan <bcowan@gentoo.org> acl-2.0.18.ebuild
- files/digest-acl-2.0.18 :
-
- version bump thanks to Hanno Boeck <hanno@gentoo.org>
+ files/digest-acl-2.0.18 : version bump thanks to <hanno@gentoo.org>
- 05 Oct 2002; Brad Cowan <bcowan@gentoo.org> acl-2.0.18.ebuild :
-
+ 05 Oct 2002; Brad Cowan <bcowan@gentoo.org> acl-2.0.18.ebuild :
Fixed symlinks and "modernized" ebuild.
*acl-20020330.ebuild (14 July 2002)
@@ -35,7 +35,6 @@
Added KEYWORDS, SLOT.
4 March 2002; Donny Davies <woodchip@gentoo.org> acl-20020124-r1.ebuild :
-
Updated to perform the install-dev target by hand, so things like SAMBA
will compile with USE acl support.
diff --git a/sys-apps/acl/acl-2.1.1.ebuild b/sys-apps/acl/acl-2.1.1.ebuild
new file mode 100644
index 000000000000..60bb6af58c7b
--- /dev/null
+++ b/sys-apps/acl/acl-2.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1.ebuild,v 1.1 2002/12/10 05:03:42 woodchip Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="XFS dump/restore utilities"
+
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
+HOMEPAGE="http://oss.sgi.com/projects/xfs"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="LGPL-2.1"
+
+DEPEND="sys-apps/attr"
+
+src_compile() {
+ OPTIMIZER="${CFLAGS}"
+ DEBUG=-DNDEBUG
+
+ autoconf || die
+
+ ./configure --prefix=/usr --libexecdir=/lib || die
+
+ cp include/builddefs include/builddefs.orig
+ sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
+ -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \
+ -e 's:-O1::' \
+ include/builddefs.orig > include/builddefs || die
+
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install install-dev install-lib || die
+
+ dosym /usr/lib/libacl.so /lib/libacl.so
+ dosym /lib/libacl.la /usr/lib/libacl.la
+ dosym /lib/libacl.a /usr/lib/libacl.a
+}
diff --git a/sys-apps/acl/files/digest-acl-2.1.1 b/sys-apps/acl/files/digest-acl-2.1.1
new file mode 100644
index 000000000000..fcafcd9881dd
--- /dev/null
+++ b/sys-apps/acl/files/digest-acl-2.1.1
@@ -0,0 +1 @@
+MD5 2f4652b7d1a7ed99f3c5b8d684424081 acl-2.1.1.src.tar.gz 124205