Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/albumart: albumart-1.6.4.ebuild
Date: Sat, 03 May 2008 14:08:27
Message-Id: E1JsIPY-0005gN-17@stork.gentoo.org
1 drac 08/05/03 14:08:24
2
3 Modified: albumart-1.6.4.ebuild
4 Log:
5 Clean up a bit for previous commit to get this thing stable..
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 media-sound/albumart/albumart-1.6.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild?r1=1.1&r2=1.2
14
15 Index: albumart-1.6.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- albumart-1.6.4.ebuild 3 May 2008 13:58:16 -0000 1.1
22 +++ albumart-1.6.4.ebuild 3 May 2008 14:08:23 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v 1.1 2008/05/03 13:58:16 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.4.ebuild,v 1.2 2008/05/03 14:08:23 drac Exp $
28
29 -inherit distutils qt3
30 +inherit distutils eutils qt3
31
32 DESCRIPTION="Album Cover Art Downloader"
33 HOMEPAGE="http://unrealvoodoo.org/hiteck/projects/albumart"
34 @@ -13,6 +13,11 @@
35 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 IUSE=""
37
38 -RDEPEND=">=dev-python/PyQt-3.14.1-r1
39 - >=dev-python/imaging-1"
40 -DEPEND="${RDEPEND}"
41 +DEPEND="dev-python/PyQt
42 + dev-python/imaging"
43 +
44 +src_install() {
45 + distutils_src_install
46 + rm -rf "${D}"/usr/share/{doc/albumart,applnk}
47 + make_desktop_entry ${PN}-qt "Album Cover Art Downloader" ${PN}
48 +}
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list