diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-28 22:53:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-28 22:53:36 +0000 |
commit | 553f4c5c2b538d3d707b951f120d57db69e17f3b (patch) | |
tree | c6be889d5c7ee996d824eb888a42eac7461a174e /media-sound/albumart | |
parent | Revision bump to add libtool fix. See bug #70867 (Manifest recommit) (diff) | |
download | gentoo-2-553f4c5c2b538d3d707b951f120d57db69e17f3b.tar.gz gentoo-2-553f4c5c2b538d3d707b951f120d57db69e17f3b.tar.bz2 gentoo-2-553f4c5c2b538d3d707b951f120d57db69e17f3b.zip |
Version bump closes bug #70588.
Diffstat (limited to 'media-sound/albumart')
-rw-r--r-- | media-sound/albumart/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/albumart/Manifest | 2 | ||||
-rw-r--r-- | media-sound/albumart/albumart-1.4.0.ebuild | 24 | ||||
-rw-r--r-- | media-sound/albumart/files/digest-albumart-1.4.0 | 1 |
4 files changed, 34 insertions, 1 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog index 42b8055e193a..e535812133af 100644 --- a/media-sound/albumart/ChangeLog +++ b/media-sound/albumart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/albumart # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.6 2004/09/14 07:19:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.7 2004/11/28 22:53:36 eradicator Exp $ + +*albumart-1.4.0 (28 Nov 2004) + + 28 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + +albumart-1.4.0.ebuild: + Version bump closes bug #70588. 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> albumart-1.3.1.ebuild: diff --git a/media-sound/albumart/Manifest b/media-sound/albumart/Manifest index a4e7e8f57dba..735d0db29272 100644 --- a/media-sound/albumart/Manifest +++ b/media-sound/albumart/Manifest @@ -1,4 +1,6 @@ MD5 2ba05768978d94a2f0e1c7bcceaf79f5 ChangeLog 993 MD5 ee806afffb73be4ae7dc749081a3fded albumart-1.3.1.ebuild 651 MD5 e680c5e2ccb91369a26a8603f6e4606d metadata.xml 222 +MD5 ee806afffb73be4ae7dc749081a3fded albumart-1.4.0.ebuild 651 MD5 fdc51f934be51b668279394b8c8f5e68 files/digest-albumart-1.3.1 66 +MD5 5984f5790131a2a32ea91c49b641e40d files/digest-albumart-1.4.0 66 diff --git a/media-sound/albumart/albumart-1.4.0.ebuild b/media-sound/albumart/albumart-1.4.0.ebuild new file mode 100644 index 000000000000..c601641cbd9b --- /dev/null +++ b/media-sound/albumart/albumart-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.4.0.ebuild,v 1.1 2004/11/28 22:53:36 eradicator Exp $ + +IUSE="" + +DESCRIPTION="Album Cover Art Downloader" +SRC_URI="http://kempele.fi/~skyostil/projects/albumart/dist/${P}.tar.gz" +HOMEPAGE="http://kempele.fi/~skyostil/projects/albumart/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +SLOT="0" + +DEPEND=">=dev-python/PyQt-3.0 + >=dev-python/imaging-1.0.0" + +src_compile() { + einfo "nothing to compile" +} + +src_install() { + python setup.py install --root= --prefix=/${D}usr || die +} diff --git a/media-sound/albumart/files/digest-albumart-1.4.0 b/media-sound/albumart/files/digest-albumart-1.4.0 new file mode 100644 index 000000000000..2b9dbda764cc --- /dev/null +++ b/media-sound/albumart/files/digest-albumart-1.4.0 @@ -0,0 +1 @@ +MD5 59ce5adb6924e969b550b0e92f83c6d0 albumart-1.4.0.tar.gz 134077 |