From 3458b0c2e3832ba2ec8487fa961354e9789303ba Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 2 May 2017 19:08:04 +0200 Subject: dev-python/yapsy: Clean old versions up --- dev-python/yapsy/Manifest | 2 -- dev-python/yapsy/yapsy-1.10.423.ebuild | 26 -------------------- dev-python/yapsy/yapsy-1.11.023.ebuild | 43 ---------------------------------- dev-python/yapsy/yapsy-1.11.223.ebuild | 43 ---------------------------------- 4 files changed, 114 deletions(-) delete mode 100644 dev-python/yapsy/yapsy-1.10.423.ebuild delete mode 100644 dev-python/yapsy/yapsy-1.11.023.ebuild delete mode 100644 dev-python/yapsy/yapsy-1.11.223.ebuild (limited to 'dev-python') diff --git a/dev-python/yapsy/Manifest b/dev-python/yapsy/Manifest index 12bd7daa83cb..c7679c8aef9c 100644 --- a/dev-python/yapsy/Manifest +++ b/dev-python/yapsy/Manifest @@ -1,3 +1 @@ -DIST Yapsy-1.10.423.tar.gz 152691 SHA256 9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1 SHA512 46447ac2cc2583fcb7fe1c89ded74654efc4d3c9ecc79f955db1e0e9875c9ac2f18e12de3b5f0886c34fdbcdadf601523eb2cd1d8e74b24b791f4f6900dcdcc3 WHIRLPOOL 7dbd717a40296f05da0aec09e05b40c039613d0dc8622b337aa21ddc1919c71e48d9e9ed31c8cf4b89a9c06e5752da2eb684bbdcc843c7f1e8e672920e10d20d -DIST Yapsy-1.11.023.tar.gz 80595 SHA256 7b494e6cd62cc598d6d6f3be49dd45e9b1670b5d341627f60664d7002e4e0539 SHA512 98ce3925084119a7760ee5f8ed8904d6d4d39746918ff3eccfc64dd890a99aede0249dc3c97482fd53df441730083f790aa81d459ba4395e66f39248a5e14d79 WHIRLPOOL 91a15a51f0d4d64082202366a337ae91e433a426dca6f7c8b71470fb9f8354d36e1c45f5434a0c5a7474b2f3cfdc99c03a616402dbe1a4796519bb7a58be11a4 DIST Yapsy-1.11.223.tar.gz 80783 SHA256 45bb39a72461913388d7f3e92ce33816e84fff59946c45e16796eb1fb1d5f2a6 SHA512 690d0ab78eafede5a75cf7b7bbcfce00b05c7b6f958980c3b67815bcaf848a8098b6e81afd1d95c5821fa4bb7affefab2cde208ff7c8ac7952615c8ddbafe305 WHIRLPOOL 05a3682f0c19a2c13ed97e9e17041f5bf7fd35a7928c4ff1bf27881a1575f1d1923c933ade7bb14569a732c6ddbcdffd3cba4ac546e8e4c1263f838876325082 diff --git a/dev-python/yapsy/yapsy-1.10.423.ebuild b/dev-python/yapsy/yapsy-1.10.423.ebuild deleted file mode 100644 index 378d51e2c30d..000000000000 --- a/dev-python/yapsy/yapsy-1.10.423.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="Yapsy-${PV}" -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A fat-free DIY Python plugin management toolkit" -HOMEPAGE="http://yapsy.sourceforge.net/" -SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -python_test() { - esetup.py test -} diff --git a/dev-python/yapsy/yapsy-1.11.023.ebuild b/dev-python/yapsy/yapsy-1.11.023.ebuild deleted file mode 100644 index 2df80801df3c..000000000000 --- a/dev-python/yapsy/yapsy-1.11.023.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="Yapsy-${PV}" -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A fat-free DIY Python plugin management toolkit" -HOMEPAGE="http://yapsy.sourceforge.net/" -SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # Disable erroneous test - sed -e 's:test_default_plugins_place_is_parent_dir:_&:' \ - -i test/test_PluginFileLocator.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/yapsy/yapsy-1.11.223.ebuild b/dev-python/yapsy/yapsy-1.11.223.ebuild deleted file mode 100644 index 2df80801df3c..000000000000 --- a/dev-python/yapsy/yapsy-1.11.223.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_P="Yapsy-${PV}" -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A fat-free DIY Python plugin management toolkit" -HOMEPAGE="http://yapsy.sourceforge.net/" -SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # Disable erroneous test - sed -e 's:test_default_plugins_place_is_parent_dir:_&:' \ - -i test/test_PluginFileLocator.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_test() { - esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3-18-g5258