public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/bytelist: ChangeLog bytelist-1.0.2.ebuild
@ 2009-05-23  7:40 Vlastimil Babka (caster)
  0 siblings, 0 replies; 5+ messages in thread
From: Vlastimil Babka (caster) @ 2009-05-23  7:40 UTC (permalink / raw
  To: gentoo-commits

caster      09/05/23 07:40:03

  Modified:             ChangeLog
  Added:                bytelist-1.0.2.ebuild
  Log:
  Version bump, thanks to chewi.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-java/bytelist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Jan 2009 22:01:39 -0000	1.2
+++ ChangeLog	23 May 2009 07:40:03 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/bytelist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.2 2009/01/05 22:01:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.3 2009/05/23 07:40:03 caster Exp $
+
+*bytelist-1.0.2 (22 May 2009)
+
+  22 May 2009; Vlastimil Babka <caster@gentoo.org> +bytelist-1.0.2.ebuild:
+  Version bump, thanks to chewi.
 
   05 Jan 2009; Markus Meier <maekke@gentoo.org> bytelist-1.0.ebuild:
   amd64/x86 stable, bug #251173



1.1                  dev-java/bytelist/bytelist-1.0.2.ebuild

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

Index: bytelist-1.0.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.1 2009/05/23 07:40:03 caster Exp $

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

DESCRIPTION="JRuby support library"
HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=virtual/jre-1.4
	dev-java/jcodings"

DEPEND=">=virtual/jdk-1.4
	dev-java/jcodings
	test? ( dev-java/ant-junit )"

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jcodings"

java_prepare() {
	# Don't do tests unnecessarily.
	sed -i 's:depends="test":depends="compile":' build.xml
}

src_install() {
	java-pkg_newjar lib/${PN}-1.0.1.jar
	use source && java-pkg_dosrc src/*
}

src_test() {
	ANT_TASKS="ant-junit" eant test
}






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

* [gentoo-commits] gentoo-x86 commit in dev-java/bytelist: ChangeLog bytelist-1.0.2.ebuild
@ 2009-07-01  9:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-01  9:30 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/01 09:30:26

  Modified:             ChangeLog bytelist-1.0.2.ebuild
  Log:
  stable x86, bug 275076
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-java/bytelist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 May 2009 07:40:03 -0000	1.3
+++ ChangeLog	1 Jul 2009 09:30:26 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/bytelist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.3 2009/05/23 07:40:03 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.4 2009/07/01 09:30:26 fauli Exp $
+
+  01 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+  bytelist-1.0.2.ebuild:
+  stable x86, bug 275076
 
 *bytelist-1.0.2 (22 May 2009)
 



1.2                  dev-java/bytelist/bytelist-1.0.2.ebuild

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

Index: bytelist-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bytelist-1.0.2.ebuild	23 May 2009 07:40:03 -0000	1.1
+++ bytelist-1.0.2.ebuild	1 Jul 2009 09:30:26 -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/bytelist/bytelist-1.0.2.ebuild,v 1.1 2009/05/23 07:40:03 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.2 2009/07/01 09:30:26 fauli Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.4






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

* [gentoo-commits] gentoo-x86 commit in dev-java/bytelist: ChangeLog bytelist-1.0.2.ebuild
@ 2009-07-05 20:36 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-07-05 20:36 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/05 20:36:05

  Modified:             ChangeLog bytelist-1.0.2.ebuild
  Log:
  amd64 stable, bug #275076
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-java/bytelist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Jul 2009 09:30:26 -0000	1.4
+++ ChangeLog	5 Jul 2009 20:36:05 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/bytelist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.4 2009/07/01 09:30:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.5 2009/07/05 20:36:05 maekke Exp $
+
+  05 Jul 2009; Markus Meier <maekke@gentoo.org> bytelist-1.0.2.ebuild:
+  amd64 stable, bug #275076
 
   01 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
   bytelist-1.0.2.ebuild:



1.3                  dev-java/bytelist/bytelist-1.0.2.ebuild

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

Index: bytelist-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bytelist-1.0.2.ebuild	1 Jul 2009 09:30:26 -0000	1.2
+++ bytelist-1.0.2.ebuild	5 Jul 2009 20:36:05 -0000	1.3
@@ -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/bytelist/bytelist-1.0.2.ebuild,v 1.2 2009/07/01 09:30:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.3 2009/07/05 20:36:05 maekke Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.4






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

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

volkmar     09/10/25 21:23:03

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

Revision  Changes    Path
1.6                  dev-java/bytelist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Jul 2009 20:36:05 -0000	1.5
+++ ChangeLog	25 Oct 2009 21:23:02 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/bytelist
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.5 2009/07/05 20:36:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.6 2009/10/25 21:23:02 volkmar Exp $
+
+  25 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> bytelist-1.0.2.ebuild:
+  Keywording for ppc, bug 270910
 
   05 Jul 2009; Markus Meier <maekke@gentoo.org> bytelist-1.0.2.ebuild:
   amd64 stable, bug #275076



1.4                  dev-java/bytelist/bytelist-1.0.2.ebuild

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

Index: bytelist-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bytelist-1.0.2.ebuild	5 Jul 2009 20:36:05 -0000	1.3
+++ bytelist-1.0.2.ebuild	25 Oct 2009 21:23:02 -0000	1.4
@@ -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/bytelist/bytelist-1.0.2.ebuild,v 1.3 2009/07/05 20:36:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.4 2009/10/25 21:23:02 volkmar Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.4






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

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

fauli       10/01/03 20:18:59

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

Revision  Changes    Path
1.8                  dev-java/bytelist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 Dec 2009 12:25:10 -0000	1.7
+++ ChangeLog	3 Jan 2010 20:18:59 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/bytelist
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.7 2009/12/14 12:25:10 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/ChangeLog,v 1.8 2010/01/03 20:18:59 fauli Exp $
+
+  03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  bytelist-1.0.2.ebuild:
+  Transfer Prefix keywords
 
   14 Dec 2009; Peter Volkov <pva@gentoo.org> metadata.xml:
   Fixed invalid metadata.xml (no DTD found)



1.5                  dev-java/bytelist/bytelist-1.0.2.ebuild

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

Index: bytelist-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bytelist-1.0.2.ebuild	25 Oct 2009 21:23:02 -0000	1.4
+++ bytelist-1.0.2.ebuild	3 Jan 2010 20:18:59 -0000	1.5
@@ -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/bytelist/bytelist-1.0.2.ebuild,v 1.4 2009/10/25 21:23:02 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bytelist/bytelist-1.0.2.ebuild,v 1.5 2010/01/03 20:18:59 fauli Exp $
 
 EAPI=2
 JAVA_PKG_IUSE="source test"
@@ -11,7 +11,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.4






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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03 20:18 [gentoo-commits] gentoo-x86 commit in dev-java/bytelist: ChangeLog bytelist-1.0.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-25 21:23 Mounir Lamouri (volkmar)
2009-07-05 20:36 Markus Meier (maekke)
2009-07-01  9:30 Christian Faulhammer (fauli)
2009-05-23  7:40 Vlastimil Babka (caster)

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