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-avahi: ChangeLog gmpc-avahi-0.17.0.ebuild
Date: Fri, 26 Dec 2008 19:06:47
Message-Id: E1LGI1G-00038F-BU@stork.gentoo.org
1 angelos 08/12/26 19:06:46
2
3 Modified: ChangeLog
4 Added: gmpc-avahi-0.17.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc17/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.9 media-plugins/gmpc-avahi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 20 Dec 2008 17:07:32 -0000 1.8
23 +++ ChangeLog 26 Dec 2008 19:06:46 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gmpc-avahi
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.8 2008/12/20 17:07:32 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/ChangeLog,v 1.9 2008/12/26 19:06:46 angelos Exp $
29 +
30 +*gmpc-avahi-0.17.0 (26 Dec 2008)
31 +
32 + 26 Dec 2008; Christoph Mende <angelos@g.o>
33 + +gmpc-avahi-0.17.0.ebuild:
34 + Version bump
35
36 20 Dec 2008; nixnut <nixnut@g.o> gmpc-avahi-0.16.0.ebuild:
37 ~ppc wrt bug 251332
38
39
40
41 1.1 media-plugins/gmpc-avahi/gmpc-avahi-0.17.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.17.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.17.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gmpc-avahi-0.17.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-avahi/gmpc-avahi-0.17.0.ebuild,v 1.1 2008/12/26 19:06:46 angelos Exp $
51
52 inherit autotools multilib
53
54 DESCRIPTION="This plugin discovers avahi enabled mpd servers"
55 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Avahi"
56 SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND=">=media-sound/gmpc-${PV}
64 dev-libs/libxml2
65 net-dns/avahi"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72
73 sed -i "/^libdir/s:/lib/:/$(get_libdir)/:" src/Makefile.am
74 eautoreconf
75 }
76
77 src_install () {
78 emake DESTDIR="${D}" install || die
79 }