Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/commons-math: commons-math-3.2.ebuild ChangeLog
Date: Thu, 30 May 2013 08:17:12
Message-Id: 20130530081703.1BBE92171D@flycatcher.gentoo.org
1 tomwij 13/05/30 08:17:03
2
3 Modified: commons-math-3.2.ebuild ChangeLog
4 Log:
5 Updated path for doc USE flag.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.2 dev-java/commons-math/commons-math-3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild?r1=1.1&r2=1.2
15
16 Index: commons-math-3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- commons-math-3.2.ebuild 29 May 2013 12:44:02 -0000 1.1
23 +++ commons-math-3.2.ebuild 30 May 2013 08:17:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.1 2013/05/29 12:44:02 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.2 2013/05/30 08:17:02 tomwij Exp $
29
30 EAPI="5"
31
32 @@ -49,6 +49,6 @@
33 src_install() {
34 java-osgi_newjar target/${MY_P}.jar ${MY_PN} ${MY_PN} "Export-Package: ${MY_PN}"
35
36 - use doc && java-pkg_dojavadoc target/apidocs
37 + use doc && java-pkg_dojavadoc target/site/apidocs
38 use source && java-pkg_dosrc src/main/java/org
39 }
40
41
42
43 1.10 dev-java/commons-math/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-math/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 29 May 2013 12:44:02 -0000 1.9
56 +++ ChangeLog 30 May 2013 08:17:02 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-java/commons-math
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.9 2013/05/29 12:44:02 tomwij Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.10 2013/05/30 08:17:02 tomwij Exp $
62 +
63 + 30 May 2013; Tom Wijsman <TomWij@g.o> commons-math-3.2.ebuild:
64 + Updated path for doc USE flag.
65
66 *commons-math-3.2 (29 May 2013)