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/fastutil: fastutil-6.5.4.ebuild ChangeLog
Date: Thu, 30 May 2013 08:51:52
Message-Id: 20130530085146.F113F2171D@flycatcher.gentoo.org
1 tomwij 13/05/30 08:51:46
2
3 Modified: fastutil-6.5.4.ebuild ChangeLog
4 Log:
5 Updated path for sources 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/fastutil/fastutil-6.5.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?r1=1.1&r2=1.2
15
16 Index: fastutil-6.5.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fastutil-6.5.4.ebuild 29 May 2013 11:10:54 -0000 1.1
23 +++ fastutil-6.5.4.ebuild 30 May 2013 08:51:46 -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/fastutil/fastutil-6.5.4.ebuild,v 1.1 2013/05/29 11:10:54 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.2 2013/05/30 08:51:46 tomwij Exp $
29
30 EAPI="5"
31
32 @@ -35,5 +35,5 @@
33 dodoc CHANGES README
34
35 use doc && java-pkg_dojavadoc docs
36 - use source && java-pkg_dosrc java/it
37 + use source && java-pkg_dosrc src/it
38 }
39
40
41
42 1.48 dev-java/fastutil/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.48&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.48&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.47&r2=1.48
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
51 retrieving revision 1.47
52 retrieving revision 1.48
53 diff -u -r1.47 -r1.48
54 --- ChangeLog 29 May 2013 11:10:54 -0000 1.47
55 +++ ChangeLog 30 May 2013 08:51:46 -0000 1.48
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-java/fastutil
58 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.47 2013/05/29 11:10:54 tomwij Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.48 2013/05/30 08:51:46 tomwij Exp $
61 +
62 + 30 May 2013; Tom Wijsman <TomWij@g.o> fastutil-6.5.4.ebuild:
63 + Updated path for sources USE flag.
64
65 *fastutil-6.5.4 (29 May 2013)