summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 23:43:42 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 10:11:15 +0100
commit2c67a772582d5f40aee4888187d8b44eb7dc269a (patch)
tree85df8380eb6bfc6c54484c92fa33498325dd7302 /dev-python/common
parentdev-python/colorama: Clean old up (diff)
downloadgentoo-2c67a772582d5f40aee4888187d8b44eb7dc269a.tar.gz
gentoo-2c67a772582d5f40aee4888187d8b44eb7dc269a.tar.bz2
gentoo-2c67a772582d5f40aee4888187d8b44eb7dc269a.zip
dev-python/common: Clean old up
Diffstat (limited to 'dev-python/common')
-rw-r--r--dev-python/common/Manifest1
-rw-r--r--dev-python/common/common-0.1.1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest
index 69542d5c9bdd..0532e6a7cc24 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 a3482b7fa037..000000000000
--- 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"