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 | 6a4dd95b05acf0e90646327d326fd3b391ada446 (patch) | |
tree | 72f7241b2bd200af05310521e92014572c642f69 /dev-python/id3-py | |
parent | Generally fixage (diff) | |
download | historical-6a4dd95b05acf0e90646327d326fd3b391ada446.tar.gz historical-6a4dd95b05acf0e90646327d326fd3b391ada446.tar.bz2 historical-6a4dd95b05acf0e90646327d326fd3b391ada446.zip |
Comitting per BUG #7888
Diffstat (limited to 'dev-python/id3-py')
-rw-r--r-- | dev-python/id3-py/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/id3-py/files/digest-id3-py-1.2 | 1 | ||||
-rw-r--r-- | dev-python/id3-py/id3-py-1.2.ebuild | 20 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/id3-py/ChangeLog b/dev-python/id3-py/ChangeLog new file mode 100644 index 000000000000..194d808f6cb5 --- /dev/null +++ b/dev-python/id3-py/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/id3-py +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/ChangeLog,v 1.1 2003/04/19 00:56:25 blauwers Exp $ + +*id3-py-1.2 (19 Apr 2003) + + 19 Apr 2003; Bart Lauwers <blauwers@gentoo.org> : + Initial import. Ebuild submitted by Aleksandr Tarutin <at@heliolab.net> in + Bug #7888. diff --git a/dev-python/id3-py/files/digest-id3-py-1.2 b/dev-python/id3-py/files/digest-id3-py-1.2 new file mode 100644 index 000000000000..91c01ee37298 --- /dev/null +++ b/dev-python/id3-py/files/digest-id3-py-1.2 @@ -0,0 +1 @@ +MD5 de0bd6053dda674967dacb6492a90c69 ID3.tar.gz 16650 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 +} |