public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/netty-codec: netty-codec-4.0.21.ebuild ChangeLog
@ 2014-07-15  8:24 Johann Schmitz (ercpe)
  0 siblings, 0 replies; only message in thread
From: Johann Schmitz (ercpe) @ 2014-07-15  8:24 UTC (permalink / raw
  To: gentoo-commits

ercpe       14/07/15 08:24:05

  Modified:             ChangeLog
  Added:                netty-codec-4.0.21.ebuild
  Log:
  Version bump (bug #515854); dropped code for failing tests
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)

Revision  Changes    Path
1.2                  dev-java/netty-codec/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/netty-codec/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 May 2014 17:28:39 -0000	1.1
+++ ChangeLog	15 Jul 2014 08:24:05 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/netty-codec
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-codec/ChangeLog,v 1.1 2014/05/28 17:28:39 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-codec/ChangeLog,v 1.2 2014/07/15 08:24:05 ercpe Exp $
+
+*netty-codec-4.0.21 (15 Jul 2014)
+
+  15 Jul 2014; Johann Schmitz <ercpe@gentoo.org>
+  +files/netty-codec-4.0.21-build.xml, +netty-codec-4.0.21.ebuild:
+  Version bump (bug #515854); dropped code for failing tests
 
 *netty-codec-4.0.19 (28 May 2014)
 



1.1                  dev-java/netty-codec/netty-codec-4.0.21.ebuild

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

Index: netty-codec-4.0.21.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/netty-codec/netty-codec-4.0.21.ebuild,v 1.1 2014/07/15 08:24:05 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

MY_PN="netty"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Async event-driven framework for rapid development of high performance network applications"
HOMEPAGE="http://netty.io/"
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"

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

CDEPEND="dev-java/${MY_PN}-buffer:0
	dev-java/${MY_PN}-common:0
	dev-java/${MY_PN}-transport:0
	dev-java/jboss-marshalling:0
	dev-java/jzlib:1.1.3
	dev-libs/protobuf[java]"

RDEPEND=">=virtual/jre-1.6
	${CDEPEND}"

DEPEND=">=virtual/jdk-1.6
	${CDEPEND}"

S="${WORKDIR}/${MY_PN}-${MY_P}.Final/${PN/${MY_PN}-}"

EANT_BUILD_TARGET="package"
EANT_GENTOO_CLASSPATH="${MY_PN}-buffer,${MY_PN}-common,jboss-marshalling,${MY_PN}-transport,jzlib-1.1.3,protobuf"
JAVA_ANT_REWRITE_CLASSPATH="true"

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

#    [junit] Testcase: testZLIB_OR_NONE2 took 0.008 sec
#    [junit] 	Caused an ERROR
#    [junit] null
#    [junit] java.lang.InstantiationException
#    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
RESTRICT="test"

src_install() {
	java-pkg_newjar target/${MY_PN}-*.jar ${PN}.jar

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-15  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15  8:24 [gentoo-commits] gentoo-x86 commit in dev-java/netty-codec: netty-codec-4.0.21.ebuild ChangeLog Johann Schmitz (ercpe)

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