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.36.ebuild
Date: Sat, 21 Mar 2009 09:38:56
Message-Id: E1LkxfI-0003FQ-Jo@stork.gentoo.org
1 mabi 09/03/21 09:38:52
2
3 Modified: ChangeLog
4 Added: calculator-1.6.36.ebuild
5 Log:
6 now REALLY use slot deps
7 (Portage version: 2.1.6.9/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.23 sci-calculators/calculator/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 1 Mar 2009 12:19:05 -0000 1.22
23 +++ ChangeLog 21 Mar 2009 09:38:52 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-calculators/calculator
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.22 2009/03/01 12:19:05 mabi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.23 2009/03/21 09:38:52 mabi Exp $
29 +
30 +*calculator-1.6.36 (21 Mar 2009)
31 +
32 + 21 Mar 2009; Matti Bickel <mabi@g.o> +calculator-1.6.36.ebuild:
33 + now REALLY use slot deps
34
35 *calculator-1.6.35 (01 Mar 2009)
36
37
38
39
40 1.1 sci-calculators/calculator/calculator-1.6.36.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/calculator-1.6.36.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/calculator/calculator-1.6.36.ebuild?rev=1.1&content-type=text/plain
44
45 Index: calculator-1.6.36.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.6.36.ebuild,v 1.1 2009/03/21 09:38:52 mabi Exp $
50
51 EAPI="1"
52
53 inherit fox
54
55 DESCRIPTION="Scientific calculator based on the FOX Toolkit"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND="x11-libs/fox:1.6"