Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-transaction: ChangeLog commons-transaction-1.2.ebuild
Date: Mon, 29 Jun 2009 21:15:17
Message-Id: E1MLOC4-00064E-Bq@stork.gentoo.org
1 maekke 09/06/29 21:15:16
2
3 Modified: ChangeLog commons-transaction-1.2.ebuild
4 Log:
5 amd64/x86 stable, bug #275174
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-java/commons-transaction/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 23 May 2009 08:59:07 -0000 1.10
22 +++ ChangeLog 29 Jun 2009 21:15:16 -0000 1.11
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/commons-transaction
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.10 2009/05/23 08:59:07 caster Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.11 2009/06/29 21:15:16 maekke Exp $
28 +
29 + 29 Jun 2009; Markus Meier <maekke@g.o>
30 + commons-transaction-1.2.ebuild:
31 + amd64/x86 stable, bug #275174
32
33 23 May 2009; Vlastimil Babka <caster@g.o>
34 commons-transaction-1.2.ebuild:
35
36
37
38 1.3 dev-java/commons-transaction/commons-transaction-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild?r1=1.2&r2=1.3
43
44 Index: commons-transaction-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- commons-transaction-1.2.ebuild 23 May 2009 08:59:07 -0000 1.2
51 +++ commons-transaction-1.2.ebuild 29 Jun 2009 21:15:16 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild,v 1.2 2009/05/23 08:59:07 caster Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.2.ebuild,v 1.3 2009/06/29 21:15:16 maekke Exp $
57
58 EAPI="2"
59 JAVA_PKG_IUSE="doc source"
60 @@ -12,7 +12,7 @@
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="amd64 x86"
66 IUSE=""
67
68 RDEPEND=">=virtual/jre-1.4