diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 19:46:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 19:46:06 +0000 |
commit | edb5e9c219b0dbf37022590915cd93c2a9692294 (patch) | |
tree | 186b798fc471255cf0c0c38970fc9d003c053767 /media-sound/albumart | |
parent | version bump and added logic to disable the building of PIE by default for th... (diff) | |
download | historical-edb5e9c219b0dbf37022590915cd93c2a9692294.tar.gz historical-edb5e9c219b0dbf37022590915cd93c2a9692294.tar.bz2 historical-edb5e9c219b0dbf37022590915cd93c2a9692294.zip |
dev-python/Imaging is now dev-python/imaging - adjust dependencies accordingly.
Diffstat (limited to 'media-sound/albumart')
-rw-r--r-- | media-sound/albumart/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/albumart/Manifest | 4 | ||||
-rw-r--r-- | media-sound/albumart/albumart-1.3.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog index 0b51477aeef7..523602975dd5 100644 --- a/media-sound/albumart/ChangeLog +++ b/media-sound/albumart/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2004/07/20 15:12:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.4 2004/07/20 19:46:06 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> albumart-1.3.1.ebuild: + dev-python/Imaging is now dev-python/imaging - adjust dependencies accordingly. 20 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> albumart-1.3.1.ebuild: diff --git a/media-sound/albumart/Manifest b/media-sound/albumart/Manifest index e9b5d784233b..d413f73ca766 100644 --- a/media-sound/albumart/Manifest +++ b/media-sound/albumart/Manifest @@ -1,4 +1,4 @@ -MD5 498a4296b2f52abed15e5fa07267c191 ChangeLog 641 -MD5 86dabe81716c31e348ce9ae73b9c4551 albumart-1.3.1.ebuild 654 +MD5 38f5307350e6e692d1e00210f520226c albumart-1.3.1.ebuild 650 +MD5 fb4dc626347e69ad48fd3826e1c3c51a ChangeLog 795 MD5 e680c5e2ccb91369a26a8603f6e4606d metadata.xml 222 MD5 fdc51f934be51b668279394b8c8f5e68 files/digest-albumart-1.3.1 66 diff --git a/media-sound/albumart/albumart-1.3.1.ebuild b/media-sound/albumart/albumart-1.3.1.ebuild index c18abc362bfe..90b7979a1ca4 100644 --- a/media-sound/albumart/albumart-1.3.1.ebuild +++ b/media-sound/albumart/albumart-1.3.1.ebuild @@ -1,6 +1,6 @@ # 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.3.1.ebuild,v 1.3 2004/07/20 15:12:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.3.1.ebuild,v 1.4 2004/07/20 19:46:06 kloeri Exp $ DESCRIPTION="Album Cover Art Downloader" SRC_URI="http://kempele.fi/~skyostil/projects/albumart/dist/${P}.tar.gz" @@ -12,7 +12,7 @@ IUSE="" SLOT="0" DEPEND=">=dev-python/PyQt-3.0 - >=dev-python/Imaging-1.0.0" + >=dev-python/imaging-1.0.0" src_compile() { einfo "nothing to compile" |