commit: 0eb42bd150a15813d865d5954fdb6ed3cdfb103b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:54:32 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb42bd1
dev-python/kiwisolver: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kiwisolver/Manifest | 1 -
dev-python/kiwisolver/kiwisolver-1.0.1.ebuild | 15 ---------------
2 files changed, 16 deletions(-)
diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index 31fdd219175..57b68f1925c 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1,2 +1 @@
-DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B
104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013
SHA512
01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18
DIST kiwisolver-1.2.0.tar.gz 54244 BLAKE2B
42590c2cbb78b3c2ed568373616e772326bf5a0e133396d9e9cf6468132ec88b45d40f68f51baff7bc22ca261567ebab81cf2585009657bd2a59df4e97c33f1f
SHA512
05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e
diff --git a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
deleted file mode 100644
index d9bc964d733..00000000000
--- a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="An efficient C++ implementation of the Cassowary constraint
solving algorithm"
-HOMEPAGE="https://github.com/nucleic/kiwi"
-SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Clear-BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-S="${WORKDIR}"/kiwi-${PV}