mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
bump(virtual/libelf): sync with upstream
This commit is contained in:
parent
2be36448e7
commit
60d9ac7304
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual for libelf.so.0 provider dev-libs/libelf
|
||||
EAPI=6
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
RDEPEND=>=dev-libs/libelf-0.8.13-r2:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||
SLOT=0/0
|
||||
_eclasses_=multibuild 35719a9cd25ec71ee49c966f6868454c multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 45f0e78dba7de5c77988265229b4402a toolchain-funcs 1e35303c63cd707f6c3422b4493d5607
|
||||
_md5_=c1f01d42525da6d42e97fe18f385ad40
|
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual for libelf.so.1 provider dev-libs/elfutils
|
||||
EAPI=6
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
|
||||
RDEPEND=|| ( >=dev-libs/elfutils-0.155-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-freebsd/freebsd-lib-9.2_rc1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
|
||||
SLOT=0/1
|
||||
_eclasses_=multibuild 35719a9cd25ec71ee49c966f6868454c multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 45f0e78dba7de5c77988265229b4402a toolchain-funcs 1e35303c63cd707f6c3422b4493d5607
|
||||
_md5_=c77d960a02358d4ecaa8064e4ad9a022
|
12
sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
|
||||
SLOT="0/0"
|
||||
KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"
|
16
sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild
vendored
Normal file
16
sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit multilib-build
|
||||
|
||||
DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
|
||||
SLOT="0/1"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||
|
||||
RDEPEND="
|
||||
|| (
|
||||
>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
|
||||
>=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
|
||||
)"
|
8
sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml
vendored
Normal file
8
sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>blueness@gentoo.org</email>
|
||||
<name>Anthony G. Basile</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user