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/shell-fm: shell-fm-0.6.ebuild shell-fm-0.5.ebuild
Date: Sat, 20 Jun 2009 18:36:32
Message-Id: E1MI5QU-0004Lk-EP@stork.gentoo.org
1 ssuominen 09/06/20 18:36:30
2
3 Modified: shell-fm-0.6.ebuild
4 Removed: shell-fm-0.5.ebuild
5 Log:
6 Remove my devspace from SRC_URI as an alternative source since it's in mirrors. Remove old.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-sound/shell-fm/shell-fm-0.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.6.ebuild?r1=1.2&r2=1.3
15
16 Index: shell-fm-0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- shell-fm-0.6.ebuild 9 May 2009 14:40:22 -0000 1.2
23 +++ shell-fm-0.6.ebuild 20 Jun 2009 18:36:30 -0000 1.3
24 @@ -1,14 +1,14 @@
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/shell-fm/shell-fm-0.6.ebuild,v 1.2 2009/05/09 14:40:22 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.6.ebuild,v 1.3 2009/06/20 18:36:30 ssuominen Exp $
29
30 EAPI=2
31 inherit toolchain-funcs
32
33 DESCRIPTION="A lightweight console based player for Last.FM radio streams"
34 HOMEPAGE="http://nex.scrapping.cc/shell-fm/"
35 -SRC_URI="mirror://gentoo/${P}.tar.bz2
36 - http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
37 +# I couldn't get constant tarball from github so I've tarballed this myself.
38 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -18,7 +18,8 @@
43 RDEPEND="media-libs/libmad
44 ao? ( media-libs/libao )"
45 DEPEND="${RDEPEND}
46 - dev-util/pkgconfig"
47 + dev-util/pkgconfig
48 + sys-apps/sed"
49
50 src_prepare() {
51 sed -i -e "s:-Os:${CFLAGS}:g" source/Makefile || die "sed failed"