commit: 2c67a772582d5f40aee4888187d8b44eb7dc269a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 22:43:42 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 09:11:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c67a772
dev-python/common: Clean old up
dev-python/common/Manifest | 1 -
dev-python/common/common-0.1.1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest
index 69542d5c9bd..0532e6a7cc2 100644
--- a/dev-python/common/Manifest
+++ b/dev-python/common/Manifest
@@ -1,2 +1 @@
-DIST common-0.1.1.tar.gz 2695 BLAKE2B
4038b5664e4d7b4a0ef9b23e6ecf03cd37cb97b1949f6156fafb1111ca70e2890e9572e1d7de30a353a6f4ab5f111a59946fd73dddfeb35232a4f3595dd39d61
SHA512
9bc76b762bf58599f8bd15c0e66fc5eb5898b7e3401d7a4908ca6a58a4f8040bb3fa44f016de62a129db2cb932ee724dfc59f42213f65f61a1fd399d3738eec0
DIST common-0.1.2.tar.gz 3541 BLAKE2B
5791d91a49776646ebb57bedacfbaa4b87f61ab89b4bcde2e147c5712c66f5c138b7a94f48421b751753cb689fbbd91badbf5a1fbbd185286c574f1316be7e16
SHA512
2cba2602fde34ced5b6fe603eea0aaa6810981089c9484f25ede16f6910896e783312f4d7bfc411d4eb8c278967c21ce000c3d1eb2a775d2bd76728eeebe80dc
diff --git a/dev-python/common/common-0.1.1.ebuild
b/dev-python/common/common-0.1.1.ebuild
deleted file mode 100644
index a3482b7fa03..00000000000
--- a/dev-python/common/common-0.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Common tools and data structures implemented in pure python"
-HOMEPAGE="https://pypi.python.org/pypi/common"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RESTRICT="mirror bindist"