diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/Manifest b/sdk_container/src/third_party/portage-stable/sys-libs/talloc/Manifest deleted file mode 100644 index 851108bbb0..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST talloc-2.3.1.tar.gz 638878 BLAKE2B 3d014a47639434c65f5dda2c51da3c6c28d5d60dbc9afdaca27b8ec903cde3433a8fa4ca33305750ff60911f7e43171d0d932d98c2d30ea38494aa532d6d9626 SHA512 064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-libs/talloc/metadata.xml deleted file mode 100644 index afa6476170..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - patrick@gentoo.org - Patrick Lauer - - - samba@gentoo.org - Samba - - - Enable extra compatibility stuff - - diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.3.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.3.1.ebuild deleted file mode 100644 index 1b2589cf11..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.3.1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE="threads(+)" - -inherit waf-utils python-single-r1 multilib multilib-minimal - -DESCRIPTION="Samba talloc library" -HOMEPAGE="https://talloc.samba.org/" -SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3+ LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="compat +python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="!elibc_FreeBSD? ( - !elibc_SunOS? ( - !elibc_Darwin? ( - dev-libs/libbsd[${MULTILIB_USEDEP}] - ) - ) - ) - python? ( ${PYTHON_DEPS} ) - !!