Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ncmpcpp-0.6_beta2.ebuild ncmpcpp-9999.ebuild ChangeLog
Date: Thu, 04 Sep 2014 00:26:20
Message-Id: 20140904002616.68B794A43@oystercatcher.gentoo.org
1 jer 14/09/04 00:26:16
2
3 Modified: ncmpcpp-9999.ebuild ChangeLog
4 Added: ncmpcpp-0.6_beta2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.5 media-sound/ncmpcpp/ncmpcpp-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild?r1=1.4&r2=1.5
16
17 Index: ncmpcpp-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ncmpcpp-9999.ebuild 30 Apr 2014 14:14:51 -0000 1.4
24 +++ ncmpcpp-9999.ebuild 4 Sep 2014 00:26:16 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.4 2014/04/30 14:14:51 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-9999.ebuild,v 1.5 2014/09/04 00:26:16 jer Exp $
30
31 EAPI=5
32
33 @@ -16,12 +16,13 @@
34 IUSE="clock curl outputs taglib unicode visualizer"
35
36 RDEPEND="
37 - >=dev-libs/boost-1.50[nls]
38 - sys-libs/ncurses[unicode?]
39 >=media-libs/libmpdclient-2.1
40 curl? ( net-misc/curl )
41 - visualizer? ( sci-libs/fftw:3.0 )
42 + dev-libs/boost[nls]
43 + sys-libs/ncurses[unicode?]
44 + sys-libs/readline
45 taglib? ( media-libs/taglib )
46 + visualizer? ( sci-libs/fftw:3.0 )
47 "
48 DEPEND="
49 ${RDEPEND}
50 @@ -48,6 +49,7 @@
51
52 src_install() {
53 default
54 +
55 newbashcomp doc/${PN}-completion.bash ${PN}
56 }
57
58
59
60
61 1.83 media-sound/ncmpcpp/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.83&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.83&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?r1=1.82&r2=1.83
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v
70 retrieving revision 1.82
71 retrieving revision 1.83
72 diff -u -r1.82 -r1.83
73 --- ChangeLog 30 Apr 2014 14:14:51 -0000 1.82
74 +++ ChangeLog 4 Sep 2014 00:26:16 -0000 1.83
75 @@ -1,6 +1,12 @@
76 # ChangeLog for media-sound/ncmpcpp
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.82 2014/04/30 14:14:51 jer Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.83 2014/09/04 00:26:16 jer Exp $
80 +
81 +*ncmpcpp-0.6_beta2 (04 Sep 2014)
82 +
83 + 04 Sep 2014; Jeroen Roovers <jer@g.o> +ncmpcpp-0.6_beta2.ebuild,
84 + ncmpcpp-9999.ebuild:
85 + Version bump.
86
87 30 Apr 2014; Jeroen Roovers <jer@g.o> ncmpcpp-0.5.10.ebuild,
88 ncmpcpp-9999.ebuild:
89
90
91
92 1.1 media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild?rev=1.1&content-type=text/plain
96
97 Index: ncmpcpp-0.6_beta2.ebuild
98 ===================================================================
99 # Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6_beta2.ebuild,v 1.1 2014/09/04 00:26:16 jer Exp $
102
103 EAPI=5
104
105 inherit autotools bash-completion-r1 eutils
106
107 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
108 HOMEPAGE="http://ncmpcpp.rybczak.net/"
109 SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2"
110
111 LICENSE="GPL-2"
112 SLOT="0"
113 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
114 IUSE="clock curl outputs taglib unicode visualizer"
115
116 RDEPEND="
117 >=media-libs/libmpdclient-2.1
118 curl? ( net-misc/curl )
119 dev-libs/boost[nls]
120 sys-libs/ncurses[unicode?]
121 sys-libs/readline
122 taglib? ( media-libs/taglib )
123 visualizer? ( sci-libs/fftw:3.0 )
124 "
125 DEPEND="
126 ${RDEPEND}
127 virtual/pkgconfig
128 "
129
130 src_prepare() {
131 sed -i -e '/^docdir/d' {,doc/}Makefile.am || die
132 sed -i -e 's|COPYING||g' Makefile.am || die
133 eautomake
134 }
135
136 src_configure() {
137 econf \
138 $(use_enable clock) \
139 $(use_enable outputs) \
140 $(use_enable unicode) \
141 $(use_enable visualizer) \
142 $(use_with curl) \
143 $(use_with taglib) \
144 $(use_with visualizer fftw) \
145 --docdir=/usr/share/doc/${PF}
146 }
147
148 src_install() {
149 default
150
151 newbashcomp doc/${PN}-completion.bash ${PN}
152 }
153
154 pkg_postinst() {
155 echo
156 elog "Example configuration files have been installed at"
157 elog "${ROOT}usr/share/doc/${PF}"
158 elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/keys"
159 elog "as user configuration files."
160 echo
161 if use visualizer; then
162 elog "If you want to use the visualizer, you need mpd with fifo enabled."
163 echo
164 fi
165 }