summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-08 05:50:56 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-08 05:50:56 +0000
commitc8ec2b96a132963c6ed561455a8c80af47d25752 (patch)
tree553b32d1cdbc09e68cf8d8a5236e90a4d0d6037e /dev-python/eyeD3
parentMultilib fix for python. (diff)
downloadgentoo-2-c8ec2b96a132963c6ed561455a8c80af47d25752.tar.gz
gentoo-2-c8ec2b96a132963c6ed561455a8c80af47d25752.tar.bz2
gentoo-2-c8ec2b96a132963c6ed561455a8c80af47d25752.zip
eyeD3-0.6.4.ebuild
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r--dev-python/eyeD3/ChangeLog10
-rw-r--r--dev-python/eyeD3/Manifest12
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.2.ebuild6
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.4.ebuild26
-rw-r--r--dev-python/eyeD3/files/digest-eyeD3-0.6.41
5 files changed, 40 insertions, 15 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog
index 8dcf74c529ab..da4ee46a281d 100644
--- a/dev-python/eyeD3/ChangeLog
+++ b/dev-python/eyeD3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/eyeD3
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.4 2004/11/05 08:21:44 eradicator Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.5 2005/02/08 05:50:56 eradicator Exp $
+
+*eyeD3-0.6.4 (07 Feb 2005)
+
+ 07 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> eyeD3-0.6.2.ebuild,
+ +eyeD3-0.6.4.ebuild:
+ Version bump to have a version which works with python-2.4.
05 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> eyeD3-0.6.2.ebuild:
Stable amd64, sparc, x86.
diff --git a/dev-python/eyeD3/Manifest b/dev-python/eyeD3/Manifest
index f2b3f5fecb4b..e49dbf753f3d 100644
--- a/dev-python/eyeD3/Manifest
+++ b/dev-python/eyeD3/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 ee44ecba15eee39ccf8788f17f2c0c26 ChangeLog 701
MD5 db3c3aa6a9c8d68d417cb0ab43fa1b72 eyeD3-0.6.2.ebuild 615
MD5 72449c562b30ea2bb3f5570423673e8b metadata.xml 178
+MD5 db3c3aa6a9c8d68d417cb0ab43fa1b72 eyeD3-0.6.4.ebuild 615
MD5 bce4e691a14a0c3f938260b863788103 files/digest-eyeD3-0.6.2 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBizghArHZZzCEUG0RAm+jAKCDXhAK2ttF+7GPwBi75r3OeZHCyACfbbPr
-FfGE+Q+yH23BygVJtbyGCf8=
-=emBO
------END PGP SIGNATURE-----
+MD5 fa45e4c8da5a8db7b0b85bf40c4783e9 files/digest-eyeD3-0.6.4 62
diff --git a/dev-python/eyeD3/eyeD3-0.6.2.ebuild b/dev-python/eyeD3/eyeD3-0.6.2.ebuild
index 0e4aa21b8308..08df8ab7be6e 100644
--- a/dev-python/eyeD3/eyeD3-0.6.2.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.2.ebuild,v 1.4 2004/11/05 08:21:44 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.2.ebuild,v 1.5 2005/02/08 05:50:56 eradicator Exp $
IUSE=""
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
-DEPEND=">=virtual/python-2.3"
+DEPEND="=virtual/python-2.3*"
src_compile() {
econf || die
diff --git a/dev-python/eyeD3/eyeD3-0.6.4.ebuild b/dev-python/eyeD3/eyeD3-0.6.4.ebuild
new file mode 100644
index 000000000000..f0034c1e8d95
--- /dev/null
+++ b/dev-python/eyeD3/eyeD3-0.6.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.1 2005/02/08 05:50:56 eradicator Exp $
+
+IUSE=""
+
+inherit distutils
+
+DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
+HOMEPAGE="http://eyed3.nicfit.net/"
+SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND=">=virtual/python-2.3"
+
+src_compile() {
+ econf || die
+ distutils_src_compile || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}
diff --git a/dev-python/eyeD3/files/digest-eyeD3-0.6.4 b/dev-python/eyeD3/files/digest-eyeD3-0.6.4
new file mode 100644
index 000000000000..548deb8429cb
--- /dev/null
+++ b/dev-python/eyeD3/files/digest-eyeD3-0.6.4
@@ -0,0 +1 @@
+MD5 4374ddf087a04bf8e921d8779b42c2d2 eyeD3-0.6.4.tar.gz 92336