public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog
@ 2014-05-10 12:34 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-05-10 12:34 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/05/10 12:34:44

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

Revision  Changes    Path
1.4                  dev-java/jboss-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 May 2014 08:49:16 -0000	1.3
+++ ChangeLog	10 May 2014 12:34:44 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jboss-logging
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.3 2014/05/10 08:49:16 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.4 2014/05/10 12:34:44 tomwij Exp $
+
+*jboss-logging-3.1.4 (10 May 2014)
+
+  10 May 2014; Tom Wijsman <TomWij@gentoo.org> +jboss-logging-3.1.4.ebuild:
+  Version bump to 3.1.4.
 
   10 May 2014; Tom Wijsman <TomWij@gentoo.org> jboss-logging-3.1.3-r1.ebuild:
   Temporarily restrict the version of the slf4j-api dependency to <1.7.7;



1.1                  dev-java/jboss-logging/jboss-logging-3.1.4.ebuild

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

Index: jboss-logging-3.1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.1 2014/05/10 12:34:44 tomwij Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="JBoss logging framework"
HOMEPAGE="http://www.jboss.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.GA.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

COMMON_DEPEND="dev-java/jboss-logmanager:0
	<dev-java/slf4j-api-1.7.7:0
	dev-java/log4j:0"

RDEPEND=">=virtual/jre-1.5
		${COMMON_DEPEND}"

DEPEND=">=virtual/jdk-1.5
		${COMMON_DEPEND}"

S="${WORKDIR}/${P}.GA/"

EANT_GENTOO_CLASSPATH="jboss-logmanager,slf4j-api,log4j"
JAVA_ANT_REWRITE_CLASSPATH="true"

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

