diff --git a/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/Manifest
new file mode 100644
index 0000000000..17e8c6fd57
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/Manifest
@@ -0,0 +1 @@
+DIST asn1crypto-0.22.0.tar.gz 84508 BLAKE2B 5f21e13e6af0f5edf6f79454654e677182e2ae06a36d3f86a641e76e5043f8818fd17dbce40a8b0c4070a254fdd169a3eada99434f3b9e4097d4c106a774c30c SHA512 fdc98f71ec3b744e69a75909b5b0a8381fb82d448941a6e1059823af47ca107218e1dbe6ff192e2173f11fc2454be1afcd387d801dc8e716451179857d71f8b8
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
new file mode 100644
index 0000000000..7d17ec13ec
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/asn1crypto-0.22.0.ebuild
@@ -0,0 +1,21 @@
+# 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{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python ASN.1 library with a focus on performance and a pythonic API"
+HOMEPAGE="https://github.com/wbond/asn1crypto/ https://pypi.python.org/pypi/asn1crypto/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~x64-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/metadata.xml
new file mode 100644
index 0000000000..2dfa57bc0f
--- /dev/null
+++ b/sdk_container/src/third_party/portage-stable/dev-python/asn1crypto/metadata.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ python@gentoo.org
+ Python
+
+
+ cryptography
+ pyca/cryptography
+
+
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog
deleted file mode 100644
index d522ab45e0..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog
+++ /dev/null
@@ -1,402 +0,0 @@
-# ChangeLog for dev-python/cffi
-# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
-# (auto-generated from git log)
-
-*cffi-1.1.2 (09 Aug 2015)
-*cffi-1.1.0 (09 Aug 2015)
-*cffi-1.0.3 (09 Aug 2015)
-*cffi-1.0.2 (09 Aug 2015)
-*cffi-0.9.2 (09 Aug 2015)
-*cffi-0.8.6 (09 Aug 2015)
-
- 09 Aug 2015; Robin H. Johnson +cffi-0.8.6.ebuild,
- +cffi-0.9.2.ebuild, +cffi-1.0.2.ebuild, +cffi-1.0.3.ebuild,
- +cffi-1.1.0.ebuild, +cffi-1.1.2.ebuild,
- +files/cffi-1.1.0-test-backport.patch, +files/issue177_prot_exec.patch,
- +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
-
- 16 Aug 2015; Mikle Kolyada cffi-1.1.2.ebuild:
- ia64 stable wrt bug #556428
-
- Package-Manager: portage-2.2.20.1
-
-*cffi-1.2.1 (21 Aug 2015)
-
- 21 Aug 2015; Justin Lecher +cffi-1.2.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.20.1
- Signed-off-by: Justin Lecher
-
- 21 Aug 2015; Markus Meier cffi-1.1.2.ebuild:
- arm stable, bug #556428
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="arm"
-
- 23 Aug 2015; Sean Vig cffi-0.8.6.ebuild,
- cffi-1.1.2.ebuild, cffi-1.2.1.ebuild:
- Remove pypy from PYTHON_TARGETS
-
- pypy comes with cffi built-in, we should not build cffi for pypy
-
- 23 Aug 2015; Mike Gilbert cffi-1.2.1.ebuild:
- Add warning about pypy
-
- Package-Manager: portage-2.2.20_p134
-
- 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
-
- 25 Aug 2015; Jeroen Roovers cffi-1.1.2.ebuild:
- Stable for HPPA PPC64 (bug #556428).
-
- Package-Manager: portage-2.2.20.1
-
- 06 Sep 2015; Agostino Sarubbo cffi-1.1.2.ebuild:
- ppc stable wrt bug #556428
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="ppc"
-
- 20 Sep 2015; Agostino Sarubbo cffi-1.1.2.ebuild:
- x86 stable wrt bug #556428
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="x86"
-
- 24 Sep 2015; Agostino Sarubbo cffi-1.1.2.ebuild:
- amd64 stable wrt bug #556428
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="amd64"
-
- 24 Sep 2015; Justin Lecher -cffi-0.8.6.ebuild,
- -cffi-1.0.2.ebuild, -cffi-1.0.3.ebuild, -cffi-1.1.0.ebuild:
- Drop old
-
- obsoletes
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=510114
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=510176
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=548558
-
- Package-Manager: portage-2.2.21
- Signed-off-by: Justin Lecher
-
- 24 Sep 2015; Agostino Sarubbo cffi-1.2.1.ebuild:
- amd64 stable wrt bug #561372
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="amd64"
-
-*cffi-0.8.6 (25 Sep 2015)
-
- 25 Sep 2015; Justin Lecher +cffi-0.8.6.ebuild:
- Add back version so that sparc is happy
-
- Package-Manager: portage-2.2.21
- RepoMan-Options: --force
- Signed-off-by: Justin Lecher
-
- 25 Sep 2015; Agostino Sarubbo cffi-1.2.1.ebuild:
- x86 stable wrt bug #561372
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="x86"
-
- 27 Sep 2015; Jeroen Roovers cffi-1.2.1.ebuild:
- Stable for HPPA (bug #561372).
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --ignore-arches
-
- 28 Sep 2015; Tobias Klausmann cffi-1.2.1.ebuild:
- add alpha keyword
-
- Gentoo-Bug: 561696
-
- Package-Manager: portage-2.2.22
-
- 30 Sep 2015; Jeroen Roovers cffi-1.2.1.ebuild:
- Stable for PPC64 (bug #561696).
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --ignore-arches
-
-*cffi-1.2.1-r1 (11 Oct 2015)
-
- 11 Oct 2015; Justin Lecher +cffi-1.2.1-r1.ebuild:
- Add python3.5 support
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 14 Oct 2015; Michał Górny cffi-1.2.1.ebuild,
- -cffi-1.2.1-r1.ebuild:
- dev-python/*: Restore keywords and un-revbump for py3.5
-
- Restore keywords that were removed unnecessarily, and collapse
- unnecessary revbumps on packages with added python3.5 support.
-
- 17 Oct 2015; Markus Meier cffi-1.2.1.ebuild:
- arm stable, bug #561372
-
- Package-Manager: portage-2.2.23
- RepoMan-Options: --include-arches="arm"
-
- 18 Oct 2015; Mikle Kolyada cffi-1.2.1.ebuild:
- Add ~sparc keyword wrt bug #560894
-
- Package-Manager: portage-2.2.20.1
-
- 19 Oct 2015; Justin Lecher -cffi-0.8.6.ebuild,
- -cffi-0.9.2.ebuild:
- Drop old
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
-*cffi-0.8.6 (19 Oct 2015)
-
- 19 Oct 2015; Justin Lecher +cffi-0.8.6.ebuild:
- Add back last stable version on sparc
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
-*cffi-1.3.0 (21 Oct 2015)
-
- 21 Oct 2015; Justin Lecher +cffi-1.3.0.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 04 Nov 2015; Agostino Sarubbo cffi-1.2.1.ebuild:
- ppc stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="ppc"
-
- 05 Nov 2015; Agostino Sarubbo cffi-1.2.1.ebuild:
- sparc stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="sparc"
-
- 20 Nov 2015; Justin Lecher -cffi-0.8.6.ebuild:
- Drop old
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Justin Lecher
-
- 20 Nov 2015; Justin Lecher cffi-1.1.2.ebuild,
- cffi-1.2.1.ebuild, cffi-1.3.0.ebuild:
- Add USE=test to install pytest buildtime only
-
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566286
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Justin Lecher
-
-*cffi-1.3.1 (20 Nov 2015)
-
- 20 Nov 2015; Justin Lecher +cffi-1.3.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Justin Lecher
-
-*cffi-1.4.0 (17 Dec 2015)
-
- 17 Dec 2015; Justin Lecher +cffi-1.4.0.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
-*cffi-1.4.1 (17 Dec 2015)
-
- 17 Dec 2015; Justin Lecher +cffi-1.4.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
-*cffi-1.4.2 (24 Dec 2015)
-
- 24 Dec 2015; Justin Lecher +cffi-1.4.2.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
- 11 Jan 2016; Agostino Sarubbo cffi-1.2.1.ebuild:
- ia64 stable wrt bug #561372
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ia64"
- Signed-off-by: Agostino Sarubbo
-
- 11 Jan 2016; Justin Lecher -cffi-1.1.2.ebuild,
- -cffi-1.3.0.ebuild, -cffi-1.3.1.ebuild, -cffi-1.4.0.ebuild,
- -cffi-1.4.1.ebuild:
- Drop old
-
- obsoletes
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557098
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
-*cffi-1.5.0 (21 Jan 2016)
-
- 21 Jan 2016; Justin Lecher +cffi-1.5.0.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Justin Lecher
-
- 22 Jan 2016; Justin Lecher cffi-1.5.0.ebuild:
- Add missing build time dep for docs
-
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572406
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Justin Lecher
-
- 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)
-
-*cffi-1.5.2 (14 Feb 2016)
-
- 14 Feb 2016; Justin Lecher +cffi-1.5.2.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Justin Lecher
-
- 20 Mar 2016; Agostino Sarubbo cffi-1.5.2.ebuild:
- amd64 stable wrt bug #577824
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="amd64"
- Signed-off-by: Agostino Sarubbo
-
- 01 Apr 2016; Markus Meier cffi-1.5.2.ebuild:
- arm stable, bug #577824
-
- Package-Manager: portage-2.2.28
- RepoMan-Options: --include-arches="arm"
-
-*cffi-1.6.0 (16 May 2016)
-
- 16 May 2016; Dirkjan Ochtman +cffi-1.6.0.ebuild:
- version bump to 1.6.0
-
- Package-Manager: portage-2.2.28
-
- 16 May 2016; Dirkjan Ochtman -cffi-1.4.2.ebuild,
- -cffi-1.5.0.ebuild:
- remove old versions
-
- Package-Manager: portage-2.2.28
-
- 27 May 2016; Tobias Klausmann cffi-1.5.2.ebuild:
- 1.5.2-r0: add alpha keyword
-
- Gentoo-Bug: 577824
-
- Package-Manager: portage-2.3.0_rc1
-
- 21 Jun 2016; Mike Frysinger cffi-1.5.2.ebuild:
- mark 1.5.2 arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #577824
-
- 25 Jun 2016; Agostino Sarubbo cffi-1.5.2.ebuild:
- x86 stable wrt bug #577824
-
- Package-Manager: portage-2.2.28
- RepoMan-Options: --include-arches="x86"
- Signed-off-by: Agostino Sarubbo
-
-*cffi-1.7.0 (17 Jul 2016)
-
- 17 Jul 2016; Patrick Lauer +cffi-1.7.0.ebuild:
- Bump
-
- Package-Manager: portage-2.3.0
-
- 11 Sep 2016; David Seifert
- -files/cffi-1.1.0-test-backport.patch, -files/issue177_prot_exec.patch:
- remove unused patches
-
- Closes: https://github.com/gentoo/gentoo/pull/2291
-
- Signed-off-by: David Seifert
-
-*cffi-1.8.2 (15 Sep 2016)
-
- 15 Sep 2016; Tim Harder +cffi-1.8.2.ebuild:
- version bump to 1.8.2
-
-*cffi-1.8.3 (18 Sep 2016)
-
- 18 Sep 2016; Tim Harder +cffi-1.8.3.ebuild:
- version bump to 1.8.3
-
- 01 Oct 2016; Jeroen Roovers cffi-1.5.2.ebuild:
- Stable for HPPA (bug #577824).
-
- Package-Manager: portage-2.3.1
- RepoMan-Options: --ignore-arches
-
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog-2015
deleted file mode 100644
index a7fa0b21e9..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/ChangeLog-2015
+++ /dev/null
@@ -1,288 +0,0 @@
-# ChangeLog for dev-python/cffi
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.71 2015/08/06 14:40:47 klausman Exp $
-
- 06 Aug 2015; Tobias Klausmann cffi-1.1.2.ebuild:
- Stable on alpha, bug 556428
-
- 02 Aug 2015; Pacho Ramos cffi-0.8.6.ebuild:
- sparc stable wrt bug #530294
-
- 02 Aug 2015; Tim Harder cffi-1.1.2.ebuild:
- Add pypi site to HOMEPAGE.
-
- 20 Jul 2015; Patrick Lauer cffi-1.1.2.ebuild:
- Add pypy keyword for xcffib
-
- 11 Jul 2015; Tobias Klausmann cffi-0.8.6.ebuild:
- Stable on alpha, bug 530294
-
-*cffi-1.1.2 (15 Jun 2015)
-
- 15 Jun 2015; Justin Lecher +cffi-1.1.2.ebuild:
- Version Bump
-
- 02 Jun 2015; Justin Lecher
- +files/cffi-1.1.0-test-backport.patch, cffi-1.1.0.ebuild:
- Backport patch for test failure
-
-*cffi-1.1.0 (01 Jun 2015)
-
- 01 Jun 2015; Justin Lecher +cffi-1.1.0.ebuild:
- Version Bump
-
-*cffi-1.0.3 (26 May 2015)
-
- 26 May 2015; Justin Lecher +cffi-1.0.3.ebuild:
- Version Bump
-
-*cffi-1.0.2 (23 May 2015)
-
- 23 May 2015; Justin Lecher +cffi-1.0.2.ebuild,
- -cffi-1.0.1.ebuild:
- Version Bump
-
-*cffi-1.0.1 (21 May 2015)
-
- 21 May 2015; Justin Lecher +cffi-1.0.1.ebuild,
- -cffi-1.0.0.ebuild:
- Version Bump; Drop old
-
- 19 May 2015; Mike Gilbert cffi-1.0.0.ebuild:
- Add ~alpha keyword to unbreak the depgraph.
-
-*cffi-1.0.0 (19 May 2015)
-
- 19 May 2015; Justin Lecher +cffi-1.0.0.ebuild,
- -cffi-0.8.6-r1.ebuild, -cffi-0.9.1.ebuild, metadata.xml:
- Version Bump; drop old
-
- 06 May 2015; Agostino Sarubbo cffi-0.9.2.ebuild:
- Stable for x86, wrt bug #548530
-
- 06 May 2015; Agostino Sarubbo cffi-0.9.2.ebuild:
- Stable for ia64, wrt bug #548530
-
- 05 May 2015; Anthony G. Basile cffi-0.9.2.ebuild:
- Stable on amd64. Bug #548530.
-
- 04 May 2015; Anthony G. Basile cffi-0.9.2.ebuild:
- Stable on arm and ppc. Bug #548530.
-
- 04 May 2015; Jeroen Roovers cffi-0.9.2.ebuild:
- Stable for HPPA (bug #548530).
-
- 04 May 2015; Jeroen Roovers cffi-0.9.2.ebuild:
- Stable for PPC64 (bug #548530).
-
- 04 Apr 2015; Mike Frysinger cffi-0.8.6-r1.ebuild,
- cffi-0.8.6.ebuild, cffi-0.9.1.ebuild, cffi-0.9.2.ebuild:
- Add arm64/ia64/m68k/s390/sh love.
-
- 01 Apr 2015; Tobias Klausmann cffi-0.8.6-r1.ebuild:
- Keyworded on alpha, bug 503094
-
- 20 Mar 2015; Ian Delaney -cffi-0.8.1.ebuild,
- -cffi-0.8.2.ebuild, cffi-0.9.1.ebuild, cffi-0.9.2.ebuild:
- rm old, tidy to doc install
-
-*cffi-0.9.2 (17 Mar 2015)
-
- 17 Mar 2015; Patrick Lauer +cffi-0.9.2.ebuild:
- Bump
-
-*cffi-0.9.1 (11 Mar 2015)
-
- 11 Mar 2015; Patrick Lauer +cffi-0.9.1.ebuild:
- Bump
-
-*cffi-0.8.6-r1 (28 Feb 2015)
-
- 28 Feb 2015; Magnus Granberg +cffi-0.8.6-r1.ebuild,
- +files/issue177_prot_exec.patch:
- Add fix for bug #525494 proc_exec on pax enable kernel
-
- 07 Feb 2015; Agostino Sarubbo cffi-0.8.6.ebuild:
- Stable for ppc, wrt bug #530592
-
- 16 Dec 2014; Markus Meier cffi-0.8.6.ebuild:
- arm stable, bug #530592
-
- 09 Dec 2014; Jeroen Roovers cffi-0.8.6.ebuild:
- Stable for HPPA (bug #530294).
-
- 08 Dec 2014; Agostino Sarubbo cffi-0.8.6.ebuild:
- Stable for ppc64, wrt bug #530592
-
- 02 Dec 2014; Ian Delaney cffi-0.8.6.ebuild:
- clean old impl
-
- 01 Dec 2014; Mike Gilbert cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
- Use in-source build to avoid a race. Reported by remi`.
-
- 05 Nov 2014; Patrick Lauer cffi-0.8.6.ebuild:
- Stable for x86 and amd64 to make bcrypt happy
-
- 26 Oct 2014; Fabian Groffen cffi-0.8.6.ebuild:
- Added Prefix keywords, bug #503094
-
- 13 Aug 2014; Anthony G. Basile cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
- Keyword ~ppc and ~ppc64, bug #503094
-
- 10 Aug 2014; Sergei Trofimovich cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild, cffi-0.8.6.ebuild:
- QA: drop trailing '.' from DESCRIPTION
-
-*cffi-0.8.6 (08 Jul 2014)
-
- 08 Jul 2014; Tim Harder +cffi-0.8.6.ebuild:
- Version bump.
-
- 23 Jun 2014; Tobias Klausmann cffi-0.8.2.ebuild:
- Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords
- pycparser
-
- 22 Jun 2014; Tobias Klausmann cffi-0.8.2.ebuild:
- Keyworded on alpha, bug #503094
-
- 08 Jun 2014; Akinori Hattori cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild:
- keyword ~ia64 wrt bug #503094
-
- 08 May 2014; Michał Górny cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild:
- Add a subslot since upstream requires rebuilding all reverse dependencies
- (well, regenerating the module cache but in our case it is done during the
- build) on cffi updates. Bug #506552.
-
- 09 Apr 2014; Mike Gilbert cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild:
- Add || die to python_test.
-
- 02 Apr 2014; Tim Harder cffi-0.8.2.ebuild:
- Add python3_4 support.
-
- 31 Mar 2014; Michał Górny cffi-0.8.1.ebuild,
- cffi-0.8.2.ebuild:
- Add support for the new PyPy slotting.
-
-*cffi-0.8.2 (30 Mar 2014)
-
- 30 Mar 2014; Dirkjan Ochtman +cffi-0.8.2.ebuild:
- Version bump cffi to 0.8.2.
-
- 30 Mar 2014; Dirkjan Ochtman -cffi-0.7.2.ebuild,
- -cffi-0.8.ebuild:
- Remove old versions.
-
- 22 Mar 2014; Markos Chandras cffi-0.8.1.ebuild:
- Add ~mips. Bug #503094
-
- 17 Mar 2014; Mike Gilbert cffi-0.7.2.ebuild,
- cffi-0.8.1.ebuild, cffi-0.8.ebuild:
- We don't run test_zintegration, so don't need virtualenv. Thanks to Arfrever
- for pointing this out.
-
- 16 Mar 2014; Mike Gilbert cffi-0.7.2.ebuild,
- cffi-0.8.1.ebuild, cffi-0.8.ebuild:
- Drop depencency on htdistver per Arferver.
-
- 04 Mar 2014; Naohiro Aota cffi-0.8.1.ebuild:
- Add ~x86-fbsd wrt bug #503094
-
- 04 Mar 2014; Agostino Sarubbo cffi-0.8.1.ebuild:
- Stable for x86, wrt bug #502774
-
- 03 Mar 2014; Jeroen Roovers cffi-0.8.1.ebuild:
- Marked ~hppa (bug #503094).
-
- 02 Mar 2014; Pacho Ramos cffi-0.8.1.ebuild:
- amd64 stable, bug #502774
-
- 07 Dec 2013; Pacho Ramos cffi-0.7.2.ebuild:
- x86 stable, bug #488738
-
-*cffi-0.8.1 (06 Dec 2013)
-
- 06 Dec 2013; Patrick Lauer +cffi-0.8.1.ebuild:
- Bump
-
- 30 Nov 2013; Mike Gilbert cffi-0.7.2.ebuild,
- cffi-0.8.ebuild:
- Skip test_integration.py to avoid bugs 486736 and 489870.
-
- 30 Nov 2013; Mike Gilbert cffi-0.7.2.ebuild,
- cffi-0.8.ebuild:
- Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser
- dep. Call distutils-r1_python_install_all.
-
- 29 Nov 2013; Pacho Ramos cffi-0.7.2.ebuild:
- amd64 stable, bug #488738
-
-*cffi-0.8 (18 Nov 2013)
-
- 18 Nov 2013; Dirkjan Ochtman +cffi-0.8.ebuild,
- -cffi-0.6.ebuild, -cffi-0.7.ebuild:
- Version bump cffi to 0.8.
-
- 05 Sep 2013; Michał Górny cffi-0.6.ebuild,
- cffi-0.7.2.ebuild, cffi-0.7.ebuild:
- Clean up PYTHON_COMPAT from old implementations.
-
-*cffi-0.7.2 (10 Aug 2013)
-
- 10 Aug 2013; Patrick Lauer +cffi-0.7.2.ebuild:
- Bump
-
- 07 Aug 2013; Michał Górny cffi-0.7.ebuild:
- Enable pypy2.0.
-
-*cffi-0.7 (02 Aug 2013)
-
- 02 Aug 2013; Dirkjan Ochtman +cffi-0.7.ebuild,
- -cffi-0.2.1.ebuild, -cffi-0.3.ebuild, -cffi-0.5-r1.ebuild, -cffi-0.5.ebuild:
- Version bump cffi to 0.7.
-
- 09 May 2013; Markus Meier cffi-0.6.ebuild:
- add ~arm, bug #462506
-
- 08 May 2013; Ian Delaney cffi-0.5-r1.ebuild,
- cffi-0.6.ebuild:
- tidyup in dep list of 0.5-r1, Add py3 support in 0.6, drop pypy2-0 in both
- consequent to cffi bundled in pypy2.0-beta2, fixes Bug 468804
-
-*cffi-0.6 (16 Apr 2013)
-
- 16 Apr 2013; Patrick Lauer +cffi-0.6.ebuild:
- Bump
-
-*cffi-0.5-r1 (20 Mar 2013)
-
- 20 Mar 2013; Ian Delaney +cffi-0.5-r1.ebuild:
- migration revbump
-
-*cffi-0.5 (08 Feb 2013)
-
- 08 Feb 2013; Dirkjan Ochtman +cffi-0.5.ebuild:
- Version bump cffi to 0.5.
-
- 05 Dec 2012; Samuli Suominen cffi-0.2.1.ebuild,
- cffi-0.3.ebuild:
- Use virtual/libffi instead of dev-libs/libffi in case we have to move back to
- using libffi from gcc's source tree later.
-
-*cffi-0.3 (10 Oct 2012)
-
- 10 Oct 2012; Dirkjan Ochtman +cffi-0.3.ebuild:
- Version bump to 0.3, depend on hgdistver (bug 437768).
-
- 09 Aug 2012; Patrick Lauer cffi-0.2.1.ebuild:
- Restricting py-2.5 and jython
-
-*cffi-0.2.1 (27 Jul 2012)
-
- 27 Jul 2012; Dirkjan Ochtman +cffi-0.2.1.ebuild,
- +metadata.xml:
- Initial version of cffi.
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
index 6630c13012..73410a10b9 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
+++ b/sdk_container/src/third_party/portage-stable/dev-python/cffi/Manifest
@@ -1,9 +1,2 @@
-DIST cffi-0.8.6.tar.gz 196835 SHA256 2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 SHA512 b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790 WHIRLPOOL 4a03a077f15f943e0f06acf1bc10572b19680379e36805dbfc3dfffb8a5d735d28d9bab38e2d233f3a347fc03cede8126cc2ce017c6e3a0896b9baecddfae39f
-DIST cffi-0.9.2.tar.gz 209160 SHA256 1988ce7ff9c64ecd5077776175e90fd8f0a8c827cb241a23647175ce08126bb2 SHA512 93371a1189955d3f794915f8e7c6f6b9ab36cd531ff0ddeeb2108364c94dbf4dbe5d7d3f75e0aa52576d1a59559c13ec3e0f68dec4d52e6221e683ac519b850c WHIRLPOOL dcdf3a35b35607a4982035e75332c0e2f87d2df5cca9df77c48c5d57cc783d341b77fd95f71681877695b03a12564f8f28717a975bd51e832f496b71f73c3736
-DIST cffi-1.1.2.tar.gz 326758 SHA256 390970b602708c91ddc73953bb6929e56291c18a4d80f360afa00fad8b6f3339 SHA512 d146984013b63382ea64bd2d6188cdbf9154cf83d66bf4dbb9353f1daea66f9eae07c6da47e152c5758d3458a742adde0310f71c792eb0a80950d7f857bfb943 WHIRLPOOL 02b92f0d13b02e351ba63e55a731c0b5480ae0b376c99a8dc1a256b3b55bf0119b4238dca88171605c1348b0847a6ff305ba4ec69cd1b42b9950708f42d6067e
-DIST cffi-1.2.1.tar.gz 335778 SHA256 eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d SHA512 26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88 WHIRLPOOL a8bbe3c24be660946c1f31fbb8b1f50810f78b9485a32aadfb091a624b5386641bde71981c58792f8e95e8e77cfce7d9959eb197c417464cf5351e568aa6336d
-DIST cffi-1.5.2.tar.gz 388793 SHA256 da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd SHA512 3c707db85032bc13287beec0211d85a7b9f9dfcb87844adba3a86b23211acd495e88072ec23f22e7c7626d25cadd5b9843c34255d4080eefb171020ad0a2d552 WHIRLPOOL 35cfd86d06dcc2bb2a0e8e196f06d5df0eeaa6dd65d13dc4489284108fa596a88f46918c5b70e38584965290d141f5cbf0e2bcb469c3316cd1962109d77889dd
-DIST cffi-1.6.0.tar.gz 397024 SHA256 a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db SHA512 95dc7fbca624b5474ff0182ff6e1d1c6b8b34ad19c4c22cabf847f7be6c47dc32a96b23165da1c28438a46a1e9f681341fe8b7304ba5618744c595c4ae364466 WHIRLPOOL a4faef6dfaa078a09abadbe2af6d589dcd36d94bcf07eb47cda1e18ae1d60a3d62d0d66240f717f09564b97565b495e71b77390fe4278afb978fa2c62d341684
-DIST cffi-1.7.0.tar.gz 400251 SHA256 6ed5dd6afd8361f34819c68aaebf9e8fc12b5a5893f91f50c9e50c8886bb60df SHA512 ce9439a219248b06a6f2d019324f4150576b5e4d853025d61d470105f95af2a6c2387080bfd0308c063ad756f34feead9a5958187d626524594dfe9a3adf7462 WHIRLPOOL 1d10ba1d5fe2dadfe239c2111e9eb08beeddb7b796e966dae642fbfef0d590737018e27e3036817a1b2f43d76d2526642022b0d2ebe97ce8fcf4a49c8006ea26
-DIST cffi-1.8.2.tar.gz 403191 SHA256 2b636db1a179439d73ae0a090479e179a43df5d4eddc7e4c4067f960d4038530 SHA512 a7bbb8735cf4b36510b6953db26af2428725d589fedae05693f39c77b84567bdefd6e3dc1e5c6deef94e617ceb4bf6bf92379e76fd3732d73a19e8a39a3d06ed WHIRLPOOL 5442e4c5ab58fad20b05cc545721417e73992ef3584dc24501124075647d667a640230ff3a67e362c376aa32aff0c7d93b17425682f132532e2c165cd954b3dc
-DIST cffi-1.8.3.tar.gz 403766 SHA256 c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568 SHA512 a5a5f62c9d8607a8477abc2c2c53dcbe2aa4cf964b0592d4db349cd35a199e69a84d6cf160973fb5ee736607fa6a41314e8ff0d84bef2ffe16c08f6071c15222 WHIRLPOOL 9ab2f3bf534f4c7b925f3617a109c31ed6591500c551e0c1cae2443b506fa5aea8a1b91b9c378646354effba3d12f0002727be0560359ed40eb3c8751a352c03
+DIST cffi-1.11.2.tar.gz 435142 BLAKE2B ba90cc377261a75557cef626f1c6b8c0c625c67212b546d42ca56c3360496d01c59984f72d5ce61b1160aa6117b869e567b17df8458de2c88a42dc5e653f6129 SHA512 8ccd8988bb6b4beb760abe5d8cac7cbf65a7dcfad5a535343e5961912751f426fdf6e602a983430e6aa9f56f2f623855b0cfb5ed8e5294a95d122866a4533eda
+DIST cffi-1.9.1.tar.gz 407108 BLAKE2B f95e99cbb7a10aacb714d6ddbe85755e24d4fbdebb9ada0ab87c95b58aa56b364df612fbdfbf6fcc3a9dfff6e96fe5e979ee37b1c6c9b62b6ba8d3a9565def2f SHA512 6e76f181b6b7b760a14ad70338edd104a8b8e2eac5680e336d3868e0bd031a1665608e29a65dc0c56806afb8a8c03811586f151f3acef11e54e60c1bfcf902e3
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.8.6.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.8.6.ebuild
deleted file mode 100644
index a7862a668f..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.8.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND="virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- use doc && dohtml -r doc/build/
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.9.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.9.2.ebuild
deleted file mode 100644
index 3d6e250a56..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-0.9.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND="virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.1.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.1.2.ebuild
deleted file mode 100644
index cb0be693e9..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND="
- virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.11.2.ebuild
similarity index 79%
rename from sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.2.ebuild
rename to sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.11.2.ebuild
index 640db6d034..63bcc31909 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.11.2.ebuild
@@ -1,28 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
+HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="doc test"
RDEPEND="
virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.2.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.2.1.ebuild
deleted file mode 100644
index e1a20bcb3e..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# DO NOT ADD pypy to PYTHON_COMPAT
-# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc test"
-
-RDEPEND="
- virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.6.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.6.0.ebuild
deleted file mode 100644
index c54b5e66ab..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.6.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# DO NOT ADD pypy to PYTHON_COMPAT
-# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc test"
-
-RDEPEND="
- virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- einfo "$PYTHONPATH"
- $PYTHON -c "import _cffi_backend as backend" || die
- PYTHONPATH="${PYTHONPATH}" \
- py.test -x -v \
- --ignore testing/test_zintegration.py \
- --ignore testing/embedding \
- c/ testing/ \
- || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.7.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.7.0.ebuild
deleted file mode 100644
index c54b5e66ab..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.7.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# DO NOT ADD pypy to PYTHON_COMPAT
-# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc test"
-
-RDEPEND="
- virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- einfo "$PYTHONPATH"
- $PYTHON -c "import _cffi_backend as backend" || die
- PYTHONPATH="${PYTHONPATH}" \
- py.test -x -v \
- --ignore testing/test_zintegration.py \
- --ignore testing/embedding \
- c/ testing/ \
- || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.3.ebuild
deleted file mode 100644
index 640db6d034..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.8.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-# DO NOT ADD pypy to PYTHON_COMPAT
-# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc test"
-
-RDEPEND="
- virtual/libffi
- dev-python/pycparser[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- einfo "$PYTHONPATH"
- $PYTHON -c "import _cffi_backend as backend" || die
- PYTHONPATH="${PYTHONPATH}" \
- py.test -x -v \
- --ignore testing/test_zintegration.py \
- --ignore testing/embedding \
- c/ testing/ \
- || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.5.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.9.1.ebuild
similarity index 75%
rename from sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.5.2.ebuild
rename to sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.9.1.ebuild
index 712e773c25..ecbc3943b5 100644
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.5.2.ebuild
+++ b/sdk_container/src/third_party/portage-stable/dev-python/cffi/cffi-1.9.1.ebuild
@@ -1,28 +1,28 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi"
+HOMEPAGE="https://cffi.readthedocs.io/ https://pypi.python.org/pypi/cffi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="doc test"
RDEPEND="
virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
+ virtual/pkgconfig
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/cffi-1.1.0-test-backport.patch b/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/cffi-1.1.0-test-backport.patch
deleted file mode 100644
index 2609e33399..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/cffi-1.1.0-test-backport.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-# HG changeset patch
-# User Armin Rigo
-# Date 1433182838 -7200
-# Node ID 34d5fd98bc84d202dd6692906f21509bb5abefaf
-# Parent feea0af4a450e0ff0045f1b7c0a5f430c97520f9
-Issue #204: second try
-
-diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py
---- a/testing/cffi1/test_zdist.py
-+++ b/testing/cffi1/test_zdist.py
-@@ -29,13 +29,17 @@
- if hasattr(self, 'saved_cwd'):
- os.chdir(self.saved_cwd)
-
-- def run(self, args):
-+ def run(self, args, cwd=None):
- env = os.environ.copy()
-- newpath = self.rootdir
-- if 'PYTHONPATH' in env:
-- newpath += os.pathsep + env['PYTHONPATH']
-- env['PYTHONPATH'] = newpath
-- subprocess.check_call([self.executable] + args, env=env)
-+ # a horrible hack to prevent distutils from finding ~/.pydistutils.cfg
-+ # (there is the --no-user-cfg option, but not in Python 2.6...)
-+ env['HOME'] = '/this/path/does/not/exist'
-+ if cwd is None:
-+ newpath = self.rootdir
-+ if 'PYTHONPATH' in env:
-+ newpath += os.pathsep + env['PYTHONPATH']
-+ env['PYTHONPATH'] = newpath
-+ subprocess.check_call([self.executable] + args, cwd=cwd, env=env)
-
- def _prepare_setuptools(self):
- if hasattr(TestDist, '_setuptools_ready'):
-@@ -44,8 +48,7 @@
- import setuptools
- except ImportError:
- py.test.skip("setuptools not found")
-- subprocess.check_call([self.executable, 'setup.py', 'egg_info'],
-- cwd=self.rootdir)
-+ self.run(['setup.py', 'egg_info'], cwd=self.rootdir)
- TestDist._setuptools_ready = True
-
- def check_produced_files(self, content, curdir=None):
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/issue177_prot_exec.patch b/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/issue177_prot_exec.patch
deleted file mode 100644
index 8dbcf07c00..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cffi/files/issue177_prot_exec.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-# HG changeset patch
-# User Armin Rigo
-# Date 1424942568 -3600
-# Node ID c7edb1e84eb3c29cac0674790cb4efcbcf1683b2
-# Parent 95e0563201602a2e1a8d83cc95a6a70048dfeece
-issue #177: workaround for some Linux kernels
-
-diff --git a/c/malloc_closure.h b/c/malloc_closure.h
---- a/c/malloc_closure.h
-+++ b/c/malloc_closure.h
-@@ -14,6 +14,54 @@
- # endif
- #endif
-
-+/* On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC.
-+
-+ This is, apparently, an undocumented change to ffi_prep_closure():
-+ depending on the Linux kernel we're running on, we must give it a
-+ mmap that is either PROT_READ|PROT_WRITE|PROT_EXEC or only
-+ PROT_READ|PROT_WRITE. In the latter case, just trying to obtain a
-+ mmap with PROT_READ|PROT_WRITE|PROT_EXEC would kill our process(!),
-+ but in that situation libffi is fine with only PROT_READ|PROT_WRITE.
-+ There is nothing in the libffi API to know that, though, so we have
-+ to guess by parsing /proc/self/status. "Meh."
-+ */
-+#ifdef __linux__
-+#include
-+
-+static int emutramp_enabled = -1;
-+
-+static int
-+emutramp_enabled_check (void)
-+{
-+ char *buf = NULL;
-+ size_t len = 0;
-+ FILE *f;
-+ int ret;
-+ f = fopen ("/proc/self/status", "r");
-+ if (f == NULL)
-+ return 0;
-+ ret = 0;
-+
-+ while (getline (&buf, &len, f) != -1)
-+ if (!strncmp (buf, "PaX:", 4))
-+ {
-+ char emutramp;
-+ if (sscanf (buf, "%*s %*c%c", &emutramp) == 1)
-+ ret = (emutramp == 'E');
-+ break;
-+ }
-+ free (buf);
-+ fclose (f);
-+ return ret;
-+}
-+
-+#define is_emutramp_enabled() (emutramp_enabled >= 0 ? emutramp_enabled \
-+ : (emutramp_enabled = emutramp_enabled_check ()))
-+#else
-+#define is_emutramp_enabled() 0
-+#endif
-+
-+
- /* 'allocate_num_pages' is dynamically adjusted starting from one
- page. It grows by a factor of PAGE_ALLOCATION_GROWTH_RATE. This is
- meant to handle both the common case of not needing a lot of pages,
-@@ -77,9 +125,12 @@
- if (item == NULL)
- return;
- #else
-+ int prot = PROT_READ | PROT_WRITE | PROT_EXEC;
-+ if (is_emutramp_enabled ())
-+ prot &= ~PROT_EXEC;
- item = (union mmaped_block *)mmap(NULL,
- allocate_num_pages * _pagesize,
-- PROT_READ | PROT_WRITE | PROT_EXEC,
-+ prot,
- MAP_PRIVATE | MAP_ANONYMOUS,
- -1,
- 0);
diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cryptography/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/cryptography/ChangeLog
deleted file mode 100644
index 262b3dc07d..0000000000
--- a/sdk_container/src/third_party/portage-stable/dev-python/cryptography/ChangeLog
+++ /dev/null
@@ -1,503 +0,0 @@
-# ChangeLog for dev-python/cryptography
-# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
-# (auto-generated from git log)
-
-*cryptography-0.9.3 (09 Aug 2015)
-*cryptography-0.9.2 (09 Aug 2015)
-*cryptography-0.8.2 (09 Aug 2015)
-*cryptography-0.8.1 (09 Aug 2015)
-*cryptography-0.8 (09 Aug 2015)
-*cryptography-0.7.2 (09 Aug 2015)
-*cryptography-0.7.1-r1 (09 Aug 2015)
-*cryptography-0.6.1 (09 Aug 2015)
-*cryptography-0.5.4 (09 Aug 2015)
-
- 09 Aug 2015; Robin H. Johnson
- +cryptography-0.5.4.ebuild, +cryptography-0.6.1.ebuild,
- +cryptography-0.7.1-r1.ebuild, +cryptography-0.7.2.ebuild,
- +cryptography-0.8.ebuild, +cryptography-0.8.1.ebuild,
- +cryptography-0.8.2.ebuild, +cryptography-0.9.2.ebuild,
- +cryptography-0.9.3.ebuild, +files/0.7-setup.patch, +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
-
-*cryptography-1.0 (13 Aug 2015)
-
- 13 Aug 2015; Justin Lecher +cryptography-1.0.ebuild:
- Version Bump Dropped pypy support as cryptography-1.0 relies on the new
- .set_source API which is only supported with cffi-1.0+ and pypy-2.6
-
- Package-Manager: portage-2.2.20
- Signed-off-by: Justin Lecher
-
- 23 Aug 2015; Sean Vig cryptography-1.0.ebuild:
- Enable pypy as Python target
-
- 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; Agostino Sarubbo cryptography-0.9.3.ebuild:
- amd64 stable wrt bug #558448
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="amd64"
-
- 24 Aug 2015; Agostino Sarubbo cryptography-0.9.3.ebuild:
- x86 stable wrt bug #558448
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="x86"
-
- 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
-
-*cryptography-1.0.1 (06 Sep 2015)
-
- 06 Sep 2015; Justin Lecher +cryptography-1.0.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.20.1
- Signed-off-by: Justin Lecher
-
- 16 Sep 2015; Tobias Klausmann
- cryptography-0.9.3.ebuild:
- add ~alpha keyword
-
- Gentoo-Bug: 549518
-
- Package-Manager: portage-2.2.20.1
-
-*cryptography-1.0.1-r1 (20 Sep 2015)
-
- 20 Sep 2015; Julian Ospald
- +cryptography-1.0.1-r1.ebuild:
- add libressl support
-
-*cryptography-1.0.2 (28 Sep 2015)
-
- 28 Sep 2015; Justin Lecher +cryptography-1.0.2.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.22
- Signed-off-by: Justin Lecher
-
- 28 Sep 2015; Tobias Klausmann
- cryptography-1.0.2.ebuild:
- add alpha keyword
-
- Gentoo-Bug: 561696
-
- Package-Manager: portage-2.2.22
-
- 29 Sep 2015; Justin Lecher cryptography-1.0.2.ebuild:
- Drop libressl support as it breaks stabilization
-
- Package-Manager: portage-2.2.22
- Signed-off-by: Justin Lecher
-
- 29 Sep 2015; Agostino Sarubbo cryptography-1.0.2.ebuild:
- amd64 stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="amd64"
-
- 29 Sep 2015; Agostino Sarubbo cryptography-1.0.2.ebuild:
- x86 stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="x86"
-
- 30 Sep 2015; Jeroen Roovers cryptography-1.0.2.ebuild:
- Stable for HPPA PPC64 (bug #561696).
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --ignore-arches
-
- 30 Sep 2015; Justin Lecher cryptography-1.0.2.ebuild:
- Add back libressl support
-
- Package-Manager: portage-2.2.22
- Signed-off-by: Justin Lecher
-
- 11 Oct 2015; Justin Lecher cryptography-1.0.2.ebuild:
- Add pypy3 support
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
-*cryptography-1.0.2-r1 (11 Oct 2015)
-
- 11 Oct 2015; Justin Lecher cryptography-1.0.2.ebuild,
- +cryptography-1.0.2-r1.ebuild:
- Add python3.5 support
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 14 Oct 2015; Michał Górny cryptography-1.0.2.ebuild,
- -cryptography-1.0.2-r1.ebuild:
- dev-python/*: Restore keywords and un-revbump for py3.5
-
- Restore keywords that were removed unnecessarily, and collapse
- unnecessary revbumps on packages with added python3.5 support.
-
- 14 Oct 2015; Michał Górny cryptography-0.8.2.ebuild:
- Add python3.5 to v0.8.2
-
- 14 Oct 2015; Justin Lecher cryptography-1.0.2.ebuild:
- Rekeyword according to old KEYWORDS
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 17 Oct 2015; Markus Meier cryptography-1.0.2.ebuild:
- arm stable, bug #561696
-
- Package-Manager: portage-2.2.23
- RepoMan-Options: --include-arches="arm"
-
- 18 Oct 2015; Mikle Kolyada cryptography-1.0.2.ebuild:
- Add ~sparc keyword wrt bug #560894
-
- Package-Manager: portage-2.2.20.1
-
-*cryptography-1.1 (29 Oct 2015)
-
- 29 Oct 2015; Justin Lecher +cryptography-1.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 04 Nov 2015; Agostino Sarubbo cryptography-1.0.2.ebuild:
- ppc stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="ppc"
-
- 05 Nov 2015; Agostino Sarubbo cryptography-1.0.2.ebuild:
- sparc stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
- RepoMan-Options: --include-arches="sparc"
-
- 07 Nov 2015; Mikle Kolyada cryptography-1.0.2.ebuild:
- ia64 stable wrt bug #561696
-
- Package-Manager: portage-2.2.20.1
-
- 11 Nov 2015; Justin Lecher cryptography-0.5.4.ebuild,
- cryptography-0.6.1.ebuild, cryptography-0.7.1-r1.ebuild,
- cryptography-0.7.2.ebuild, cryptography-0.8.ebuild,
- cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild,
- cryptography-0.9.2.ebuild, cryptography-0.9.3.ebuild,
- cryptography-1.0.ebuild, cryptography-1.0.1.ebuild,
- cryptography-1.0.1-r1.ebuild, cryptography-1.0.2.ebuild,
- cryptography-1.1.ebuild:
- Depend on threading support in python
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 12 Nov 2015; Justin Lecher cryptography-0.5.4.ebuild,
- cryptography-0.6.1.ebuild, cryptography-0.7.1-r1.ebuild,
- cryptography-0.7.2.ebuild, cryptography-0.8.ebuild,
- cryptography-0.8.1.ebuild, cryptography-0.8.2.ebuild,
- cryptography-0.9.2.ebuild, cryptography-0.9.3.ebuild,
- cryptography-1.0.ebuild, cryptography-1.0.1.ebuild,
- cryptography-1.0.1-r1.ebuild, -files/0.7-setup.patch:
- Drop vulnerable versions
-
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561696
-
- obsoletes:
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561604
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=559648
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521796
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
- 12 Nov 2015; Justin Lecher -cryptography-0.5.4.ebuild,
- -cryptography-0.6.1.ebuild, -cryptography-0.7.1-r1.ebuild,
- -cryptography-0.7.2.ebuild, -cryptography-0.8.ebuild,
- -cryptography-0.8.1.ebuild, -cryptography-0.8.2.ebuild,
- -cryptography-0.9.2.ebuild, -cryptography-0.9.3.ebuild,
- -cryptography-1.0.ebuild, -cryptography-1.0.1.ebuild,
- -cryptography-1.0.1-r1.ebuild:
- Drop empty files
-
- Signed-off-by: Justin Lecher
-
- 12 Nov 2015; Justin Lecher cryptography-1.0.2.ebuild,
- cryptography-1.1.ebuild:
- Move to virtual for modules with mixed support
-
- Package-Manager: portage-2.2.23
- Signed-off-by: Justin Lecher
-
-*cryptography-1.1.1 (20 Nov 2015)
-
- 20 Nov 2015; Justin Lecher +cryptography-1.1.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Justin Lecher
-
- 03 Dec 2015; Justin Lecher cryptography-1.0.2.ebuild:
- Drop python3.5 support from old version
-
- Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567454
-
- Package-Manager: portage-2.2.25
- Signed-off-by: Justin Lecher
-
-*cryptography-1.1.2 (11 Dec 2015)
-
- 11 Dec 2015; Justin Lecher +cryptography-1.1.2.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
-*cryptography-1.2.1 (10 Jan 2016)
-
- 10 Jan 2016; Justin Lecher +cryptography-1.2.1.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.26
- Signed-off-by: Justin Lecher
-
- 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)
-
-*cryptography-1.2.2 (01 Feb 2016)
-
- 01 Feb 2016; Justin Lecher +cryptography-1.2.2.ebuild:
- Version Bump
-
- Package-Manager: portage-2.2.27
- Signed-off-by: Justin Lecher
-
- 09 Feb 2016; Tobias Klausmann
- cryptography-1.1.2.ebuild:
- add alpha keyword
-
- Gentoo-Bug: 574150
-
- Package-Manager: portage-2.2.27
-
- 13 Feb 2016; Agostino Sarubbo cryptography-1.1.2.ebuild:
- amd64 stable wrt bug #574150
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="amd64"
- Signed-off-by: Agostino Sarubbo
-
- 14 Feb 2016; Agostino Sarubbo cryptography-1.1.2.ebuild:
- x86 stable wrt bug #574150
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="x86"
- Signed-off-by: Agostino Sarubbo
-
- 17 Feb 2016; Jeroen Roovers cryptography-1.1.2.ebuild:
- Stable for HPPA PPC64 (bug #574150).
-
- Package-Manager: portage-2.2.27
- RepoMan-Options: --ignore-arches
-
- 20 Feb 2016; Markus Meier cryptography-1.1.2.ebuild:
- arm stable, bug #574150
-
- Package-Manager: portage-2.2.27
- RepoMan-Options: --include-arches="arm"
-
- 01 Mar 2016; Jason A. Donenfeld
- cryptography-1.2.2.ebuild,
- +files/cryptography-1.2.2-openssl-1.0.2g-mem_buf.patch:
- work with openssl 1.0.2g
-
- Signed-off-by: Jason A. Donenfeld
-
- 02 Mar 2016; Mike Gilbert cryptography-1.1.2.ebuild,
- files/cryptography-1.2.2-openssl-1.0.2g-mem_buf.patch:
- Backport openssl 1.0.2g fix to stable ebuild
-
- The replaces the patch by zx2c4 with a more flexible patch
- from upstream. This ensures that the package can build against any
- version of openssl in the tree.
-
- Package-Manager: portage-2.2.27_p64
-
-*cryptography-1.2.3 (02 Mar 2016)
-
- 02 Mar 2016; Mike Frysinger +cryptography-1.2.3.ebuild:
- verison bump to 1.2.3 and add openssl subslot #576128
-
- 16 Mar 2016; Agostino Sarubbo cryptography-1.1.2.ebuild:
- ppc stable wrt bug #574150
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ppc"
- Signed-off-by: Agostino Sarubbo
-
- 19 Mar 2016; Agostino Sarubbo cryptography-1.1.2.ebuild:
- sparc stable wrt bug #574150
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="sparc"
- Signed-off-by: Agostino Sarubbo
-
- 20 Mar 2016; Dirkjan Ochtman -cryptography-1.1.ebuild,
- -cryptography-1.1.1.ebuild, -cryptography-1.2.1.ebuild,
- -cryptography-1.2.2.ebuild:
- remove old versions
-
- Package-Manager: portage-2.2.26
-
-*cryptography-1.3 (20 Mar 2016)
-
- 20 Mar 2016; Dirkjan Ochtman +cryptography-1.3.ebuild:
- version bump to 1.3
-
- Package-Manager: portage-2.2.26
-
- 22 Mar 2016; Agostino Sarubbo cryptography-1.1.2.ebuild:
- ia64 stable wrt bug #574150
-
- Package-Manager: portage-2.2.26
- RepoMan-Options: --include-arches="ia64"
- Signed-off-by: Agostino Sarubbo
-
- 22 Mar 2016; Mike Frysinger cryptography-1.1.2.ebuild:
- mark 1.1.2 arm64/m68k/s390/sh stable #574150
-
-*cryptography-1.3.1 (03 Apr 2016)
-
- 03 Apr 2016; Patrick Lauer +cryptography-1.3.1.ebuild:
- Bump
-
- Package-Manager: portage-2.2.28
-
- 01 Jun 2016; Tobias Klausmann
- cryptography-1.3.1.ebuild:
- 1.3.1-r0: add alpha keyword
-
- Gentoo-Bug: 583884
-
- Package-Manager: portage-2.3.0_rc1
-
- 02 Jun 2016; Markus Meier cryptography-1.3.1.ebuild:
- arm stable, bug #583884
-
- Package-Manager: portage-2.3.0_rc1
- RepoMan-Options: --include-arches="arm"
-
- 04 Jun 2016; Dirkjan Ochtman -cryptography-1.0.2.ebuild,
- -cryptography-1.2.3.ebuild, -cryptography-1.3.ebuild:
- remove old versions
-
- Package-Manager: portage-2.2.28
-
-*cryptography-1.3.4 (04 Jun 2016)
-
- 04 Jun 2016; Dirkjan Ochtman +cryptography-1.3.4.ebuild:
- version bump to 1.3.4 (fixes bug 584806)
-
- Package-Manager: portage-2.2.28
-
- 06 Jun 2016; Agostino Sarubbo cryptography-1.3.1.ebuild:
- amd64 stable wrt bug #583884
-
- Package-Manager: portage-2.2.28
- RepoMan-Options: --include-arches="amd64"
- Signed-off-by: Agostino Sarubbo
-
- 21 Jun 2016; Mike Frysinger cryptography-1.3.1.ebuild:
- mark 1.3.1 arm64/ia64/m68k/ppc/ppc64/s390/sh/sparc stable #583884
-
- 22 Jul 2016; Bernard Cafarelli
- cryptography-1.3.1.ebuild:
- x86 stable wrt bug #583884
-
- Package-Manager: portage-2.3.0
-
-*cryptography-1.5 (10 Sep 2016)
-
- 10 Sep 2016; Dirkjan Ochtman +cryptography-1.5.ebuild:
- version bump to 1.5
-
- Package-Manager: portage-2.2.28
-
- 22 Sep 2016; Tobias Klausmann
- cryptography-1.3.4.ebuild:
- 1.3.4-r0: add alpha keyword
-
- Gentoo-Bug: 592618
-
- 26 Sep 2016; Agostino Sarubbo