summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-08 17:18:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-08 17:18:24 +0000
commit9231c7ada3244ce8d7db0e642f81b56037867956 (patch)
treeb43df038f0c2271523240a15f67935f939a0dc31 /dev-python/id3-py
parentmedia-libs/jpeg -> virtual/jpeg (diff)
downloadgentoo-2-9231c7ada3244ce8d7db0e642f81b56037867956.tar.gz
gentoo-2-9231c7ada3244ce8d7db0e642f81b56037867956.tar.bz2
gentoo-2-9231c7ada3244ce8d7db0e642f81b56037867956.zip
Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME.
(Portage version: 2.2.0_alpha4_p14/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/id3-py')
-rw-r--r--dev-python/id3-py/ChangeLog8
-rw-r--r--dev-python/id3-py/id3-py-1.2.ebuild14
2 files changed, 16 insertions, 6 deletions
diff --git a/dev-python/id3-py/ChangeLog b/dev-python/id3-py/ChangeLog
index 14735467a26f..b4835dbc828e 100644
--- a/dev-python/id3-py/ChangeLog
+++ b/dev-python/id3-py/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/id3-py
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/ChangeLog,v 1.13 2007/07/03 10:29:21 lucass Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/ChangeLog,v 1.14 2010/11/08 17:18:24 arfrever Exp $
+
+ 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ id3-py-1.2.ebuild:
+ Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME.
03 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> id3-py-1.2.ebuild:
Cleanup.
diff --git a/dev-python/id3-py/id3-py-1.2.ebuild b/dev-python/id3-py/id3-py-1.2.ebuild
index 483cf48d338a..339bd8dcb345 100644
--- a/dev-python/id3-py/id3-py-1.2.ebuild
+++ b/dev-python/id3-py/id3-py-1.2.ebuild
@@ -1,6 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/id3-py-1.2.ebuild,v 1.17 2007/07/03 10:29:21 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/id3-py-1.2.ebuild,v 1.18 2010/11/08 17:18:24 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -8,9 +13,10 @@ DESCRIPTION="Module for manipulating ID3 tags in Python"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
HOMEPAGE="http://id3-py.sourceforge.net/"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-DOCS="CHANGES"
+DOCS="CHANGES README"
+PYTHON_MODNAME="ID3.py"