commit:     1ee208eda5cff0fa670961122d80f944e11f039d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 11:56:19 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 11:56:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee208ed

dev-python/pyamf: Drop versions vulnerable for CVE-2015-8549

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568984

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pyamf/Manifest           |  2 --
 dev-python/pyamf/pyamf-0.7.0.ebuild | 35 -----------------------------------
 dev-python/pyamf/pyamf-0.7.2.ebuild | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-python/pyamf/Manifest b/dev-python/pyamf/Manifest
index 07ceb67..0bf8e7c 100644
--- a/dev-python/pyamf/Manifest
+++ b/dev-python/pyamf/Manifest
@@ -1,3 +1 @@
-DIST PyAMF-0.7.0.tar.gz 1647988 SHA256 
5e9c68a2acc00ee99d1ca1f578c4fc0cbc16e33339a6d5a0d8d313a4c0f42663 SHA512 
dcaf808a11c73f9e9b548c9e81100eb28ee1e3c1e2d44b0fb08f58ab3693a49c69b95040e25e612e3864d268436829c4ab7389e1ed9c0704f37a9d350dd9c82d
 WHIRLPOOL 
535fdedea37a866045a34f89b5f255f13d4d3ebc1a1a1fbdba2c233fdd5fedfb1436e4993d69940cbdd5f26898c3d6264afa9bdac21217f38d3d2e955058c369
-DIST PyAMF-0.7.2.tar.gz 1648116 SHA256 
3e39d43989f75a4d35f4c2a591d8163637f67eaf856bdae749bd8b64b1c1b672 SHA512 
5372e40752a75919122c1a8630dbf6333ca2c9d8c79d004a58f857b2656e2cccd96ba5ff24aca9352a8db2e66419760cf3309b5cafb7ad5e1097473fa4a8bbe8
 WHIRLPOOL 
5ba25ed6ee2bde8dc2800c6d5093509622214a2ed5a5cf51a023c0a8a72618f7156b550e67816bc51f53d2f84c9993fdc8caf37a4ad23bb1006b08522f38cdec
 DIST PyAMF-0.8.0.tar.gz 1651369 SHA256 
0455d68983e3ee49f82721132074877428d58acec52f19697a88c03b5fba74e4 SHA512 
1da66afbfb6cc32886a8680b5f610d17b3ad6e5cca338deb7f8d8c5e61f0f4e165b6602936590b4053a3bc98d0e36f898e5913e7d59d8444faf385fa036fd81e
 WHIRLPOOL 
259c6164febcbf95b3755b4e05ba2325001ed52e19afb51349803ff7205fb2ca3bce41f1524f46f193748d0b939eb1230fc5a2ea7f9ae739fcb7c859c719066f

diff --git a/dev-python/pyamf/pyamf-0.7.0.ebuild 
b/dev-python/pyamf/pyamf-0.7.0.ebuild
deleted file mode 100644
index cfccd8f..0000000
--- a/dev-python/pyamf/pyamf-0.7.0.ebuild
+++ /dev/null
@@ -1,35 +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 )
-
-inherit distutils-r1
-
-MY_PN=PyAMF
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Action Message Format (AMF) support for Python"
-HOMEPAGE="https://github.com/hydralabs/pyamf";
-SRC_URI="https://github.com/hydralabs/pyamf/releases/download/v${PV}/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-       esetup.py test
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "PyAMF optionally integrates with several third-party 
libraries"
-               elog "and web frameworks. See the README or the Optional Extras 
section at"
-               elog 
"https://github.com/hydralabs/pyamf/blob/master/doc/install.rst";
-       fi
-}

diff --git a/dev-python/pyamf/pyamf-0.7.2.ebuild 
b/dev-python/pyamf/pyamf-0.7.2.ebuild
deleted file mode 100644
index 405b0fe..0000000
--- a/dev-python/pyamf/pyamf-0.7.2.ebuild
+++ /dev/null
@@ -1,35 +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 )
-
-inherit distutils-r1
-
-MY_PN=PyAMF
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Action Message Format (AMF) support for Python"
-HOMEPAGE="https://github.com/hydralabs/pyamf 
https://pypi.python.org/pypi/PyAMF";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-       esetup.py test
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "PyAMF optionally integrates with several third-party 
libraries"
-               elog "and web frameworks. See the README or the Optional Extras 
section at"
-               elog 
"https://github.com/hydralabs/pyamf/blob/master/doc/install.rst";
-       fi
-}

Reply via email to