diff --git a/sdk_container/src/third_party/portage-stable/dev-python/astng/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/astng/Manifest
deleted file mode 100644
index cfcd5de902..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/astng/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX pypy-test.patch 1863 SHA256 261e06853dab43c55def0dc86a8380a80faf3e3364287850f6b9764d801419da SHA512 474805cd55ae930b3d2f0595549b74f8a718ad21de016204367f5513d69afc5a6ad4f43b44162a5b752a820f642ef5600c2c3f7e7111839b1d3ef0d95a7819ad WHIRLPOOL 14c14112d7c9def7096f97a44fedd82b5b042c96e098210cc4c6fb07502a702f5c86130e134d291f8754e8cc00a74733b972ebc84b36496bc74be945add2060b
-DIST logilab-astng-0.24.3.tar.gz 106660 SHA256 e08fba39689e5a4dfa175749874811e516f019656544874defe05154073f69d4 SHA512 fb1e46ebf7111d727cd9d187968cb349dc23dfba0d4d8c6c793a8c081d4506f11e488074cc51b632c525aa264cfa50279dda90f0cf35dc2120ebbf4714902525 WHIRLPOOL 75941724a2c4448a27b37750a83dbc04e4a02540233418b0eab364a3ddfdc3a5e03efacc58422d7fb6f68609f126e269c662aa17dbc395067b45182155559589
-EBUILD astng-0.24.3.ebuild 1470 SHA256 522e6094ab307ca758c6f6735d74f6c0c4bdaf16e9793dfcb645f50106ae2ce4 SHA512 d9023e522a2d1961150f5b14f96b290497f1ccb70166846860f585de6d8c7b063124e214c335e74938b364342c3bb58239bfee7615853712efd2adc6e3b49b71 WHIRLPOOL 1662120f92ead832edeaa033b0b0d783d1b8ada1fc10083e47fad90fcc05ae38346586bf4d51bf319524e18ff3734283c5fd3120f6a03a35f92a8e209ae483c9
-MISC ChangeLog 2718 SHA256 82bf6c1466a737d504f60c57b1c4fcecb9cce06a74137887a5943aa40038120b SHA512 30a3a4a29d14e2ab173ebcdccab77f970cf7834831ad74d43e6d3609a60a06d84c9a1fb01104fc5475911a21c6eb225f8d2826862753d0ee1e66de62ddb046d0 WHIRLPOOL d31d1ec225f646ad18f6ada54aa5b1bb282daebe8698cddb407b623b7ba63f544ed0321541874e6a9cf40133ab2cdb55e4ada66b6900cb219cc75d4c1fc18f7e
-MISC ChangeLog-2015 11553 SHA256 7b1f5e7f02aa7b6f089102d59c0b0506a7480d1b3186ac10b312874710ccb580 SHA512 ae2ea264f0e7d588f84107bd4e85b3cb970b1515b6fcb84bf2d2ac77c1b6a62cd8bd9187620913a52b4221a3bd5d9a68e3202020c4dc7c229aaae195f9bedfdc WHIRLPOOL 107957bb3a95c57df29b29e2cffb85058e1e544324db4adf55237cb8510685b68e66859c505b8a7cdb325cc114cf33fff24f127e1ea82eaa1bdea7bb0bb94c93
-MISC metadata.xml 1068 SHA256 805aa8de63143d3ad9be5539436bb67a5b8ed8f53a27571c39e5bff838de30dc SHA512 c31304cd3895351242c47fef547bc6277421cc634b63862bbb84de081b0638a3020a6347510fff386d78aad432ee6382f8d7f4e1766aa1af32c2b44e83425cc2 WHIRLPOOL ef1441f5ccdea220f5e2838cfda96a0ae22740213fbd0c1a18ebb9c45757fb5818c40af60873a714b744b4e8acc9638bd5e28b3c2ed2eef15dfeba1ea0ac2df6
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/astng/astng-0.24.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/astng/astng-0.24.3.ebuild
deleted file mode 100644
index 3026a1ad64..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/astng/astng-0.24.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="http://www.logilab.org/project/logilab-astng https://pypi.python.org/pypi/logilab-astng"
-SRC_URI="ftp://ftp.logilab.org/pub/astng/logilab-${P}.tar.gz mirror://pypi/l/logilab-astng/logilab-${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
-IUSE="test"
-
-# Version specified in __pkginfo__.py.
-RDEPEND=">=dev-python/logilab-common-0.59.0[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( >=dev-python/egenix-mx-base-3.0.0[$(python_gen_usedep 'python2*')] )"
-
-S="${WORKDIR}/logilab-${P}"
-RESTRICT="test" # erroneous failures
-
-# a wit; pypy reports astng modules differently
-PATCHES=( "${FILESDIR}"/pypy-test.patch )
-
-python_test() {
- distutils_install_for_testing
- # test target needs unpacked test directories, doesn't like binary egg
- esetup.py install_lib --install-dir="${TEST_DIR}"/lib
- #https://bitbucket.org/logilab/astroid/issue/1/test-suite-fails-in-0243-under-py32-pypy
- # Make sure that the tests use correct modules.
- cd "${TEST_DIR}"/lib || die
- pytest -v || die "Tests fail with ${EPYTHON}"
-}
-
-python_install() {
- distutils-r1_python_install
-
- rm "${D}$(python_get_sitedir)/logilab/__init__.py" || die
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/astng/files/pypy-test.patch b/sdk_container/src/third_party/portage-stable/dev-python/astng/files/pypy-test.patch
deleted file mode 100644
index 42cb3864b4..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/astng/files/pypy-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ur logilab-astng-0.24.3.orig/test/unittest_builder.py logilab-astng-0.24.3/test/unittest_builder.py
---- test/unittest_builder.py 2013-04-17 17:38:31.000000000 +0800
-+++ test/unittest_builder.py 2013-06-19 02:13:51.425269363 +0800
-@@ -62,8 +62,12 @@
- self.assertEqual(name.tolineno, 4)
- strarg = callfunc.args[0]
- self.assertIsInstance(strarg, nodes.Const)
-- self.assertEqual(strarg.fromlineno, 5) # no way for this one (is 4 actually)
-- self.assertEqual(strarg.tolineno, 5)
-+ if hasattr(sys, 'pypy_version_info'):
-+ self.assertEqual(strarg.fromlineno, 4) # no way for this one (is 4 actually)
-+ self.assertEqual(strarg.tolineno, 4)
-+ else:
-+ self.assertEqual(strarg.fromlineno, 5) # no way for this one (is 4 actually)
-+ self.assertEqual(strarg.tolineno, 5)
- namearg = callfunc.args[1]
- self.assertIsInstance(namearg, nodes.Name)
- self.assertEqual(namearg.fromlineno, 5)
-diff -ur logilab-astng-0.24.3.orig/test/unittest_inference.py logilab-astng-0.24.3/test/unittest_inference.py
---- test/unittest_inference.py 2013-04-17 17:38:31.000000000 +0800
-+++ test/unittest_inference.py 2013-06-19 02:52:41.618270007 +0800
-@@ -710,8 +710,12 @@
- node = get_name_node(astng, 'open', -1)
- infered = list(node.infer())
- self.assertEqual(len(infered), 1)
-- self.assertIsInstance(infered[0], nodes.Function)
-- self.assertEqual(infered[0].name, 'open')
-+ if hasattr(sys, 'pypy_version_info'):
-+ self.assertIsInstance(infered[0], nodes.Class)
-+ self.assertEqual(infered[0].name, 'file')
-+ else:
-+ self.assertIsInstance(infered[0], nodes.Function)
-+ self.assertEqual(infered[0].name, 'open')
-
- def test_callfunc_context_func(self):
- code = '''
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/astng/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/astng/metadata.xml
deleted file mode 100644
index b7ac41e3d5..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/astng/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
- The aim of this module is to provide a common base representation of
- python source code for projects such as pychecker, pyreverse,
- pylint... Well, actually the development of this library is
- essentially governed by pylint's needs.
- It provides a compatible representation which comes from the _ast
- module. It rebuilds the tree generated by the builtin _ast module by
- recursively walking down the AST and building an extended ast (let's
- call it astng ;). The new node classes have additional methods and
- attributes for different usages. They include some support for static
- inference and local name scopes. Furthermore, astng builds partial
- trees by inspecting living objects.
-
- logilab-astng
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/beaker/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/beaker/Manifest
deleted file mode 100644
index b5f09c837a..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/beaker/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST Beaker-1.6.4.tar.gz 54480 SHA256 5b06dcc9f7b1921bc962235c4051aa5f3f5d3609f42faa6064dc614ace031a3a SHA512 5a6835d01d0b1bee57844525f1223d74edd26f07cc769df6a8cfa77f44dda4435eb96639175928a1caf7c4f927ac3a674c0fd0e7f50f1aea91da7880de3a6704 WHIRLPOOL 13162d6733b69966133c17171b6725e0a2e7c2f56942bbc591ff3992dee50d7a5e91cc11a6a4ae775a9ec3dab805c2ae352982f0b1670190325b11d06a2e52a9
-DIST Beaker-1.8.0.tar.gz 36436 SHA256 740165bb2d86b17460ea759ae075d82b52313860357393675d765bbf67b5c3fb SHA512 1344e7f5db15ac75640f284a2f915d5e34d52988684a25bdf4b2c29ccc963a85e369462a3da7171e4cac6d2209a561ad2b75153bd6dfba6da0d0889b642ab91a WHIRLPOOL 634c4493a6462dcb19566e4ac4b77261e1aaa9e1689d2b8a0519b93a2c4a81c76a173d1daa0f67f744eada4c73c3e35969dff432447c65af8a2f59d0184718e3
-EBUILD beaker-1.6.4-r1.ebuild 1229 SHA256 b0017aeed847b33e72ccd1571e72634fef803efd32ba266275c163ac6890092a SHA512 6d242a75d4807003321ec17adfc3cb647e1f4c1b40576cf0546a6c175275c383fa25966205e77bd34163b66a146a1a099da969a21ab0ecb16c3927e6d337097e WHIRLPOOL 6f2415e6b134eef5b07c35b1b1842b0918ebb5893d77286f044acadce925077ec312e6b721379d1f60c5b08711f1d45374dd091ea3518c42d2bbabc043d7ae55
-EBUILD beaker-1.8.0.ebuild 1088 SHA256 53544ee0b0b79d04c33c744bcd8335fcbfc8ff1cbeefd6314b005eae50a73bae SHA512 0f344d57e256d7c73a1a841cafe002cf946c5ed5b6e4d8178893435b94249181cd1835fb177fddbafcd351167ca3f4581409e320b6e6449b98a4432a4fae4b52 WHIRLPOOL 35ef042df4eb433c4e78bf048983160547b4aa30ba49b9f6c6a60e2d8d2060ffd66a93ff45d51087a983a44f12e6419d077d438c264169c05b6dede857d3e3c7
-MISC ChangeLog 3797 SHA256 ab258b00979a4c1971710224a9cfab4619877010d487a88ee8f24354484f68ad SHA512 ca14f4cfee508cdc3b3003608f286a96d14b7f9841f22f9b5ba5d47d52709694ee6598be84f1b0c8dc40e49140883322d9941d363b201b1245e39f897fbe13b7 WHIRLPOOL a19fa75b09c5dce7dfdc564159b94e877d18c4f5bf981c2a169aa1009ddc1fe78497ef7369464bf9904b9691eac3011f1a1e06081385dfda0e5091baeef19f1e
-MISC ChangeLog-2015 8135 SHA256 fbc3410dce0bc0f5cfa2cfb4942889df44939e9394a89ab00de253ce440e590e SHA512 2c368a3a27b9b8680f26a7cd7469927d6098f57e38395d881c7fa0e572ab03836e38ca0b89de4be23a97d6d3a528c3324e9784650fc3e938d9c10d5b5b76edb7 WHIRLPOOL 5b16e872aa6bf3c382e8b9ab7ce1203815f36a9eefcc132758c22afc25138cd33f08aa2b368a3b3a390e556002d1c00a9ce56f5e38880e945542ed555f0c8083
-MISC metadata.xml 376 SHA256 b28bf9f04e18fec8c6780bb2100523355a2dc37c4aba7b43c6214c497c69f2f1 SHA512 09586c7ae4aa5259c0776ef77713538e8b8dc730da802d95b3de5501aa6c88c96c1967740ff77a124821bbd93b13e9547879f452d46325916237aeaddf58c353 WHIRLPOOL 6e45ea2d85588574349699a7c0eacf10dc2c5d3f906996ef66a14ec05ad9e376bb9ba5a93117206b1368137290cd216773ff45acf244192bd505c0d8fc4b2dd8
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.6.4-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.6.4-r1.ebuild
deleted file mode 100644
index 236d2b83db..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.6.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# py3.3 unfit with some types
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="Beaker"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="http://beaker.groovie.org/ https://pypi.python.org/pypi/Beaker"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-
-# webtest-based tests are skipped when webtest is not installed
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/webtest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- # Workaround for http://bugs.python.org/issue11276.
- sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
- -i beaker/container.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- cp -r -l tests "${BUILD_DIR}"/ || die
- pushd "${BUILD_DIR}"/tests > /dev/null
- nosetests || die "Tests fail with ${EPYTHON}"
- popd > /dev/null
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.8.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.8.0.ebuild
deleted file mode 100644
index f77d763bb5..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/beaker/beaker-1.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-MY_PN="Beaker"
-
-DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="https://github.com/bbangert/beaker https://pypi.python.org/pypi/Beaker"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-# webtest-based tests are skipped when webtest is not installed
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-# Py2.7 fais some tests without this
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
- # Workaround for http://bugs.python.org/issue11276.
- sed -e "s/import anydbm/& as anydbm/;/import anydbm/a dbm = anydbm" \
- -i beaker/container.py || die
-
- distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
- elog "beaker also has optional support for packages"
- elog "pycrypto and pycryptopp"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/beaker/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/beaker/metadata.xml
deleted file mode 100644
index 708dfb0218..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/beaker/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
-
- Beaker
- bbangert/beaker
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/chardet/Manifest
deleted file mode 100644
index f7ad10b570..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST chardet-2.3.0.tar.gz 164346 SHA256 e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa SHA512 d554c9b4564905a2b6c6971aaea2a812174d86b58137c6a2f9d54e2abd2395e6529968b2ce3ca2d97c717d2bd0bd80ab5b98cae9afac1a4add9ea305145030dd WHIRLPOOL af17bac2778a86d6fe9643a512a307cbcf92e4b43238b2d3d2bae53e646fccbdf40f31f41f9452e7d4f4c84d1ee637199af841a828d49f3452190749fee284c1
-DIST chardet-3.0.2.tar.gz 1872630 SHA256 3b92afd82ddea09d30832fac141840d6569c34f27633e4ad273c66172246116f SHA512 9466e8bdd4d49ca51664fefa170e2887bebf17d017d49056a0efe9baef4dc58e2a9e0766d41c1fcb06254e1346021d1d86b1eb55d4b71a061da93ea830f1dfce WHIRLPOOL 4010a838619b3f04d1266bdee49e26169724f1c83c38a3a9cc081fc8f2166e46ecf9544bc25e276a7dec4af7a64f469a74aabc8ecdc745fd10d364db331ee704
-DIST chardet-3.0.3.tar.gz 1872668 SHA256 99cc5d0c13fb0ec02bc4c8a35b35ff698ba1ebdb6d065b53276f0d10d59c2cdc SHA512 7769d80178fb9ded7f04c32969da1a73938b04ffcc9d8de2e593135731e29fbf1e2c21e39ca92d3789e08c9a800f9ec0aafc3c1d12580f4f1efb82e697700264 WHIRLPOOL 9ab8951cdcc69cc05974e67c421a5524bbdf18c96a5f272502b4ae22583520cbc7a82eb499de67cc5aac846af9db1279bc27581f3ce0afd73de2ead861663268
-DIST chardet-3.0.4.tar.gz 1872214 SHA256 d5620025cfca430f6c2e28ddbc87c3c66a5c82fa65570ae975c92911c2190189 SHA512 b433ea0e15e200df968e6d61c671c42fbd77e519eb033035c4a5c241e1f98e1dfaea6747af632788507583b3ef85b00d510b3f6ef5cf58589ceca1b3a088b357 WHIRLPOOL cece99a2ed4a48f66232efc5d91ce228fcd83d3012a90099054bf214ad6f39e2b6250b139fb21b66469ccfd5b4bf8845846b50097f6fffda74c39fb742198355
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-2.3.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-2.3.0.ebuild
deleted file mode 100644
index 709c76a767..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-2.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Universal encoding detector"
-HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.2.ebuild
deleted file mode 100644
index 93934bd438..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Universal encoding detector"
-HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
-# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
-SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/disable-pytest-runner.patch
-)
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.3.ebuild
deleted file mode 100644
index b57346e262..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Universal encoding detector"
-HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
-SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/disable-pytest-runner.patch
-)
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.4.ebuild
deleted file mode 100644
index a280fb7bfa..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/chardet-3.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Universal encoding detector"
-HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
-SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/files/disable-pytest-runner.patch b/sdk_container/src/third_party/portage-stable/dev-python/chardet/files/disable-pytest-runner.patch
deleted file mode 100644
index affbc13414..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/files/disable-pytest-runner.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From b874c25b08edd6bdbdd70a439c6cd603d6830226 Mon Sep 17 00:00:00 2001
-From: Zac Medico
-Date: Fri, 21 Apr 2017 08:36:14 -0700
-Subject: [PATCH] setup.py: require pytest-runner only when necessary (#119)
-
-This optimizes setup.py for cases when pytest-runner is not needed,
-using the approach that is suggested upstream:
-
-https://pypi.python.org/pypi/pytest-runner#conditional-requirement
----
- setup.py | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 28a080a..c214352 100755
---- a/setup.py
-+++ b/setup.py
-@@ -1,9 +1,14 @@
- #!/usr/bin/env python
- import re
-+import sys
-
- from setuptools import find_packages, setup
-
-
-+needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv)
-+pytest_runner = ['pytest-runner'] if needs_pytest else []
-+
-+
- # Get version without importing, which avoids dependency issues
- def get_version():
- with open('chardet/version.py') as version_file:
-@@ -46,7 +51,7 @@ setup(name='chardet',
- "Modules"),
- "Topic :: Text Processing :: Linguistic"],
- packages=find_packages(),
-- setup_requires=['pytest-runner'],
-+ setup_requires=pytest_runner,
- tests_require=['pytest', 'hypothesis'],
- entry_points={'console_scripts':
- ['chardetect = chardet.cli.chardetect:main']})
---
-2.12.2
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/chardet/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/chardet/metadata.xml
deleted file mode 100644
index 4b05c8d096..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/chardet/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
-
- chardet
- chardet/chardet
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/decorator/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/decorator/Manifest
deleted file mode 100644
index 0010c69d28..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/decorator/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST decorator-4.0.10.tar.gz 68560 SHA256 9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070 SHA512 612c2eafe16536c9b5eda07ea44999d868decbc38beb4207ab3f82325bafd346c431f9c9028f63bbf24573300a81dfb9446a51dee50bb34dc8b478088a541f73 WHIRLPOOL 8d4b4496c8066d352692e88ba86053ced436a595d4a7d8dbade6b81c8e4d7da294a26270a9723e35c511b1d213b71409c3d01af59979a5d10ead044cd67ecda8
-DIST decorator-4.0.11.tar.gz 70616 SHA256 953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 SHA512 acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c WHIRLPOOL 11594eef9ab15e2b1d3c42b812fc5f411524cab57b831e5c6f3f1651f8c1d5d3ed2748753965edf89af65ee0c9cb0a4478227677c73ab7834926f380aea175f8
-DIST decorator-4.0.2.tar.gz 64850 SHA256 1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206 SHA512 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3 WHIRLPOOL 1a4a31fe67d4cdfc58cb5486f83ee059a9211af5c5e48d57c9b22a24e08e5659a2e8b4519ecaba68fa603ef6e5a0756f69ee10fbe173d07ffe23204b579f2f18
-EBUILD decorator-4.0.10.ebuild 810 SHA256 d6219f35b9328351efe1929303c5689e6557fbb2daea0311bdfeb129cac2e920 SHA512 c146e7fd6a27a049e749151f957e73ba20cb0d35373fa206f77d82fc9329a39578e1f8900c1d5d24f01ce2d7cb64ced0f174398d30fcd9c47bf0fdb84c20b2ee WHIRLPOOL 3a1dc88e9cb76e2db727aca5954205fc513eb29043f19efc3e153a7ba94ead79383487547622c643f7177b819679a170854c792d5715854e025d06142d0c9093
-EBUILD decorator-4.0.11.ebuild 825 SHA256 3aca6e07063d4a7afac902a6adab57fe1524a13db0ea5f3368b646c0490ade02 SHA512 ee2ff15f8f5dc1bb00625a0b9847f9c04e4bcd35a3ca18454c909ab785c910e0cc10a7b7855c35ed4f70b209fb42d31ff5c943a782d9f713e2c4bf985f3d41eb WHIRLPOOL 225e194912076d9f69a994555a221acfb0ebfc2e5ce0c8879dc227967f403a83e32a9a8c3796c45bf819f8e35fd53c4baa2a2c73334ce180c86b8a08374cc264
-EBUILD decorator-4.0.2.ebuild 794 SHA256 82391f86071d613abe34b3b370c10ecf19cd85801e55186819c2420a8bb4b189 SHA512 90091d12081d46d90a9d59128b84405c54f92b2236410ec0386bb514c4162c442ab0369ebd16fb56aefe40ec872ba7cb005c704ff8695d5ef6738844c8d8c2ba WHIRLPOOL 53f3035e5e10d6601c75eca93850c29f54c4ffae9569a7da06fcaf554e2c55159d40d0826b8541732db047f728ea90b1bf006e1323c55126f9ca7f146c2d61ab
-MISC ChangeLog 6142 SHA256 e60405146c3272a05ed97e15bf8aad148bf4d3b9c2b487095b87caa43e391809 SHA512 394b50613de8276a9804304bb3ce3f24c708c1d3c813bdde4cf3732cf307ebbea5da4dd1989759c33dfb6cad04dcdae74339e2253e5fd2cdaacc4467f6626d3f WHIRLPOOL e4bb8d976c4f415799631c86c0f1b4d421e8220519f0e75dcb5462b403a665155799e710da7cf92a60705b9db19fb70cc043abaf93399a3c79a2fea2814d5f52
-MISC ChangeLog-2015 10231 SHA256 d98ab8d8ac5fc8eaa4fa5e994242fc1c23b3fdda15a7cb19647ba4b6aac0a6d7 SHA512 c5839427fcabd8fd722774ba34b0d0299b2a43d334874c3903a90f19c707e4d7f23347599645aaee8381ebc11f3c97a65e2b8dac0503f68c0fbdc8f48db6b33a WHIRLPOOL 90ffdf9b663b10b067e1459bb547413ecc0372c51ea901bf39872dbce3c4b69ef5ea616082c8b0400e74f31a9b2d31bcd07e1f4b25e21a7c8c9541983b6122c6
-MISC metadata.xml 666 SHA256 7bc4340a2943575060e0003951b2f11b770f1e376e621ccb7c0a9f11ff005a43 SHA512 dea4bab83359707c31ecbef8f70ee3bc02b7254947cc7a51e315af0074589127f31aa66b23a18ee3b04531ea2909151cc49797c0ddea67a22449ed3f6242082a WHIRLPOOL 549dc73074b0bafbd06477f38113595e78eb2f63d8c763c4d2cb94a07ae663bbfabbc5ec98acae49649c5d3454bf673180cdda0d6f3cad339007379b8d75d7dd
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.10.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.10.ebuild
deleted file mode 100644
index 9e4800ec9d..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="https://pypi.python.org/pypi/decorator https://github.com/micheles/decorator"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( docs/README.rst )
-
-python_test() {
- "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && dodoc documentation.pdf
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.11.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.11.ebuild
deleted file mode 100644
index 4fd7970ccc..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="https://pypi.python.org/pypi/decorator https://github.com/micheles/decorator"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( docs/README.rst )
-
-python_test() {
- "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && dodoc documentation.pdf
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.2.ebuild
deleted file mode 100644
index f438984520..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/decorator/decorator-4.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="https://pypi.python.org/pypi/decorator https://code.google.com/p/micheles/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( docs/README.rst )
-
-python_test() {
- "${PYTHON}" src/tests/test.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && dodoc documentation.pdf
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/decorator/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/decorator/metadata.xml
deleted file mode 100644
index e864603b64..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/decorator/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
- The aim of the decorator python module is to simplify the usage of
- decorators for the average programmer and to popularize
- decorators usage giving examples of useful decorators, such as
- memoize, tracing, redirecting_stdout, locked, etc.
-
- decorator
- micheles/decorator
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/Manifest
deleted file mode 100644
index 454e65bb83..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST dnspython-1.12.0.tar.gz 135164 SHA256 03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f SHA512 583d069ed7ee9b20f16a964023fa0300f15032c27de6d084205f73394f19a2d5bb1641ef95b08a8ddf1f622eeb5fa8cbfa62b8a2ee478a49b0dff0995e4ae42e WHIRLPOOL abf515aad901b0c752a0f133c293654f60750522cee69985126547602f321f6577e135077cbfa330a30fbc838b125af30b75cbb4f8fdd60d1444b0bd2446bb39
-DIST dnspython-1.15.0.zip 252157 SHA256 40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1 WHIRLPOOL 83c43d0a53c514d91c096a3f7a761f47583ffb79dde9c233fd063f5b556287671d6012267239c1271696cf2b5e8965525b6612721781749bcdabb484f0dc5d5f
-DIST dnspython3-1.12.0.zip 226945 SHA256 e9630946207864c7a780798809cd2ec9c6bbde6ac88b97a2fda66f018eec1c8d SHA512 02c61eb91c2e872f2c8fa0e09b88d593a067130b5ac3ea6eabd0abec413ecb6d3b7d5472ca502334f4c441af249511109006ae6a7b41d36ba1db3e777971b3ae WHIRLPOOL d3624f8545c607441931dcc71a1e43c83df6e1bd938222d52c8d798b342c4faf15f200bf1da7ea1fd59d2fe96e82644b22c8815764bf7d6304573deee6261f5a
-EBUILD dnspython-1.12.0-r200.ebuild 954 SHA256 4b73cbf454fa4008b4a490a79d6430a616a59ba3b5996f1c7bfc323f64816e2b SHA512 9fd5ece2aa2f1b2a03755a651aca3b2c096d1f9a9121e90371b29e6da0f1fe8007066671ea9a1d367ad07419240d7843e1aa843090c53e934ea7f334ebb8132b WHIRLPOOL 54af0cc046c96fb8174d3f82d2c70e82499d4a340ef8d4c9bae6b27998c3443b99b9100b983645eb5451ef76f2944e64cf451719ff4d9bc47551cb1e989bf81e
-EBUILD dnspython-1.12.0-r301.ebuild 1023 SHA256 b670ceb5ccbd4f230319012a86d703ca3480ff6d8936b330904886386fe387f4 SHA512 38eeafa2cbed46548bac6cff044b3bb37d63b57bca49e1ef0d89d9fd414d8f3edeaffb552f54f8be64a54682a7ada146e3027577612f33532505c59a5568c6b2 WHIRLPOOL 351bc5db7023b3a30e4098c3201a5a6c716ecc8cbba5626ee7fa0435b90c196a94e482e8c97ecd3ba34e247a7a618c0899c539437eaf35c18961d18bb4259950
-EBUILD dnspython-1.15.0.ebuild 991 SHA256 3f8813e6253cd7966243c7a7d9b95e750202ebaf69651928a2f37f704e5702d4 SHA512 1d82470fdec479b7bb1eb8e7305a317fb6821d23e9782c8623fa22f01facc4a303d9300401a6c25410225f6bfce14bdef6f598cf25e4994a7105291b6d0f0fbc WHIRLPOOL 8f483090637d1bcab0bbed268cf9a2237f1548431fccf41aa450c6adab8e4e4bf3278fceb9cc07411e8de8552aa13d7d1b119973aa77289a5f7529d052ab6338
-MISC ChangeLog 5394 SHA256 f76353c4c7ab001209457c5fdc3d8c4b615fe952082c23ce4c9500fb765a5ba4 SHA512 6cb51329d5601aec08dc47f9bccebace9854c7ced7469182a20f3404888d259b06aa09ff4a1f06e6cac2d81de61fe1e11fea48423f604b81a6dac63e19d0d92e WHIRLPOOL a50a3058e0f99b8cd4de91bd30c14482433aa44ae04906472ac7fa4308c31b166c8240b37f4a34ad24503b0691e8a1b73dbf61146c6796b994966b03438923c9
-MISC ChangeLog-2015 11694 SHA256 3336de698a80b9819808683f34601571a8ad52e3df383ed8fe9e8a892b67a0cb SHA512 bde1584c98c197127441cbaf37ffb94bbd413912bde355f0044d60e83406abb3c9cc54a15ed98f333d93476eecf49a67d8cc082fe168678b299b4ae31dbbeb56 WHIRLPOOL 5281827ffcfffc1f3bac2ea0307788de30d5712cd86c8796e2c416de7cf263776bca71d79c0e86a4f052a5343c92bb66c528a032f85ea296a0bbb44cbf711721
-MISC metadata.xml 1458 SHA256 7f6f176564e4dd1d329017864db78405e3ab97c4ad619af46ab820c2305bbece SHA512 40c86234936ba4f0c01a98266e74d49a80a8a48d4761b887ec84fe3ff9b534e7b6daf3c317d299b1333132a6025e49abf63884e7d6d0634c876dc74b470e0a7d WHIRLPOOL 1dfbe82a19e8a7dff22437d9bff8ed85d36083ac7bc515fe756efedfeb822a68b5c87302a96b889b55a7d5915d03e1673bd82e1a11ec0111d304b3ae14069019
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
deleted file mode 100644
index cb9bc6ec98..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="py2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
- !dev-python/dnspython:0"
-DEPEND="${RDEPEND}
- !dev-python/dnspython:0
- app-arch/unzip"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
- cd tests || die
- "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
- einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r300.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
deleted file mode 100644
index 94c410b6ea..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-MY_PN="${PN}3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
-
-LICENSE="ISC"
-SLOT="py3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
- !dev-python/dnspython:0"
-DEPEND="${RDEPEND}
- !dev-python/dnspython:0
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
- cd tests || die
- "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
- einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
deleted file mode 100644
index 94c410b6ea..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-MY_PN="${PN}3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
-
-LICENSE="ISC"
-SLOT="py3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
- !dev-python/dnspython:0"
-DEPEND="${RDEPEND}
- !dev-python/dnspython:0
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
- cd tests || die
- "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
- einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.15.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.15.0.ebuild
deleted file mode 100644
index eb1c37219f..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/dnspython-1.15.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="DNS toolkit for Python"
-HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="examples test"
-
-RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- app-arch/unzip"
-
-# For testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
- cd tests || die
- "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
- einfo "Testsuite passed under ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/dnspython/metadata.xml
deleted file mode 100644
index e990a706f7..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/dnspython/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
-
-dnspython is a DNS toolkit for Python. It supports almost all of the record
-types. It can be used for queries, zone transfers, and dynamic updates. It
-supports TSIG authenticated messages and EDNS0. dnspython provides both high
-and low level access to DNS. The high level classes perform queries for data
-of a given name, type, and class, and return an answer set. The low level
-classes allow direct manipulation of DNS zones, messages, names, and records.
-
-
-DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー
-トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます
-。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水
-準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行
-い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作
-します。
-
-
- dnspython
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog
deleted file mode 100644
index 63ab185020..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog
+++ /dev/null
@@ -1,80 +0,0 @@
-# ChangeLog for dev-python/ipy
-# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
-# (auto-generated from git log)
-
-*ipy-0.83 (09 Aug 2015)
-*ipy-0.82a (09 Aug 2015)
-
- 09 Aug 2015; Robin H. Johnson +ipy-0.82a.ebuild,
- +ipy-0.83.ebuild, +metadata.xml:
- 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 ipy-0.82a.ebuild,
- ipy-0.83.ebuild:
- Use https by default
-
- Signed-off-by: Justin Lecher
-
- 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
-
- 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)
-
- 17 Feb 2016; Mike Frysinger ipy-0.83.ebuild:
- add arm/arm64/mips love
-
- 07 May 2016; Ian Delaney ipy-0.83.ebuild:
- add py3.5 support to vn. 0.83
-
- Package-Manager: portage-2.2.28
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog-2015
deleted file mode 100644
index 97b43158df..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ChangeLog-2015
+++ /dev/null
@@ -1,216 +0,0 @@
-# ChangeLog for dev-python/ipy
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.54 2015/06/07 13:36:52 jlec Exp $
-
- 07 Jun 2015; Justin Lecher metadata.xml:
- Fix typo remote id
-
- 07 Jun 2015; Justin Lecher metadata.xml:
- Add github to remote-id in metadata.xml
-
- 20 Apr 2015; Justin Lecher -ipy-0.81.ebuild:
- Drop old
-
- 19 Apr 2015; Agostino Sarubbo ipy-0.82a.ebuild:
- Stable for x86, wrt bug #546402
-
- 13 Apr 2015; Agostino Sarubbo ipy-0.82a.ebuild:
- Stable for amd64, wrt bug #546402
-
-*ipy-0.83 (11 Apr 2015)
-
- 11 Apr 2015; Ian Delaney +ipy-0.83.ebuild:
- bump
-
-*ipy-0.82a (27 Feb 2015)
-
- 27 Feb 2015; Justin Lecher +ipy-0.82a.ebuild,
- -ipy-0.75.ebuild, metadata.xml:
- Drop old and Version Bump
-
- 26 Jan 2015; Agostino Sarubbo ipy-0.81.ebuild:
- Stable for x86, wrt bug #530528
-
- 27 Dec 2014; Agostino Sarubbo ipy-0.81.ebuild:
- Stable for amd64, wrt bug #530528
-
- 20 Dec 2014; Ian Delaney -ipy-0.76-r1.ebuild,
- -ipy-0.76.ebuild, ipy-0.81.ebuild:
- rm old impls, rm old
-
- 25 Nov 2014; Pacho Ramos ipy-0.81.ebuild:
- Support python 3.4
-
- 31 Mar 2014; Michał Górny ipy-0.76-r1.ebuild,
- ipy-0.81.ebuild:
- Add support for the new PyPy slotting.
-
- 05 Sep 2013; Michał Górny ipy-0.76-r1.ebuild,
- ipy-0.81.ebuild:
- Clean up PYTHON_COMPAT from old implementations.
-
-*ipy-0.81 (24 Jun 2013)
-
- 24 Jun 2013; Ian Delaney +ipy-0.81.ebuild:
- bump
-
- 06 Apr 2013; Mike Gilbert ipy-0.76-r1.ebuild:
- Use pushd/popd in python_test.
-
- 06 Apr 2013; Mike Gilbert ipy-0.76-r1.ebuild:
- Simplify python_test a bit.
-
- 06 Apr 2013; Ian Delaney ipy-0.76-r1.ebuild:
- add die to calls to python
-
-*ipy-0.76-r1 (06 Apr 2013)
-
- 06 Apr 2013; Ian Delaney +ipy-0.76-r1.ebuild:
- migration revbump, prep'd for bump to -.80 which isn't yet ready (Bug
- #464176), applied to current maiking ready for eventual bump
-
-*ipy-0.76 (26 Mar 2013)
-
- 26 Mar 2013; Patrick Lauer +ipy-0.76.ebuild:
- Bump
-
- 23 Jun 2011; Markos Chandras -ipy-0.74.ebuild:
- Remove old ebuilds. Requested by Arfrever
-
- 28 May 2011; Pawel Hajdan jr ipy-0.75.ebuild:
- x86 stable wrt bug #367297
-
- 15 May 2011; Christoph Mende ipy-0.75.ebuild:
- Stable on amd64 wrt bug #367297
-
-*ipy-0.75 (12 Apr 2011)
-
- 12 Apr 2011; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.75.ebuild:
- Version bump.
-
- 11 Apr 2011; Pawel Hajdan jr ipy-0.74.ebuild:
- x86 stable wrt bug #360345
-
- 24 Mar 2011; Christoph Mende ipy-0.74.ebuild:
- Stable on amd64 wrt bug #360345
-
-*ipy-0.74 (15 Feb 2011)
-
- 15 Feb 2011; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.74.ebuild:
- Version bump.
-
- 15 Jan 2011; Arfrever Frehtes Taifersar Arahesis
- -ipy-0.71.ebuild:
- Delete.
-
- 15 Jan 2011; Markus Meier ipy-0.72.ebuild:
- x86 stable, bug #350873
-
- 07 Jan 2011; Markos Chandras ipy-0.72.ebuild:
- Stable on amd64 wrt bug #350873
-
-*ipy-0.72 (07 Dec 2010)
-
- 07 Dec 2010; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.72.ebuild:
- Version bump.
-
- 06 Nov 2010; Arfrever Frehtes Taifersar Arahesis
- -ipy-0.70.ebuild:
- Delete.
-
- 05 Nov 2010; Pawel Hajdan jr ipy-0.71.ebuild:
- x86 stable wrt bug #343761
-
- 03 Nov 2010; Markos Chandras ipy-0.71.ebuild:
- Stable on amd64 wrt bug #343761
-
-*ipy-0.71 (02 Oct 2010)
-
- 02 Oct 2010; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.71.ebuild:
- Version bump.
-
- 30 Nov 2009; Markus Meier ipy-0.70.ebuild:
- amd64/x86 stable, bug #295069
-
- 23 Nov 2009; Markus Meier ipy-0.64.ebuild:
- x86 stable, bug #291827
-
- 10 Nov 2009; Richard Freeman ipy-0.64.ebuild:
- amd64 stable - 291827
-
-*ipy-0.70 (30 Oct 2009)
-
- 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.70.ebuild:
- Version bump.
-
-*ipy-0.64 (04 Oct 2009)
-
- 04 Oct 2009; Arfrever Frehtes Taifersar Arahesis
- -ipy-0.53.ebuild, +ipy-0.64.ebuild:
- Version bump.
-
- 07 Sep 2009; Markus Meier ipy-0.56.ebuild:
- amd64/x86 stable, bug #283080
-
- 06 Sep 2009; Christian Ruppert
- -files/ipy-0.51-nosetuptools.diff:
- Remove unused patch.
-
-*ipy-0.63 (28 Aug 2009)
-
- 28 Aug 2009; Arfrever Frehtes Taifersar Arahesis
- +ipy-0.63.ebuild:
- Version bump. Set SUPPORT_PYTHON_ABIS.
-
-*ipy-0.56 (06 Feb 2008)
-
- 06 Feb 2008; Lukasz Strzygowski -ipy-0.55.ebuild,
- +ipy-0.56.ebuild:
- Version bump, fixed src_test (bug #209152). Removed old version.
-
- 30 Dec 2007; Samuli Suominen ipy-0.53.ebuild:
- amd64 stable wrt #203554
-
-*ipy-0.55 (28 Dec 2007)
-
- 28 Dec 2007; Tiziano Müller -ipy-0.51.ebuild,
- +ipy-0.55.ebuild:
- Dropped old version. Version bump.
-
- 28 Dec 2007; Markus Meier ipy-0.53.ebuild:
- x86 stable, bug #203554
-
- 26 Jul 2007; Markus Rothe ipy-0.53.ebuild:
- Added ~ppc64; bug #186188
-
-*ipy-0.53 (28 Feb 2007)
-
- 28 Feb 2007; Lukasz Strzygowski -ipy-0.42.ebuild,
- +ipy-0.53.ebuild:
- Version bump: cleanup, added examples use-flag, removed patch. Dropped 0.42.
-
-*ipy-0.51 (03 Nov 2006)
-
- 03 Nov 2006; Lukasz Strzygowski
- +files/ipy-0.51-nosetuptools.diff, +ipy-0.51.ebuild:
- Version bump, bug #153813.
-
- 13 Jun 2006; Gustavo Zacarias ipy-0.42.ebuild:
- Keyworded ~sparc wrt #135613
-
- 06 Jun 2006; Tobias Scherbaum ipy-0.42.ebuild:
- Added ~ppc, bug #135613
-
- 05 Jun 2006; Stefan Schweizer ipy-0.42.ebuild:
- add ~x86
-
-*ipy-0.42 (05 Jun 2006)
-
- 05 Jun 2006; Lukasz Strzygowski +metadata.xml,
- +ipy-0.42.ebuild:
- Initial commit, bug #59037.
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/ipy/Manifest
deleted file mode 100644
index e1ae434f59..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST IPy-0.82a.tar.gz 31588 SHA256 edaaa5344893437aa6c1eb9c4ca966eb4b8c071761793839c7b4fc2a837fbeec SHA512 639b58c523a69205d6b63d7cceb624eb58ccf877cb8b7edede0f52a96c401dd4cdbf000dd7dca20d8c4936d9c8dbc6bb5304e0139db5e4c1106e35e2ad551430 WHIRLPOOL 2dfeb5523fb22d5ffd30cb0b446d2f40320adffbc4ab04edc9e1addb3acefc9ac9d67f78840e40435546faf303252a9f4068686807c97d9c35ed03cb2fa86d57
-DIST IPy-0.83.tar.gz 31816 SHA256 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 SHA512 6bd69d96fa77dc4ceaf119b81c19a524b871badb37665a763a055e1c8b2ce3433c6e9534f03aa64d02e559dca2fac2c4e1d09b7fd78ed79c0fded88f803ad2de WHIRLPOOL 0f58ea88a437293ca2d89aa41c76db49cdfee4b52fe6fbae1e8dce297b59bf1309d79612283ac7691b17ddf1c7596b19a3b39c6ce157946ea8274166e1da9d9b
-EBUILD ipy-0.82a.ebuild 1138 SHA256 c74b73bc4f5710830c54bf40c5278db5ba436feb056c8b422effcce069c4d170 SHA512 1f59096d9a60e83963b2761fffc809c35dc4e9d21babf9b426114e1d4982c6a0c82c506663e227683922528224fa8f3eb07613206a4a67b141ff67be18f5cbec WHIRLPOOL 36f386c73b8c1e74ef61aedbbfa6479dcbe5e7f77db11e3fab340ed592f24ae4be698108fb078b96ef0b0a8e4275b41d534114f70f96fb12019127cc042cc613
-EBUILD ipy-0.83.ebuild 1094 SHA256 4cd5b262b50790f12a7462d854928ffab7232d4ec87dbf2a5d1da05b9f798a91 SHA512 265e91cac7e1cf4faecf60a5e5c1603834cf9293ce2efa3a7848483339bab7d3dde66f40a34589f979403b4d2f796a3a38442fe03f9fd017bcdf7c110be3e4f1 WHIRLPOOL eaa420c30176d45aad471e7532f06cd8f0094975484134dc71d72b5e4be38e6e44f32eb5610af11e946ca5595b45ca133b3b879448f2203dbf427b4b14dd20bb
-MISC ChangeLog 2844 SHA256 dd94e1fe926d182355eb96c5f9ed474e97e04734392ab1e7a7075d7d71aaef90 SHA512 621c1f6f980192500f6a9211decac1962cd34d92c6dd95b6391dc396439573dea191b76a1bb6553ebec99dce6a00315ba9863f257b3ddda46efe7bba5b7c9fc3 WHIRLPOOL 613f7c36e503b036b1cce3cfc1ba824ad507dc9f671df973c7ba15078a0ab53046441c440b0f8127cd86c3f960a69c16329614eeafd2f7cf8c0e3144c2a5e276
-MISC ChangeLog-2015 6380 SHA256 c2def855c3a5eab4d3ab938c63e5638d9e73f487f65b98f233f27f4c0a1d1891 SHA512 6839bad30a54a25f968f41da931796c1949dede4348ae38c5a3139af7e6fa2c717c09bad33a8110a4f5ac41e4ecdd51623be16c02140d37188a6ed71c2c0cd33 WHIRLPOOL 7aa72b99592ffae8db212208c23e8344ce6eb7e7732cf89626bc005a162073d0d080dd0adfa24ddffc521752aa7156c6defd606bd077a30981a60b7a810d1e03
-MISC metadata.xml 374 SHA256 1d2014e5db478b61f1d39065f34995b2afffcd666411c4155a7e93df9d01dc4f SHA512 8c12c38a49ffef811e6107d003f44cd8174bc95fc71dcc3296511e3356a0203cf12479a36c7d649f1933c6a90820c3212de25166b61eac8de06728cb8cb25566 WHIRLPOOL 0fab009b4aa7b3bc59ad25a4b1805d60db5206977f51f68847ce57c422647f42fecb9778f28c7818edc1f62d674c0fbc50954a64fc29e3cf2bbcfe6b733d19c9
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.82a.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.82a.ebuild
deleted file mode 100644
index b17729a29f..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.82a.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
-
-inherit distutils-r1
-
-MY_PN="IPy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
-HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.python.org/pypi/IPy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/python-${PN}-${MY_P}"
-
-python_test() {
- # doctests for py3 unaltered read py2 files from "${S}" causing total failure
- # https://github.com/haypo/python-ipy/issues/17
- cp -r test_doc.py README test "${BUILD_DIR}" || die
- pushd "${BUILD_DIR}" > /dev/null || die
- "${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}"
- "${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}"
- popd > /dev/null || die
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( example/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.83.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.83.ebuild
deleted file mode 100644
index bef4ee9774..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/ipy-0.83.ebuild
+++ /dev/null
@@ -1,40 +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 python3_{3,4,5} pypy )
-
-inherit distutils-r1
-
-MY_PN="IPy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
-HOMEPAGE="https://github.com/haypo/python-ipy/wiki https://pypi.python.org/pypi/IPy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
- # 1 test fail under pypy, persistent from 0.82a, not a regression.
- cp -r test_doc.py README test "${BUILD_DIR}" || die
- pushd "${BUILD_DIR}" > /dev/null || die
- "${PYTHON}" test/test_IPy.py || die "Tests fail with ${EPYTHON}"
- "${PYTHON}" test_doc.py || die "Doctests fail with ${EPYTHON}"
- popd > /dev/null || die
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( example/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ipy/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/ipy/metadata.xml
deleted file mode 100644
index 13405b9629..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/ipy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
-
- IPy
- haypo/python-ipy
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/Manifest
deleted file mode 100644
index 2e44117806..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jsonrpclib-0.1.7.tar.gz 16980 SHA256 28355fb625fba393c458a532baa21e6ec063b394a27e5c0abdbc73e6c7e07488 SHA512 caa315879faac986c14a15cd87591ea2823405f2ea0731962c37147378f77bcfd260c6e7900bc128392332b27e2c0ae23cab9cb6150adb39924f9a369405b2ec WHIRLPOOL d195af83596ec7c9b75770621929846a25c82e2d8df97db665495bee6f5c961046af65cf1371663fd432c0e65669d42adda423d067edbb027937c4a59ec895bf
-DIST jsonrpclib-0_pre20110820.tar.bz2 14608 SHA256 a31ce391e8f430f2434c538dedb012e879296628a7b2968f1aa41cb36207369d SHA512 80864890982c4a11996cd9fae21029cdf40b089eb6c2d265c645f52fe0a6e858b3405c5d899d2a5908527da04263d93064f365c5308adda1791105bf32329b71 WHIRLPOOL d7ad4277ea5bcb3451728a36f42a76e965256ac6239269e12125c1a19f9dbbeb9dfe69b58738b42e7823a687ad195f8a782aa2e0fe4797a59743b5230f598365
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
deleted file mode 100644
index d423c16be3..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0.1.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
- inherit git-2
-else
- SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~mips ~x86"
-fi
-
-DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
-HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/simplejson"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
deleted file mode 100644
index dfd50a3a36..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
- inherit git-2
-else
- SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="amd64 arm x86"
-fi
-
-DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
-HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/simplejson"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
deleted file mode 100644
index d423c16be3..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/jsonrpclib-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git"
- inherit git-2
-else
- SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~mips ~x86"
-fi
-
-DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
-HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/simplejson"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/metadata.xml
deleted file mode 100644
index d757ee7410..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/jsonrpclib/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
- vapier@gentoo.org
- make whatever changes you want
-
-
- python@gentoo.org
- Python
-
-
- joshmarshall/jsonrpclib
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/ChangeLog
deleted file mode 100644
index 3ea4be66ca..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/ChangeLog
+++ /dev/null
@@ -1,688 +0,0 @@
-# ChangeLog for dev-python/logilab-common
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.144 2014/07/06 12:44:25 mgorny Exp $
-
- 06 Jul 2014; Michał Górny logilab-common-0.61.0.ebuild:
- Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
- unittest2 (those packages were only required for <=python-2.6).
-
- 04 Jun 2014; Ian Delaney logilab-common-0.61.0.ebuild:
- Fix epydoc doc build, fixes Bug #512112
-
- 08 May 2014; Ian Delaney logilab-common-0.61.0.ebuild:
- drop py2.6 pypy2_0 add py3.4 support, minor tidy, upgrade test phase
-
- 19 Apr 2014; Michał Górny logilab-common-0.61.0.ebuild:
- Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
-
- 07 Apr 2014; Ian Delaney
- -files/logilab-common-0.59.0-syntax.patch,
- -files/logilab-common-0.59.0-utf8-test.patch,
- -files/logilab-common-sec-CVE-2014-1838-9.patch,
- -logilab-common-0.58.1.ebuild, -logilab-common-0.60.1-r1.ebuild:
- rm old ebuilds & patches wrt sec bug #499872
-
- 05 Apr 2014; Agostino Sarubbo logilab-common-0.61.0.ebuild:
- Stable for ppc, wrt bug #499872
-
- 05 Apr 2014; Agostino Sarubbo logilab-common-0.61.0.ebuild:
- Stable for x86, wrt bug #499872
-
- 05 Apr 2014; Agostino Sarubbo logilab-common-0.61.0.ebuild:
- Stable for amd64, wrt bug #499872
-
- 31 Mar 2014; Michał Górny logilab-common-0.60.1-r1.ebuild,
- logilab-common-0.61.0.ebuild:
- Add support for the new PyPy slotting.
-
-*logilab-common-0.60.1-r1 (27 Mar 2014)
-
- 27 Mar 2014; Ian Delaney
- +files/logilab-common-sec-CVE-2014-1838-9.patch,
- +logilab-common-0.60.1-r1.ebuild, -logilab-common-0.59.1.ebuild,
- -logilab-common-0.60.0.ebuild, -logilab-common-0.60.1.ebuild,
- logilab-common-0.61.0.ebuild:
- revbump; sec fix wrt sec Bug #499872, rm old unstable versions
-
-*logilab-common-0.61.0 (12 Feb 2014)
-
- 12 Feb 2014; Ian Delaney +logilab-common-0.61.0.ebuild:
- bump; add py3.3 support
-
-*logilab-common-0.60.1 (08 Jan 2014)
-
- 08 Jan 2014; Patrick Lauer +logilab-common-0.60.1.ebuild:
- Bump
-
- 02 Dec 2013; Michał Górny logilab-common-0.59.1.ebuild,
- logilab-common-0.60.0.ebuild:
- Fix test invocation to write to TEST_DIR rather than BUILD_DIR.
-
- 05 Sep 2013; Michał Górny logilab-common-0.59.1.ebuild,
- logilab-common-0.60.0.ebuild:
- Clean up PYTHON_COMPAT from old implementations.
-
- 02 Sep 2013; Mike Gilbert
- +files/logilab-common-0.60.0-skip-doctest.patch, logilab-common-0.60.0.ebuild:
- Fix deps and skip a faulty doctest.
-
- 26 Aug 2013; Dirkjan Ochtman -logilab-common-0.55.2.ebuild,
- -logilab-common-0.57.1.ebuild, -logilab-common-0.57.2.ebuild,
- -logilab-common-0.58.1-r1.ebuild, -logilab-common-0.58.3-r1.ebuild,
- -logilab-common-0.58.3.ebuild, -logilab-common-0.59.0.ebuild:
- Clean out old versions.
-
-*logilab-common-0.60.0 (10 Aug 2013)
-
- 10 Aug 2013; Patrick Lauer +logilab-common-0.60.0.ebuild:
- Bump
-
- 26 Jun 2013; Patrick McLean logilab-common-0.59.1.ebuild:
- Restore ~arm keyword dropped in 0.59.0 bump.
-
- 25 Jun 2013; Mike Gilbert
- +files/logilab-common-0.59.1-zipsafe.patch, logilab-common-0.59.1.ebuild:
- Apply 'zipsafe' patch to make test install behave consistently. Drop python3.3
- support, bug 449276.
-
- 18 Jun 2013; Ian Delaney logilab-common-0.59.1.ebuild:
- add py3.3 support
-
-*logilab-common-0.59.1 (22 Apr 2013)
-
- 22 Apr 2013; Patrick Lauer +logilab-common-0.59.1.ebuild:
- Bump
-
- 10 Feb 2013; Michał Górny logilab-common-0.59.0.ebuild:
- Use distutils_install_for_testing().
-
- 10 Feb 2013; Ian Delaney
- +logilab-common-0.59.0-utf8-test.patch:
- Reinstated patch to fix locale/utf8 in test, py3 specific, cited and tested
- in Bug #454402
-
- 09 Feb 2013; Mike Gilbert
- -files/logilab-common-0.59.0-utf8-test.patch, logilab-common-0.59.0.ebuild:
- Revert utf8 patch as it breaks python2.
-
- 09 Feb 2013; Ian Delaney
- +files/logilab-common-0.59.0-utf8-test.patch, logilab-common-0.59.0.ebuild:
- Add utf8-test.patch to fix locale/utf8 issue in unittest_umessage.py, no bug
- made
-
- 09 Feb 2013; Ian Delaney
- +files/logilab-common-0.59.0-syntax.patch, logilab-common-0.59.0.ebuild:
- Add -syntax.patch to correct minor syntax inconsistency in 1 module wrt Bug
- #454402 causing a test fail in py3.2, filed upstream
-
- 02 Feb 2013; Agostino Sarubbo
- logilab-common-0.58.3-r1.ebuild:
- Add ~arm, wrt bug #449220
-
- 02 Feb 2013; Michał Górny logilab-common-0.58.3-r1.ebuild,
- logilab-common-0.59.0.ebuild:
- Improve comments on the ultimate test solution.
-
-*logilab-common-0.59.0 (02 Feb 2013)
-
- 02 Feb 2013; Michał Górny +logilab-common-0.59.0.ebuild:
- Version bump. The new version does not work with Python 2.5.
-
- 02 Feb 2013; Michał Górny logilab-common-0.58.3-r1.ebuild:
- Use an ultimate solution for running tests. Enable pypy2.0.
-
- 12 Jan 2013; Michał Górny logilab-common-0.58.3-r1.ebuild:
- Fix following change of BEST_BUILD_DIR to BUILD_DIR.
-
- 06 Jan 2013; Michał Górny logilab-common-0.55.2.ebuild,
- logilab-common-0.57.1.ebuild, logilab-common-0.57.2.ebuild,
- logilab-common-0.58.1-r1.ebuild, logilab-common-0.58.1.ebuild,
- logilab-common-0.58.3-r1.ebuild, logilab-common-0.58.3.ebuild:
- Use virtual/python-unittest2 and add usedep on egenix-mx-base.
-
- 01 Jan 2013; Agostino Sarubbo
- logilab-common-0.58.3-r1.ebuild:
- Add ~alpha, wrt bug #449220
-
-*logilab-common-0.58.3-r1 (30 Dec 2012)
-
- 30 Dec 2012; Michał Górny
- +logilab-common-0.58.3-r1.ebuild:
- Migrate to distutils-r1.
-
-*logilab-common-0.58.3 (29 Nov 2012)
-
- 29 Nov 2012; Patrick Lauer +logilab-common-0.58.3.ebuild:
- Bump
-
- 28 Nov 2012; Brent Baude logilab-common-0.58.1.ebuild:
- Marking logilab-common-0.58.1 ppc for bug 441276
-
- 20 Nov 2012; Agostino Sarubbo logilab-common-0.58.1.ebuild:
- Stable for x86, wrt bug #441276
-
-*logilab-common-0.55.2 (13 Nov 2012)
-
- 13 Nov 2012; Theo Chatzimichos
- +logilab-common-0.55.2.ebuild:
- Bring back the only full stable version
-
- 11 Nov 2012; Ian Delaney logilab-common-0.58.1-r1.ebuild:
- Removed leftover '#' from PYTHON_TESTS_RESTRICTED_ABIS, fixes Bug #442572
-
- 06 Nov 2012; Agostino Sarubbo logilab-common-0.58.1.ebuild:
- Stable for amd64, wrt bug #441276
-
-*logilab-common-0.58.1-r1 (06 Nov 2012)
-
- 06 Nov 2012; Ian Delaney
- +logilab-common-0.58.1-r1.ebuild, -logilab-common-0.55.2.ebuild,
- logilab-common-0.58.1.ebuild:
- rev bumped, doc use flag added, tests restricted for python3 due to known
- failures, epydoc dep added to build docs, test phase updated
-
- 27 Aug 2012; Mike Gilbert logilab-common-0.55.2.ebuild,
- logilab-common-0.57.1.ebuild, logilab-common-0.57.2.ebuild,
- logilab-common-0.58.1.ebuild:
- Update HOMEPAGE to prevent redirect. Suggested by Arfrever.
-
-*logilab-common-0.58.1 (24 Aug 2012)
-
- 24 Aug 2012; Patrick Lauer +logilab-common-0.58.1.ebuild:
- Bump
-
-*logilab-common-0.57.2 (11 Apr 2012)
-
- 11 Apr 2012; Patrick Lauer +logilab-common-0.57.2.ebuild:
- Bump for #411441
-
- 13 Mar 2012; Mike Gilbert logilab-common-0.57.1.ebuild:
- Revert previous commit; handled in logilab-constraint.
-
- 12 Mar 2012; Patrick Lauer logilab-common-0.57.1.ebuild:
- Fix for 405535 thanks to Ian Delaney
-
-*logilab-common-0.57.1 (14 Feb 2012)
-
- 14 Feb 2012; Patrick Lauer +logilab-common-0.57.1.ebuild:
- Bump for #402815
-
- 01 Jul 2011; Markos Chandras
- -logilab-common-0.55.0.ebuild:
- Remove old ebuilds. Requested by Arfrever
-
- 27 Jun 2011; Brent Baude logilab-common-0.55.2.ebuild:
- Marking logilab-common-0.55.2 ppc for bug 370517
-
- 14 Jun 2011; Markus Meier logilab-common-0.55.2.ebuild:
- x86 stable, bug #370517
-
- 08 Jun 2011; Markos Chandras
- logilab-common-0.55.2.ebuild:
- Stable on amd64 wrt bug #370517
-
-*logilab-common-0.55.2 (02 May 2011)
-
- 02 May 2011; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.55.2.ebuild:
- Version bump.
-
- 14 Apr 2011; Brent Baude logilab-common-0.55.0.ebuild:
- stable ppc, bug 360351
-
- 11 Apr 2011; Pawel Hajdan jr
- logilab-common-0.55.0.ebuild:
- x86 stable wrt bug #360351
-
- 10 Apr 2011; Markus Meier logilab-common-0.54.0.ebuild:
- x86 stable, bug #355273
-
- 24 Mar 2011; Christoph Mende
- logilab-common-0.55.0.ebuild:
- Stable on amd64 wrt bug #360351
-
- 15 Mar 2011; Kacper Kowalik
- logilab-common-0.54.0.ebuild:
- ppc stable wrt #355273
-
- 21 Feb 2011; Markos Chandras
- logilab-common-0.54.0.ebuild:
- Stable on amd64 wrt bug #355273
-
-*logilab-common-0.55.0 (18 Feb 2011)
-
- 18 Feb 2011; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.55.0.ebuild:
- Version bump.
-
-*logilab-common-0.54.0 (17 Jan 2011)
-
- 17 Jan 2011; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.50.3.ebuild, -logilab-common-0.51.1.ebuild,
- -files/logilab-common-0.51.1-python-2.7.patch, +logilab-common-0.54.0.ebuild:
- Version bump. Fixed test failures with Python 2.7 (bug #293913).
-
- 08 Jan 2011; Brent Baude logilab-common-0.52.1.ebuild:
- Marking logilab-common-0.52.1 ppc for bug 345487
-
- 06 Jan 2011; Brent Baude logilab-common-0.51.1.ebuild:
- Marking logilab-common-0.51.1 ppc for bug 341607
-
- 24 Dec 2010; Fabian Groffen
- logilab-common-0.53.0.ebuild:
- Marked ~ppc-macos
-
- 07 Dec 2010; Markos Chandras
- logilab-common-0.52.1.ebuild:
- Stable on amd64 wrt bug #345487
-
-*logilab-common-0.53.0 (06 Dec 2010)
-
- 06 Dec 2010; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.52.0.ebuild, +logilab-common-0.53.0.ebuild,
- +files/logilab-common-0.53.0-fix_indentation.patch:
- Version bump.
-
- 06 Dec 2010; Arfrever Frehtes Taifersar Arahesis
- logilab-common-0.52.1.ebuild:
- Restore ~ppc keyword (bug #339072).
-
- 16 Nov 2010; Thomas Kahle logilab-common-0.52.1.ebuild:
- x86 stable per bug 345487
-
- 25 Oct 2010; Christian Faulhammer
- logilab-common-0.51.1.ebuild:
- stable x86, bug 341607
-
- 24 Oct 2010; Samuli Suominen
- logilab-common-0.52.1.ebuild:
- Rekeyword ~ppc64 wrt #339072
-
- 24 Oct 2010; Raúl Porcel
- logilab-common-0.52.0.ebuild, logilab-common-0.52.1.ebuild:
- Add ~ia64/~sparc wrt #339072
-
- 20 Oct 2010; Brent Baude logilab-common-0.52.0.ebuild:
- Marking logilab-common-0.52.0 ~ppc for bug 339072
-
- 18 Oct 2010; Markos Chandras
- logilab-common-0.51.1.ebuild:
- Stable on amd64 wrt bug #341607
-
-*logilab-common-0.52.1 (16 Oct 2010)
-
- 16 Oct 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.52.1.ebuild:
- Version bump.
-
-*logilab-common-0.52.0 (29 Sep 2010)
-
- 29 Sep 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.52.0.ebuild:
- Version bump.
-
-*logilab-common-0.51.1 (18 Sep 2010)
-
- 18 Sep 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.51.1.ebuild,
- +files/logilab-common-0.51.1-python-2.7.patch:
- Version bump. Fixed majority of test failures with Python 2.7 (bug #293913).
-
- 18 Jul 2010; logilab-common-0.50.3.ebuild:
- ppc stable #325377
-
- 15 Jul 2010; Christian Faulhammer
- logilab-common-0.50.3.ebuild:
- stable x86, bug 325377
-
- 26 Jun 2010; Christoph Mende
- logilab-common-0.50.3.ebuild:
- Stable on amd64 wrt bug #325377
-
-*logilab-common-0.50.3 (08 Jun 2010)
-
- 08 Jun 2010; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.50.1.ebuild, +logilab-common-0.50.3.ebuild:
- Version bump.
-
-*logilab-common-0.50.2 (25 May 2010)
-
- 25 May 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.50.2.ebuild:
- Version bump.
-
- 22 May 2010; Pacho Ramos logilab-common-0.49.0.ebuild:
- stable amd64, bug 300245
-
- 09 May 2010; Raúl Porcel
- logilab-common-0.49.0.ebuild:
- s390/sparc stable wrt #300245
-
-*logilab-common-0.50.1 (28 Apr 2010)
-
- 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.45.2.ebuild, -logilab-common-0.46.0.ebuild,
- -logilab-common-0.46.1.ebuild, -logilab-common-0.48.0.ebuild,
- +logilab-common-0.50.1.ebuild:
- Version bump.
-
- 13 Apr 2010; Christian Faulhammer
- logilab-common-0.49.0.ebuild:
- stable x86, bug 314851
-
-*logilab-common-0.49.0 (25 Mar 2010)
-
- 25 Mar 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.49.0.ebuild:
- Version bump.
-
- 27 Feb 2010; Fabian Groffen
- logilab-common-0.46.1.ebuild, logilab-common-0.48.0.ebuild:
- Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
-
-*logilab-common-0.48.0 (21 Feb 2010)
-
- 21 Feb 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.48.0.ebuild:
- Version bump.
-
-*logilab-common-0.46.1 (04 Feb 2010)
-
- 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.46.1.ebuild:
- Version bump.
-
- 26 Dec 2009; Raúl Porcel
- logilab-common-0.45.1.ebuild:
- s390/sparc stable wrt #293250
-
-*logilab-common-0.46.0 (23 Dec 2009)
-
- 23 Dec 2009; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.46.0.ebuild:
- Version bump.
-
- 12 Dec 2009; Arfrever Frehtes Taifersar Arahesis
- logilab-common-0.45.2.ebuild:
- Update dependencies (bug #296632).
-
-*logilab-common-0.45.2 (08 Dec 2009)
-
- 08 Dec 2009; Christian Ruppert
- +logilab-common-0.45.2.ebuild:
- Version bump to logilab-common-0.45.2.
-
- 19 Nov 2009; Markus Meier
- logilab-common-0.45.1.ebuild:
- amd64/x86 stable, bug #293250
-
- 19 Nov 2009; Mounir Lamouri
- logilab-common-0.45.1.ebuild:
- Stable for ppc, bug 293250
-
- 14 Nov 2009; Raúl Porcel
- logilab-common-0.45.0.ebuild:
- s390/sparc stable wrt #287944
-
- 15 Oct 2009; Markus Meier
- logilab-common-0.45.0.ebuild:
- amd64/x86 stable, bug #287944
-
-*logilab-common-0.45.1 (12 Oct 2009)
-
- 12 Oct 2009; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.45.1.ebuild:
- Version bump.
-
- 11 Oct 2009; nixnut logilab-common-0.45.0.ebuild:
- ppc stable #287944
-
- 10 Oct 2009; Fabian Groffen
- logilab-common-0.45.0.ebuild:
- Merge from Prefix
-
-*logilab-common-0.45.0 (04 Sep 2009)
-
- 04 Sep 2009; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.43.0.ebuild, +logilab-common-0.45.0.ebuild:
- Version bump.
-
-*logilab-common-0.44.0 (25 Aug 2009)
-
- 25 Aug 2009; Arfrever Frehtes Taifersar Arahesis
- -logilab-common-0.39.0-r1.ebuild,
- -files/logilab-common-0.39.0-recursion.patch,
- -files/logilab-common-0.39.0-remove-broken-tests.patch,
- -logilab-common-0.41.0.ebuild, +logilab-common-0.44.0.ebuild:
- Version bump. Set SUPPORT_PYTHON_ABIS.
-
-*logilab-common-0.43.0 (24 Jul 2009)
-
- 24 Jul 2009; Arfrever Frehtes Taifersar Arahesis
- +logilab-common-0.43.0.ebuild:
- Version bump. Don't check FEATURES (bug #278955).
-
-*logilab-common-0.41.0 (04 Jun 2009)
-
- 04 Jun 2009; Christian Ruppert
- -files/logilab-common-0.14.0-remove-broken-modutils-test.patch,
- -files/logilab-common-0.31.0-remove-broken-tests.patch,
- -logilab-common-0.39.0.ebuild, +logilab-common-0.41.0.ebuild,
- +files/logilab-common-0.41.0-remove-broken-tests.patch,
- -files/logilab-common-setup.py.patch:
- Version bump to 0.41.0. Cleanup.
-
- 27 May 2009; Ferris McCormick
- logilab-common-0.21.2.ebuild:
- Sparc stable, tests pass, needed for Bug #271014.
-
- 24 Apr 2009; Patrick Lauer
- -logilab-common-0.9.3.ebuild, -logilab-common-0.15.0.ebuild,
- -logilab-common-0.19.2.ebuild, -logilab-common-0.21.0.ebuild,
- -logilab-common-0.31.0.ebuild:
- Remove ancient versions
-
-*logilab-common-0.39.0-r1 (18 Apr 2009)
-
- 18 Apr 2009; Patrick Lauer
- +files/logilab-common-0.39.0-recursion.patch,
- +logilab-common-0.39.0-r1.ebuild:
- Small fix by idl0r. Now astng and pylint shouldn't hit recursion limits
- anymore.
-
-*logilab-common-0.39.0 (18 Apr 2009)
-
- 18 Apr 2009; Patrick Lauer
- +files/logilab-common-0.39.0-remove-broken-tests.patch,
- +logilab-common-0.39.0.ebuild:
- Bump to 0.39.0. Nice test fixes from idl0r. Closes #261984.
-
-*logilab-common-0.31.0 (13 May 2008)
-
- 13 May 2008; Ali Polatel
- +files/logilab-common-0.31.0-remove-broken-tests.patch,
- +logilab-common-0.31.0.ebuild:
- Version bump. No need to patch files that we'll remove. Updated patch for
- b0rked tests.
-
- 20 May 2007; Christian Faulhammer
- logilab-common-0.21.2.ebuild:
- stable amd64, bug 176201
-
- 19 May 2007; nixnut logilab-common-0.21.2.ebuild:
- Stable on ppc wrt bug 176201
-
- 17 May 2007; Raúl Porcel
- logilab-common-0.21.2.ebuild:
- x86 stable wrt #176201
-
- 14 May 2007; Marien Zwart
- +files/logilab-common-0.21.2-disable-access-tests-as-root.patch,
- logilab-common-0.21.2.ebuild:
- Make the tests pass without FEATURES=-userpriv (bug #176201).
-
-*logilab-common-0.21.2 (02 Mar 2007)
-
- 02 Mar 2007; Marien Zwart
- +files/logilab-common-0.21.2-remove-broken-tests.patch,
- +logilab-common-0.21.2.ebuild:
- Version bump changing how the tests are run.
-
-*logilab-common-0.21.0 (29 Nov 2006)
-
- 29 Nov 2006; Marien Zwart
- -logilab-common-0.14.0.ebuild, -logilab-common-0.14.1.ebuild,
- +logilab-common-0.21.0.ebuild:
- Version bump, remove doc USE flag that was not doing anything.
-
- 27 Sep 2006; Marien Zwart ChangeLog:
- Add missing IUSE (recommit because I forgot repoman).
-
-*logilab-common-0.19.2 (26 Sep 2006)
-
- 26 Sep 2006; Marien Zwart
- +logilab-common-0.19.2.ebuild:
- Version bump.
-
- 20 Sep 2006; Rob Cakebread
- +files/logilab-common-setup.py.patch, logilab-common-0.9.3.ebuild,
- logilab-common-0.14.0.ebuild, logilab-common-0.14.1.ebuild,
- logilab-common-0.15.0.ebuild:
- Fixes from future import error in Python 2.5
-
- 01 Aug 2006; Tom Gall logilab-common-0.15.0.ebuild:
- added ~ppc64
-
-*logilab-common-0.15.0 (02 Apr 2006)
-
- 02 Apr 2006; Lukasz Strzygowski
- -files/logilab-common-0.13.0-configuration-help-test-less-strict.patch,
- -files/logilab-common-0.13.0-dbapi-skip-tests.patch,
- -logilab-common-0.5.0.ebuild, -logilab-common-0.10.0.ebuild,
- -logilab-common-0.12.0.ebuild, -logilab-common-0.13.0.ebuild,
- -logilab-common-0.13.0-r1.ebuild, +logilab-common-0.15.0.ebuild:
- Version bump. Fixed tests. Removed older versions: 0.5.0, 0.10.0, 0.12.0,
- 0.13.0, 0.13.0-r1.
-
- 01 Apr 2006; Aron Griffis
- logilab-common-0.14.1.ebuild:
- Mark 0.14.1 ~ia64
-
-*logilab-common-0.14.1 (06 Mar 2006)
-
- 06 Mar 2006; Marien Zwart
- +logilab-common-0.14.1.ebuild:
- Version bump to the actual latest version.
-
-*logilab-common-0.14.0 (06 Mar 2006)
-
- 06 Mar 2006; Marien Zwart
- +files/logilab-common-0.14.0-remove-broken-modutils-test.patch,
- +logilab-common-0.14.0.ebuild:
- Version bump.
-
- 06 Feb 2006; Simon Stelling
- logilab-common-0.9.3.ebuild:
- stable on amd64
-
-*logilab-common-0.13.0-r1 (19 Jan 2006)
-
- 19 Jan 2006; Marien Zwart
- +logilab-common-0.13.0-r1.ebuild:
- Revbump with no ebuild changes to ensure common/__init__.py is from
- logilab-common, not astng (bug #111970).
-
-*logilab-common-0.13.0 (11 Jan 2006)
-
- 11 Jan 2006; Marien Zwart
- +files/logilab-common-0.13.0-configuration-help-test-less-strict.patch,
- +files/logilab-common-0.13.0-dbapi-skip-tests.patch,
- +logilab-common-0.13.0.ebuild:
- Bump version to 0.13.0, add src_test.
-
-*logilab-common-0.12.0 (05 Nov 2005)
-
- 05 Nov 2005; Lukasz Strzygowski
- +logilab-common-0.12.0.ebuild:
- Version bump. Added optional dependency on optik. Closing bug #108711.
-
-*logilab-common-0.10.0 (27 May 2005)
-
- 27 May 2005; Alastair Tse
- -logilab-common-0.4.4.ebuild, -logilab-common-0.9.0.ebuild,
- -logilab-common-0.9.1.ebuild, logilab-common-0.9.3.ebuild,
- +logilab-common-0.10.0.ebuild:
- version bump
-
- 22 May 2005; Jason Wever logilab-common-0.9.3.ebuild:
- Added ~sparc keyword.
-
- 24 Apr 2005; Simon Stelling
- logilab-common-0.5.0.ebuild:
- stable on amd64
-
-*logilab-common-0.9.3 (14 Apr 2005)
-
- 14 Apr 2005; Bryan Østergaard
- +logilab-common-0.9.3.ebuild:
- Version bump.
-
-*logilab-common-0.9.1 (19 Mar 2005)
-
- 19 Mar 2005; Fernando Serboncini
- -logilab-common-0.3.4.ebuild, +logilab-common-0.9.1.ebuild:
- Version bump. Removed old version.
-
-*logilab-common-0.9.0 (24 Jan 2005)
-
- 24 Jan 2005; Bryan Østergaard
- +logilab-common-0.9.0.ebuild:
- Version bump.
-
- 24 Jan 2005; Bryan Østergaard :
- Version bump.
-
- 30 Dec 2004; Ciaran McCreesh :
- Change encoding to UTF-8 for GLEP 31 compliance
-
- 20 Dec 2004; Bryan Østergaard
- logilab-common-0.5.0.ebuild:
- Bump x86 stable.
-
- 17 Oct 2004; Dylan Carlson
- logilab-common-0.5.0.ebuild:
- keywords ~amd64; closes #60986.
-
- 07 Aug 2004; Tom Martin logilab-common-0.3.4.ebuild,
- logilab-common-0.4.4.ebuild, logilab-common-0.5.0.ebuild:
- Typo in DESCRIPTION: developped -> developed; functionnalities ->
- functionality. Bug 59717.
-
- 12 May 2004; David Holm logilab-common-0.5.0.ebuild:
- Added to ~ppc.
-
-*logilab-common-0.5.0 (12 May 2004)
-
- 12 May 2004; Bryan Østergaard
- +logilab-common-0.5.0.ebuild:
- Version bump.
-
- 04 May 2004; Bryan Østergaard
- logilab-common-0.3.4.ebuild, logilab-common-0.4.4.ebuild:
- Add missing IUSE.
-
- 15 Apr 2004; Michael McCabe
- logilab-common-0.4.4.ebuild:
- adding s390 keywords
-
-*logilab-common-0.4.4 (17 Feb 2004)
-
- 17 Feb 2004; Bryan Østergaard
- logilab-common-0.4.4.ebuild:
- Version bump.
-
-*logilab-common-0.3.4 (14 Oct 2003)
-
- 14 Oct 2003; Alastair Tse logilab-common-0.3.4.ebuild,
- metadata.xml:
- initial ebuild. dependency for pylint
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/Manifest
deleted file mode 100644
index 649605ad15..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/Manifest
+++ /dev/null
@@ -1,28 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-AUX logilab-common-0.59.1-zipsafe.patch 398 SHA256 a589b3107bbabc18f14d69410ba6a5f0affc8a1f373825cb4e7603ee4a215386 SHA512 d97177abe8deb3af46abf586cb034a2d0d16e924b2419ada49ab097acd9bb8820aec41b81dc5a0cd6a36f02849638a221b3e71ada077b3bd256fc9677e2bac57 WHIRLPOOL 8819196d91dfc6893ecef141a71b48425df837d8ca495da1ed9f70ea3a6f39fd673f29e0fe1da19573498bfe716b7cea64336c044dd067a4465bb947274acd37
-AUX logilab-common-0.60.0-skip-doctest.patch 313 SHA256 bfa9b4a9e6beb7e681ca9a6efd3b66e81e69bc8bcc6e5aa6acec47a00eb353a4 SHA512 74135bd0dc609244bd746abe75e2bcf427c38eff195cc25790b0cce478c71ff30b59291f5b2e7631d901a776aded1decfad30e5b63bbe13ad0f13a0a19592331 WHIRLPOOL 2e4f9b1481c7d1188e8bb895013d2e9b2dd4b31102ad65a198989d12e217a2520a865ee4ab2aea3a55fea65bc8c3d23abfca48af5c39e8d836f174363823521b
-DIST logilab-common-0.61.0.tar.gz 199322 SHA256 80fba5ba4908983580a0003fee0c12c270b379e2a21038b609ce8eda4dd3cee7 SHA512 2229fcc8549e9adc87a7d6a47b3e966a16b61ae78a2253ea314d72d180a0cc7eae0fc444aefb3bf00995ead902eecf9fcabb7f494dafbdde9c7fdded3c4f35b1 WHIRLPOOL 942e1d2216ba9b09371fc77fd9e6f4463da260d174d2e0a0fd083adf4181ee9ce5a77845468b60aa85a869b90755b6668afe3a1274c21a77f0b40d0188d3ff5e
-EBUILD logilab-common-0.61.0.ebuild 3249 SHA256 1d7ca95d1f287c779d843b071951659745b29b15aa1ca2d2cbf9cd3ad1aca7be SHA512 530f18a61e4071ccb5bf1d5633f84b93bb1740112ef92c3ac2999e3b46ffc01d6ce484cacf6a6abf1624f97ad7765a6b5a4f8ed2828b024ab50fdc522ac960c5 WHIRLPOOL ac34da3c669a1ccfd15bb44f14dc36579df56db0af38c7e8401d1c6d9f7f113a63652651005ae88e3f417e8942a5f8c785b327589693aa5de6e2c15ff2c512de
-MISC ChangeLog 23620 SHA256 2da3f915cc192e91b875a69d1b10060ffbcb111e1c078d23ddf20f1f0ca4b07b SHA512 75d0feddc59d18bd4e5ef3654f8f60b7255cfc5c6d72d200360d2d30ee4c3375ca36de5203e852582f324be1490da16c65c159805d1aab5d8738e45f196b5749 WHIRLPOOL 6a1380c10cf2c25174112a63e88ba3d0a5c0acb2976175f0c962679c04b09dd6f49a56e0c283d3c9b31211549f062d7d08449631b56e52f0eefe170cd8ff30e9
-MISC metadata.xml 237 SHA256 523ae42d51ae087b615a63e6b30e3c6c1d3910f2ccc0c03685d6939756660c16 SHA512 74f7a5fc9ffe80a474f05ed5ab7fe94511ea85f65325d3f16c5cb9af5b072b9aaab5ddf99464e34d12a47dd4861a76e16486fc8815a502036530ed74c73047db WHIRLPOOL d95ffbf06f4021d81c7b5f17bc1c240e47db7a3344526c053ae504d8442658d93ffc13d9f89e91991d6327fc92b31bd9499a9ec3f57830dd9834ca3b349b1e1f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iQJ8BAEBCABmBQJTuUSuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
-ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC
-MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOnGkP/2DKviW7tq598wb2F6QtHL+0
-qTe/h2yAhRbN5YtNmDPTF6DQzbSsnfFuHPPCFIoKUYzRUFGmQ6f071BIPEtqVxXY
-uDvZr1lAc4bNgBh/V5vJqBK0jrcFzB96WNET5R328maO24MydcSVLRJOefjf79E7
-vEK2Drc9k/01TBBD06ZpgPsCji3NaAexWMJMvqjENujONdHcyvQEvq2UiazAw74c
-inAejx4bYcG9SP2lEeqwAMG74CE2B/uiyBrvdHrsmQCcl9hmnt5sH7diKzSyJQBN
-USEDKcabiewPhhb7EN3sZEzbbpLptJ3Ug5Bo3IHWZOL00AOCji1J0YiGglSmqNqU
-xajK5rI1Gk/2c5TkzLsdcPmjTSU3bSqO+cFHbJTDrUvpymL+gF07OasclBlCb+4+
-QR5DloFz4NTTMR6eeD2xFAZKLhjdcld7LRY2JW6aV7uAPxKA34CGXCts9MSBKsGf
-bRco0o4OqKZNxHppckPNO6ZWZHGdA9kn9AF+bn0AbOoZbXclUz26DRzq/yecOEgN
-+o886tarDPiMKlAX+DJn1LRJksnX+LR1Gw8UIQMRTk1/Q+kYT1dQdy7QL9a3ECdE
-8WkzU0XhNO3DbLFTiX/mQX2kEQ2Q3MKPQSZMFW2PoAhP+LSXseqitL4CJz47t6gS
-7xTYXTvCaU/QOXAaNNEu
-=qIgz
------END PGP SIGNATURE-----
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.59.1-zipsafe.patch b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.59.1-zipsafe.patch
deleted file mode 100644
index 6807c5544c..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.59.1-zipsafe.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Make sure setuptools does not create a zip file in python_test; this is buggy
-and causes tests to fail.
-
---- a/setup.py
-+++ b/setup.py
-@@ -179,6 +179,7 @@
- ext_modules = ext_modules,
- cmdclass = {'install_lib': MyInstallLib,
- 'build_py': MyBuildPy},
-+ zip_safe = False,
- **kwargs
- )
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.60.0-skip-doctest.patch b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.60.0-skip-doctest.patch
deleted file mode 100644
index 019ce619ac..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/files/logilab-common-0.60.0-skip-doctest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://www.logilab.org/ticket/174440
-diff --git a/textutils.py b/textutils.py
---- a/textutils.py
-+++ b/textutils.py
-@@ -287,7 +287,7 @@
- >>> text_to_dict('''multiple=1
- ... multiple= 2
- ... single =3
-- ... ''')
-+ ... ''') # doctest: +SKIP
- {'single': '3', 'multiple': ['1', '2']}
-
- """
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/logilab-common-0.61.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/logilab-common-0.61.0.ebuild
deleted file mode 100644
index 453a7d11ed..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/logilab-common-0.61.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v 1.9 2014/07/06 12:44:25 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Useful miscellaneous modules used by Logilab projects"
-HOMEPAGE="http://www.logilab.org/project/logilab-common http://pypi.python.org/pypi/logilab-common"
-SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="test doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed.
-# egenix-mx-base tests are optional and supports python2 only.
-DEPEND="${RDEPEND}
- test? (
- $(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
- !dev-python/psycopg[-mxdatetime]
- )
- doc? ( $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' python2_7) )"
-
-PATCHES=(
- # Make sure setuptools does not create a zip file in python_test;
- # this is buggy and causes tests to fail.
- "${FILESDIR}/${PN}-0.59.1-zipsafe.patch"
-
- # Depends on order of dictionary keys
- "${FILESDIR}/logilab-common-0.60.0-skip-doctest.patch"
-)
-# Req'd for impl specific failures in the testsuite
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
- sed -e 's:(CURDIR):{S}/${P}:' -i doc/makefile || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- # Based on the doc build in Arfrever's ebuild. It works
- pushd doc > /dev/null
- mkdir -p apidoc || die
- epydoc --parse-only -o apidoc --html -v --no-private --exclude=__pkginfo__ --exclude=setup --exclude=test \
- -n "Logilab's common library" "$(ls -d ../build//lib/logilab/common/)" build \
- || die "Generation of documentation failed"
- fi
-}
-
-python_test() {
- distutils_install_for_testing
-
- # https://www.logilab.org/ticket/149345
- # Prevent timezone related failure.
- export TZ=UTC
-
- # Make sure that the tests use correct modules.
- pushd "${TEST_DIR}"/lib > /dev/null || die
-
- if python_is_python3; then
- # http://www.logilab.org/ticket/241813, 241807
- # The suite can be made to pass under py3.4 by disabling the class MxDateTC in unittest_date.py
- # These are covered by issue 241813. Any and all methods to disable them temporarily
- # (assuming they will ever be fixed) are simply cumbersome in the extreme, thus impractical.
- # The failures are specific to py3.4's unittest's parameters in _addSkip and not the package itself.
- if [[ "${EPYTHON}" == "python3.4" ]]; then
- sed -e 's:test_any:_&:' \
- -i $(find . -name unittest_compat.py) || die
- sed -e 's:test_add_days_worked:_&:' \
- -i $(find . -name unittest_date.py) || die
- fi
- # Returns a clean run under py3.3
- rm $(find . -name unittest_umessage.py) || die
- fi
- "${TEST_DIR}"/scripts/pytest || die "Tests fail with ${EPYTHON}"
- popd > /dev/null || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- doman doc/pytest.1
- use doc && dohtml -r doc/apidoc/.
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/metadata.xml
deleted file mode 100644
index 2c6b0c6b32..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/logilab-common/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- python
-
- logilab-common
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest
deleted file mode 100644
index fdafc1a105..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Markdown-2.6.1.tar.gz 298074 SHA256 b5879b87e8e5c125c92ab8c8f3babce78ad4e840446eed73c5b6e2984648d2b1 SHA512 53e11c5d4feacdb8210427da65b6b09453e8c904e86b42095a80132a4b67e926ba974458769e5227bfeaddd3bba5f6bd7ca7e3385951982ec982f63989119d78 WHIRLPOOL 58b6d87354ee19aac7ad1567e10f2cdc99c1aa980d3bee2fee81a5ccb5e70f43d13750dfaf1df9a42c00f3d35664731b52bfa1246271907f5a3422281ede1cc6
-DIST Markdown-2.6.5.tar.gz 301781 SHA256 8d94cf6273606f76753fcb1324623792b3738c7612c2b180c85cc5e88642e560 SHA512 d966136a7184ada4eec70af661aba441694a8c4f59e57d59a28dfbc1649ca1e90cc1e4a29b354b3caf35362e1e0c96eeb3f46c68f82d7a898b76c08866d459d3 WHIRLPOOL 752414989f7b3ba04f4f4d8b9f855c9d64f816c61b4d6333e1b3c15b2aadf6579f1b1f0a686ca3eccfc3fcdaac8007c6655a0f331d795a8a0b07ef83dda2465c
-DIST Markdown-2.6.8.tar.gz 307330 SHA256 0ac8a81e658167da95d063a9279c9c1b2699f37c7c4153256a458b3a43860e33 SHA512 85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23 WHIRLPOOL a7472b1feb23db0b6fbf8826979d1f82ad6e84dd6d33b66e4bfba9c2914ff10ec278d444aa8ab740d1d290cb1bd6682cb4f6e9cedf66c5cae8d0a5f96cfd4804
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch b/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch
deleted file mode 100644
index 65b7d21c55..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Don't build docs by default, which causes issues when trying
-to remove .txt files, as they will be readded on installing.
-
---- a/setup.py
-+++ b/setup.py
-@@ -204,7 +204,7 @@
-
- def initialize_options(self):
- build.initialize_options(self)
-- self.no_build_docs = False
-+ self.no_build_docs = True
-
- def has_docs(self):
- return not self.no_build_docs
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild
deleted file mode 100644
index f1817a405d..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Markdown"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="http://www.freewisdom.org/projects/python-markdown https://pypi.python.org/pypi/Markdown"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test pygments"
-
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}] )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_docs
-}
-
-python_test() {
- cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
- pushd "${BUILD_DIR}" > /dev/null
- "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
- popd > /dev/null
-}
-
-python_install_all() {
- # make use doc do a doc build
- use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild
deleted file mode 100644
index 737eaccafe..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Markdown"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
- http://www.freewisdom.org/projects/python-markdown
- https://pypi.python.org/pypi/Markdown
- https://pythonhosted.org/Markdown/
- https://github.com/waylan/Python-Markdown"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test pygments"
-
-DEPEND="
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pytidylib[${PYTHON_USEDEP}]
- )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
- use doc && esetup.py build_docs
-}
-
-python_test() {
- cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
- cd "${BUILD_DIR}" || die
- "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- # make use doc do a doc build
- use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild
deleted file mode 100644
index 79a73dee4f..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/markdown-2.6.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
- http://www.freewisdom.org/projects/python-markdown
- https://pypi.python.org/pypi/Markdown
- https://pythonhosted.org/Markdown/
- https://github.com/waylan/Python-Markdown"
-SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test pygments"
-
-DEPEND="
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pytidylib[${PYTHON_USEDEP}]
- )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${P^}"
-PATCHES=(
- # build system always builds docs
- "${FILESDIR}"/${PN}-2.6.8-dont-build-docs-default.patch
-)
-
-python_compile_all() {
- if use doc; then
- esetup.py build_docs
- HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
- # remove .txt files
- find "${BUILD_DIR}"/docs -name '*.txt' -delete || die
- fi
-}
-
-python_test() {
- cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
- cd "${BUILD_DIR}" || die
- "${EPYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml
deleted file mode 100644
index 132dd61343..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/markdown/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
- python@gentoo.org
- Python
-
-
-
- Markdown
- waylan/Python-Markdown
-
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/numpy/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/numpy/ChangeLog
deleted file mode 100644
index 530e1ce524..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/numpy/ChangeLog
+++ /dev/null
@@ -1,801 +0,0 @@
-# ChangeLog for dev-python/numpy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.202 2013/04/16 08:58:35 patrick Exp $
-
-*numpy-1.7.1 (16 Apr 2013)
-
- 16 Apr 2013; Patrick Lauer +numpy-1.7.1.ebuild:
- Bump, docs are still 1.7.0 until upstream updates
-
- 11 Mar 2013; Justin Lecher -numpy-1.6.2.ebuild:
- Drop old
-
- 10 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for s390, wrt bug #458990
-
- 05 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for sh, wrt bug #458990
-
- 03 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for sparc, wrt bug #458990
-
- 01 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for alpha, wrt bug #458990
-
- 01 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for arm, wrt bug #458990
-
- 01 Mar 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for ia64, wrt bug #458990
-
- 28 Feb 2013; Jeroen Roovers numpy-1.6.2-r2.ebuild:
- Stable for HPPA (bug #458990).
-
- 28 Feb 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for ppc64, wrt bug #458990
-
- 28 Feb 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for ppc, wrt bug #458990
-
- 27 Feb 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for x86, wrt bug #458990
-
- 27 Feb 2013; Agostino Sarubbo numpy-1.6.2-r2.ebuild:
- Stable for amd64, wrt bug #458990
-
- 24 Feb 2013; Justin Lecher numpy-1.6.2.ebuild,
- numpy-1.6.2-r2.ebuild, +files/numpy-1.6.2-test-pareto.patch, metadata.xml:
- Backport fix for test failure (test_pareto) on 32bit systems, #447502
-
-*numpy-1.7.0 (19 Feb 2013)
-
- 19 Feb 2013; Sébastien Fabbro
- +files/numpy-1.7.0-atlas.patch, +numpy-1.7.0.ebuild, metadata.xml:
- Version bump. Modified patch accordingly, and URL for docs.
-
- 19 Feb 2013; Justin Lecher numpy-1.6.2.ebuild,
- numpy-1.6.2-r2.ebuild:
- Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
-
- 18 Feb 2013; Zac Medico numpy-1.6.2-r2.ebuild:
- Add ~arm-linux keyword.
-
- 10 Feb 2013; Michał Górny numpy-1.6.2-r2.ebuild:
- Use distutils_install_for_testing().
-
-*numpy-1.6.2-r2 (03 Feb 2013)
-
- 03 Feb 2013; Michał Górny +numpy-1.6.2-r2.ebuild,
- -numpy-1.6.2-r1.ebuild:
- Wrap f2py in the -r1 way.
-
- 01 Feb 2013; Michał Górny -files/numpy-1.1.0-f2py.patch,
- -files/numpy-1.3.0-fenv-freebsd.patch, -files/numpy-1.4.0-interix.patch,
- -files/numpy-1.5.1-python-3.2.patch, -files/numpy-1.6.1-import_umath.patch:
- Remove obsolete/unused patches.
-
-*numpy-1.6.2-r1 (01 Feb 2013)
-
- 01 Feb 2013; Michał Górny +numpy-1.6.2-r1.ebuild:
- Migrate to distutils-r1.
-
- 10 Jan 2013; Justin Lecher -numpy-1.6.1-r1.ebuild,
- metadata.xml:
- Cleaned old
-
-
- 29 Dec 2012; Raúl Porcel numpy-1.6.2.ebuild:
- alpha/s390/sh/sparc stable wrt #446340
-
- 18 Dec 2012; Agostino Sarubbo numpy-1.6.2.ebuild:
- Stable for ia64, wrt bug #446340
-
- 17 Dec 2012; Markus Meier numpy-1.6.2.ebuild:
- arm stable, bug #446340
-
- 16 Dec 2012; Agostino Sarubbo numpy-1.6.2.ebuild:
- Stable for x86, wrt bug #446340
-
- 09 Dec 2012; Agostino Sarubbo numpy-1.6.2.ebuild:
- Stable for ppc64, wrt bug #446340
-
- 08 Dec 2012; Jeroen Roovers numpy-1.6.2.ebuild:
- Stable for HPPA (bug #446340).
-
- 07 Dec 2012; Agostino Sarubbo numpy-1.6.2.ebuild:
- Stable for ppc, wrt bug #446340
-
- 07 Dec 2012; numpy-1.6.2.ebuild:
- Stable for amd64, wrt bug #446340
-
- 07 Dec 2012; Justin Lecher -numpy-1.5.1.ebuild,
- -numpy-1.6.0.ebuild, -numpy-1.6.1.ebuild:
- Drop old, fixes #404435, #386847
-
- 16 Oct 2012; Justin Lecher numpy-1.5.1.ebuild,
- numpy-1.6.0.ebuild, numpy-1.6.1.ebuild, numpy-1.6.1-r1.ebuild,
- numpy-1.6.2.ebuild:
- Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
- updated fortran-2.eclass
-
- 14 Oct 2012; Justin Lecher numpy-1.5.1.ebuild,
- numpy-1.6.0.ebuild, numpy-1.6.1-r1.ebuild, numpy-1.6.1.ebuild,
- numpy-1.6.2.ebuild:
- Prepare for fortran2.eclass update
-
- 02 Oct 2012; Mike Gilbert numpy-1.5.1.ebuild,
- numpy-1.6.0.ebuild, numpy-1.6.1.ebuild, numpy-1.6.2.ebuild:
- Restrict python 3.3 based on testing by Arfrever. This can be reversed in
- numpy 1.7.
-
- 29 Jul 2012; Raúl Porcel numpy-1.6.1-r1.ebuild:
- alpha/ia64/s390/sh/sparc stable wrt #418419
-
- 28 Jun 2012; Mike Gilbert numpy-1.6.2.ebuild:
- Cleanup die usage for EAPI 4.
-
- 28 Jun 2012; Sebastien Fabbro numpy-1.6.2.ebuild:
- Cleaned up a bit the pkg-config mangling for blas/lapack. Hack to strip -lm
- because it would not link with system blas/lapack on prefix
-
- 28 Jun 2012; Jeroen Roovers numpy-1.6.1-r1.ebuild:
- Stable for HPPA (bug #418419).
-
- 08 Jun 2012; Pawel Hajdan jr numpy-1.6.1-r1.ebuild:
- x86 stable wrt bug #418419
-
- 07 Jun 2012; Brent Baude