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/ncmpc: metadata.xml ChangeLog ncmpc-0.16.1.ebuild
Date: Thu, 03 Jun 2010 15:57:01
Message-Id: 20100603155653.012E92CF44@corvid.gentoo.org
1 angelos 10/06/03 15:56:52
2
3 Modified: metadata.xml ChangeLog
4 Added: ncmpc-0.16.1.ebuild
5 Log:
6 Taking over package and bumping to 0.16.1 (bug #303791)
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 media-sound/ncmpc/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/metadata.xml?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/metadata.xml?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/metadata.xml?r1=1.10&r2=1.11
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpc/metadata.xml,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- metadata.xml 2 Jun 2010 06:37:32 -0000 1.10
23 +++ metadata.xml 3 Jun 2010 15:56:52 -0000 1.11
24 @@ -2,8 +2,11 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <herd>sound</herd>
28 + <maintainer>
29 + <email>angelos@g.o</email>
30 + <name>Christoph Mende</name>
31 + </maintainer>
32 <use>
33 - <!-- 0.12 -->
34 <flag name="artist-screen">Enable artist screen</flag>
35 <flag name="colors">Enable color support</flag>
36 <flag name="help-screen">Enable the help screen</flag>
37
38
39
40 1.51 media-sound/ncmpc/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/ChangeLog?rev=1.51&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/ChangeLog?rev=1.51&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/ChangeLog?r1=1.50&r2=1.51
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v
49 retrieving revision 1.50
50 retrieving revision 1.51
51 diff -u -r1.50 -r1.51
52 --- ChangeLog 2 Jun 2010 06:37:32 -0000 1.50
53 +++ ChangeLog 3 Jun 2010 15:56:52 -0000 1.51
54 @@ -1,6 +1,12 @@
55 # ChangeLog for media-sound/ncmpc
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.50 2010/06/02 06:37:32 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.51 2010/06/03 15:56:52 angelos Exp $
59 +
60 +*ncmpc-0.16.1 (03 Jun 2010)
61 +
62 + 03 Jun 2010; Christoph Mende <angelos@g.o> +ncmpc-0.16.1.ebuild,
63 + metadata.xml:
64 + Taking over package and bumping to 0.16.1 (bug #303791)
65
66 02 Jun 2010; Torsten Veller <tove@g.o> metadata.xml:
67 Remove omp from metadata.xml (#147119)
68
69
70
71 1.1 media-sound/ncmpc/ncmpc-0.16.1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/ncmpc-0.16.1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpc/ncmpc-0.16.1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: ncmpc-0.16.1.ebuild
77 ===================================================================
78 # Copyright 1999-2010 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.16.1.ebuild,v 1.1 2010/06/03 15:56:52 angelos Exp $
81
82 EAPI=2
83 inherit multilib
84
85 DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
86 HOMEPAGE="http://mpd.wikia.com/wiki/Client:Ncmpc"
87 SRC_URI="http://downloads.sourceforge.net/musicpd/${P}.tar.bz2"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
92 IUSE="artist-screen colors debug +help-screen key-screen lyrics-screen
93 mouse nls search-screen song-screen"
94 #lirc
95
96 RDEPEND=">=dev-libs/glib-2.12:2
97 dev-libs/popt
98 media-libs/libmpdclient"
99 # lirc? ( app-misc/lirc )"
100 DEPEND="${RDEPEND}
101 dev-util/pkgconfig"
102
103 src_configure() {
104 # The use_with lyrics-screen is for multilib
105 # USE lirc is broken wrt #250015
106 # $(use_enable lirc) \
107 econf \
108 --docdir=${EPREFIX}/usr/share/doc/${PF} \
109 --disable-dependency-tracking \
110 $(use_enable artist-screen) \
111 $(use_enable colors) \
112 $(use_enable debug) \
113 $(use_enable help-screen) \
114 $(use_enable key-screen) \
115 $(use_enable lyrics-screen) \
116 $(use_with lyrics-screen lyrics-plugin-dir /usr/$(get_libdir)/ncmpc/lyrics) \
117 $(use_enable mouse) \
118 $(use_enable nls) \
119 $(use_enable nls locale) \
120 $(use_enable nls multibyte) \
121 $(use_enable search-screen) \
122 $(use_enable song-screen)
123 }
124
125 src_install() {
126 emake DESTDIR="${D}" install || die
127 dodoc AUTHORS NEWS README doc/config.sample doc/keys.sample
128 }