Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ncmpcpp-0.3.5.ebuild ChangeLog
Date: Thu, 01 Oct 2009 19:51:45
Message-Id: E1MtRgl-0001qB-95@stork.gentoo.org
1 beandog 09/10/01 19:51:43
2
3 Modified: ncmpcpp-0.3.5.ebuild ChangeLog
4 Log:
5 amd64 stable, bug 285872
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild?r1=1.2&r2=1.3
14
15 Index: ncmpcpp-0.3.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ncmpcpp-0.3.5.ebuild 22 Sep 2009 15:22:17 -0000 1.2
22 +++ ncmpcpp-0.3.5.ebuild 1 Oct 2009 19:51:42 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild,v 1.2 2009/09/22 15:22:17 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.3.5.ebuild,v 1.3 2009/10/01 19:51:42 beandog Exp $
28
29 EAPI="2"
30 inherit eutils
31 @@ -11,7 +11,7 @@
32 LICENSE="GPL-2"
33 IUSE="clock curl iconv outputs taglib +threads unicode"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~hppa ~x86"
36 +KEYWORDS="amd64 ~hppa ~x86"
37
38 DEPEND="sys-libs/ncurses[unicode?]
39 curl? ( net-misc/curl )
40
41
42
43 1.19 media-sound/ncmpcpp/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ncmpcpp/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 22 Sep 2009 15:22:17 -0000 1.18
56 +++ ChangeLog 1 Oct 2009 19:51:42 -0000 1.19
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-sound/ncmpcpp
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.18 2009/09/22 15:22:17 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.19 2009/10/01 19:51:42 beandog Exp $
62 +
63 + 01 Oct 2009; Steve Dibb <beandog@g.o> ncmpcpp-0.3.5.ebuild:
64 + amd64 stable, bug 285872
65
66 22 Sep 2009; Jeroen Roovers <jer@g.o> ncmpcpp-0.3.5.ebuild:
67 Marked ~hppa too.