Portage is a package management system used by Gentoo Linux
# ChangeLog for media-sound/albumart
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.25 2008/05/05 13:50:40 armin76 Exp $
05 May 2008; Raúl Porcel
sparc stable wrt #219814
04 May 2008; nixnut
Stable on ppc wrt bug 219814
04 May 2008; Markus Meier
amd64/x86 stable, bug #219814
*albumart-1.6.4 (03 May 2008)
03 May 2008; Samuli Suominen
-files/albumart-1.6.0-unicode.patch, -albumart-1.6.0.ebuild,
+albumart-1.6.4.ebuild:
Version bump for bug 219814, thanks to Tim Dodge (and Christian Heim) for
reporting.
19 Aug 2007; Samuli Suominen
+files/albumart-1.6.0-unicode.patch, albumart-1.6.0.ebuild:
Fix unicode encoding error which prevented application startup.
17 Feb 2007; Diego Pettenò
Don't abuse $ROOT.
03 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
14 Jan 2006;
Stable on ppc. bug 117246
05 Jan 2006; Gustavo Zacarias
albumart-1.5.0-r1.ebuild:
Stable on sparc wrt #117246
05 Jan 2006; Herbie Hopkins
Stable on amd64 wrt bug #117246.
05 Jan 2006; Chris White
albumart-1.5.0-r1 x86 stable per bug #117246.
*albumart-1.6.0 (03 Jan 2006)
03 Jan 2006; Carsten Lohrke
-files/albumart-1.4.0-sizetype.patch, -albumart-1.4.0.ebuild,
-albumart-1.4.0-r1.ebuild, +albumart-1.6.0.ebuild:
version bump
16 Oct 2005; Diego Pettenò
albumart-1.5.0-r1.ebuild:
Add qt3 to inherit so that the ${QTDIR}/etc/settings directory can be
written. Closes bug #105220.
*albumart-1.5.0-r1 (05 Jun 2005)
05 Jun 2005; Jeremy Huddleston
-albumart-1.5.0.ebuild, +albumart-1.5.0-r1.ebuild:
Fixed bug where .ui files didn't get compiled on some systems.
27 Apr 2005; Jan Brinkmann
fixed #90378
*albumart-1.5.0 (18 Apr 2005)
18 Apr 2005; Jan Brinkmann
new upstream version, fixes #86548
*albumart-1.4.0-r1 (22 Feb 2005)
22 Feb 2005; Carsten Lohrke
+files/albumart-1.4.0-sizetype.patch, +albumart-1.4.0-r1.ebuild:
Pyqt 3.14 compatibility patch
29 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
*albumart-1.4.0 (28 Nov 2004)
28 Nov 2004; Jeremy Huddleston
+albumart-1.4.0.ebuild:
Version bump closes bug #70588.
14 Sep 2004; Jeremy Huddleston
albumart-1.3.1.ebuild:
Stable amd64, sparc.
16 Aug 2004; Jon Hood
Stable on x86.
20 Jul 2004; Bryan Østergaard
dev-python/Imaging is now dev-python/imaging - adjust dependencies accordingly.
20 Jul 2004; Jeremy Huddleston
albumart-1.3.1.ebuild:
Added to ~amd64 and ~sparc.
16 Jul 2004; David Holm
Added to ~ppc.
*albumart-1.3.1 (14 Jul 2004)
14 Jul 2004; Jon Hood
+albumart-1.3.1.ebuild:
Initial import. Thanks to Joonas Kerttula
#51373 for this ebuild.
DIST albumart-1.6.4.tar.gz 442487 RMD160 90bc72e557a839222b294f52ab01623f7f509f73 SHA1 3b77a41cd5dc413a846141e51c4c6c1cebbe19d9 SHA256 1b57cb2731173d7400773a770913376f3497f65538c15747808e2c1595376e08
EBUILD albumart-1.6.4.ebuild 698 RMD160 974d056b8b0283fce82f9a56bf92d2181699ac1e SHA1 545dcbca2e0d4d8c83b3c15b2f4b3142ae6495a3 SHA256 783b478ab0856060ce47a798576263cc724c0f5f7f05cadc6e774235f0a420ef
MISC ChangeLog 3634 RMD160 a320a7d60b35629340d0d30dc45fc29fbe67d6b9 SHA1 722c4ce783cb2872f6c0794e12b62140feeea0f6 SHA256 928b16cb94c062fb37d2a401eaec9c633bb5d38ef67daba54d237cc5c4a60998
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v 1.5 2008/05/05 13:50:40 armin76 Exp $
inherit distutils eutils qt3
DESCRIPTION="Album Cover Art Downloader"
HOMEPAGE="http://unrealvoodoo.org/hiteck/projects/albumart"
SRC_URI="http://muksuluuri.ath.cx/~skyostil/projects/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="dev-python/PyQt
dev-python/imaging"
src_install() {
distutils_src_install
rm -rf "${D}"/usr/share/{doc/albumart,applnk}
make_desktop_entry ${PN}-qt "Album Cover Art Downloader" ${PN}
}