Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
Date: Thu, 07 Jan 2010 17:53:01
Message-Id: E1NSwXb-0000OD-6x@stork.gentoo.org
1 josejx 10/01/07 17:52:59
2
3 Modified: ChangeLog constantine-0.6.ebuild
4 Log:
5 Marked ppc stable for bug #299452.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-java/constantine/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 3 Jan 2010 20:34:19 -0000 1.4
22 +++ ChangeLog 7 Jan 2010 17:52:58 -0000 1.5
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-java/constantine
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.4 2010/01/03 20:34:19 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.5 2010/01/07 17:52:58 josejx Exp $
28 +
29 + 07 Jan 2010; Joseph Jezak <josejx@g.o> constantine-0.6.ebuild:
30 + Marked ppc stable for bug #299452.
31
32 03 Jan 2010; Christian Faulhammer <fauli@g.o>
33 constantine-0.6.ebuild:
34
35
36
37 1.4 dev-java/constantine/constantine-0.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild?r1=1.3&r2=1.4
42
43 Index: constantine-0.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- constantine-0.6.ebuild 3 Jan 2010 20:34:19 -0000 1.3
50 +++ constantine-0.6.ebuild 7 Jan 2010 17:52:58 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.3 2010/01/03 20:34:19 fauli Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.4 2010/01/07 17:52:58 josejx Exp $
56
57 JAVA_PKG_IUSE="source test"
58 inherit base java-pkg-2 java-ant-2
59 @@ -10,7 +10,7 @@
60 SRC_URI="mirror://gentoo/${P}.tar.bz2"
61 LICENSE="MIT"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
64 +KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE=""
66
67 RDEPEND=">=virtual/jre-1.5"