diff options
author | 2007-07-03 10:29:21 +0000 | |
---|---|---|
committer | 2007-07-03 10:29:21 +0000 | |
commit | 39e26a6b2ef3086725d2be03fded26a380cae68d (patch) | |
tree | 68e8e35764be49e8aadf0acaf2c696caa3d399a8 /dev-python/id3-py/id3-py-1.2.ebuild | |
parent | alpha stable wrt #177472 (diff) | |
download | historical-39e26a6b2ef3086725d2be03fded26a380cae68d.tar.gz historical-39e26a6b2ef3086725d2be03fded26a380cae68d.tar.bz2 historical-39e26a6b2ef3086725d2be03fded26a380cae68d.zip |
Cleanup.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'dev-python/id3-py/id3-py-1.2.ebuild')
-rw-r--r-- | dev-python/id3-py/id3-py-1.2.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dev-python/id3-py/id3-py-1.2.ebuild b/dev-python/id3-py/id3-py-1.2.ebuild index 356cb0c67d2e..483cf48d338a 100644 --- a/dev-python/id3-py/id3-py-1.2.ebuild +++ b/dev-python/id3-py/id3-py-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.16 2006/07/12 15:41:09 agriffis Exp $ +# $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 $ inherit distutils DESCRIPTION="Module for manipulating ID3 tags in Python" -SRC_URI="http://id3-py.sourceforge.net/ID3.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://id3-py.sourceforge.net/" SLOT="0" @@ -13,10 +13,4 @@ LICENSE="GPL-2" KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/python" - - -src_install() { - mydoc="CHANGES" - distutils_src_install -} +DOCS="CHANGES" |