commit:     c4a72e705d80693c870836fd0d0f00f5b001fe92
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 14:47:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:14:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a72e70

dev-python/markdown2: Clean old versions up

 dev-python/markdown2/Manifest               |  2 --
 dev-python/markdown2/markdown2-2.2.1.ebuild | 31 -----------------------------
 dev-python/markdown2/markdown2-2.2.3.ebuild | 31 -----------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index c4701abe248..d3b9f14b32b 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1,3 +1 @@
-DIST markdown2-2.2.1.zip 138508 SHA256 
1e529b016e094402ba1a632f9db77eb168cd085d7cb81309a55b33c3e72999b9 SHA512 
a97fbb80c7b7b7ebc7e3048e1eecc97f3df8052db4f5e7cf38b4f8e170c102dfe732070bcfe85de0331a27af8ea9fa4be81c7b80f37f3cbd5b11acc0489f1561
 WHIRLPOOL 
318a97e4a91d6054d3de6479f6ea5cd93a2f56f3e5e732bed70547e7594e11ffce3cb927e34530a79ed5996caf7900959f15da66ad1d1f12a3235ead6d9d39d8
-DIST markdown2-2.2.3.zip 142502 SHA256 
30a5c7e814e0011b8a60e2efefc375af0734c36ed5acf2b971d0f446588850bf SHA512 
2aed0cce3ed3c1d3e52d4836d296d56a16a7652f1cf5d19cbb4a1bb800424abd2f068655f06d9c4fc00fede312710d7ed558d71864cd3090ae0703d1e74bb8a1
 WHIRLPOOL 
94a0f3bc41919dad042a1c8ce06858b1c9be49c6159ccb26ed608279e39b6dc223911700d5776ce7b02197c4397ee66af92e0c4de49144bf242b538cadee2919
 DIST markdown2-2.3.0.zip 145194 SHA256 
c8e29ba47a0e408bb92df75d5c6361c84268c54c5320d53ffd4961c546f77f1c SHA512 
48bf8e26b34c48c0c12fc0f110b09d3232ea3394db3325d50639adf5cefb603344ee97b116e09b574f7c7414ab4a8293ddc37ca6706e41baaa14e399fa467d5f
 WHIRLPOOL 
1ca759c7f08437d98304849de2259576fbb813845dee5282a54e0a8940b2b76ba9dd31912894ac63f336f1aecaa00a566c39d87ddcc48d11daee3f981fd933a0

diff --git a/dev-python/markdown2/markdown2-2.2.1.ebuild 
b/dev-python/markdown2/markdown2-2.2.1.ebuild
deleted file mode 100644
index 0e34be28250..00000000000
--- a/dev-python/markdown2/markdown2-2.2.1.ebuild
+++ /dev/null
@@ -1,31 +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 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Markdown language reimplementation"
-SRC_URI="mirror://pypi/m/markdown2/${P}.zip"
-HOMEPAGE="https://github.com/trentm/python-markdown2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-       rm -f test/tm-cases/issue52* || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       cd test || die
-       "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/markdown2/markdown2-2.2.3.ebuild 
b/dev-python/markdown2/markdown2-2.2.3.ebuild
deleted file mode 100644
index 0001d24bf15..00000000000
--- a/dev-python/markdown2/markdown2-2.2.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Markdown language reimplementation"
-SRC_URI="mirror://pypi/m/markdown2/${P}.zip"
-HOMEPAGE="https://github.com/trentm/python-markdown2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-       rm -f test/tm-cases/issue52* || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       cd test || die
-       "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}"
-}

Reply via email to