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: ChangeLog fastutil-6.5.4.ebuild
Date: Wed, 29 May 2013 11:11:02
Message-Id: 20130529111054.DD0DA2171D@flycatcher.gentoo.org
1 tomwij 13/05/29 11:10:54
2
3 Modified: ChangeLog
4 Added: fastutil-6.5.4.ebuild
5 Log:
6 Version bump to 6.5.4.
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.47 dev-java/fastutil/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 20 Jan 2010 02:35:51 -0000 1.46
24 +++ ChangeLog 29 May 2013 11:10:54 -0000 1.47
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-java/fastutil
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.46 2010/01/20 02:35:51 ranger Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.47 2013/05/29 11:10:54 tomwij Exp $
31 +
32 +*fastutil-6.5.4 (29 May 2013)
33 +
34 + 29 May 2013; Tom Wijsman <TomWij@g.o> +fastutil-6.5.4.ebuild:
35 + Version bump to 6.5.4.
36
37 20 Jan 2010; Brent Baude <ranger@g.o> fastutil-5.1.3.ebuild:
38 Marking fastutil-5.1.3 ppc64 for bug 281006
39 @@ -167,4 +172,3 @@
40 15 Feb 2004; <zx@g.o> fastutil-4.1.ebuild:
41 Initial Import. Thanks to Matteo Coloberti <xteo78@××××××.it> for the initial
42 ebuild. Bug #34100
43 -
44
45
46
47 1.1 dev-java/fastutil/fastutil-6.5.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.1&content-type=text/plain
51
52 Index: fastutil-6.5.4.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.1 2013/05/29 11:10:54 tomwij Exp $
57
58 EAPI="5"
59
60 JAVA_PKG_IUSE="doc source"
61
62 inherit java-pkg-2 java-ant-2
63
64 DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint."
65 SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
66 HOMEPAGE="http://fastutil.dsi.unimi.it"
67
68 LICENSE="Apache-2.0"
69 SLOT="6.5"
70 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
71
72 DEPEND=">=virtual/jdk-1.5"
73 RDEPEND=">=virtual/jre-1.5"
74
75 src_compile() {
76 emake sources
77
78 # bug 162650 and #175578
79 java-pkg_init-compiler_
80
81 [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
82 java-pkg-2_src_compile
83 }
84
85 src_install() {
86 java-pkg_newjar ${P}.jar
87
88 dodoc CHANGES README
89
90 use doc && java-pkg_dojavadoc docs
91 use source && java-pkg_dosrc java/it
92 }