diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-31 05:59:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-31 05:59:16 +0000 |
commit | 5e1abdca8372e6c9e3b0837bbbd763a72fe3e10e (patch) | |
tree | e69b762238b9124a97235b3714468a3c9effa7b6 /sys-apps/acl | |
parent | Version bump. Also, include sources for non-english languages, and other extr... (diff) | |
download | gentoo-2-5e1abdca8372e6c9e3b0837bbbd763a72fe3e10e.tar.gz gentoo-2-5e1abdca8372e6c9e3b0837bbbd763a72fe3e10e.tar.bz2 gentoo-2-5e1abdca8372e6c9e3b0837bbbd763a72fe3e10e.zip |
old
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/acl-2.2.34.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch | 26 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.34 | 3 |
3 files changed, 0 insertions, 82 deletions
diff --git a/sys-apps/acl/acl-2.2.34.ebuild b/sys-apps/acl/acl-2.2.34.ebuild deleted file mode 100644 index 254c5dd6a6ef..000000000000 --- a/sys-apps/acl/acl-2.2.34.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.34.ebuild,v 1.12 2006/09/27 19:03:47 ferdy Exp $ - -inherit eutils toolchain-funcs - -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 - ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="nls" - -RDEPEND=">=sys-apps/attr-2.4 - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch - epatch "${FILESDIR}"/${P}-LDFLAGS.patch #126825 - sed -i \ - -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \ - include/builddefs.in \ - || die "failed to update builddefs" -} - -src_compile() { - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - $(use_enable nls gettext) \ - --libexecdir=/usr/$(get_libdir) \ - --bindir=/bin \ - || die - emake || die -} - -src_install() { - make DIST_ROOT="${D}" install install-dev install-lib || die - prepalldocs - - # move shared libs to / - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/libacl.so* "${D}"/$(get_libdir)/ || die - gen_usr_ldscript libacl.so -} diff --git a/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch b/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch deleted file mode 100644 index 9ed5d29bbf2f..000000000000 --- a/sys-apps/acl/files/acl-2.2.34-LDFLAGS.patch +++ /dev/null @@ -1,26 +0,0 @@ -Respect user LDFLAGS - -http://bugs.gentoo.org/126825 - ---- include/buildmacros -+++ include/buildmacros -@@ -9,7 +9,8 @@ - # $(CXXFILES), or $(HFILES) and is used to construct the manifest list - # during the "dist" phase (packaging). - --LDFLAGS = $(LLDFLAGS) -+LDFLAGS += $(LDFLAGS_OPT) $(LLDFLAGS) -+LTLDFLAGS += $(LDFLAGS_OPT) - LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) - - MAKEOPTS = --no-print-directory ---- include/builddefs.in -+++ include/builddefs.in -@@ -9,6 +9,7 @@ - - DEBUG = @debug_build@ - OPTIMIZER = @opt_build@ -+LDFLAGS_OPT = @LDFLAGS@ - MALLOCLIB = @malloc_lib@ - - LIBATTR = $(TOPDIR)/libattr/libattr.la diff --git a/sys-apps/acl/files/digest-acl-2.2.34 b/sys-apps/acl/files/digest-acl-2.2.34 deleted file mode 100644 index 54c0d53f746a..000000000000 --- a/sys-apps/acl/files/digest-acl-2.2.34 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 50f1c271071048539d25ad67f1e8b375 acl-2.2.34.src.tar.gz 144773 -RMD160 2e9164bedeff0e663c70a54a1dc3d2cf1bbadca8 acl-2.2.34.src.tar.gz 144773 -SHA256 314f0e0d14c85d842f25c9a4aa3ee3df87dd533b9eb337dd005631933cb32789 acl-2.2.34.src.tar.gz 144773 |