Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-mpris: pidgin-mpris-0.2.6.ebuild metadata.xml Manifest ChangeLog
Date: Wed, 01 Oct 2008 11:19:31
Message-Id: E1Kkzjr-0006kO-Tr@stork.gentoo.org
1 chainsaw 08/10/01 11:19:27
2
3 Added: pidgin-mpris-0.2.6.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 Initial commit, ebuild based on the one submitted by Cristi Magherusan <majeru@××××××.ro> in bug #234193. With thanks to upstream developer Sabin Iacob for resolving an automated fetch issue.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8-dirty x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild?rev=1.1&content-type=text/plain
14
15 Index: pidgin-mpris-0.2.6.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild,v 1.1 2008/10/01 11:19:27 chainsaw Exp $
20
21 DESCRIPTION="Gets current song from MPRIS-aware media players"
22 HOMEPAGE="http://m0n5t3r.info/work/pidgin-mpris/"
23 SRC_URI="http://m0n5t3r.info/stuff/pidgin-mpris//${P}.tar.bz2"
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 IUSE=""
28 KEYWORDS="~amd64"
29
30 RDEPEND="net-im/pidgin
31 >=x11-libs/gtk+-2
32 sys-apps/dbus"
33
34 DEPEND="${RDEPEND}
35 dev-util/pkgconfig"
36
37 src_install() {
38 emake install DESTDIR="${D}" || die "Install failed"
39 dodoc INSTALL README TODO
40 }
41
42
43
44 1.1 x11-plugins/pidgin-mpris/metadata.xml
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/metadata.xml?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/metadata.xml?rev=1.1&content-type=text/plain
48
49 Index: metadata.xml
50 ===================================================================
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 <herd>net-im</herd>
55 <maintainer>
56 <email>chainsaw@g.o</email>
57 <name>Tony Vroon</name>
58 </maintainer>
59 </pkgmetadata>
60
61
62
63 1.1 x11-plugins/pidgin-mpris/Manifest
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/Manifest?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/Manifest?rev=1.1&content-type=text/plain
67
68 Index: Manifest
69 ===================================================================
70 DIST pidgin-mpris-0.2.6.tar.bz2 211675 RMD160 f17cdb8ccab86539700b3ca5adc83734472fc5aa SHA1 5358b973932ca177419a3b9e8a3b88980fff20f0 SHA256 eb9a53b4c174b3ac60aa58584d3facccecf57de908e8dde2ed557ab17381f9e9
71 EBUILD pidgin-mpris-0.2.6.ebuild 549 RMD160 d06f501f2bef76b136e1bf22e4d2af1aa19fcba1 SHA1 95ed041172d7f59242e72f7dffc9ce97cec5c529 SHA256 b36071194026e67f0a683eb084a480e550f8d344ba9f17b1ba31a711f866e8bb
72 MISC ChangeLog 441 RMD160 21c963d9f84eb9c9f1f43ca5547cffcbb7a43de1 SHA1 4d776caa26b79961595e544ef545284d33734e4c SHA256 db0ba56defbad09ed3bd799248bf2d1c8f17d7cea1a33cf934704a89391aa3be
73 MISC metadata.xml 259 RMD160 93855ec5c5b905494db8781bf692726d34721cc2 SHA1 e2b8cc919a2017bb9465c4e9ca8998b90d6aaafc SHA256 e0b343b94d02fbdc3bb91d6febe90cfa700778233ebbab9e020c1cdcaaf6bf09
74
75
76
77 1.1 x11-plugins/pidgin-mpris/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for x11-plugins/pidgin-mpris
85 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-mpris/ChangeLog,v 1.1 2008/10/01 11:19:27 chainsaw Exp $
87
88 *pidgin-mpris-0.2.6 (01 Oct 2008)
89
90 01 Oct 2008; <chainsaw@g.o> +metadata.xml,
91 +pidgin-mpris-0.2.6.ebuild:
92 Initial commit, ebuild based on the one submitted by Cristi Magherusan
93 <majeru@××××××.ro> in bug #234193. With thanks to upstream developer Sabin
94 Iacob for resolving an automated fetch issue.