Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/orpie: orpie-1.5.1.ebuild ChangeLog
Date: Tue, 25 Mar 2008 13:18:50
Message-Id: E1Je939-00027V-Hd@stork.gentoo.org
1 fmccor 08/03/25 13:18:47
2
3 Modified: orpie-1.5.1.ebuild ChangeLog
4 Log:
5 Add -sparc -- can't do Bug 214622 at all because package doesn't support sparc --- please see Bug or ChangeLog.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.4 sci-calculators/orpie/orpie-1.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild?r1=1.3&r2=1.4
14
15 Index: orpie-1.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- orpie-1.5.1.ebuild 25 Mar 2008 11:43:09 -0000 1.3
22 +++ orpie-1.5.1.ebuild 25 Mar 2008 13:18:46 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.3 2008/03/25 11:43:09 coldwind Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/orpie-1.5.1.ebuild,v 1.4 2008/03/25 13:18:46 fmccor Exp $
28
29 DESCRIPTION="A fullscreen RPN calculator for the console"
30 HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/orpie/"
31 @@ -8,7 +8,7 @@
32 LICENSE="GPL-2"
33
34 SLOT="0"
35 -KEYWORDS="amd64 ~ppc ~x86"
36 +KEYWORDS="amd64 ~ppc -sparc ~x86"
37 IUSE="bindist"
38
39 DEPEND="dev-lang/ocaml
40
41
42
43 1.11 sci-calculators/orpie/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/orpie/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 25 Mar 2008 11:43:09 -0000 1.10
56 +++ ChangeLog 25 Mar 2008 13:18:46 -0000 1.11
57 @@ -1,6 +1,14 @@
58 # ChangeLog for sci-calculators/orpie
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.10 2008/03/25 11:43:09 coldwind Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/orpie/ChangeLog,v 1.11 2008/03/25 13:18:46 fmccor Exp $
62 +
63 + 25 Mar 2008; Ferris McCormick <fmccor@g.o> orpie-1.5.1.ebuild:
64 + Add -sparc in response to Bug #214622 --- this package checks for
65 + architectures with double-word alignment for double precision items and
66 + issues:
67 + wrappers.h:13:2: error: #error "Architectures with double-word alignment for
68 + doubles are not supported"
69 + Thus, sparc cannot use orpie at all.
70
71 25 Mar 2008; Santiago M. Mola <coldwind@g.o> orpie-1.5.1.ebuild:
72 amd64 stable wrt bug #214622
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list