Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-0.3-r1.ebuild ncmpcpp-0.3.ebuild
Date: Thu, 29 Jan 2009 22:39:53
Message-Id: E1LSfY7-00026F-LX@stork.gentoo.org
1 yngwin 09/01/29 22:39:51
2
3 Modified: ChangeLog ncmpcpp-0.3-r1.ebuild
4 Removed: ncmpcpp-0.3.ebuild
5 Log:
6 Drop the 0.3 ebuild that misses USE=clock and add message about changed syntax.
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 media-sound/ncmpcpp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 27 Jan 2009 06:30:24 -0000 1.10
23 +++ ChangeLog 29 Jan 2009 22:39:51 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/ncmpcpp
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.10 2009/01/27 06:30:24 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.11 2009/01/29 22:39:51 yngwin Exp $
29 +
30 + 29 Jan 2009; Ben de Groot <yngwin@g.o> -ncmpcpp-0.3.ebuild,
31 + ncmpcpp-0.3-r1.ebuild:
32 + Drop the 0.3 ebuild that misses USE=clock and add message about changed
33 + syntax.
34
35 *ncmpcpp-0.3-r1 (27 Jan 2009)
36
37
38
39
40 1.2 media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: ncmpcpp-0.3-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ncmpcpp-0.3-r1.ebuild 27 Jan 2009 06:30:24 -0000 1.1
53 +++ ncmpcpp-0.3-r1.ebuild 29 Jan 2009 22:39:51 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild,v 1.1 2009/01/27 06:30:24 yngwin Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3-r1.ebuild,v 1.2 2009/01/29 22:39:51 yngwin Exp $
59
60 EAPI="2"
61 inherit eutils
62 @@ -36,7 +36,10 @@
63 elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
64 elog "as user configuration files."
65 echo
66 - elog "This version of ncmpcc uses features from mpd-0.14, so"
67 + elog "This version of ncmpcpp uses features from mpd-0.14, so"
68 elog "we recommend you use this with >=mpd-0.14_alpha1."
69 echo
70 + elog "The color syntax has changed, see the example config file"
71 + elog "for the new syntax."
72 + echo
73 }