public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.3.ebuild
@ 2008-04-15  7:45 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Bush (ali_bush) @ 2008-04-15  7:45 UTC (permalink / raw
  To: gentoo-commits

ali_bush    08/04/15 07:45:07

  Modified:             ChangeLog
  Added:                fastutil-5.1.3.ebuild
  Log:
  new version.
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.42                 dev-java/fastutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	7 Apr 2008 11:56:55 -0000	1.41
+++ ChangeLog	15 Apr 2008 07:45:07 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/fastutil
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.41 2008/04/07 11:56:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.42 2008/04/15 07:45:07 ali_bush Exp $
+
+*fastutil-5.1.3 (15 Apr 2008)
+
+  15 Apr 2008; Alistair Bush <ali_bush@gentoo.org> +fastutil-5.1.3.ebuild:
+  Bump to latest version.
 
   07 Apr 2008; Markus Rothe <corsair@gentoo.org> fastutil-5.1.2.ebuild:
   Added ~ppc64; bug #215406



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

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

Index: fastutil-5.1.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.1 2008/04/15 07:45:07 ali_bush Exp $

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="LGPL-2.1"
SLOT="5.0"
IUSE=""
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

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

src_compile() {
	emake sources || die "failed to make 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 || die

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



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.3.ebuild
@ 2008-10-23 18:49 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-10-23 18:49 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/23 18:49:51

  Modified:             ChangeLog fastutil-5.1.3.ebuild
  Log:
  amd64/x86 stable, bug #242974
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)

Revision  Changes    Path
1.44                 dev-java/fastutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	20 Oct 2008 23:51:59 -0000	1.43
+++ ChangeLog	23 Oct 2008 18:49:50 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fastutil
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.43 2008/10/20 23:51:59 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.44 2008/10/23 18:49:50 maekke Exp $
+
+  23 Oct 2008; Markus Meier <maekke@gentoo.org> fastutil-5.1.3.ebuild:
+  amd64/x86 stable, bug #242974
 
   20 Oct 2008; Petteri Räty <betelgeuse@gentoo.org> -fastutil-5.0.5.ebuild,
   -fastutil-5.1.2.ebuild:



1.2                  dev-java/fastutil/fastutil-5.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?r1=1.1&r2=1.2

Index: fastutil-5.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fastutil-5.1.3.ebuild	15 Apr 2008 07:45:07 -0000	1.1
+++ fastutil-5.1.3.ebuild	23 Oct 2008 18:49:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.1 2008/04/15 07:45:07 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.2 2008/10/23 18:49:50 maekke Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 SLOT="5.0"
 IUSE=""
-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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.3.ebuild
@ 2008-10-25 16:52 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-10-25 16:52 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/10/25 16:52:13

  Modified:             ChangeLog fastutil-5.1.3.ebuild
  Log:
  Stable on ppc wrt bug 242974
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.45                 dev-java/fastutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	23 Oct 2008 18:49:50 -0000	1.44
+++ ChangeLog	25 Oct 2008 16:52:12 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fastutil
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.44 2008/10/23 18:49:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.45 2008/10/25 16:52:12 nixnut Exp $
+
+  25 Oct 2008; nixnut <nixnut@gentoo.org> fastutil-5.1.3.ebuild:
+  Stable on ppc wrt bug 242974
 
   23 Oct 2008; Markus Meier <maekke@gentoo.org> fastutil-5.1.3.ebuild:
   amd64/x86 stable, bug #242974



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

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

Index: fastutil-5.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fastutil-5.1.3.ebuild	23 Oct 2008 18:49:50 -0000	1.2
+++ fastutil-5.1.3.ebuild	25 Oct 2008 16:52:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.2 2008/10/23 18:49:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.3 2008/10/25 16:52:12 nixnut Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 SLOT="5.0"
 IUSE=""
-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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.3.ebuild
@ 2010-01-20  2:35 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-01-20  2:35 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/20 02:35:52

  Modified:             ChangeLog fastutil-5.1.3.ebuild
  Log:
  Marking fastutil-5.1.3 ppc64 for bug 281006
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.46                 dev-java/fastutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	25 Oct 2008 16:52:12 -0000	1.45
+++ ChangeLog	20 Jan 2010 02:35:51 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fastutil
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.45 2008/10/25 16:52:12 nixnut Exp $
+# 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 $
+
+  20 Jan 2010; Brent Baude <ranger@gentoo.org> fastutil-5.1.3.ebuild:
+  Marking fastutil-5.1.3 ppc64 for bug 281006
 
   25 Oct 2008; nixnut <nixnut@gentoo.org> fastutil-5.1.3.ebuild:
   Stable on ppc wrt bug 242974



1.4                  dev-java/fastutil/fastutil-5.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild?r1=1.3&r2=1.4

Index: fastutil-5.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fastutil-5.1.3.ebuild	25 Oct 2008 16:52:12 -0000	1.3
+++ fastutil-5.1.3.ebuild	20 Jan 2010 02:35:51 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.3 2008/10/25 16:52:12 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.3.ebuild,v 1.4 2010/01/20 02:35:51 ranger Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -12,7 +12,7 @@
 LICENSE="LGPL-2.1"
 SLOT="5.0"
 IUSE=""
-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] 4+ messages in thread

end of thread, other threads:[~2010-01-20  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20  2:35 [gentoo-commits] gentoo-x86 commit in dev-java/fastutil: ChangeLog fastutil-5.1.3.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-25 16:52 Gysbert Wassenaar (nixnut)
2008-10-23 18:49 Markus Meier (maekke)
2008-04-15  7:45 Alistair Bush (ali_bush)

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