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-sound/mpd: ChangeLog mpd-0.16.2.ebuild
Date: Wed, 04 May 2011 18:07:35
Message-Id: 20110504180724.E4EF620057@flycatcher.gentoo.org
1 angelos 11/05/04 18:07:24
2
3 Modified: ChangeLog mpd-0.16.2.ebuild
4 Log:
5 Patch mpdconf.dist instead of mpdconf.example so we install upstream's example with the docs
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.251 media-sound/mpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.251&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?rev=1.251&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/ChangeLog?r1=1.250&r2=1.251
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v
19 retrieving revision 1.250
20 retrieving revision 1.251
21 diff -u -r1.250 -r1.251
22 --- ChangeLog 3 May 2011 09:52:33 -0000 1.250
23 +++ ChangeLog 4 May 2011 18:07:24 -0000 1.251
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/mpd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.250 2011/05/03 09:52:33 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.251 2011/05/04 18:07:24 angelos Exp $
29 +
30 + 04 May 2011; Christoph Mende <angelos@g.o> mpd-0.16.2.ebuild,
31 + files/mpd-0.16.conf.patch:
32 + Patch mpdconf.dist instead of mpdconf.example so we install upstream's
33 + example with the docs
34
35 03 May 2011; Thomas Kahle <tomka@g.o> mpd-0.16.2.ebuild:
36 x86 stable per bug 364469
37
38
39
40 1.7 media-sound/mpd/mpd-0.16.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild?r1=1.6&r2=1.7
45
46 Index: mpd-0.16.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- mpd-0.16.2.ebuild 3 May 2011 09:52:33 -0000 1.6
53 +++ mpd-0.16.2.ebuild 4 May 2011 18:07:24 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v 1.6 2011/05/03 09:52:33 tomka Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.2.ebuild,v 1.7 2011/05/04 18:07:24 angelos Exp $
59
60 EAPI=4
61 inherit eutils flag-o-matic linux-info multilib
62 @@ -154,7 +154,7 @@
63 emake DESTDIR="${D}" install
64
65 insinto /etc
66 - newins doc/mpdconf.example mpd.conf
67 + newins doc/mpdconf.dist mpd.conf
68
69 newinitd "${FILESDIR}"/mpd.init mpd