Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/squaremap/
Date: Tue, 02 May 2017 09:48:44
Message-Id: 1493718475.66174215f1361b5ad1868e39097d0d85845f87ca.mgorny@gentoo
1 commit: 66174215f1361b5ad1868e39097d0d85845f87ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 09:04:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 09:47:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66174215
7
8 dev-python/squaremap: Clean old versions up
9
10 dev-python/squaremap/Manifest | 1 -
11 dev-python/squaremap/squaremap-1.0.3.ebuild | 26 --------------------------
12 2 files changed, 27 deletions(-)
13
14 diff --git a/dev-python/squaremap/Manifest b/dev-python/squaremap/Manifest
15 index 4127c6a81fe..bdb4761d37c 100644
16 --- a/dev-python/squaremap/Manifest
17 +++ b/dev-python/squaremap/Manifest
18 @@ -1,2 +1 @@
19 -DIST SquareMap-1.0.3.tar.gz 7433 SHA256 d56f4d6db4b49a03d66dcdc844507684eacb9f9a5a4b7874753808a158bd82a8 SHA512 a106bb61d5e8b54691b6ea80fc7d3e202346f6ea0a0323a8f3bae3accd9b6fe4f280e2dc4c9ce5b5333c0c0c32f295f3021ed240fa540d4669dd83e31a7dbf48 WHIRLPOOL 266f4eec61c9b83b2c262d3dcdcde0bfb9c4c2805c326c5ab6c21cefee61968f98d16595d3fe64dcaeb208af5bdba1fc2d246fce4ebb6deb46f7c2f9d8c9bc9d
20 DIST SquareMap-1.0.4.tar.gz 7439 SHA256 feab6cb3b222993df68440e34825d8a16de2c74fdb290ae3974c86b1d5f3eef8 SHA512 d01e61697571360b58e762787237bb8533b3de238f26323380a8b0b90d72d2f00e2a43e7f6742fbbb3483573493b0d83568e0651cbf9bdd463b911d09bf27e76 WHIRLPOOL 482682b6aff35cbe3c3605266f9b08ba5f4e6fdf8bf41a31843d04a5b280976e8144e61f1e23ce6aa376af9b14658f687e7b89bec77414aed3817a9a53b2a0f5
21
22 diff --git a/dev-python/squaremap/squaremap-1.0.3.ebuild b/dev-python/squaremap/squaremap-1.0.3.ebuild
23 deleted file mode 100644
24 index 89679721301..00000000000
25 --- a/dev-python/squaremap/squaremap-1.0.3.ebuild
26 +++ /dev/null
27 @@ -1,26 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI="5"
32 -
33 -MY_PN="SquareMap"
34 -MY_P="${MY_PN}-${PV/_beta/b}"
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Hierarchic data-visualisation control for wxPython"
41 -HOMEPAGE="https://pypi.python.org/pypi/SquareMap"
42 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -DEPEND="${PYTHON_DEPS}"
50 -RDEPEND="${DEPEND}
51 - <dev-python/wxpython-3"
52 -
53 -S="${WORKDIR}"/${MY_P}