Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/id3-py/
Date: Thu, 14 Jul 2016 14:55:03
Message-Id: 1468508091.0004f2cbf35b9cb7d1a68562943efbeb7ac8aabf.monsieurp@gentoo
1 commit: 0004f2cbf35b9cb7d1a68562943efbeb7ac8aabf
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 02:04:46 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 14:54:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0004f2cb
7
8 dev-python/id3-py: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/id3-py/id3-py-1.2.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/id3-py/id3-py-1.2.ebuild b/dev-python/id3-py/id3-py-1.2.ebuild
16 deleted file mode 100644
17 index cc12011..0000000
18 --- a/dev-python/id3-py/id3-py-1.2.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -RESTRICT_PYTHON_ABIS="3.*"
29 -
30 -inherit distutils
31 -
32 -DESCRIPTION="Module for manipulating ID3 tags in Python"
33 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
34 -HOMEPAGE="http://id3-py.sourceforge.net/"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
39 -IUSE=""
40 -
41 -DOCS="CHANGES README"
42 -PYTHON_MODNAME="ID3.py"