Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-jamendo: gmpc-jamendo-0.18.0.ebuild metadata.xml ChangeLog
Date: Fri, 19 Jun 2009 08:08:13
Message-Id: E1MHZ8t-0006FC-At@stork.gentoo.org
1 ssuominen 09/06/19 08:08:11
2
3 Added: gmpc-jamendo-0.18.0.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild?rev=1.1&content-type=text/plain
13
14 Index: gmpc-jamendo-0.18.0.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/gmpc-jamendo-0.18.0.ebuild,v 1.1 2009/06/19 08:08:11 ssuominen Exp $
19
20 EAPI=2
21
22 DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
23 HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
24 SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64"
29 IUSE=""
30
31 RDEPEND=">=media-sound/gmpc-${PV}
32 >=media-libs/libmpd-0.15.98
33 dev-db/sqlite:3
34 sys-libs/zlib
35 >=dev-libs/libxml2-2.6
36 >=x11-libs/gtk+-2.4:2"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig
39 dev-util/gob"
40
41 src_install () {
42 emake DESTDIR="${D}" install || die "emake install failed"
43 }
44
45
46
47 1.1 media-plugins/gmpc-jamendo/metadata.xml
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <herd>sound</herd>
58 <maintainer>
59 <email>angelos@g.o</email>
60 <name>Christoph Mende</name>
61 </maintainer>
62 </pkgmetadata>
63
64
65
66 1.1 media-plugins/gmpc-jamendo/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog?rev=1.1&content-type=text/plain
70
71 Index: ChangeLog
72 ===================================================================
73 # ChangeLog for media-plugins/gmpc-jamendo
74 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-jamendo/ChangeLog,v 1.1 2009/06/19 08:08:11 ssuominen Exp $
76
77 *gmpc-jamendo-0.18.0 (19 Jun 2009)
78
79 19 Jun 2009; Samuli Suominen <ssuominen@g.o>
80 +gmpc-jamendo-0.18.0.ebuild:
81 Initial commit wrt #268069, thanks to Anton Romanov for reporting.