src_install() {
	java-pkg_newjar target/${PN}-3.1.3.GA.jar

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





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

* [gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog
@ 2015-05-17 21:37 Patrice Clement (monsieurp)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-05-17 21:37 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/05/17 21:37:12

  Modified:             jboss-logging-3.1.4.ebuild ChangeLog
  Log:
  Patch for mending Map misuse in order to get the package to compile against
  slf4j-api-1.7.7. Fix bug 509602.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.2                  dev-java/jboss-logging/jboss-logging-3.1.4.ebuild

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

Index: jboss-logging-3.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jboss-logging-3.1.4.ebuild	10 May 2014 12:34:44 -0000	1.1
+++ jboss-logging-3.1.4.ebuild	17 May 2015 21:37:12 -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/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.1 2014/05/10 12:34:44 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.2 2015/05/17 21:37:12 monsieurp Exp $
 
 EAPI="5"
 
@@ -17,13 +17,13 @@
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="dev-java/jboss-logmanager:0
-	<dev-java/slf4j-api-1.7.7:0
+	>=dev-java/slf4j-api-1.7.7
 	dev-java/log4j:0"
 
-RDEPEND=">=virtual/jre-1.5
+RDEPEND=">=virtual/jre-1.6
 		${COMMON_DEPEND}"
 
-DEPEND=">=virtual/jdk-1.5
+DEPEND=">=virtual/jdk-1.6
 		${COMMON_DEPEND}"
 
 S="${WORKDIR}/${P}.GA/"
@@ -32,12 +32,21 @@
 JAVA_ANT_REWRITE_CLASSPATH="true"
 
 java_prepare() {
-	cp "${FILESDIR}"/${PN}-3.1.3-r1-build.xml build.xml || die
+	cp "${FILESDIR}"/${P}-build.xml build.xml || die
+
+	# https://github.com/qos-ch/slf4j/blob/master/slf4j-api/src/main/java/org/slf4j/MDC.java#L226
+	# MDC returns a Map<String, String>
+	# https://github.com/jboss-logging/jboss-logging/blob/master/src/main/java/org/jboss/logging/Slf4jLoggerProvider.java#L57
+	# Yet, for some reason, the JBoss folks have decided that it should return a Map<String, Object> :|
+	# This patch mends this mistake.
+	epatch "${FILESDIR}"/"${P}"-MDC.patch
 }
 
 src_install() {
-	java-pkg_newjar target/${PN}-3.1.3.GA.jar
+	java-pkg_newjar target/${PN}-3.1.4.GA.jar
 
-	use doc && java-pkg_dojavadoc target/site/apidocs
+	if use doc; then
+		java-pkg_dojavadoc target/site/apidocs
+	fi
 	use source && java-pkg_dosrc src/main/java/org
 }



1.5                  dev-java/jboss-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 May 2014 12:34:44 -0000	1.4
+++ ChangeLog	17 May 2015 21:37:12 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/jboss-logging
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.4 2014/05/10 12:34:44 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.5 2015/05/17 21:37:12 monsieurp Exp $
+
+  17 May 2015; Patrice Clement <monsieurp@gentoo.org>
+  +files/jboss-logging-3.1.4-MDC.patch, +files/jboss-logging-3.1.4-build.xml,
+  jboss-logging-3.1.4.ebuild:
+  Patch for mending Map misuse in order to get the package to compile against
+  slf4j-api-1.7.7. Fix bug 509602.
 
 *jboss-logging-3.1.4 (10 May 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog
@ 2015-05-21  8:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-21  8:28 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/21 08:28:33

  Modified:             jboss-logging-3.1.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #549756
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-java/jboss-logging/jboss-logging-3.1.4.ebuild

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

Index: jboss-logging-3.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jboss-logging-3.1.4.ebuild	17 May 2015 21:37:12 -0000	1.2
+++ jboss-logging-3.1.4.ebuild	21 May 2015 08:28:33 -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/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.2 2015/05/17 21:37:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.3 2015/05/21 08:28:33 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 COMMON_DEPEND="dev-java/jboss-logmanager:0
 	>=dev-java/slf4j-api-1.7.7



1.6                  dev-java/jboss-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 May 2015 21:37:12 -0000	1.5
+++ ChangeLog	21 May 2015 08:28:33 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jboss-logging
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.5 2015/05/17 21:37:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.6 2015/05/21 08:28:33 ago Exp $
+
+  21 May 2015; Agostino Sarubbo <ago@gentoo.org> jboss-logging-3.1.4.ebuild:
+  Stable for amd64, wrt bug #549756
 
   17 May 2015; Patrice Clement <monsieurp@gentoo.org>
   +files/jboss-logging-3.1.4-MDC.patch, +files/jboss-logging-3.1.4-build.xml,





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

* [gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog
@ 2015-05-21  8:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-21  8:28 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/21 08:28:45

  Modified:             jboss-logging-3.1.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #549756
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-java/jboss-logging/jboss-logging-3.1.4.ebuild

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

Index: jboss-logging-3.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jboss-logging-3.1.4.ebuild	21 May 2015 08:28:33 -0000	1.3
+++ jboss-logging-3.1.4.ebuild	21 May 2015 08:28:45 -0000	1.4
@@ -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/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.3 2015/05/21 08:28:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/jboss-logging-3.1.4.ebuild,v 1.4 2015/05/21 08:28:45 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 COMMON_DEPEND="dev-java/jboss-logmanager:0
 	>=dev-java/slf4j-api-1.7.7



1.7                  dev-java/jboss-logging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 May 2015 08:28:33 -0000	1.6
+++ ChangeLog	21 May 2015 08:28:45 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jboss-logging
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.6 2015/05/21 08:28:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-logging/ChangeLog,v 1.7 2015/05/21 08:28:45 ago Exp $
+
+  21 May 2015; Agostino Sarubbo <ago@gentoo.org> jboss-logging-3.1.4.ebuild:
+  Stable for x86, wrt bug #549756
 
   21 May 2015; Agostino Sarubbo <ago@gentoo.org> jboss-logging-3.1.4.ebuild:
   Stable for amd64, wrt bug #549756





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

end of thread, other threads:[~2015-05-21  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-10 12:34 [gentoo-commits] gentoo-x86 commit in dev-java/jboss-logging: jboss-logging-3.1.4.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-17 21:37 Patrice Clement (monsieurp)
2015-05-21  8:28 Agostino Sarubbo (ago)
2015-05-21  8:28 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