Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mp3cat: mp3cat-0.4.ebuild
Date: Mon, 03 Aug 2009 13:05:17
Message-Id: E1MXxE3-0004DJ-Ph@stork.gentoo.org
1 ssuominen 09/08/03 13:05:15
2
3 Modified: mp3cat-0.4.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 media-sound/mp3cat/mp3cat-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild?r1=1.4&r2=1.5
14
15 Index: mp3cat-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- mp3cat-0.4.ebuild 11 Dec 2006 21:47:20 -0000 1.4
22 +++ mp3cat-0.4.ebuild 3 Aug 2009 13:05:15 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild,v 1.4 2006/12/11 21:47:20 drizzt Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3cat/mp3cat-0.4.ebuild,v 1.5 2009/08/03 13:05:15 ssuominen Exp $
29
30 inherit toolchain-funcs
31
32 @@ -15,8 +15,9 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 - sed -i -e 's:cc -o:${CC} ${CFLAGS} ${LDFLAGS} -o:' Makefile
38 + cd "${S}"
39 + sed -i -e 's:cc -o:${CC} ${CFLAGS} ${LDFLAGS} -o:' \
40 + Makefile || die "sed failed"
41 }
42
43 src_compile() {
44 @@ -24,5 +25,6 @@
45 }
46
47 src_install() {
48 - dobin mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf
49 + dobin mp3cat mp3log mp3log-conf mp3dirclean mp3http \
50 + mp3stream-conf || die "sed failed"
51 }