Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/
Date: Thu, 26 Apr 2018 03:32:13
Message-Id: 1524713374.e47a63d469befeb07672e0ac1f5af75e968cd046.asturm@gentoo
1 commit: e47a63d469befeb07672e0ac1f5af75e968cd046
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 19:46:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 03:29:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47a63d4
7
8 dev-python/kiwisolver: Drop old
9
10 Bug: https://bugs.gentoo.org/649100
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12
13 dev-python/kiwisolver/Manifest | 1 -
14 dev-python/kiwisolver/kiwisolver-0.1.3.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
18 index 5c857de0be6..8813b7aea8c 100644
19 --- a/dev-python/kiwisolver/Manifest
20 +++ b/dev-python/kiwisolver/Manifest
21 @@ -1,2 +1 @@
22 -DIST kiwisolver-0.1.3.zip 48696 BLAKE2B c5a89ae53b21e188cd7bbb82162fc81814f7794cb786dbb0c3f54f05f845d7b8780f159b55f42cd358ede8b0d8a0bc12132e10ea8249ba31f8e5e64075953c49 SHA512 ce5ccf03da88743f091aba7e01ec3d7f4d7a83cb1d2e33b52a4a825bc4b9919329e73bb85a05effc83f6cc449082c5534a036a8d639937229fc7bedcc90d5089
23 DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013 SHA512 01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18
24
25 diff --git a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild b/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild
26 deleted file mode 100644
27 index b7356a2414e..00000000000
28 --- a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm"
41 -HOMEPAGE="https://github.com/nucleic/kiwi"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
43 -
44 -LICENSE="Clear-BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -DEPEND="
49 - app-arch/unzip
50 - dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -python_prepare_all() {
53 - chmod o-w *egg*/* || die
54 - distutils-r1_python_prepare_all
55 -}