summaryrefslogtreecommitdiff
path: root/dev-python/common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
commit81e4fbcb846ed1cabdad699c0029b166dd7273b7 (patch)
tree16f1236b7a386949c02a6e3c13d0fcd8298fa133 /dev-python/common
parenta70f42c65202d88c203c40910fef8f96f333d1ee (diff)
gentoo resync : 03.01.2018
Diffstat (limited to 'dev-python/common')
-rw-r--r--dev-python/common/Manifest2
-rw-r--r--dev-python/common/common-0.1.1.ebuild19
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest
index a8b49f2a8d7c..31a34ac03b0a 100644
--- a/dev-python/common/Manifest
+++ b/dev-python/common/Manifest
@@ -1,5 +1,3 @@
-DIST common-0.1.1.tar.gz 2695 BLAKE2B 4038b5664e4d7b4a0ef9b23e6ecf03cd37cb97b1949f6156fafb1111ca70e2890e9572e1d7de30a353a6f4ab5f111a59946fd73dddfeb35232a4f3595dd39d61 SHA512 9bc76b762bf58599f8bd15c0e66fc5eb5898b7e3401d7a4908ca6a58a4f8040bb3fa44f016de62a129db2cb932ee724dfc59f42213f65f61a1fd399d3738eec0
DIST common-0.1.2.tar.gz 3541 BLAKE2B 5791d91a49776646ebb57bedacfbaa4b87f61ab89b4bcde2e147c5712c66f5c138b7a94f48421b751753cb689fbbd91badbf5a1fbbd185286c574f1316be7e16 SHA512 2cba2602fde34ced5b6fe603eea0aaa6810981089c9484f25ede16f6910896e783312f4d7bfc411d4eb8c278967c21ce000c3d1eb2a775d2bd76728eeebe80dc
-EBUILD common-0.1.1.ebuild 466 BLAKE2B d9ec1197d02bea4bb0d4cac5215e3f8e80fef751a7e98430812260b56c781b45bfcb3cfc9df953bd38df3f8577e805ad57d5dd5c4411f888939110b3298719ea SHA512 3e607062ba6f8961f65ff0157c5daba8364600c9e7fb80febe4570e52de0b2fbcfef1dc2b32de086ea1c438315050110541b404ebe16009e4937b8bcdf927441
EBUILD common-0.1.2.ebuild 474 BLAKE2B 77a8b92ba67cc2b1078d364e02afabaff8fcefdf92556d40122c969b94daaa73b502e2aeb52488535f2f6e19b55cf8ef1c3575c4f6bfcf32886460eb309e3b08 SHA512 c7d7b2509e40741fd17c623666cb942ede58bbb0ae5e7a1fcca2852a9e9ea77138cbd52bca97fb810d3af4a6e694ae8d97fddc1b177502ab2a112b2688f0fc6e
MISC metadata.xml 319 BLAKE2B 6a196e1f5ae09dfa304a5c3688104ff09a078eb413d6069ddc700b16aef64e9cf913727f28db7f5a5c75868d1ed55512ca9d7a3bdfd08a3f255dfa47c85f1e50 SHA512 b3e0c5dadbc5227193b6ee672f8e8d7671d1aa20f5b77e7efe01873d6a47432d19855243a3de17c3589988efd7127ce654995c75032db4a889fbab1982c0ab5d
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"