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: shell-fm-0.4.ebuild
Date: Mon, 19 Nov 2007 22:25:51
Message-Id: E1IuF3l-00030B-9V@stork.gentoo.org
1 drac 07/11/19 22:25:41
2
3 Modified: shell-fm-0.4.ebuild
4 Log:
5 cosmetics..
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 media-sound/shell-fm/shell-fm-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: shell-fm-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- shell-fm-0.4.ebuild 19 Nov 2007 22:22:25 -0000 1.1
22 +++ shell-fm-0.4.ebuild 19 Nov 2007 22:25:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v 1.2 2007/11/19 22:25:40 drac Exp $
28
29 inherit autotools
30
31 @@ -13,8 +13,9 @@
32 KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE="ao"
34
35 -DEPEND="media-libs/libmad
36 +RDEPEND="media-libs/libmad
37 ao? ( media-libs/libao )"
38 +DEPEND="${RDEPEND}"
39
40 src_unpack() {
41 unpack ${A}
42 @@ -28,7 +29,7 @@
43 }
44
45 src_install() {
46 - emake DESTDIR="${D}" install || die 'emake install failed'
47 + emake DESTDIR="${D}" install || die "emake install failed."
48 dodoc AUTHORS NEWS TODO shell-fm.rc-example doc/*.txt
49 insinto /usr/share/doc/${PF}/scripts
50 doins scripts/{shell*,zcontrol}
51
52
53
54 --
55 gentoo-commits@g.o mailing list