diff --git a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/Manifest b/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/Manifest deleted file mode 100644 index c241a1a6a6..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -EBUILD python-funcsigs-0-r1.ebuild 527 SHA256 572645d1be52b8c26329073a84faf9131045ddf7bc7f8f423d21d6580861e3d8 SHA512 200909ef3ee53c3bbe72f62b9e210636903003941cbf5f12af0b4ece905d2b90aa4b8370467be2f2dfe67a129d12388ddbb13f1839124935b4616464a4673c4f WHIRLPOOL ef28574291e5c4bd0e0905922ab8f0316d83fb4f60a1870b005e5df6d72c8cfe530fb52b9b1c4f3235a4fe6911a94e7a5a22aae9ee49cea600869d2dc38f475b -EBUILD python-funcsigs-1.ebuild 552 SHA256 ab383c27987927ab93c0f73ca266d9af40f4f927c03c0d5cd6e4fd18bbbcfec9 SHA512 b417281f879c909860ee6e9e00f0731a8c47cfa68c7ff20bbd0b2ba4e491284216321fa37b91d105cb6afb5949eed13f1921ead49b8866d78b21e0e4527f3cb3 WHIRLPOOL dfbc1e505f2d27a54c2be0fbdf2c3f3161a0f91568e96609900702e7554bc6d9b7458daf7c213128d0f9cc186548cbe4a6c7dd014d2aff255f0c1831d39aeeef -MISC ChangeLog 2186 SHA256 86ebdb15e02949884cbf3df91943dbf1c55e3e8bd997fe2451628596c993c040 SHA512 304cd3bfd81aa87ee85e8eae885eed26a8269cbe9aceae4a52891010042882c7a77aaa46df7bd77b7f2a0210d1f0b7a565f8e46d51ad2f25fe952ecd975bcad2 WHIRLPOOL fb43f31d494de459ae197248e83d7a1db0b51ae822a3a50c9030d6713fe5a55fe0f68c598dc39328d413cd07f32e7ce3fd73f06d5aef4c6eb67db179d3957919 -MISC metadata.xml 246 SHA256 634432e12556106844e569b7ff16962881c6e70887e6fc9650bdd82deb51a834 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc WHIRLPOOL 869ef1c8e23bdae0a11b44ccf38ddec23f0dc0ae2573bc83ccbe2d8a2c6bf5a3f9c3c52149aa2e3690dd66f7fc7ec498f2eb6b9d338440fb54c12d5ac0b9fb7a diff --git a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/metadata.xml deleted file mode 100644 index e24dd86faa..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild deleted file mode 100644 index d8fa5255fd..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-0-r1.ebuild +++ /dev/null @@ -1,17 +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 python-r1 - -DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.3 variant)" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/funcsigs' python2_7 pypy pypy3 )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-1.ebuild deleted file mode 100644 index 93be7f8e3c..0000000000 --- a/sdk_container/src/third_party/portage-stable/virtual/python-funcsigs/python-funcsigs-1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit python-r1 - -DESCRIPTION="A Virtual for Python function signatures from PEP362 (py3.6 variant)" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep '>=dev-python/funcsigs-1' python2_7 python3_{3,4,5} pypy{,3} )"