Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.2.ebuild
Date: Sun, 30 Mar 2008 06:12:03
Message-Id: E1Jfqls-0001Gw-Je@stork.gentoo.org
1 ali_bush 08/03/30 06:12:00
2
3 Modified: ChangeLog
4 Added: fastutil-5.1.2.ebuild
5 Log:
6 Version Bump and Shorten overlength description.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.40 dev-java/fastutil/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 25 Nov 2007 15:15:49 -0000 1.39
23 +++ ChangeLog 30 Mar 2008 06:12:00 -0000 1.40
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/fastutil
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.39 2007/11/25 15:15:49 ranger Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.40 2008/03/30 06:12:00 ali_bush Exp $
30 +
31 +*fastutil-5.1.2 (30 Mar 2008)
32 +
33 + 30 Mar 2008; Alistair Bush <ali_bush@g.o> +fastutil-5.1.2.ebuild:
34 + Version Bump. Shorten Description.
35
36 25 Nov 2007; Brent Baude <ranger@g.o> fastutil-5.0.9.ebuild:
37 Marking fastutil-5.0.9 ppc for bug 199246
38
39
40
41 1.1 dev-java/fastutil/fastutil-5.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fastutil-5.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.2.ebuild,v 1.1 2008/03/30 06:12:00 ali_bush Exp $
51
52 JAVA_PKG_IUSE="doc source"
53
54 inherit java-pkg-2 java-ant-2
55
56 DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint."
57 SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
58 HOMEPAGE="http://fastutil.dsi.unimi.it"
59 LICENSE="LGPL-2.1"
60 SLOT="5.0"
61 IUSE=""
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 DEPEND=">=virtual/jdk-1.5"
65 RDEPEND=">=virtual/jre-1.5"
66
67 src_compile() {
68 emake sources || die "failed to make sources"
69 # bug 162650 and #175578
70 java-pkg_init-compiler_
71 [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
72 java-pkg-2_src_compile
73 }
74
75 src_install() {
76 java-pkg_newjar ${P}.jar
77
78 dodoc CHANGES README || die
79
80 use doc && java-pkg_dojavadoc docs
81 use source && java-pkg_dosrc java/it
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list