public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jcodings: jcodings-1.0.11.ebuild ChangeLog
@ 2014-05-03 20:39 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-05-03 20:39 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/05/03 20:39:56

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

Revision  Changes    Path
1.14                 dev-java/jcodings/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 May 2012 17:08:50 -0000	1.13
+++ ChangeLog	3 May 2014 20:39:55 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jcodings
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.13 2012/05/09 17:08:50 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.14 2014/05/03 20:39:55 tomwij Exp $
+
+*jcodings-1.0.11 (03 May 2014)
+
+  03 May 2014; Tom Wijsman <TomWij@gentoo.org> +jcodings-1.0.11.ebuild:
+  Version bump to 1.0.11.
 
   09 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> jcodings-1.0.5.ebuild:
   x86 stable wrt bug #396305
@@ -52,4 +57,3 @@
   22 May 2009; Vlastimil Babka <caster@gentoo.org> +jcodings-1.0.2.ebuild,
   +metadata.xml:
   New package, jruby dependency. Ebuild provided by chewi in java-overlay.
-



1.1                  dev-java/jcodings/jcodings-1.0.11.ebuild

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

Index: jcodings-1.0.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 1.1 2014/05/03 20:39:55 tomwij Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Byte-based encoding support library for Java"
HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz"

LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"

RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
	test? (
		dev-java/ant-junit:0
		>=dev-java/junit-4.8:4
	)"

S="${WORKDIR}/${PN}-${PN}-${PV}"

java_prepare() {
	cp "${FILESDIR}"/maven-build.xml build.xml || die
}

src_test() {
	java-pkg-2_src_test
}

src_install() {
	java-pkg_dojar target/${PN}.jar

	use doc && java-pkg_dojavadoc target/site/apidocs
	use source && java-pkg_dosrc src/*
}





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

* [gentoo-commits] gentoo-x86 commit in dev-java/jcodings: jcodings-1.0.11.ebuild ChangeLog
@ 2015-03-27  9:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27  9:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 09:53:46

  Modified:             jcodings-1.0.11.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535076
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-java/jcodings/jcodings-1.0.11.ebuild

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

Index: jcodings-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jcodings-1.0.11.ebuild	3 May 2014 20:39:55 -0000	1.1
+++ jcodings-1.0.11.ebuild	27 Mar 2015 09:53:46 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 1.1 2014/05/03 20:39:55 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 1.2 2015/03/27 09:53:46 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND=">=virtual/jre-1.5"
 DEPEND=">=virtual/jdk-1.5



1.16                 dev-java/jcodings/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Jun 2014 10:56:33 -0000	1.15
+++ ChangeLog	27 Mar 2015 09:53:46 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jcodings
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.15 2014/06/17 10:56:33 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.16 2015/03/27 09:53:46 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> jcodings-1.0.11.ebuild:
+  Stable for amd64, wrt bug #535076
 
   17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -jcodings-1.0.2.ebuild:
   NM: Cleanup superseeded ebuilds.





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

* [gentoo-commits] gentoo-x86 commit in dev-java/jcodings: jcodings-1.0.11.ebuild ChangeLog
@ 2015-03-27 10:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 10:24 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 10:24:34

  Modified:             jcodings-1.0.11.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535076
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-java/jcodings/jcodings-1.0.11.ebuild

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

Index: jcodings-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jcodings-1.0.11.ebuild	27 Mar 2015 09:53:46 -0000	1.2
+++ jcodings-1.0.11.ebuild	27 Mar 2015 10:24:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 1.2 2015/03/27 09:53:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/jcodings-1.0.11.ebuild,v 1.3 2015/03/27 10:24:34 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND=">=virtual/jre-1.5"
 DEPEND=">=virtual/jdk-1.5



1.17                 dev-java/jcodings/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	27 Mar 2015 09:53:46 -0000	1.16
+++ ChangeLog	27 Mar 2015 10:24:34 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jcodings
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.16 2015/03/27 09:53:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcodings/ChangeLog,v 1.17 2015/03/27 10:24:34 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> jcodings-1.0.11.ebuild:
+  Stable for x86, wrt bug #535076
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> jcodings-1.0.11.ebuild:
   Stable for amd64, wrt bug #535076





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

end of thread, other threads:[~2015-03-27 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-03 20:39 [gentoo-commits] gentoo-x86 commit in dev-java/jcodings: jcodings-1.0.11.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27  9:53 Agostino Sarubbo (ago)
2015-03-27 10:24 Agostino Sarubbo (ago)

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