Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog
Date: Wed, 18 Aug 2010 21:05:29
Message-Id: 20100818210526.9E5022D03C@corvid.gentoo.org
1 darkside 10/08/18 21:05:26
2
3 Modified: shell-fm-0.7.ebuild ChangeLog
4 Log:
5 Add ~amd64-linux, bug 333029
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-sound/shell-fm/shell-fm-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?r1=1.3&r2=1.4
14
15 Index: shell-fm-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- shell-fm-0.7.ebuild 18 Apr 2010 00:23:14 -0000 1.3
22 +++ shell-fm-0.7.ebuild 18 Aug 2010 21:05:26 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.7.ebuild,v 1.3 2010/04/18 00:23:14 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.4 2010/08/18 21:05:26 darkside Exp $
28
29 EAPI=2
30 inherit flag-o-matic toolchain-funcs eutils
31 @@ -12,7 +12,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
37 IUSE=""
38
39 RDEPEND="media-libs/libmad
40
41
42
43 1.14 media-sound/shell-fm/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 18 Apr 2010 00:23:14 -0000 1.13
56 +++ ChangeLog 18 Aug 2010 21:05:26 -0000 1.14
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-sound/shell-fm
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.13 2010/04/18 00:23:14 josejx Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.14 2010/08/18 21:05:26 darkside Exp $
62 +
63 + 18 Aug 2010; Jeremy Olexa <darkside@g.o> shell-fm-0.7.ebuild:
64 + Add ~amd64-linux, bug 333029
65
66 18 Apr 2010; Joseph Jezak <josejx@g.o> shell-fm-0.7.ebuild:
67 Add flags for ppc to build with big endian support, fixes bug #303667.