summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-03 13:58:17 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-03 13:58:17 +0000
commit27cf1ea7949b96e6ea5ecc1e5f593ccb1038f61a (patch)
treed2ce883b4b9713102c948053df39151bacf5b380 /media-sound/albumart
parentstable x86 (diff)
downloadgentoo-2-27cf1ea7949b96e6ea5ecc1e5f593ccb1038f61a.tar.gz
gentoo-2-27cf1ea7949b96e6ea5ecc1e5f593ccb1038f61a.tar.bz2
gentoo-2-27cf1ea7949b96e6ea5ecc1e5f593ccb1038f61a.zip
Version bump for bug 219814, thanks to Tim Dodge (and Christian Heim) for reporting.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound/albumart')
-rw-r--r--media-sound/albumart/ChangeLog12
-rw-r--r--media-sound/albumart/albumart-1.6.0.ebuild33
-rw-r--r--media-sound/albumart/albumart-1.6.4.ebuild18
-rw-r--r--media-sound/albumart/files/albumart-1.6.0-unicode.patch8
4 files changed, 28 insertions, 43 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog
index 98029656bbfc..77d662a33bdf 100644
--- a/media-sound/albumart/ChangeLog
+++ b/media-sound/albumart/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-sound/albumart
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.21 2007/08/19 11:18:05 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.22 2008/05/03 13:58:16 drac Exp $
+
+*albumart-1.6.4 (03 May 2008)
+
+ 03 May 2008; Samuli Suominen <drac@gentoo.org>
+ -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 <drac@gentoo.org>
+files/albumart-1.6.0-unicode.patch, albumart-1.6.0.ebuild:
diff --git a/media-sound/albumart/albumart-1.6.0.ebuild b/media-sound/albumart/albumart-1.6.0.ebuild
deleted file mode 100644
index f2e7865d416a..000000000000
--- a/media-sound/albumart/albumart-1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.0.ebuild,v 1.3 2007/08/19 11:18:05 drac Exp $
-
-inherit eutils qt3
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/PyQt-3.14.1-r1
- >=dev-python/imaging-1"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-unicode.patch
-}
-
-src_compile() {
- cd ${S}/lib/albumart
- emake || die "Failed to compile python UIs."
-}
-
-src_install() {
- python setup.py install --root=${D} --prefix=/usr || die
-}
diff --git a/media-sound/albumart/albumart-1.6.4.ebuild b/media-sound/albumart/albumart-1.6.4.ebuild
new file mode 100644
index 000000000000..f7dbc5b2bbe8
--- /dev/null
+++ b/media-sound/albumart/albumart-1.6.4.ebuild
@@ -0,0 +1,18 @@
+# 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.1 2008/05/03 13:58:16 drac Exp $
+
+inherit distutils 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=""
+
+RDEPEND=">=dev-python/PyQt-3.14.1-r1
+ >=dev-python/imaging-1"
+DEPEND="${RDEPEND}"
diff --git a/media-sound/albumart/files/albumart-1.6.0-unicode.patch b/media-sound/albumart/files/albumart-1.6.0-unicode.patch
deleted file mode 100644
index dae9e739385d..000000000000
--- a/media-sound/albumart/files/albumart-1.6.0-unicode.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -ur albumart-1.6.0.orig/lib/albumart/albumart_images.py albumart-1.6.0/lib/albumart/albumart_images.py
---- albumart-1.6.0.orig/lib/albumart/albumart_images.py 2005-02-26 16:57:07.000000000 +0200
-+++ albumart-1.6.0/lib/albumart/albumart_images.py 2007-08-19 14:08:19.000000000 +0300
-@@ -1,3 +1,4 @@
-+#-*- coding: utf-8 -*-
- # Image collection for project 'albumart'.
- #
- # Generated from reading image files: