Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: ChangeLog shell-fm-0.4.ebuild
Date: Mon, 19 Nov 2007 22:22:34
Message-Id: E1IuF0b-0002wy-V4@stork.gentoo.org
1 drac 07/11/19 22:22:25
2
3 Modified: ChangeLog
4 Added: shell-fm-0.4.ebuild
5 Log:
6 Version bump for bug 199658, thanks to Thomas M. for reporting.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.7 media-sound/shell-fm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 17 Sep 2007 20:49:43 -0000 1.6
23 +++ ChangeLog 19 Nov 2007 22:22:25 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/shell-fm
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.6 2007/09/17 20:49:43 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.7 2007/11/19 22:22:25 drac Exp $
29 +
30 +*shell-fm-0.4 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Samuli Suominen <drac@g.o> +shell-fm-0.4.ebuild:
33 + Version bump for bug 199658, thanks to Thomas M. for reporting.
34
35 17 Sep 2007; Samuli Suominen <drac@g.o> metadata.xml:
36 Add sound as herd.
37
38
39
40 1.1 media-sound/shell-fm/shell-fm-0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: shell-fm-0.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v 1.1 2007/11/19 22:22:25 drac Exp $
50
51 inherit autotools
52
53 DESCRIPTION="A lightweight console based player for Last.FM radio streams."
54 HOMEPAGE="http://nex.scrapping.cc/shell-fm"
55 SRC_URI="http://nex.scrapping.cc/${PN}/downloads/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="ao"
61
62 DEPEND="media-libs/libmad
63 ao? ( media-libs/libao )"
64
65 src_unpack() {
66 unpack ${A}
67 cd "${S}"
68 AT_M4DIR="m4" eautoreconf
69 }
70
71 src_compile() {
72 econf $(use_enable ao)
73 emake || die "emake failed."
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die 'emake install failed'
78 dodoc AUTHORS NEWS TODO shell-fm.rc-example doc/*.txt
79 insinto /usr/share/doc/${PF}/scripts
80 doins scripts/{shell*,zcontrol}
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list