public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
@ 2009-08-07 14:23 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 5+ messages in thread
From: Alistair Bush (ali_bush) @ 2009-08-07 14:23 UTC (permalink / raw
  To: gentoo-commits

ali_bush    09/08/07 14:23:25

  Modified:             ChangeLog
  Added:                constantine-0.6.ebuild
  Log:
  Version Bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-java/constantine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 May 2009 07:38:01 -0000	1.1
+++ ChangeLog	7 Aug 2009 14:23:25 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/constantine
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.1 2009/05/23 07:38:01 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.2 2009/08/07 14:23:25 ali_bush Exp $
+
+*constantine-0.6 (07 Aug 2009)
+
+  07 Aug 2009; Alistair Bush <ali_bush@gentoo.org> +constantine-0.6.ebuild:
+  Version Bump
 
 *constantine-0.5 (22 May 2009)
 



1.1                  dev-java/constantine/constantine-0.6.ebuild

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

Index: constantine-0.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.1 2009/08/07 14:23:25 ali_bush Exp $

JAVA_PKG_IUSE="source test"
inherit base java-pkg-2 java-ant-2

DESCRIPTION="Provides Java values for common platform C constants"
HOMEPAGE="http://kenai.com/projects/constantine"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=virtual/jre-1.5"

DEPEND=">=virtual/jdk-1.5
	test? ( dev-java/ant-junit4 )"

src_compile() {
	# ecj doesn't like some cast for some reason
	java-pkg_force-compiler javac
	java-pkg-2_src_compile
}

src_install() {
	java-pkg_dojar dist/${PN}.jar
	use source && java-pkg_dosrc src/*
}

src_test() {
	ANT_TASKS="ant-junit4" eant test -Dlibs.junit_4.classpath="$(java-pkg_getjars --with-dependencies junit-4)"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
@ 2009-10-25 21:33 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 5+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-10-25 21:33 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/10/25 21:33:00

  Modified:             ChangeLog constantine-0.6.ebuild
  Log:
  Keywording for ppc.
  Bug 270910.
  (Portage version: 14478-svn/cvs/Linux ppc)

Revision  Changes    Path
1.3                  dev-java/constantine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Aug 2009 14:23:25 -0000	1.2
+++ ChangeLog	25 Oct 2009 21:32:59 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/constantine
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.2 2009/08/07 14:23:25 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.3 2009/10/25 21:32:59 volkmar Exp $
+
+  25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> constantine-0.6.ebuild:
+  Keywording for ppc, bug 270910
 
 *constantine-0.6 (07 Aug 2009)
 



1.2                  dev-java/constantine/constantine-0.6.ebuild

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

Index: constantine-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- constantine-0.6.ebuild	7 Aug 2009 14:23:25 -0000	1.1
+++ constantine-0.6.ebuild	25 Oct 2009 21:32:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.1 2009/08/07 14:23:25 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.2 2009/10/25 21:32:59 volkmar Exp $
 
 JAVA_PKG_IUSE="source test"
 inherit base java-pkg-2 java-ant-2
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






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

* [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
@ 2010-01-03 20:34 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-03 20:34 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/03 20:34:20

  Modified:             ChangeLog constantine-0.6.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-java/constantine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 Oct 2009 21:32:59 -0000	1.3
+++ ChangeLog	3 Jan 2010 20:34:19 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/constantine
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.3 2009/10/25 21:32:59 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.4 2010/01/03 20:34:19 fauli Exp $
+
+  03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  constantine-0.6.ebuild:
+  Transfer Prefix keywords
 
   25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> constantine-0.6.ebuild:
   Keywording for ppc, bug 270910



1.3                  dev-java/constantine/constantine-0.6.ebuild

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

Index: constantine-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- constantine-0.6.ebuild	25 Oct 2009 21:32:59 -0000	1.2
+++ constantine-0.6.ebuild	3 Jan 2010 20:34:19 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/constantine/constantine-0.6.ebuild,v 1.2 2009/10/25 21:32:59 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.3 2010/01/03 20:34:19 fauli Exp $
 
 JAVA_PKG_IUSE="source test"
 inherit base java-pkg-2 java-ant-2
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






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

* [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
@ 2010-01-07 17:52 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-07 17:52 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/07 17:52:59

  Modified:             ChangeLog constantine-0.6.ebuild
  Log:
  Marked ppc stable for bug #299452.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-java/constantine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	3 Jan 2010 20:34:19 -0000	1.4
+++ ChangeLog	7 Jan 2010 17:52:58 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/constantine
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.4 2010/01/03 20:34:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.5 2010/01/07 17:52:58 josejx Exp $
+
+  07 Jan 2010; Joseph Jezak <josejx@gentoo.org> constantine-0.6.ebuild:
+  Marked ppc stable for bug #299452.
 
   03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   constantine-0.6.ebuild:



1.4                  dev-java/constantine/constantine-0.6.ebuild

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

Index: constantine-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- constantine-0.6.ebuild	3 Jan 2010 20:34:19 -0000	1.3
+++ constantine-0.6.ebuild	7 Jan 2010 17:52:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.3 2010/01/03 20:34:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.4 2010/01/07 17:52:58 josejx Exp $
 
 JAVA_PKG_IUSE="source test"
 inherit base java-pkg-2 java-ant-2
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






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

* [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild
@ 2010-01-14 21:28 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-01-14 21:28 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/14 21:28:32

  Modified:             ChangeLog constantine-0.6.ebuild
  Log:
  amd64/x86 stable, bug #299452
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-java/constantine/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Jan 2010 17:52:58 -0000	1.5
+++ ChangeLog	14 Jan 2010 21:28:31 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/constantine
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.5 2010/01/07 17:52:58 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/ChangeLog,v 1.6 2010/01/14 21:28:31 maekke Exp $
+
+  14 Jan 2010; Markus Meier <maekke@gentoo.org> constantine-0.6.ebuild:
+  amd64/x86 stable, bug #299452
 
   07 Jan 2010; Joseph Jezak <josejx@gentoo.org> constantine-0.6.ebuild:
   Marked ppc stable for bug #299452.



1.5                  dev-java/constantine/constantine-0.6.ebuild

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

Index: constantine-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- constantine-0.6.ebuild	7 Jan 2010 17:52:58 -0000	1.4
+++ constantine-0.6.ebuild	14 Jan 2010 21:28:31 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.4 2010/01/07 17:52:58 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/constantine/constantine-0.6.ebuild,v 1.5 2010/01/14 21:28:31 maekke Exp $
 
 JAVA_PKG_IUSE="source test"
 inherit base java-pkg-2 java-ant-2
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






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

end of thread, other threads:[~2010-01-14 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 17:52 [gentoo-commits] gentoo-x86 commit in dev-java/constantine: ChangeLog constantine-0.6.ebuild Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-14 21:28 Markus Meier (maekke)
2010-01-03 20:34 Christian Faulhammer (fauli)
2009-10-25 21:33 Mounir Lamouri (volkmar)
2009-08-07 14:23 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