From 60d9ac73046c463c2439b37c2e65798b7b62cd90 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 22 Jun 2018 13:41:06 +0000 Subject: [PATCH] bump(virtual/libelf): sync with upstream --- .../metadata/md5-cache/virtual/libelf-2 | 9 +++++++++ .../metadata/md5-cache/virtual/libelf-3 | 9 +++++++++ .../virtual/libelf/libelf-2.ebuild | 12 ++++++++++++ .../virtual/libelf/libelf-3.ebuild | 16 ++++++++++++++++ .../portage-stable/virtual/libelf/metadata.xml | 8 ++++++++ 5 files changed, 54 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3 create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2 new file mode 100644 index 0000000000..973c2882dc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-2 @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3 new file mode 100644 index 0000000000..2872b7112d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/libelf-3 @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild new file mode 100644 index 0000000000..dcd9caf6d3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-2.ebuild @@ -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}]" diff --git a/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild b/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild new file mode 100644 index 0000000000..f328d41728 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/libelf/libelf-3.ebuild @@ -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}] + )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml new file mode 100644 index 0000000000..d920e3ba3e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/libelf/metadata.xml @@ -0,0 +1,8 @@ + + + + + blueness@gentoo.org + Anthony G. Basile + +