Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/calculator: ChangeLog calculator-1.6.35.ebuild calculator-1.6.30.ebuild calculator-1.6.31.ebuild
Date: Sun, 01 Mar 2009 12:19:09
Message-Id: E1LdkdO-0004Vm-0g@stork.gentoo.org
1 mabi 09/03/01 12:19:06
2
3 Modified: ChangeLog
4 Added: calculator-1.6.35.ebuild
5 Removed: calculator-1.6.30.ebuild calculator-1.6.31.ebuild
6 Log:
7 bump, uses eapi=1 now
8 (Portage version: 2.1.6.7/cvs/Linux ppc)
9
10 Revision Changes Path
11 1.22 sci-calculators/calculator/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 5 Dec 2008 10:05:16 -0000 1.21
24 +++ ChangeLog 1 Mar 2009 12:19:05 -0000 1.22
25 @@ -1,6 +1,14 @@
26 # ChangeLog for sci-calculators/calculator
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.21 2008/12/05 10:05:16 armin76 Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.22 2009/03/01 12:19:05 mabi Exp $
31 +
32 +*calculator-1.6.35 (01 Mar 2009)
33 +
34 + 01 Mar 2009; Matti Bickel <mabi@g.o> -calculator-1.6.30.ebuild,
35 + -calculator-1.6.31.ebuild, +calculator-1.6.35.ebuild:
36 + removed old builds, added new version using EAPI 1 slot deps, to avoid
37 + bumping when nothing really changed in the fox stable api. This will be the
38 + last bump for calculator-1.6
39
40 05 Dec 2008; Raúl Porcel <armin76@g.o> calculator-1.6.34.ebuild:
41 sparc stable wrt #249286
42
43
44
45 1.1 sci-calculators/calculator/calculator-1.6.35.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/calculator-1.6.35.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/calculator-1.6.35.ebuild?rev=1.1&content-type=text/plain
49
50 Index: calculator-1.6.35.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.35.ebuild,v 1.1 2009/03/01 12:19:05 mabi Exp $
55
56 EAPI="1"
57
58 inherit fox
59
60 DESCRIPTION="Scientific calculator based on the FOX Toolkit"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="~x11-libs/fox-${PV}"