Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cddb-py/
Date: Thu, 24 Sep 2015 11:50:50
Message-Id: 1443093706.aa7057be0e158cc11da91f47354365414ed09fd8.jlec@gentoo
1 commit: aa7057be0e158cc11da91f47354365414ed09fd8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 11:21:46 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 11:21:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7057be
7
8 dev-python/cddb-py: Drop old
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/cddb-py/cddb-py-1.4.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-python/cddb-py/cddb-py-1.4.ebuild b/dev-python/cddb-py/cddb-py-1.4.ebuild
17 deleted file mode 100644
18 index 63a86f8..0000000
19 --- a/dev-python/cddb-py/cddb-py-1.4.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="3"
27 -PYTHON_DEPEND="2"
28 -SUPPORT_PYTHON_ABIS="1"
29 -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
30 -
31 -inherit distutils
32 -
33 -MY_PN="CDDB"
34 -MY_P="${MY_PN}-${PV}"
35 -
36 -DESCRIPTION="CDDB Module for Python"
37 -HOMEPAGE="http://sourceforge.net/projects/cddb-py/"
38 -SRC_URI="mirror://sourceforge/cddb-py/${MY_P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
43 -IUSE=""
44 -
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -PYTHON_MODNAME="CDDB.py DiscID.py"