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/shout: shout-0.8.0-r2.ebuild
Date: Wed, 03 Dec 2008 06:32:58
Message-Id: E1L7lI7-0000Xt-QD@stork.gentoo.org
1 ssuominen 08/12/03 06:32:55
2
3 Modified: shout-0.8.0-r2.ebuild
4 Log:
5 Quoting. Reorder variables.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
7
8 Revision Changes Path
9 1.6 net-misc/shout/shout-0.8.0-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: shout-0.8.0-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- shout-0.8.0-r2.ebuild 12 Jul 2007 02:52:15 -0000 1.5
22 +++ shout-0.8.0-r2.ebuild 3 Dec 2008 06:32:55 -0000 1.6
23 @@ -1,26 +1,22 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild,v 1.5 2007/07/12 02:52:15 mr_bones_ Exp $
28 -
29 -IUSE=""
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild,v 1.6 2008/12/03 06:32:55 ssuominen Exp $
31
32 inherit eutils
33
34 DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast"
35 -SRC_URI="http://icecast.org/releases/${P}.tar.gz"
36 HOMEPAGE="http://www.icecast.org"
37 -KEYWORDS="alpha ~ppc sparc x86"
38 +SRC_URI="http://icecast.org/releases/${P}.tar.gz"
39 +
40 LICENSE="GPL-2"
41 SLOT="0"
42 -
43 -DEPEND="virtual/libc"
44 +KEYWORDS="alpha ~ppc sparc x86"
45 +IUSE=""
46
47 src_unpack() {
48 unpack ${A}
49 -
50 - cd ${S}
51 - epatch ${FILESDIR}/variables.diff
52 -
53 + cd "${S}"
54 + epatch "${FILESDIR}"/variables.diff
55 rm -f sock.o
56 }
57
58 @@ -29,13 +25,13 @@
59 --host=${CHOST} \
60 --sysconfdir=/etc/shout \
61 --localstatedir=/var \
62 - || die "configure failed"
63 + || die "econf failed."
64
65 - emake || die "emake failed"
66 + emake || die "emake failed."
67 }
68
69 src_install () {
70 - make DESTDIR=${D} install || die
71 + emake DESTDIR="${D}" install || die "emake install failed."
72 keepdir /var/log/shout
73 fowners root:audio /var/log/shout
74 fperms 775 /var/log/shout