summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-01 20:08:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-01 20:08:42 +0000
commitae39b213991c95a6b0e9310c6a4796356f2431eb (patch)
tree9117db8a7f56b05d28cdf5a1e090ef2b12e8e7b0 /media-sound/albumart
parentVersion bump. (diff)
downloadgentoo-2-ae39b213991c95a6b0e9310c6a4796356f2431eb.tar.gz
gentoo-2-ae39b213991c95a6b0e9310c6a4796356f2431eb.tar.bz2
gentoo-2-ae39b213991c95a6b0e9310c6a4796356f2431eb.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/albumart')
-rw-r--r--media-sound/albumart/ChangeLog10
-rw-r--r--media-sound/albumart/albumart-1.6.6.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog
index a2a93d13c656..f45b732052ec 100644
--- a/media-sound/albumart/ChangeLog
+++ b/media-sound/albumart/ChangeLog
@@ -1,6 +1,12 @@
# 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.26 2009/06/01 20:08:42 ssuominen Exp $
+
+*albumart-1.6.6 (01 Jun 2009)
+
+ 01 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +albumart-1.6.6.ebuild:
+ Version bump.
05 May 2008; Raúl Porcel <armin76@gentoo.org> albumart-1.6.4.ebuild:
sparc stable wrt #219814
diff --git a/media-sound/albumart/albumart-1.6.6.ebuild b/media-sound/albumart/albumart-1.6.6.ebuild
new file mode 100644
index 000000000000..75f2f0fd7b55
--- /dev/null
+++ b/media-sound/albumart/albumart-1.6.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.6.ebuild,v 1.1 2009/06/01 20:08:42 ssuominen Exp $
+
+inherit distutils eutils qt3
+
+DESCRIPTION="Album Cover Art Downloader"
+HOMEPAGE="http://unrealvoodoo.org/hiteck/projects/albumart"
+SRC_URI="http://muksuluuri.unrealvoodoo.org/~skyostil/projects/albumart/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-python/PyQt
+ dev-python/imaging"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ distutils_src_install
+ rm -rf "${D}"/usr/share/{doc/albumart,applnk}
+ make_desktop_entry ${PN}-qt "Album Cover Art Downloader" ${PN}
+}