Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/wcalc: ChangeLog wcalc-2.4.ebuild
Date: Fri, 01 Jan 2010 21:47:24
Message-Id: E1NQpL2-0006sE-1Y@stork.gentoo.org
1 fauli 10/01/01 21:47:16
2
3 Modified: ChangeLog wcalc-2.4.ebuild
4 Log:
5 Transfer Prefix keywords
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.14 sci-calculators/wcalc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 29 May 2009 17:02:33 -0000 1.13
22 +++ ChangeLog 1 Jan 2010 21:47:15 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-calculators/wcalc
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.13 2009/05/29 17:02:33 beandog Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/ChangeLog,v 1.14 2010/01/01 21:47:15 fauli Exp $
29 +
30 + 01 Jan 2010; Christian Faulhammer <fauli@g.o> wcalc-2.4.ebuild:
31 + Transfer Prefix keywords
32
33 29 May 2009; Steve Dibb <beandog@g.o> wcalc-2.4.ebuild:
34 amd64 stable
35
36
37
38 1.3 sci-calculators/wcalc/wcalc-2.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild?r1=1.2&r2=1.3
43
44 Index: wcalc-2.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- wcalc-2.4.ebuild 29 May 2009 17:02:33 -0000 1.2
51 +++ wcalc-2.4.ebuild 1 Jan 2010 21:47:15 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.2 2009/05/29 17:02:33 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/wcalc/wcalc-2.4.ebuild,v 1.3 2010/01/01 21:47:15 fauli Exp $
58
59 inherit eutils
60
61 @@ -10,7 +10,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="amd64 ~ppc ~x86"
66 +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
67 IUSE="readline"
68
69 DEPEND="readline? ( sys-libs/readline )