Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-math: ChangeLog commons-math-2.0.ebuild commons-math-1.2.ebuild
Date: Tue, 03 Nov 2009 09:00:35
Message-Id: E1N5FFg-0005XX-VB@stork.gentoo.org
1 betelgeuse 09/11/03 09:00:32
2
3 Modified: ChangeLog commons-math-2.0.ebuild
4 commons-math-1.2.ebuild
5 Log:
6 Remove dev-java/ant-core from DEPEND as it's handled by java-ant-2 eclass. Add slot atoms to java dependencies.
7 (Portage version: 2.2_rc46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-java/commons-math/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 2 Oct 2009 18:15:45 -0000 1.1
23 +++ ChangeLog 3 Nov 2009 09:00:31 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/commons-math
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.1 2009/10/02 18:15:45 weaver Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.2 2009/11/03 09:00:31 betelgeuse Exp $
29 +
30 + 03 Nov 2009; Petteri Räty <betelgeuse@g.o>
31 + commons-math-1.2.ebuild, commons-math-2.0.ebuild:
32 + Remove dev-java/ant-core from DEPEND as it's handled by java-ant-2 eclass.
33 + Add slot atoms to java dependencies.
34
35 *commons-math-2.0 (02 Oct 2009)
36 *commons-math-1.2 (02 Oct 2009)
37
38
39
40 1.2 dev-java/commons-math/commons-math-2.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild?r1=1.1&r2=1.2
45
46 Index: commons-math-2.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- commons-math-2.0.ebuild 2 Oct 2009 18:15:45 -0000 1.1
53 +++ commons-math-2.0.ebuild 3 Nov 2009 09:00:31 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild,v 1.1 2009/10/02 18:15:45 weaver Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild,v 1.2 2009/11/03 09:00:31 betelgeuse Exp $
59
60 EAPI="2"
61
62 @@ -18,11 +18,10 @@
63 IUSE=""
64
65 COMMON_DEP="
66 - >=dev-java/commons-discovery-0.2
67 - >=dev-java/commons-logging-1.0.3"
68 + >=dev-java/commons-discovery-0.2:0
69 + >=dev-java/commons-logging-1.0.3:0"
70
71 DEPEND=">=virtual/jdk-1.5
72 - >=dev-java/ant-core-1.6
73 ${COMMON_DEP}
74 test? ( dev-java/ant-junit )"
75
76
77
78
79 1.2 dev-java/commons-math/commons-math-1.2.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild?r1=1.1&r2=1.2
84
85 Index: commons-math-1.2.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- commons-math-1.2.ebuild 2 Oct 2009 18:15:45 -0000 1.1
92 +++ commons-math-1.2.ebuild 3 Nov 2009 09:00:31 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild,v 1.1 2009/10/02 18:15:45 weaver Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-1.2.ebuild,v 1.2 2009/11/03 09:00:31 betelgeuse Exp $
98
99 EAPI="2"
100
101 @@ -20,11 +20,10 @@
102 IUSE=""
103
104 COMMON_DEP="
105 - >=dev-java/commons-discovery-0.2
106 - >=dev-java/commons-logging-1.0.3"
107 + >=dev-java/commons-discovery-0.2:0
108 + >=dev-java/commons-logging-1.0.3:0"
109
110 DEPEND=">=virtual/jdk-1.5
111 - >=dev-java/ant-core-1.6
112 ${COMMON_DEP}
113 test? ( dev-java/ant-junit )"