public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-6.5.4.ebuild
@ 2013-05-29 11:10 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-05-29 11:10 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/05/29 11:10:54

  Modified:             ChangeLog
  Added:                fastutil-6.5.4.ebuild
  Log:
  Version bump to 6.5.4.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.47                 dev-java/fastutil/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	20 Jan 2010 02:35:51 -0000	1.46
+++ ChangeLog	29 May 2013 11:10:54 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/fastutil
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.46 2010/01/20 02:35:51 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.47 2013/05/29 11:10:54 tomwij Exp $
+
+*fastutil-6.5.4 (29 May 2013)
+
+  29 May 2013; Tom Wijsman <TomWij@gentoo.org> +fastutil-6.5.4.ebuild:
+  Version bump to 6.5.4.
 
   20 Jan 2010; Brent Baude <ranger@gentoo.org> fastutil-5.1.3.ebuild:
   Marking fastutil-5.1.3 ppc64 for bug 281006
@@ -167,4 +172,3 @@
   15 Feb 2004; <zx@gentoo.org> fastutil-4.1.ebuild:
   Initial Import. Thanks to Matteo Coloberti <xteo78@libero.it> for the initial
   ebuild. Bug #34100
-



1.1                  dev-java/fastutil/fastutil-6.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.1&content-type=text/plain

Index: fastutil-6.5.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.1 2013/05/29 11:10:54 tomwij Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint."
SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
HOMEPAGE="http://fastutil.dsi.unimi.it"

LICENSE="Apache-2.0"
SLOT="6.5"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

DEPEND=">=virtual/jdk-1.5"
RDEPEND=">=virtual/jre-1.5"

src_compile() {
	emake sources

	# bug 162650 and #175578
	java-pkg_init-compiler_

	[[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
	java-pkg-2_src_compile
}

src_install() {
	java-pkg_newjar ${P}.jar

	dodoc CHANGES README

	use doc && java-pkg_dojavadoc docs
	use source && java-pkg_dosrc java/it
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-6.5.4.ebuild
@ 2014-02-24  4:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24  4:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/02/24 04:15:10

  Modified:             ChangeLog fastutil-6.5.4.ebuild
  Log:
  x86 stable wrt bug #492008
  
  (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.50                 dev-java/fastutil/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Nov 2013 03:50:24 -0000	1.49
+++ ChangeLog	24 Feb 2014 04:15:10 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fastutil
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.49 2013/11/07 03:50:24 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.50 2014/02/24 04:15:10 phajdan.jr Exp $
+
+  24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> fastutil-6.5.4.ebuild:
+  x86 stable wrt bug #492008
 
   07 Nov 2013; Patrick Lauer <patrick@gentoo.org> fastutil-4.3.1-r1.ebuild,
   fastutil-4.4.2-r1.ebuild, fastutil-5.0.9.ebuild:



1.3                  dev-java/fastutil/fastutil-6.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild?r1=1.2&r2=1.3

Index: fastutil-6.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fastutil-6.5.4.ebuild	30 May 2013 08:51:46 -0000	1.2
+++ fastutil-6.5.4.ebuild	24 Feb 2014 04:15:10 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.2 2013/05/30 08:51:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.3 2014/02/24 04:15:10 phajdan.jr Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="6.5"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.5"
 RDEPEND=">=virtual/jre-1.5"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-24  4:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24  4:15 [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-6.5.4.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-29 11:10 Tom Wijsman (tomwij)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox