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