diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-29 00:05:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-29 00:05:41 +0000 |
commit | 5b23d61e915d72296d09f11828436b9c18fd8a3c (patch) | |
tree | 6e609c0ff746bc7d3d2db959e889c6c1ccf7ed2d /sys-apps | |
parent | update for bug #27064, move binaries to root filesystem (diff) | |
download | historical-5b23d61e915d72296d09f11828436b9c18fd8a3c.tar.gz historical-5b23d61e915d72296d09f11828436b9c18fd8a3c.tar.bz2 historical-5b23d61e915d72296d09f11828436b9c18fd8a3c.zip |
update for bug #27064, move binaries to root filesystem
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acl/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r1.ebuild | 51 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.13-r1 | 1 |
3 files changed, 54 insertions, 2 deletions
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index 9294e354c7de..6901f46ede26 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,10 +1,10 @@ MD5 93f95f1f7508ecf25678729d9fb8029b acl-2.0.5_p20020330.ebuild 1568 -MD5 95ae77c744130ac27111700a63ea7444 acl-2.2.13-r1.ebuild 1260 +MD5 68c3d2c7f7c982d4da3c1bd777a181b0 acl-2.2.13-r1.ebuild 1287 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 3495aed09a214d7ea5e6241b4a8c3d3c acl-2.2.13.ebuild 1221 -MD5 f62b0f1358503b7effc74bc67237a599 ChangeLog 2335 +MD5 0df0f5632591682ca17f05bd8b04376c ChangeLog 2499 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-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild new file mode 100644 index 000000000000..2de92ac2b043 --- /dev/null +++ b/sys-apps/acl/acl-2.2.13-r1.ebuild @@ -0,0 +1,51 @@ +# 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-r1.ebuild,v 1.1 2003/08/29 00:05:38 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 + + dodir /bin + mv ${D}/usr/bin/* ${D}/bin/ + rmdir ${D}/usr/bin/ +} diff --git a/sys-apps/acl/files/digest-acl-2.2.13-r1 b/sys-apps/acl/files/digest-acl-2.2.13-r1 new file mode 100644 index 000000000000..3507bc54f5cb --- /dev/null +++ b/sys-apps/acl/files/digest-acl-2.2.13-r1 @@ -0,0 +1 @@ +MD5 179890f6dbd0b31701713947e6b8270f acl-2.2.13.src.tar.gz 124741 |