From 9231c7ada3244ce8d7db0e642f81b56037867956 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 8 Nov 2010 17:18:24 +0000 Subject: Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME. (Portage version: 2.2.0_alpha4_p14/cvs/Linux x86_64) --- dev-python/id3-py/ChangeLog | 8 ++++++-- dev-python/id3-py/id3-py-1.2.ebuild | 14 ++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'dev-python') 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 + id3-py-1.2.ebuild: + Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Set PYTHON_MODNAME. 03 Jul 2007; Lukasz Strzygowski 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" -- cgit v1.2.3-65-gdbad