diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-10 03:51:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-10 03:51:54 +0000 |
commit | 4447114ed5934c6b1d6345cc4999d28add1a618a (patch) | |
tree | 46fafc71826efe5409afd36b6b97c9cfa8f3910d /sys-apps/acl | |
parent | Add patch by Peter Beutner to fix handling of symlinks #80246 by Yuri Karaban. (diff) | |
download | historical-4447114ed5934c6b1d6345cc4999d28add1a618a.tar.gz historical-4447114ed5934c6b1d6345cc4999d28add1a618a.tar.bz2 historical-4447114ed5934c6b1d6345cc4999d28add1a618a.zip |
old
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r2.ebuild | 63 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r3.ebuild | 61 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.13-r2 | 1 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.13-r3 | 1 |
5 files changed, 1 insertions, 141 deletions
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index e05bc8333f0f..bc7e47cc4275 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,18 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8fa4a40d8ba3ace2f9567dbfe75e5fa7 acl-2.2.13-r3.ebuild 1405 -MD5 b5f5d462bbddaea016a9ab73c2c45a45 acl-2.2.27.ebuild 1410 MD5 629cad2d54eca005b977f77dac4cff67 ChangeLog 5493 +MD5 b5f5d462bbddaea016a9ab73c2c45a45 acl-2.2.27.ebuild 1410 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 addb8bce0e8300bb059fce3ec568dea4 acl-2.2.13-r2.ebuild 1784 -MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r2 66 -MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r3 66 MD5 202ece244d099994a2eda97e02a85a15 files/digest-acl-2.2.27 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB1S4LI1lqEGTUzyQRApWVAKDeE0Ljh5Lh5fnPb/m7ZHMxeyabfQCg1e/u -OJBovZ8+h+69d8VQcrr8ldQ= -=zVfF ------END PGP SIGNATURE----- diff --git a/sys-apps/acl/acl-2.2.13-r2.ebuild b/sys-apps/acl/acl-2.2.13-r2.ebuild deleted file mode 100644 index 0927183e7e76..000000000000 --- a/sys-apps/acl/acl-2.2.13-r2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.17 2004/11/15 01:01:21 vapier Exp $ - -DESCRIPTION="Access control list utilities, libraries and headers" -HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha arm ~hppa amd64 ia64 ppc64 s390" -IUSE="nls" - -RDEPEND=">=sys-apps/attr-2.4 - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_compile() { - OPTIMIZER="${CFLAGS}" - DEBUG=-DNDEBUG - use sparc && unset PLATFORM - use ppc && unset PLATFORM - use ppc64 && unset PLATFORM - use s390 && unset PLATFORM - autoconf || die - - [ -z "${CONF_LIBDIR}" ] && local mylibdir="lib" - [ ! -z "${CONF_LIBDIR}" ] && local mylibdir=${CONF_LIBDIR} - - ./configure \ - `use_enable nls gettext` \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --libexecdir=/usr/${mylibdir} \ - --libdir=/${mylibdir} \ - || die - - sed -i \ - -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e 's:-O1::' \ - include/builddefs || die "failed to update builddefs" - - emake || die -} - -src_install() { - make DIST_ROOT=${D} install install-dev install-lib || die - #einstall DESTDIR=${D} install install-dev install-lib || die - - [ -z "${CONF_LIBDIR}" ] && local mylibdir="lib" - [ ! -z "${CONF_LIBDIR}" ] && local mylibdir=${CONF_LIBDIR} - - rm -f ${D}/usr/${mylibdir}/libacl.so - rm -f ${D}/${mylibdir}/*a - dosym /${mylibdir}/libacl.so /usr/${mylibdir}/libacl.so - dosym /usr/${mylibdir}/libacl.la /${mylibdir}/libacl.la - dosym /usr/${mylibdir}/libacl.a /${mylibdir}/libacl.a - - dodir /bin - mv ${D}/usr/bin/* ${D}/bin/ - rmdir ${D}/usr/bin/ -} diff --git a/sys-apps/acl/acl-2.2.13-r3.ebuild b/sys-apps/acl/acl-2.2.13-r3.ebuild deleted file mode 100644 index 5a427a2ae89e..000000000000 --- a/sys-apps/acl/acl-2.2.13-r3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r3.ebuild,v 1.4 2004/11/15 01:01:21 vapier Exp $ - -inherit eutils - -DESCRIPTION="Access control list utilities, libraries and headers" -HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86" -IUSE="nls debug" - -RDEPEND=">=sys-apps/attr-2.4 - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_compile() { - if use debug; then - DEBUG=-DDEBUG - OPTIMIZER="-g" - CFLAGS= - CXXFLAGS= - export CFLAGS CXXFLAGS - else - DEBUG=-DNDEBUG - OPTIMIZER="${CFLAGS}" - fi - export DEBUG OPTIMIZER - - # Some archs need the PLATFORM var unset - if hasq ${ARCH} mips ppc sparc ppc64 s390; then - unset PLATFORM - fi - - autoconf || die - - local mylibdir="`get_libdir`" - econf \ - `use_enable nls gettext` \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --libexecdir=/usr/${mylibdir} \ - --libdir=/${mylibdir} \ - --bindir=/bin \ - || die - - sed -i \ - -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \ - -e 's:-O1::' \ - include/builddefs || die "failed to update builddefs" - - emake || die -} - -src_install() { - make DIST_ROOT=${D} install install-dev install-lib || die -} diff --git a/sys-apps/acl/files/digest-acl-2.2.13-r2 b/sys-apps/acl/files/digest-acl-2.2.13-r2 deleted file mode 100644 index 3507bc54f5cb..000000000000 --- a/sys-apps/acl/files/digest-acl-2.2.13-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 179890f6dbd0b31701713947e6b8270f acl-2.2.13.src.tar.gz 124741 diff --git a/sys-apps/acl/files/digest-acl-2.2.13-r3 b/sys-apps/acl/files/digest-acl-2.2.13-r3 deleted file mode 100644 index 3507bc54f5cb..000000000000 --- a/sys-apps/acl/files/digest-acl-2.2.13-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 179890f6dbd0b31701713947e6b8270f acl-2.2.13.src.tar.gz 124741 |