Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: ChangeLog libfm-0.1.15_pre20110422.ebuild
Date: Wed, 01 Jun 2011 10:24:20
Message-Id: 20110601102411.7779520054@flycatcher.gentoo.org
1 klausman 11/06/01 10:24:11
2
3 Modified: ChangeLog libfm-0.1.15_pre20110422.ebuild
4 Log:
5 Keyworded on alpha, bug #330911
6
7 (Portage version: 2.1.9.50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 x11-libs/libfm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 25 May 2011 19:27:53 -0000 1.40
23 +++ ChangeLog 1 Jun 2011 10:24:11 -0000 1.41
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/libfm
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.40 2011/05/25 19:27:53 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.41 2011/06/01 10:24:11 klausman Exp $
29 +
30 + 01 Jun 2011; Tobias Klausmann <klausman@g.o>
31 + libfm-0.1.15_pre20110422.ebuild:
32 + Keyworded on alpha, bug #330911
33
34 25 May 2011; Thomas Kahle <tomka@g.o> libfm-0.1.15_pre20110422.ebuild:
35 x86 stable per bug 365231
36
37
38
39 1.4 x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild?r1=1.3&r2=1.4
44
45 Index: libfm-0.1.15_pre20110422.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- libfm-0.1.15_pre20110422.ebuild 25 May 2011 19:27:53 -0000 1.3
52 +++ libfm-0.1.15_pre20110422.ebuild 1 Jun 2011 10:24:11 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v 1.3 2011/05/25 19:27:53 tomka Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110422.ebuild,v 1.4 2011/06/01 10:24:11 klausman Exp $
58
59 EAPI=2
60
61 @@ -11,7 +11,7 @@
62 else
63 inherit autotools
64 SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
65 - KEYWORDS="amd64 ~arm ~ppc x86"
66 + KEYWORDS="~alpha amd64 ~arm ~ppc x86"
67 S="${WORKDIR}"
68 fi