dev-python/python-discid: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:34:00 +0000 (00:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 00:44:27 +0000 (01:44 +0100)
dev-python/python-discid/Manifest
dev-python/python-discid/python-discid-1.1.0.ebuild [deleted file]

index f4e0a3d683be3af0b06b99f2a863fc35fb6454c8..a03d1a5a279169bc160edee82be9d75b1d2ec6c0 100644 (file)
@@ -1,2 +1 @@
-DIST python-discid-1.1.0.tar.gz 30656 BLAKE2B 9d497efe2729951f1bbb11ba5db1de90d530f7fddac922e9bdea6e3098a8e3c6b1440fd326afd2938ace9a658e7ec607b6f14b81f9b32cbd9fbc5ead8c137ab2 SHA512 dd4a0a406d3f1b1d635bfb12c52689b72296f6965dd5d23c540d137ac60841bc39722e710db459281511df992e4db6614472cc741084bebe2ecf6b0b4dc5ab36
 DIST python-discid-1.1.1.tar.gz 30454 BLAKE2B 4ddf680ef824498ce1db318718b1f55067538a6f1e772df2c83b2cf6c9e75ba2b068587d447307a771dee6fe20725d64309e78b2afadfdbf8f6a8673dc30616e SHA512 b040137162a2588c653f390a4d0b549b322bb4e2745a3738c1ba72a1984722358fc85a306f4cd5d41c1e599e40d01c6e2b08d67951a820c2d1116d96eb618c8e
diff --git a/dev-python/python-discid/python-discid-1.1.0.ebuild b/dev-python/python-discid/python-discid-1.1.0.ebuild
deleted file mode 100644 (file)
index 32ce807..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 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="Python bindings for libdiscid"
-HOMEPAGE="https://github.com/JonnyJD/python-discid"
-SRC_URI="https://github.com/JonnyJD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=media-libs/libdiscid-0.2.2
-       ${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"