Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530.ebuild
Date: Sun, 06 Sep 2009 17:59:58
Message-Id: E1MkM1t-0005iD-BT@stork.gentoo.org
1 ssuominen 09/09/06 17:59:57
2
3 Modified: liveice-2000530.ebuild
4 Log:
5 Remove virtual/mpg123.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 net-misc/liveice/liveice-2000530.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild?r1=1.8&r2=1.9
14
15 Index: liveice-2000530.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- liveice-2000530.ebuild 30 Jul 2005 18:15:45 -0000 1.8
22 +++ liveice-2000530.ebuild 6 Sep 2009 17:59:57 -0000 1.9
23 @@ -1,27 +1,28 @@
24 -# Copyright 1999-2004 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/net-misc/liveice/liveice-2000530.ebuild,v 1.8 2005/07/30 18:15:45 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild,v 1.9 2009/09/06 17:59:57 ssuominen Exp $
29
30 -S=${WORKDIR}/${PN}
31 -IUSE=""
32 DESCRIPTION="Live Source Client For IceCast"
33 HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
34 SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
35
36 +LICENSE="as-is"
37 SLOT="0"
38 KEYWORDS="x86"
39 -LICENSE="as-is"
40 +IUSE=""
41
42 -DEPEND="virtual/libc"
43 RDEPEND="media-sound/lame
44 - virtual/mpg123"
45 + media-sound/mpg123"
46 +DEPEND=""
47 +
48 +S=${WORKDIR}/${PN}
49
50 src_compile() {
51 - ./configure
52 + ./configure || die
53 emake || die
54 }
55
56 src_install() {
57 - dobin liveice
58 + dobin liveice || die
59 dodoc liveice.cfg README.liveice README.quickstart README_new_mixer.txt Changes.txt
60 }