virtual/acl: update to acl-0-r2

Update virtual/acl to 0-r2.
Otherwise build will fail on arm64 due to missing keywords.
This commit is contained in:
Dongsu Park 2021-03-10 09:37:33 +01:00
parent 6904a001b1
commit ac81c59212
6 changed files with 19 additions and 75 deletions

View File

@ -1,25 +0,0 @@
# ChangeLog for virtual/acl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.5 2012/04/26 13:26:16 aballier Exp $
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> acl-0-r1.ebuild:
keyword ~amd64-fbsd
*acl-0-r1 (05 Mar 2012)
05 Mar 2012; Mike Frysinger <vapier@gentoo.org> +acl-0-r1.ebuild:
Pass through IUSE=static-libs #406109 by Jeff Horelick.
11 Nov 2011; Jeroen Roovers <jer@gentoo.org> acl-0.ebuild:
Drop HPPA keywording (bug #212517).
29 Dec 2009; Jonathan Callen <abcd@gentoo.org> acl-0.ebuild:
Prefix keywords: ~amd64-linux ~ia64-linux ~x86-linux
*acl-0 (29 May 2009)
29 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> +acl-0.ebuild,
+metadata.xml:
Initial import of an acl virtual to depend on the proper packages for
Linux and FreeBSD.

View File

@ -1,14 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
EBUILD acl-0-r1.ebuild 575 RMD160 f7ed3f97aed926d958513556d51ba0a037dd313c SHA1 3975c0a2057d77a9b9b910da775b3d3d0eed1e05 SHA256 24ba69ea1f399f71bd9fba41c3c12e1bc5c03cd140a74ab5439dad4913aa3cca
EBUILD acl-0.ebuild 520 RMD160 8f904db45a36359d9a54a484c66411b29bca789b SHA1 249787d5c3f82888779087179fa69a15620fc003 SHA256 f3ff2c013996aaa9826cccf6e8dd36cb611ca854ee97628c4d2ea01cef215b3f
MISC ChangeLog 864 RMD160 95c4da001311ce437384032e445ad2b8e6f9ab0d SHA1 3a87f2b681a71407c751d9c8ba6a48c236681044 SHA256 878bb251f6ee58fe49ca1ca73d5aa0c257a0155b077aa52187599b5064b566f9
MISC metadata.xml 181 RMD160 0b5984d0e9b1a29361ce456255e40428c248164e SHA1 9642abe9624b7c987f4035a73aeff52543939230 SHA256 3f57433bc465a51490b7c206c31ec335540bb21323434de0f08757a978312eec
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iEYEARECAAYFAk+ZTP0ACgkQvFcC4BYPU0oZggCdEmFVGewBFnTYkOMdwtQ36x5g
90kAoMEo5gvKtPzANeZnBI6mH5INJYrR
=an4G
-----END PGP SIGNATURE-----

View File

@ -1,18 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0-r1.ebuild,v 1.2 2012/04/26 13:26:16 aballier Exp $
EAPI="3"
DESCRIPTION="Virtual for acl support (sys/acl.h)"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="static-libs"
DEPEND=""
RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] )
kernel_FreeBSD? ( sys-freebsd/freebsd-lib )"

View File

@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-build
DESCRIPTION="Virtual for acl support (sys/acl.h)"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND="kernel_linux? ( >=sys-apps/acl-2.2.52-r1[static-libs?,${MULTILIB_USEDEP}] )"

View File

@ -1,16 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0.ebuild,v 1.3 2011/11/11 00:06:15 jer Exp $
DESCRIPTION="Virtual for acl support (sys/acl.h)"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND="kernel_linux? ( sys-apps/acl )
kernel_FreeBSD? ( sys-freebsd/freebsd-lib )"

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>bsd</herd>
<herd>base-system</herd>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>