Gentoo Archives: gentoo-commits

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