Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-lastfm: gmpc-lastfm-0.17.0.ebuild ChangeLog
Date: Fri, 26 Dec 2008 19:37:46
Message-Id: E1LGIVE-00046M-EX@stork.gentoo.org
1 angelos 08/12/26 19:37:44
2
3 Modified: ChangeLog
4 Added: gmpc-lastfm-0.17.0.ebuild
5 Log:
6 Use sourceforge mirror
7 (Portage version: 2.2_rc17/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.18 media-plugins/gmpc-lastfm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 20 Dec 2008 16:58:05 -0000 1.17
23 +++ ChangeLog 26 Dec 2008 19:37:44 -0000 1.18
24 @@ -1,6 +1,16 @@
25 # ChangeLog for media-plugins/gmpc-lastfm
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.17 2008/12/20 16:58:05 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.18 2008/12/26 19:37:44 angelos Exp $
29 +
30 + 26 Dec 2008; Christoph Mende <angelos@g.o>
31 + +gmpc-lastfm-0.17.0.ebuild:
32 + Use sourceforge mirror
33 +
34 +*gmpc-lastfm-0.17.0 (26 Dec 2008)
35 +
36 + 26 Dec 2008; Christoph Mende <angelos@g.o>
37 + +gmpc-lastfm-0.17.0.ebuild:
38 + Version bump
39
40 20 Dec 2008; nixnut <nixnut@g.o> gmpc-lastfm-0.16.1.ebuild:
41 Stable on ppc wrt bug 251332
42
43
44
45 1.1 media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gmpc-lastfm-0.17.0.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.17.0.ebuild,v 1.1 2008/12/26 19:37:44 angelos Exp $
55
56 inherit eutils
57
58 MY_PN="gmpc-last-fm"
59 MY_P=${MY_PN}-${PV}
60
61 DESCRIPTION="This plugin fetches artist art from last.fm"
62 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Last.fm"
63 SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
68 IUSE=""
69
70 RDEPEND=">=media-sound/gmpc-${PV}
71 dev-libs/libxml2"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 S="${WORKDIR}/${MY_P}"
76
77 pkg_setup() {
78 if ! built_with_use =x11-libs/gtk+-2* jpeg ; then
79 echo
80 eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
81 die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
82 fi
83 }
84
85 src_install () {
86 emake DESTDIR="${D}" install || die
87 }