diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2003-04-19 00:56:25 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2003-04-19 00:56:25 +0000 |
commit | 48e687e68f66a530e3111a049aad73bd53fec74d (patch) | |
tree | c6b930a5e5acfa674308a52cae1a405cf8691476 /dev-python/id3-py/id3-py-1.2.ebuild | |
parent | Generally fixage (diff) | |
download | gentoo-2-48e687e68f66a530e3111a049aad73bd53fec74d.tar.gz gentoo-2-48e687e68f66a530e3111a049aad73bd53fec74d.tar.bz2 gentoo-2-48e687e68f66a530e3111a049aad73bd53fec74d.zip |
Comitting per BUG #7888
Diffstat (limited to 'dev-python/id3-py/id3-py-1.2.ebuild')
-rw-r--r-- | dev-python/id3-py/id3-py-1.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/id3-py/id3-py-1.2.ebuild b/dev-python/id3-py/id3-py-1.2.ebuild new file mode 100644 index 000000000000..7bb710ebf955 --- /dev/null +++ b/dev-python/id3-py/id3-py-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/04/19 00:56:25 blauwers Exp $ + +DESCRIPTION="Module for manipulating ID3 tags in Python" +SRC_URI="http://id3-py.sourceforge.net/ID3.tar.gz" +HOMEPAGE="http://id3-py.sourceforge.net/" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/python" + +inherit distutils + +src_install() { + mydoc="CHANGES" + distutils_src_install +} |