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/common/
Date: Wed, 03 Jan 2018 09:11:56
Message-Id: 1514970675.2c67a772582d5f40aee4888187d8b44eb7dc269a.mgorny@gentoo
1 commit: 2c67a772582d5f40aee4888187d8b44eb7dc269a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:43:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c67a772
7
8 dev-python/common: Clean old up
9
10 dev-python/common/Manifest | 1 -
11 dev-python/common/common-0.1.1.ebuild | 19 -------------------
12 2 files changed, 20 deletions(-)
13
14 diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest
15 index 69542d5c9bd..0532e6a7cc2 100644
16 --- a/dev-python/common/Manifest
17 +++ b/dev-python/common/Manifest
18 @@ -1,2 +1 @@
19 -DIST common-0.1.1.tar.gz 2695 BLAKE2B 4038b5664e4d7b4a0ef9b23e6ecf03cd37cb97b1949f6156fafb1111ca70e2890e9572e1d7de30a353a6f4ab5f111a59946fd73dddfeb35232a4f3595dd39d61 SHA512 9bc76b762bf58599f8bd15c0e66fc5eb5898b7e3401d7a4908ca6a58a4f8040bb3fa44f016de62a129db2cb932ee724dfc59f42213f65f61a1fd399d3738eec0
20 DIST common-0.1.2.tar.gz 3541 BLAKE2B 5791d91a49776646ebb57bedacfbaa4b87f61ab89b4bcde2e147c5712c66f5c138b7a94f48421b751753cb689fbbd91badbf5a1fbbd185286c574f1316be7e16 SHA512 2cba2602fde34ced5b6fe603eea0aaa6810981089c9484f25ede16f6910896e783312f4d7bfc411d4eb8c278967c21ce000c3d1eb2a775d2bd76728eeebe80dc
21
22 diff --git a/dev-python/common/common-0.1.1.ebuild b/dev-python/common/common-0.1.1.ebuild
23 deleted file mode 100644
24 index a3482b7fa03..00000000000
25 --- a/dev-python/common/common-0.1.1.ebuild
26 +++ /dev/null
27 @@ -1,19 +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 -PYTHON_COMPAT=( python{2_7,3_4} )
34 -
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Common tools and data structures implemented in pure python"
38 -HOMEPAGE="https://pypi.python.org/pypi/common"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 -
41 -SLOT="0"
42 -LICENSE="all-rights-reserved"
43 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -RESTRICT="mirror bindist"