diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/expat/Manifest b/sdk_container/src/third_party/portage-stable/dev-libs/expat/Manifest
deleted file mode 100644
index e69402c23d..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-libs/expat/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST expat-2.2.6.tar.bz2 513322 BLAKE2B 386736da1f2204fa8f15ee4d1b3d11f01ed691efe6951b9f24f2bd30ab5494e75da6a97ceb1ffe4a0a8ecdc80f96f51d21c54f35a2cbc352a9fe9425545bf15b SHA512 dbfb635a5fe7b190722664263a0dd437b512fdf519bc53bd4905567f4bfb4b1e89a021562da63df8cacd48b706d1dea60ccde47f279e57400ad3c846b6e9c4e6
-DIST expat-2.2.7.tar.xz 424264 BLAKE2B acf2fa5cf374a671603f4a12b81239ba3b1634bab66d736e87fb516ce52d599711b3014218bef822640781b8852c7238b6f071b5bd439a13838fcbc7767d06a7 SHA512 bf3af5b5a8e1a1b76658a41f67dbe7b10104e3b724e1882f529fecc509b07c75dde02d8f8b89b1522e05484e8dc417d47651c5f8d4aac1749676ba5c4752c107
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.6.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.6.ebuild
deleted file mode 100644
index 1dcb23acd7..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.6.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-AUTOTOOLS_AUTO_DEPEND=no
-inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Stream-oriented XML parser library"
-HOMEPAGE="https://libexpat.github.io/"
-SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/expat-${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="elibc_FreeBSD examples static-libs unicode"
-DEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
-RDEPEND=""
-
-DOCS=( README.md )
-
-src_prepare() {
- default
-
- # fix interpreter to be a recent/good shell
- sed -i -e "1s:/bin/sh:${BASH}:" conftools/get-version.sh || die
- if use unicode; then
- cp -R "${S}" "${S}"w || die
- pushd "${S}"w >/dev/null
- find -name Makefile.am \
- -exec sed \
- -e 's,libexpat\.la,libexpatw.la,' \
- -e 's,libexpat_la,libexpatw_la,' \
- -i {} + || die
- eautoreconf
- popd >/dev/null
- fi
-}
-
-multilib_src_configure() {
- local myconf="$(use_enable static-libs static) --without-docbook"
-
- mkdir -p "${BUILD_DIR}"w || die
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}"w econf ${myconf}
- popd >/dev/null
- fi
-
- ECONF_SOURCE="${S}" econf ${myconf}
-}
-
-multilib_src_compile() {
- emake
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- emake -C lib
- popd >/dev/null
- fi
-}
-
-multilib_src_install() {
- emake install DESTDIR="${D}"
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- emake -C lib install DESTDIR="${D}"
- popd >/dev/null
-
- pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
- cp expat.pc expatw.pc
- sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
- popd >/dev/null
- fi
-
- if multilib_is_native_abi ; then
- # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
- # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
- use elibc_FreeBSD && gen_usr_ldscript -a expat
- fi
-}
-
-multilib_src_install_all() {
- einstalldocs
-
- # Note: Use of HTML_DOCS would add unwanted "doc" subfolder
- docinto html
- dodoc doc/*.{css,html,png}
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.c
- fi
-
- prune_libtool_files
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.7.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.7.ebuild
deleted file mode 100644
index 10b55b52b3..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-libs/expat/expat-2.2.7.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-AUTOTOOLS_AUTO_DEPEND=no
-inherit autotools eutils libtool multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Stream-oriented XML parser library"
-HOMEPAGE="https://libexpat.github.io/"
-SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/expat-${PV}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="elibc_FreeBSD examples static-libs unicode"
-BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
-
-DOCS=( README.md )
-
-src_prepare() {
- default
-
- # fix interpreter to be a recent/good shell
- sed -i -e "1s:/bin/sh:${BASH}:" conftools/get-version.sh || die
- if use unicode; then
- cp -R "${S}" "${S}"w || die
- pushd "${S}"w >/dev/null
- find -name Makefile.am \
- -exec sed \
- -e 's,libexpat\.la,libexpatw.la,' \
- -e 's,libexpat_la,libexpatw_la,' \
- -i {} + || die
- eautoreconf
- popd >/dev/null
- fi
-}
-
-multilib_src_configure() {
- local myconf="$(use_enable static-libs static) --without-docbook"
-
- mkdir -p "${BUILD_DIR}"w || die
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}"w econf ${myconf}
- popd >/dev/null
- fi
-
- ECONF_SOURCE="${S}" econf ${myconf}
-}
-
-multilib_src_compile() {
- emake
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- emake -C lib
- popd >/dev/null
- fi
-}
-
-multilib_src_install() {
- emake install DESTDIR="${D}"
-
- if use unicode; then
- pushd "${BUILD_DIR}"w >/dev/null
- emake -C lib install DESTDIR="${D}"
- popd >/dev/null
-
- pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
- cp expat.pc expatw.pc
- sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
- popd >/dev/null
- fi
-
- if multilib_is_native_abi ; then
- # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
- # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
- use elibc_FreeBSD && gen_usr_ldscript -a expat
- fi
-}
-
-multilib_src_install_all() {
- einstalldocs
-
- # Note: Use of HTML_DOCS would add unwanted "doc" subfolder
- docinto html
- dodoc doc/*.{css,html,png}
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.c
- fi
-
- find "${D}" -name '*.la' -type f -delete || die
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/expat/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/expat/metadata.xml
deleted file mode 100644
index 173bc1d111..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-libs/expat/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
- freedesktop-bugs@gentoo.org
- Gentoo Freedesktop Project
-
-
- sping@gentoo.org
- Sebastian Pipping
-
-
- cpe:/a:libexpat:expat
- expat
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/cmocka/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/Manifest
new file mode 100644
index 0000000000..06a150ece9
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/Manifest
@@ -0,0 +1 @@
+DIST cmocka-1.1.5.tar.xz 81004 BLAKE2B 5625dc293ad481c654848f3de806ef88d1b651192c2461e52b54bf9d443b5e2ea5d2a685ab85b044685f57e5723ade6c4c17e38624f59c4eab240cb4feeaab1e SHA512 cad7f04757183d004f6eaad39036fc0e24c5e0e987f80e85bc43bc66dba22389cb02b08e25531cc28a541d0a24a86b29be134a2d6fc339128e87d66952f502bd
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/cmocka/cmocka-1.1.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/cmocka-1.1.5.ebuild
new file mode 100644
index 0000000000..9fac25f3f3
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/cmocka-1.1.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+DESCRIPTION="Unit testing framework for C"
+HOMEPAGE="https://cmocka.org/"
+SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples static-libs test"
+
+BDEPEND="
+ doc? ( app-doc/doxygen[dot] )
+"
+
+multilib_src_configure() {
+ local mycmakeargs=(
+ -DWITH_EXAMPLES=$(usex examples)
+ -DWITH_STATIC_LIB=$(usex static-libs)
+ -DUNIT_TESTING=$(usex test)
+ $(multilib_is_native_abi && cmake-utils_use_find_package doc Doxygen \
+ || echo -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON)
+ )
+
+ cmake-utils_src_configure
+}
+
+multilib_src_compile() {
+ cmake-utils_src_compile
+ multilib_is_native_abi && use doc && cmake-utils_src_compile docs
+}
+
+multilib_src_install() {
+ if multilib_is_native_abi && use doc; then
+ local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+ fi
+
+ cmake-utils_src_install
+}
diff --git a/sdk_container/src/third_party/portage-stable/dev-util/cmocka/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/metadata.xml
new file mode 100644
index 0000000000..b1435fc3ce
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-util/cmocka/metadata.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ kde@gentoo.org
+ Gentoo KDE Project
+
+
diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/cmocka-1.1.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/cmocka-1.1.5
new file mode 100644
index 0000000000..64242be9cf
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/cmocka-1.1.5
@@ -0,0 +1,12 @@
+BDEPEND=doc? ( app-doc/doxygen[dot] ) dev-util/ninja >=dev-util/cmake-3.9.6
+DEFINED_PHASES=compile configure install prepare test
+DESCRIPTION=Unit testing framework for C
+EAPI=7
+HOMEPAGE=https://cmocka.org/
+IUSE=doc examples static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux
+LICENSE=Apache-2.0
+SLOT=0
+SRC_URI=https://cmocka.org/files/1.1/cmocka-1.1.5.tar.xz
+_eclasses_=cmake-multilib 9400794da450ca9e38faef6eefbb3957 cmake-utils 959a7fda0dce63de9a4e73a22294d6ec eutils 6e6c2737b59a4b982de6fb3ecefd87f8 flag-o-matic a09389deba2c0a7108b581e02c7cecbf multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multilib-build 0d0c25170069d06d0eb233154229af97 multilib-minimal 8bddda43703ba94d8341f4e247f97566 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 8c7f9d80beedd16f2e5a7f612c609529 xdg-utils 14d00d009167652b1fa363e55effe213
+_md5_=32fed162351364ee7c23f0db2a3d5018
diff --git a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/Manifest b/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/Manifest
deleted file mode 100644
index dc231fa6a2..0000000000
--- a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rpcsvc-proto-1.3.1.tar.gz 59174 BLAKE2B d50d958cfad79142d686ae6312cdaa6044f1322bc794dbc95c1b78d088396c5adda292c83d150f3502df859c23d4e370894283ae210e5fe9aa1d0e8ed05553d0 SHA512 d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea
-DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34 SHA512 a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415
diff --git a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch b/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch
deleted file mode 100644
index 5d77786a71..0000000000
--- a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/files/rpcsvc-proto-1.3.1-old-preprocessor.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From ce0ed4f45918f9230db435ee3b733090fa4f9620 Mon Sep 17 00:00:00 2001
-From: Florian Weimer
-Date: Tue, 27 Mar 2018 12:08:30 +0200
-Subject: [PATCH] Remove historic _RPC_THREAD_SAFE_ preprocessor conditional
-
-When the code was imported from glibc, the -D_RPC_THREAD_SAFE_
-build flag was missed.
----
- rpcgen/rpc_main.c | 9 ---------
- 1 file changed, 9 deletions(-)
-
-diff --git a/rpcgen/rpc_main.c b/rpcgen/rpc_main.c
-index 94bd818..1b26e52 100644
---- a/rpcgen/rpc_main.c
-+++ b/rpcgen/rpc_main.c
-@@ -1346,15 +1346,6 @@ parseargs (int argc, const char *argv[], struct commandline *cmd)
- cmd->Scflag = flag['C'];
- cmd->makefileflag = flag['M'];
-
--#ifndef _RPC_THREAD_SAFE_
-- if (mtflag || newstyle)
-- {
-- /* glibc doesn't support these flags. */
-- f_print (stderr,
-- _("This implementation doesn't support newstyle or MT-safe code!\n"));
-- return (0);
-- }
--#endif
- if (tirpcflag)
- {
- pmflag = inetdflag ? 0 : 1; /* pmflag or inetdflag is always TRUE */
diff --git a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/metadata.xml b/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/metadata.xml
deleted file mode 100644
index bcf493eae9..0000000000
--- a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- toolchain@gentoo.org
- Gentoo Toolchain Project
-
-
- base-system@gentoo.org
- Gentoo Base System Project
-
-
diff --git a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
deleted file mode 100644
index e78fd8941b..0000000000
--- a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="rpcsvc protocol definitions from glibc"
-HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
-
-# Fake version to help portage upgrading.
-
-SLOT="0"
-LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="elibc_glibc? ( sys-libs/glibc[rpc(-)] )"
-RDEPEND="${DEPEND}"
diff --git a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
deleted file mode 100644
index 8a8003bcc4..0000000000
--- a/sdk_container/src/third_party/portage-stable/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="rpcsvc protocol definitions from glibc"
-HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
-SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="! ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND="! +metadata.xml,
- +talloc-2.1.0-r1.ebuild, +talloc-2.1.2.ebuild, +talloc-2.1.3.ebuild:
- proj/gentoo: Initial commit
-
- This commit represents a new era for Gentoo:
- Storing the gentoo-x86 tree in Git, as converted from CVS.
-
- This commit is the start of the NEW history.
- Any historical data is intended to be grafted onto this point.
-
- Creation process:
- 1. Take final CVS checkout snapshot
- 2. Remove ALL ChangeLog* files
- 3. Transform all Manifests to thin
- 4. Remove empty Manifests
- 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
- 5.1. Do not touch files with -kb/-ko keyword flags.
-
- Signed-off-by: Robin H. Johnson
- X-Thanks: Alec Warner - did the GSoC 2006 migration
- tests
- X-Thanks: Robin H. Johnson - infra guy, herding this
- project
- X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo
- developer, wrote Git features for the migration
- X-Thanks: Brian Harring - wrote much python to improve
- cvs2svn
- X-Thanks: Rich Freeman - validation scripts
- X-Thanks: Patrick Lauer - Gentoo dev, running new 2014
- work in migration
- X-Thanks: Michał Górny - scripts, QA, nagging
- X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
- the bikeshed
-
- 24 Aug 2015; Justin Lecher metadata.xml:
- Use https by default
-
- Convert all URLs for sites supporting encrypted connections from http to
- https
-
- Signed-off-by: Justin Lecher
-
- 24 Aug 2015; Mike Gilbert metadata.xml:
- Revert DOCTYPE SYSTEM https changes in metadata.xml
-
- repoman does not yet accept the https version.
- This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
-
- Bug: https://bugs.gentoo.org/552720
-
-*talloc-2.1.4 (17 Oct 2015)
-
- 17 Oct 2015; Lars Wendler +talloc-2.1.4.ebuild:
- Bump to version 2.1.4
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Lars Wendler
-
- 17 Oct 2015; Lars Wendler -talloc-2.1.2.ebuild:
- Removed old.
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Lars Wendler
-
- 28 Oct 2015; Justin Lecher talloc-2.1.0-r1.ebuild,
- talloc-2.1.3.ebuild, talloc-2.1.4.ebuild:
- Fix for prefix
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
-*talloc-2.1.5 (23 Nov 2015)
-
- 23 Nov 2015; Lars Wendler +talloc-2.1.5.ebuild:
- Bump to version 2.1.5
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Lars Wendler
-
- 23 Nov 2015; Lars Wendler -talloc-2.1.3.ebuild:
- Removed old.
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Lars Wendler
-
- 29 Dec 2015; Agostino Sarubbo talloc-2.1.5.ebuild:
- amd64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="amd64"
- Signed-off-by: Agostino Sarubbo
-
- 29 Dec 2015; Agostino Sarubbo talloc-2.1.5.ebuild:
- x86 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="x86"
- Signed-off-by: Agostino Sarubbo
-
- 29 Dec 2015; Victor Ostorga talloc-2.1.5.ebuild:
- Restricting tests, they have been broken for a long time. Bug 566700
-
- Package-Manager: portage-2.2.24
-
- 07 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild:
- ppc stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ppc"
- Signed-off-by: Agostino Sarubbo
-
- 07 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild:
- ppc64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ppc64"
- Signed-off-by: Agostino Sarubbo
-
- 07 Jan 2016; Markus Meier talloc-2.1.5.ebuild:
- arm stable, bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="arm"
-
- 08 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild:
- ia64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ia64"
- Signed-off-by: Agostino Sarubbo
-
- 08 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild:
- alpha stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="alpha"
- Signed-off-by: Agostino Sarubbo
-
- 09 Jan 2016; Agostino Sarubbo talloc-2.1.5.ebuild:
- sparc stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="sparc"
- Signed-off-by: Agostino Sarubbo
-
- 12 Jan 2016; Jeroen Roovers talloc-2.1.5.ebuild:
- Stable for HPPA (bug #568432).
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --ignore-arches
-
- 24 Jan 2016; Michał Górny metadata.xml:
- Replace all herds with appropriate projects (GLEP 67)
-
- Replace all uses of herd with appropriate project maintainers, or no
- maintainers in case of herds requested to be disbanded.
-
- 24 Jan 2016; Michał Górny metadata.xml:
- Set appropriate maintainer types in metadata.xml (GLEP 67)
-
-*talloc-2.1.5-r1 (14 Feb 2016)
-
- 14 Feb 2016; Victor Ostorga +talloc-2.1.5-r1.ebuild:
- Restricting distcc, bug #554790
-
- Package-Manager: portage-2.2.26
-
- 14 Feb 2016; David Seifert talloc-2.1.5-r1.ebuild:
- Add python-single-r1_pkg_setup() to pkg_setup()
-
- Gentoo-Bug: 574670
-
- Package-Manager: portage-2.2.27
-
-*talloc-2.1.6 (08 Mar 2016)
-
- 08 Mar 2016; Lars Wendler +talloc-2.1.6.ebuild:
- Bump to version 2.1.6
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Lars Wendler
-
- 08 Mar 2016; Lars Wendler -talloc-2.1.0-r1.ebuild,
- -talloc-2.1.4.ebuild:
- Removed old.
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Lars Wendler
-
diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/sys-libs/talloc/ChangeLog-2015
deleted file mode 100644
index 65a201f397..0000000000
--- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/ChangeLog-2015
+++ /dev/null
@@ -1,318 +0,0 @@
-# ChangeLog for sys-libs/talloc
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.81 2015/08/07 07:31:04 polynomial-c Exp $
-
-*talloc-2.1.3 (07 Aug 2015)
-
- 07 Aug 2015; Lars Wendler -talloc-2.1.1.ebuild,
- +talloc-2.1.3.ebuild:
- Version bump. Removed old.
-
- 05 May 2015; Patrick Lauer talloc-2.1.0-r1.ebuild,
- talloc-2.1.1.ebuild, talloc-2.1.2.ebuild:
- Adjust license #548254
-
- 08 Apr 2015; Michał Górny talloc-2.1.0-r1.ebuild,
- talloc-2.1.1.ebuild, talloc-2.1.2.ebuild:
- Drop old Python implementations
-
-*talloc-2.1.2 (12 Mar 2015)
-
- 12 Mar 2015; Lars Wendler -talloc-2.0.8.ebuild,
- -talloc-2.0.8-r1.ebuild, -talloc-2.1.0.ebuild, +talloc-2.1.2.ebuild:
- Version bump. Removed old.
-
- 11 Oct 2014; Markus Meier talloc-2.1.0-r1.ebuild:
- arm stable, bug #512012
-
- 11 Oct 2014; Markus Meier talloc-2.0.8-r1.ebuild:
- arm stable, bug #512012
-
- 15 Sep 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for sparc, wrt bug #512012
-
- 25 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for alpha, wrt bug #512012
-
- 23 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for ia64, wrt bug #512012
-
- 21 Aug 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for ppc64, wrt bug #512012
-
- 07 Aug 2014; Jeroen Roovers talloc-2.1.0-r1.ebuild:
- Stable for HPPA (bug #512012).
-
- 28 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for ppc, wrt bug #512012
-
- 23 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for x86, wrt bug #512012
-
- 22 Jul 2014; Agostino Sarubbo talloc-2.0.8-r1.ebuild,
- talloc-2.1.0-r1.ebuild:
- Stable for amd64, wrt bug #512912
-
- 10 Jun 2014; Mike Frysinger talloc-2.0.8-r1.ebuild,
- talloc-2.0.8.ebuild, talloc-2.1.0-r1.ebuild, talloc-2.1.0.ebuild,
- talloc-2.1.1.ebuild:
- Add arm64/m68k love.
-
-*talloc-2.1.1 (23 May 2014)
-
- 23 May 2014; Lars Wendler +talloc-2.1.1.ebuild:
- Version bump.
-
-*talloc-2.1.0-r1 (14 May 2014)
-
- 14 May 2014; Michał Górny +talloc-2.1.0-r1.ebuild:
- Enable multilib support, bug #491222. Clean up Python deps.
-
- 11 Mar 2014; Patrick Lauer talloc-2.1.0.ebuild:
- Add gettext dep #503820
-
- 02 Feb 2014; Victor Ostorga talloc-2.1.0.ebuild:
- Reverting commit on talloc-2.1.0 , because emul-linux-x86-baselibs still
- provides talloc. Check bug #491222 for multilib patch
-
- 01 Feb 2014; Victor Ostorga talloc-2.1.0.ebuild:
- Adding multilib support, bug #491222 , patch thanks to Kenneth Graunke
-
-
- 11 Dec 2013; Jorge Manuel B. S. Vicetto
- talloc-2.0.8.ebuild, talloc-2.1.0.ebuild:
- Add python use flag to IUSE defaults - completely fix bug 489472. Non-
- maintainer commit acknowledged by Patrick (bonsaikitten).
-
-*talloc-2.1.0 (13 Sep 2013)
-
- 13 Sep 2013; Lars Wendler -talloc-2.0.7.ebuild,
- +talloc-2.1.0.ebuild:
- Version bump. Removed old.
-
- 06 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for sparc, wrt bug #466710
-
- 05 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for ppc64, wrt bug #466710
-
- 05 Sep 2013; Mike Frysinger talloc-2.0.8.ebuild:
- Mark s390/sh stable #466710.
-
- 01 Sep 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for alpha, wrt bug #466710
-
- 29 Aug 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for ia64, wrt bug #466710
-
- 26 Aug 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for ppc, wrt bug #466710
-
- 25 Aug 2013; Markus Meier talloc-2.0.8.ebuild,
- talloc-2.0.8-r1.ebuild:
- stabilize correct version for bug #478260
-
- 25 Aug 2013; Markus Meier talloc-2.0.8-r1.ebuild:
- arm stable, bug #478260
-
- 24 Aug 2013; Jeroen Roovers talloc-2.0.8.ebuild:
- Stable for HPPA (bug #466710).
-
- 07 Aug 2013; Lars Wendler metadata.xml:
- Removed unused local USE flag description.
-
- 07 Aug 2013; Lars Wendler -talloc-1.3.0.ebuild,
- -talloc-1.3.1.ebuild, -talloc-2.0.0.ebuild, -talloc-2.0.0-r1.ebuild,
- -talloc-2.0.1.ebuild, -talloc-2.0.1-r1.ebuild, -talloc-2.0.1-r2.ebuild,
- -talloc-2.0.5.ebuild, -files/talloc-2.0.0-without-doc.patch,
- -files/talloc-2.0.1-respect-ldflags.patch:
- Removed old versions.
-
-*talloc-2.0.8-r1 (30 Jun 2013)
-
- 30 Jun 2013; Justin Lecher +talloc-2.0.8-r1.ebuild,
- metadata.xml:
- Bump to new python eclass
-
- 23 Apr 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for x86, wrt bug #466710
-
- 23 Apr 2013; Agostino Sarubbo talloc-2.0.8.ebuild:
- Stable for amd64, wrt bug #466710
-
- 06 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for sh, wrt bug #458712
-
- 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for sparc, wrt bug #458712
-
- 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for s390, wrt bug #458712
-
- 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for ia64, wrt bug #458712
-
- 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for alpha, wrt bug #458712
-
- 03 Mar 2013; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for arm, wrt bug #458712
-
- 25 Feb 2013; Zac Medico talloc-2.0.8.ebuild:
- Add ~arm-linux keyword.
-
-*talloc-2.0.8 (05 Dec 2012)
-
- 05 Dec 2012; Patrick Lauer +talloc-2.0.8.ebuild:
- Bump
-
- 29 Nov 2012; Jeroen Roovers talloc-2.0.7.ebuild:
- Stable for HPPA (bug #432754).
-
- 25 Nov 2012; Anthony G. Basile talloc-2.0.7.ebuild:
- stable ppc ppc64, bug #444686
-
- 06 Jul 2012; Jeff Horelick talloc-2.0.7.ebuild:
- marked x86 per bug 417113
-
- 12 May 2012; Alexis Ballier talloc-2.0.7.ebuild:
- keyword ~amd64-fbsd
-
- 07 Mar 2012; Patrick Lauer talloc-2.0.5.ebuild:
- Restrict py3 #354587
-
- 07 Mar 2012; Patrick Lauer talloc-2.0.7.ebuild:
- Restrict py3 #354587
-
- 25 Feb 2012; Agostino Sarubbo talloc-2.0.7.ebuild:
- Stable for amd64, wrt bug #405617
-
-*talloc-2.0.1-r2 (18 Dec 2011)
-
- 18 Dec 2011; Mike Gilbert +talloc-2.0.1-r2.ebuild:
- Install missing SONAME symlink. Resolves bug 394787.
-
- 18 Oct 2011; VÃctor Ostorga talloc-2.0.7.ebuild:
- Adding block on +talloc-2.0.7.ebuild:
- Version bump to 2.0.7
-
- 27 Aug 2011; Fabian Groffen talloc-2.0.5.ebuild:
- Fix install_names on Darwin, working around tremendously broken
- waf-buildsystem, bug #374455, keyworded ~x64-macos
-
- 17 Aug 2011; ChÃ-Thanh Christopher Nguyá»
n
- talloc-2.0.5.ebuild:
- keyword ~sparc-solaris
-
- 07 Jul 2011; Alexis Ballier talloc-2.0.5.ebuild:
- keyword ~x86-fbsd
-
- 02 Jun 2011; VÃctor Ostorga talloc-2.0.5.ebuild:
- Adding dependency dev-lang/python[threads] bug 363071
-
- 16 Mar 2011; Samuli Suominen talloc-2.0.5.ebuild:
- Stop unnecessarily forcing Python 2.6.
-
- 15 Mar 2011; VÃctor Ostorga talloc-2.0.5.ebuild:
- Fixing collision with /usr/lib/libtalloc.so.2 bug #351608 setting python
- 2.6 as runtime python bug #354587 #357269
-
- 01 Mar 2011; Jonathan Callen talloc-2.0.5.ebuild:
- Add ~amd64-linux/~x86-linux keywords
-
-*talloc-2.0.5 (13 Jan 2011)
-
- 13 Jan 2011; Tomáš Chvátal +talloc-2.0.5.ebuild:
- Add new talloc version. NOTE: doc xsl file is fetched from net rather than
- using the system one, this needs to be fixed.
-
- 27 Sep 2010; Mart Raudsepp talloc-2.0.1-r1.ebuild:
- Marked ~mips for bug #285952
-
- 12 Aug 2010; Joseph Jezak talloc-2.0.1-r1.ebuild:
- Marked ppc/ppc64 stable for bug #300158.
-
- 17 Jun 2010; Kacper Kowalik
- talloc-2.0.1-r1.ebuild, +files/talloc-2.0.1-respect-ldflags.patch:
- Respect LDFLAGS. Fixes bug 323497. Thanks Andreis Vinogradovs
- for report.
-
- 05 Jun 2010; Raúl Porcel talloc-2.0.1-r1.ebuild:
- alpha/arm/ia64/s390/sh/sparc stable wrt #300158
-
- 19 May 2010; Jeroen Roovers talloc-2.0.1-r1.ebuild:
- Stable for HPPA (bug #300158).
-
- 18 May 2010; Pawel Hajdan jr
- talloc-2.0.1-r1.ebuild:
- x86 stable wrt bug #300158
-
- 03 May 2010; Olivier Crête ChangeLog:
- amd64 stable, bug #300158
-
-*talloc-2.0.1-r1 (03 Apr 2010)
-
- 03 Apr 2010; Tiziano Müller
- +talloc-2.0.1-r1.ebuild, metadata.xml:
- Fixed: unnecessary inherit, swig dependency, documentation install,
- static-libs building.
-
-*talloc-2.0.1 (26 Jan 2010)
-
- 26 Jan 2010; Patrick Lauer +talloc-2.0.1.ebuild:
- Bump
-
- 06 Dec 2009; Diego E. Pettenò
- talloc-2.0.0-r1.ebuild:
- Block older samba (to force uninstall).
-
- 30 Nov 2009; Raúl Porcel talloc-2.0.0-r1.ebuild:
- Add ~arm/~ia64/~s390/~sh/~sparc wrt #285952
-
- 29 Nov 2009; Tobias Klausmann
- talloc-2.0.0-r1.ebuild:
- Keyworded on alpha, bug #285952
-
- 08 Nov 2009; Joseph Jezak talloc-2.0.0-r1.ebuild:
- Marked ~ppc for bug #285952.
-
- 04 Nov 2009; Patrick Lauer talloc-1.3.0.ebuild,
- talloc-1.3.1.ebuild, talloc-2.0.0.ebuild, talloc-2.0.0-r1.ebuild:
- Small dep fix
-
- 23 Oct 2009; Patrick Lauer talloc-1.3.0.ebuild,
- talloc-1.3.1.ebuild:
- Fixing 1.3 ebuilds too
-
-*talloc-2.0.0-r1 (23 Oct 2009)
-
- 23 Oct 2009; Patrick Lauer +talloc-2.0.0-r1.ebuild,
- +files/talloc-2.0.0-without-doc.patch:
- Ebuild cleanups thanks to pva, bug #288536, making docs optional #290193,
- thanks to Andrew Church for the patch
-
- 11 Oct 2009; Petteri Räty talloc-2.0.0.ebuild:
- Block talloc-1.3.0.ebuild,
- talloc-1.3.1.ebuild, talloc-2.0.0.ebuild:
- Improve description
-
-*talloc-2.0.0 (09 Oct 2009)
-*talloc-1.3.1 (09 Oct 2009)
-*talloc-1.3.0 (09 Oct 2009)
-
- 09 Oct 2009; Patrick Lauer +talloc-1.3.0.ebuild,
- +talloc-1.3.1.ebuild, +talloc-2.0.0.ebuild, +metadata.xml:
- Initial commit. Ebuilds based on those provided by Marcel Greter in
- #231273
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 5fe5c30fb9..0000000000
--- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-DIST talloc-2.1.5.tar.gz 436193 SHA256 3833e750cf0b8c3439186cba38800cba9e26adfbce10ee98ba709c24eb1cdddd SHA512 b938d67fcf4c6618f1149b4ec665957a604e3b07ee26e96ed36d94312db8f56b50498f69f9a07782f7f10a25047604e32b0d1786e1051d5f36b696c2755f8741 WHIRLPOOL 4cbdd527fb1adfe09052b93b38227f6e01f8aa86920aa093b7aa9a0ca63ad03f1ddcc148c996c487c55b1ba6e681b185d1df0311ed388ef9a8e6ab35c4b111ab
-DIST talloc-2.1.6.tar.gz 436983 SHA256 3b8e1a50bacb359d99942e0dd9941cef779ae4b5eb20f138873bd8270cb1d47b SHA512 d872780d7ea13757ddb5640c0de5d5c013a9669d07820e9f95b32c460854a4d9327501816a210f33db434b69218a266a6532d5b89fcb6ca84ede90908e3f95c6 WHIRLPOOL 875424e1f84fe28d14b9272758f751ca4c75a38c4fab728f5f8beb1f35052c4f8abfa2a67856120136ea8f9b78d58339e9114f16998c710dfec919b43fe320aa
-EBUILD talloc-2.1.5-r1.ebuild 2555 SHA256 4950a487ee9318fcc4af033178f8c6eb8a3838d3c46327293e4db30d86d73871 SHA512 fe374b02d6d091fb124088b9bed95f09273baf5054abd8c878fe4d50242a6bd8d8bb0554d453fc509e2a392861962b6cf12fe78193c17bccb8be18ecb2b4dee8 WHIRLPOOL 42e78bbd0f0852aeacdf3cf2acee12dd33b4cc9fe3cd06e29ac17c9b39e29953952ee5e4b6512c098b40d848b674ad3feb4e3fdf845bd4e61d8b8757ffb431e4
-EBUILD talloc-2.1.5.ebuild 2374 SHA256 163a2ee5899ae773a1a27243981fff80658cc83e6e05a287076cb1cb8bfbbf1f SHA512 96c71a577e0182f6eec46d4765ae318bae5657498d406eea634b397c1b3692ccd5bd8969c701c8fda490e4160fea5745765e81ae43e200f7eaf2d37c58613419 WHIRLPOOL 7b165d8c7b376f5fc5fafdb43424784c07413209b5019b7301d6cca7a342d95b210a5e1a27a609b501ebb770b60e08471560d84174594ae827dea7ccf9be6035
-EBUILD talloc-2.1.6.ebuild 2565 SHA256 ef2ef8deb3e40536b1d42c68977c2d8bc5e5cb7ca765ca9808fe537b8724b06d SHA512 53a678db6c947ef55400bf16e854214bcd98fa75a73afecdabc37339f259c29ce310ea3f6fcce1d59bcf3a0a6c68bb4d14ddbd7d2ec490501ec66cc234d00f69 WHIRLPOOL ac5d749629b78a3c53fa3dd88237d32f40c9f68ce1d5b1ecc50455f0baf9f18174a1935ac9b2885cc041dded8cedb8f3b2179e43fd6cd660ab3045227c10f0d6
-MISC ChangeLog 6483 SHA256 126b5ac15dbcab137c4890c844c10333d22849f230910effc8d32dc09c22a9d1 SHA512 b03838ecccfa48e94b65449e044ce90b6cec98f82fc651697eec0567e87b49db036c39fb078d2485f6ce46ea693521bfb239e324bbc16f8d7890b78745e7f17d WHIRLPOOL 423d122f803cda214265bf4e6f63305674359ce4c1e037b6b7f1631cc34fe51cdd761023b85a7dc0ef34eec47d26cb8d6e229ba8804a9d9682f0d4e4ce54e08f
-MISC ChangeLog-2015 11247 SHA256 6db1fb636ed8cf66d64b977a5151b5dff79f24575144c762107ba90b201036d8 SHA512 dc4f614e906b7b169bdf9a44e81ab5a4139c74d6ddc2a61683345fdd1f0718762ab837ed071311bfc1193e14f44abd0f7434d99e050cf9c496d468714a92d796 WHIRLPOOL 253f19a8968874b47ed4e0f11987c32317287f692c9db6c08e99e8da1987777944fc24eed520369014328a7d593b4944d9bdcd9a3aeeba1c83f61da362c5d4bd
-MISC metadata.xml 439 SHA256 1ada965eca76363431e96b05d3220a25d5100e9de31f189c5a07145760894cbd SHA512 e583aa7aa9a641067b3b38bf398ad6266980ee961e11d81b5d7c6d32cb8948879e27777a33a72376f79beca6f71aa79613db65049e6a1221922869239de9ccf3 WHIRLPOOL 14b29f433af8722d9a94f3b351f3ed46c85f32f7e6169586fc8d41239e1f1bd2f6bc8b657fd5ce4ad4facf14bbf25edf683d0f6f7aaa4d6b911d92cab24586ca
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
-
-
-
diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.1.5-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.1.5-r1.ebuild
deleted file mode 100644
index 4f61bf00cb..0000000000
--- a/sdk_container/src/third_party/portage-stable/sys-libs/talloc/talloc-2.1.5-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit waf-utils python-single-r1 multilib multilib-minimal
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD"
-SLOT="0"
-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 ~x64-macos ~sparc-solaris"
-IUSE="compat +python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
- !!
- +files/add_missing_stdbool_h_include.patch, +files/tdb-1.3.7-fix.patch,
- +metadata.xml, +tdb-1.3.0-r1.ebuild, +tdb-1.3.6.ebuild, +tdb-1.3.7.ebuild:
- proj/gentoo: Initial commit
-
- This commit represents a new era for Gentoo:
- Storing the gentoo-x86 tree in Git, as converted from CVS.
-
- This commit is the start of the NEW history.
- Any historical data is intended to be grafted onto this point.
-
- Creation process:
- 1. Take final CVS checkout snapshot
- 2. Remove ALL ChangeLog* files
- 3. Transform all Manifests to thin
- 4. Remove empty Manifests
- 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
- 5.1. Do not touch files with -kb/-ko keyword flags.
-
- Signed-off-by: Robin H. Johnson
- X-Thanks: Alec Warner - did the GSoC 2006 migration
- tests
- X-Thanks: Robin H. Johnson - infra guy, herding this
- project
- X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo
- developer, wrote Git features for the migration
- X-Thanks: Brian Harring - wrote much python to improve
- cvs2svn
- X-Thanks: Rich Freeman - validation scripts
- X-Thanks: Patrick Lauer - Gentoo dev, running new 2014
- work in migration
- X-Thanks: Michał Górny - scripts, QA, nagging
- X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
- the bikeshed
-
- 24 Aug 2015; Justin Lecher metadata.xml:
- Use https by default
-
- Convert all URLs for sites supporting encrypted connections from http to
- https
-
- Signed-off-by: Justin Lecher
-
- 24 Aug 2015; Mike Gilbert metadata.xml:
- Revert DOCTYPE SYSTEM https changes in metadata.xml
-
- repoman does not yet accept the https version.
- This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
-
- Bug: https://bugs.gentoo.org/552720
-
-*tdb-1.3.8 (23 Nov 2015)
-
- 23 Nov 2015; Lars Wendler +tdb-1.3.8.ebuild:
- Bump to version 1.3.8
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Lars Wendler
-
- 23 Nov 2015; Lars Wendler -tdb-1.3.6.ebuild:
- Removed old.
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Lars Wendler
-
- 29 Dec 2015; Agostino Sarubbo tdb-1.3.8.ebuild:
- amd64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="amd64"
- Signed-off-by: Agostino Sarubbo
-
- 29 Dec 2015; Agostino Sarubbo tdb-1.3.8.ebuild:
- x86 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="x86"
- Signed-off-by: Agostino Sarubbo
-
- 07 Jan 2016; Agostino Sarubbo tdb-1.3.8.ebuild:
- ppc stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ppc"
- Signed-off-by: Agostino Sarubbo
-
- 07 Jan 2016; Agostino Sarubbo tdb-1.3.8.ebuild:
- ppc64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ppc64"
- Signed-off-by: Agostino Sarubbo
-
- 07 Jan 2016; Markus Meier tdb-1.3.8.ebuild:
- arm stable, bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="arm"
-
- 08 Jan 2016; Agostino Sarubbo tdb-1.3.8.ebuild:
- ia64 stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ia64"
- Signed-off-by: Agostino Sarubbo
-
- 08 Jan 2016; Agostino Sarubbo tdb-1.3.8.ebuild:
- alpha stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="alpha"
- Signed-off-by: Agostino Sarubbo
-
- 09 Jan 2016; Agostino Sarubbo tdb-1.3.8.ebuild:
- sparc stable wrt bug #568432
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="sparc"
- Signed-off-by: Agostino Sarubbo
-
- 12 Jan 2016; Jeroen Roovers tdb-1.3.8.ebuild:
- Stable for HPPA (bug #568432).
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --ignore-arches
-
- 24 Jan 2016; Michał Górny metadata.xml:
- Replace all herds with appropriate projects (GLEP 67)
-
- Replace all uses of herd with appropriate project maintainers, or no
- maintainers in case of herds requested to be disbanded.
-
- 24 Jan 2016; Michał Górny metadata.xml:
- Set appropriate maintainer types in metadata.xml (GLEP 67)
-
- 29 Mar 2016; Lars Wendler -tdb-1.3.0-r1.ebuild,
- -tdb-1.3.7.ebuild:
- Removed old.
-
- Package-Manager: portage-2.2.28
- Signed-off-by: Lars Wendler
-
diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/tdb/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/sys-libs/tdb/ChangeLog-2015
deleted file mode 100644
index 46d673ff23..0000000000
--- a/sdk_container/src/third_party/portage-stable/sys-libs/tdb/ChangeLog-2015
+++ /dev/null
@@ -1,329 +0,0 @@
-# ChangeLog for sys-libs/tdb
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.86 2015/08/08 09:18:14 polynomial-c Exp $
-
- 08 Aug 2015; Lars Wendler tdb-1.3.7.ebuild,
- +files/tdb-1.3.7-fix.patch:
- Fixed compilation with abi_x86_32 (bug #556920).
-
-*tdb-1.3.7 (07 Aug 2015)
-
- 07 Aug 2015; Lars Wendler -tdb-1.3.5.ebuild,
- +tdb-1.3.7.ebuild:
- Version bump. Removed old.
-
-*tdb-1.3.6 (16 Jun 2015)
-
- 16 Jun 2015; Lars Wendler -tdb-1.3.4.ebuild,
- +tdb-1.3.6.ebuild:
- Version bump. Removed old.
-
-*tdb-1.3.5 (09 Jun 2015)
-
- 09 Jun 2015; Lars Wendler -tdb-1.3.3.ebuild,
- +tdb-1.3.5.ebuild:
- Version bump. Removed old.
-
- 03 Mar 2015; Yixun Lan tdb-1.3.4.ebuild:
- add arm64 support, tested on A53 board
-
- 03 Jan 2015; Michał Górny tdb-1.3.0-r1.ebuild,
- tdb-1.3.3.ebuild, tdb-1.3.4.ebuild:
- Add PYTHON_REQ_USE as necessary for waf.
-
-*tdb-1.3.4 (22 Dec 2014)
-
- 22 Dec 2014; Lars Wendler -tdb-1.3.2.ebuild,
- +tdb-1.3.4.ebuild:
- Version bump. Removed old.
-
-*tdb-1.3.3 (04 Dec 2014)
-
- 04 Dec 2014; Lars Wendler -tdb-1.3.1.ebuild,
- +tdb-1.3.3.ebuild:
- Version bump. Removed old.
-
-*tdb-1.3.2 (02 Dec 2014)
-
- 02 Dec 2014; Lars Wendler -tdb-1.2.10.ebuild,
- -tdb-1.2.11.ebuild, -tdb-1.2.13.ebuild, +tdb-1.3.2.ebuild:
- Version bump. Removed old.
-
- 11 Nov 2014; Mike Gilbert tdb-1.3.0-r1.ebuild,
- tdb-1.3.1.ebuild:
- Depend on python unconditionally at build time, bug 475370. Patch by Nikoli.
-
- 11 Oct 2014; Markus Meier tdb-1.3.0-r1.ebuild:
- arm stable, bug #512012
-
-*tdb-1.3.1 (18 Sep 2014)
-
- 18 Sep 2014; Lars Wendler -tdb-1.3.0.ebuild,
- +tdb-1.3.1.ebuild:
- Version bump. Removed old.
-
- 15 Sep 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for sparc, wrt bug #512012
-
- 25 Aug 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for alpha, wrt bug #512012
-
- 23 Aug 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for ia64, wrt bug #512012
-
- 21 Aug 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for ppc64, wrt bug #512012
-
- 11 Aug 2014; Patrick Lauer tdb-1.3.0-r1.ebuild:
- Restrict parallel building #519164
-
- 07 Aug 2014; Jeroen Roovers tdb-1.3.0-r1.ebuild:
- Stable for HPPA (bug #512012).
-
- 28 Jul 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for ppc, wrt bug #512012
-
- 23 Jul 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for x86, wrt bug #512012
-
- 22 Jul 2014; Agostino Sarubbo tdb-1.3.0-r1.ebuild:
- Stable for amd64, wrt bug #512912
-
- 11 Jun 2014; Rémi Cardona tdb-1.3.0-r1.ebuild,
- +files/add_missing_stdbool_h_include.patch:
- Add patch to add missing stdbool.h include in tdb.h, see bug #511846.
-
-*tdb-1.3.0-r1 (11 Jun 2014)
-
- 11 Jun 2014; Michał Górny +tdb-1.3.0-r1.ebuild:
- Enable multilib support, needed by net-fs/samba.
-
- 24 May 2014; Patrick Lauer metadata.xml:
- Remove unneded useflags from metadata.xml
-
-*tdb-1.3.0 (23 May 2014)
-
- 23 May 2014; Lars Wendler -tdb-1.2.7-r1.ebuild,
- -tdb-1.2.12-r1.ebuild, +tdb-1.3.0.ebuild:
- Version bump. Removed old.
-
-*tdb-1.2.13 (23 Mar 2014)
-
- 23 Mar 2014; Lars Wendler +tdb-1.2.13.ebuild:
- Version bump.
-
- 06 Sep 2013; Agostino Sarubbo tdb-1.2.11.ebuild:
- Stable for sparc, wrt bug #478260
-
- 03 Sep 2013; Agostino Sarubbo tdb-1.2.11.ebuild:
- Stable for ia64, wrt bug #478260
-
- 01 Sep 2013; Agostino Sarubbo tdb-1.2.11.ebuild:
- Stable for alpha, wrt bug #478260
-
- 25 Aug 2013; Markus Meier tdb-1.2.11.ebuild:
- arm stable, bug #478260
-
- 07 Aug 2013; Lars Wendler -tdb-1.2.1.ebuild,
- -tdb-1.2.1-r1.ebuild, tdb-1.2.7-r1.ebuild, -tdb-1.2.9.ebuild,
- tdb-1.2.10.ebuild, -tdb-1.2.12.ebuild:
- Removed old versions. Dropped KEYWORDS on remaining older versions.
-
-*tdb-1.2.12-r1 (30 Jun 2013)
-
- 30 Jun 2013; Justin Lecher +tdb-1.2.12-r1.ebuild,
- metadata.xml:
- Bump to new python eclasses
-
-*tdb-1.2.12 (13 Jun 2013)
-
- 13 Jun 2013; Patrick Lauer +tdb-1.2.12.ebuild:
- Bump
-
- 28 Apr 2013; Agostino Sarubbo tdb-1.2.11.ebuild:
- Stable for x86, wrt bug #466284
-
- 28 Apr 2013; Agostino Sarubbo tdb-1.2.11.ebuild:
- Stable for amd64, wrt bug #466284
-
- 25 Feb 2013; Zac Medico tdb-1.2.11.ebuild:
- Add ~arm-linux and ~x86-linux keywords.
-
-*tdb-1.2.11 (05 Dec 2012)
-
- 05 Dec 2012; Patrick Lauer +tdb-1.2.11.ebuild:
- Bump
-
- 29 Nov 2012; Jeroen Roovers tdb-1.2.10.ebuild:
- Stable for HPPA (bug #444686).
-
- 25 Nov 2012; Anthony G. Basile tdb-1.2.10.ebuild:
- stable ppc ppc64, bug #444686
-
- 25 Nov 2012; Agostino Sarubbo tdb-1.2.10.ebuild:
- Stable for x86, wrt bug #444686
-
- 25 Nov 2012; Agostino Sarubbo tdb-1.2.10.ebuild:
- Stable for amd64, wrt bug #444686
-
- 29 Aug 2012; Christoph Junghans tdb-1.2.10.ebuild:
- added ~amd64-linux
-
- 06 Jul 2012; Jeff Horelick tdb-1.2.9.ebuild:
- marked x86 per bug 417107
-
- 15 May 2012; Alexis Ballier tdb-1.2.10.ebuild:
- keyword ~amd64-fbsd
-
-*tdb-1.2.10 (23 Apr 2012)
-
- 23 Apr 2012; Víctor Ostorga +tdb-1.2.10.ebuild:
- Version bump to 1.2.10
-
- 08 Mar 2012; Patrick Lauer tdb-1.2.9.ebuild:
- Python dependency fix
-
- 08 Mar 2012; Patrick Lauer tdb-1.2.9.ebuild:
- Build fix for #401291
-
- 25 Feb 2012; Agostino Sarubbo tdb-1.2.9.ebuild:
- Stable for amd64, wrt bug #405617
-
- 11 Jul 2011; Mark Loeser tdb-1.2.7-r1.ebuild:
- Stable on ppc/ppc64; bug #361055
-
- 07 Jul 2011; Alexis Ballier tdb-1.2.9.ebuild:
- keyword ~x86-fbsd
-
- 27 Jun 2011; Víctor Ostorga tdb-1.2.9.ebuild:
- Adding DEPEND on app-text/docbook-xml-dtd:4.2
-
-*tdb-1.2.9 (27 Jun 2011)
-
- 27 Jun 2011; Víctor Ostorga +tdb-1.2.9.ebuild:
- Version bump to 1.2.9 , moving to waf, bug 370999
-
- 25 Apr 2011; Raúl Porcel tdb-1.2.7-r1.ebuild:
- alpha/ia64/s390/sh/sparc stable wrt #361055
-
- 25 Apr 2011; Thomas Kahle tdb-1.2.7-r1.ebuild:
- x86 stable per bug 361055
-
- 10 Apr 2011; Markus Meier tdb-1.2.7-r1.ebuild:
- arm stable, bug #361055
-
- 04 Apr 2011; Jeroen Roovers tdb-1.2.7-r1.ebuild:
- Stable for HPPA (bug #361055).
-
- 02 Apr 2011; Christoph Mende tdb-1.2.7-r1.ebuild:
- Removed dolib.so (bug #361621) and stable on amd64 (bug #361055)
-
- 01 Apr 2011; Víctor Ostorga tdb-1.2.1.ebuild,
- tdb-1.2.1-r1.ebuild:
- Restricting working python version to 2.x bug #360033 . Adding double
- blocker to previous tdb version #314611
-
-*tdb-1.2.7-r1 (18 Jan 2011)
-
- 18 Jan 2011; Víctor Ostorga -tdb-1.2.7.ebuild,
- +tdb-1.2.7-r1.ebuild:
- Set _PUBLIC_ in C file rather than header files bug #350720 patch thanks
- to Rafał Mużyło
-
-*tdb-1.2.7 (03 Jan 2011)
-
- 03 Jan 2011; Víctor Ostorga +tdb-1.2.7.ebuild:
- Version bump to 1.2.7 bug #350464
-
- 29 Dec 2010; Víctor Ostorga tdb-1.2.1-r1.ebuild:
- Improving python related code, patch thanks to Arfrever Frehtes Taifersar
- Arahesis bug #316959
-
- 27 Sep 2010; Mart Raudsepp tdb-1.2.1-r1.ebuild:
- Marked ~mips for bug #285952
-
- 18 Aug 2010; Patrick Lauer tdb-1.2.1-r1.ebuild:
- Fixing manpage installation with USE -tools, fixes #333033
-
-*tdb-1.2.1-r1 (14 Aug 2010)
-
- 14 Aug 2010; Markos Chandras +tdb-1.2.1-r1.ebuild:
- Revbump to respect LDFLAGS. Thanks to Dane Smith
- for the patch
-
- 12 Aug 2010; Joseph Jezak tdb-1.2.1.ebuild:
- Marked ppc stable for bug #300158.
-
- 07 Jul 2010; Samuli Suominen tdb-1.2.1.ebuild:
- ppc64 stable wrt #314899
-
- 05 Jun 2010; Raúl Porcel tdb-1.2.1.ebuild:
- alpha/arm/ia64/s390/sh/sparc stable wrt #300158
-
- 19 May 2010; Jeroen Roovers tdb-1.2.1.ebuild:
- Stable for HPPA (bug #300158).
-
- 18 May 2010; Pawel Hajdan jr tdb-1.2.1.ebuild:
- x86 stable wrt bug #300158
-
- 03 May 2010; Olivier Crête tdb-1.2.1.ebuild:
- amd64 stable, bug #314899
-
- 10 Apr 2010; Tiziano Müller tdb-1.2.1.ebuild:
- Fixed bug #314453 by adding --nonet to the xsltproc call.
-
-*tdb-1.2.1 (09 Apr 2010)
-
- 09 Apr 2010; Tiziano Müller +tdb-1.2.1.ebuild:
- Version bump. .
-
-*tdb-1.2.0-r2 (03 Apr 2010)
-
- 03 Apr 2010; Tiziano Müller +tdb-1.2.0-r2.ebuild:
- Fixed: unnecessary inherit, static-libs installation, added tests.
-
-*tdb-1.2.0-r1 (11 Jan 2010)
-
- 11 Jan 2010; Diego E. Pettenò
- +tdb-1.2.0-r1.ebuild:
- Fix installation of shared objects with USE=-python. Thanks to Davide
- Pesavento for reporting.
-
-*tdb-1.2.0 (04 Jan 2010)
-
- 04 Jan 2010; Patrick Lauer +tdb-1.2.0.ebuild:
- Bump
-
- 06 Dec 2009; Diego E. Pettenò tdb-1.1.5-r1.ebuild:
- Block older samba (to force uninstall).
-
- 30 Nov 2009; Raúl Porcel tdb-1.1.5-r1.ebuild:
- Add ~arm/~ia64/~s390/~sh/~sparc wrt #285952
-
- 29 Nov 2009; Tobias Klausmann tdb-1.1.5-r1.ebuild:
- Keyworded on alpha, bug #285952
-
- 08 Nov 2009; Joseph Jezak tdb-1.1.5-r1.ebuild:
- Marked ~ppc for bug #285952.
-
- 04 Nov 2009; Patrick Lauer tdb-1.1.5.ebuild,
- tdb-1.1.5-r1.ebuild:
- Small dep fix
-
-*tdb-1.1.5-r1 (23 Oct 2009)
-
- 23 Oct 2009; Patrick Lauer +tdb-1.1.5-r1.ebuild:
- Some cleanups for #288536
-
- 11 Oct 2009; Petteri Räty tdb-1.1.5.ebuild:
- Block tdb-1.1.5.ebuild:
- Improve description
-
-*tdb-1.1.5 (09 Oct 2009)
-
- 09 Oct 2009; Patrick Lauer