diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-02 12:51:29 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-02 12:51:29 +0100 |
commit | 513e1e554073d92e9913a0dd5f2af8554e5fa0d9 (patch) | |
tree | 86c6999e5001e74d9c069d841ccadabecb952ff0 /sys-apps/acl | |
parent | games-engines/devilutionx: Synced live ebuild (diff) | |
download | gentoo-513e1e554073d92e9913a0dd5f2af8554e5fa0d9.tar.gz gentoo-513e1e554073d92e9913a0dd5f2af8554e5fa0d9.tar.bz2 gentoo-513e1e554073d92e9913a0dd5f2af8554e5fa0d9.zip |
sys-apps/acl: Removed old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.52-r1.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest index 83b57f7e451b..256b7131d573 100644 --- a/sys-apps/acl/Manifest +++ b/sys-apps/acl/Manifest @@ -1,2 +1 @@ -DIST acl-2.2.52.src.tar.gz 386604 BLAKE2B e8b7b555cec93f84579aac846ce64235e356d73770844e88898564d1742fcf3d7c314511f0321aefbad33bdd85800406102178e8ab6414bc9c883891442d3188 SHA512 59973199d371cd0b2368e95bc829a1b47f04e808a174fefba4c6854e766158bd19a71d9dbcc8d6fdc1573a1f971cdda39c453f7fa243bce02c1ab97c6e7c72e7 DIST acl-2.2.53.tar.gz 524300 BLAKE2B a4c602b18ab1a7932dce38c8dacf3a3026a3100a8a7e61f0740886ec7154a7738ca641953dc1253b5574580815d7f547a99bdd0cc0ee87238a1995abe97eb9d8 SHA512 176b7957fe0e7618e0b7bf2ac5071f7fa29417df718cce977661a576fa184e4af9d303b591c9d556b6ba8923e799457343afa401f5a9f7ecd9022185a4e06716 diff --git a/sys-apps/acl/acl-2.2.52-r1.ebuild b/sys-apps/acl/acl-2.2.52-r1.ebuild deleted file mode 100644 index 11c8d630a18c..000000000000 --- a/sys-apps/acl/acl-2.2.52-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils libtool toolchain-funcs multilib-minimal usr-ldscript - -DESCRIPTION="access control list utilities, libraries and headers" -HOMEPAGE="https://savannah.nongnu.org/projects/acl" -SRC_URI="mirror://nongnu/${PN}/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="nls static-libs" - -RDEPEND=">=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_prepare() { - sed -i \ - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ - -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \ - include/builddefs.in \ - || die - strip-linguas po - elibtoolize #580792 - - # same as https://savannah.nongnu.org/bugs/index.php?39736 - multilib_copy_sources -} - -multilib_src_configure() { - unset PLATFORM #184564 - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - $(use_enable nls gettext) \ - --enable-shared $(use_enable static-libs static) \ - --libexecdir="${EPREFIX}"/usr/$(get_libdir) \ - --bindir="${EPREFIX}"/bin -} - -multilib_src_install() { - emake DIST_ROOT="${D}" install install-dev install-lib - - # move shared libs to / - gen_usr_ldscript -a acl -} - -multilib_src_install_all() { - use static-libs || prune_libtool_files --all -} |