tomwij 14/05/28 15:41:48
Added: jboss-marshalling-1.3.0.ebuild metadata.xml
ChangeLog
Log:
New ebuild for dev-java/marshalling, an alternative compatible serialization
API that fixes many JDK serialization API problems; introduced as a dependency
of dev-java/netty-codec.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key
6D34E57D)
Revision Changes Path
1.1 dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild?rev=1.1&content-type=text/plain
Index: jboss-marshalling-1.3.0.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-marshalling/jboss-marshalling-1.3.0.ebuild,v
1.1 2014/05/28 15:41:48 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="source"
inherit java-pkg-2 java-pkg-simple
HOMEPAGE="http://jbossmarshalling.jboss.org/"
SRC_URI="http://download.jboss.org/jbossmarshalling/jboss-marshalling-${PV}.CR9-sources.jar"
DESCRIPTION="Alternative compatible serialization API that fixes many JDK
serialization API problems"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
CDEPEND="dev-java/jboss-modules:0"
RDEPEND=">=virtual/jre-1.5
${CDEPEND}"
DEPEND=">=virtual/jdk-1.5
${CDEPEND}"
JAVA_SRC_DIR="org"
JAVA_GENTOO_CLASSPATH="jboss-modules"
1.1 dev-java/jboss-marshalling/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
</pkgmetadata>
1.1 dev-java/jboss-marshalling/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jboss-marshalling/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-java/jboss-marshalling
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jboss-marshalling/ChangeLog,v 1.1
2014/05/28 15:41:48 tomwij Exp $
*jboss-marshalling-1.3.0 (28 May 2014)
28 May 2014; Tom Wijsman <[email protected]> +jboss-marshalling-1.3.0.ebuild,
+metadata.xml:
New ebuild for dev-java/marshalling, an alternative compatible serialization
API that fixes many JDK serialization API problems; introduced as a dependency
of dev-java/netty-codec.