diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-05-28 15:41:48 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-05-28 15:41:48 +0000 |
commit | 641303edeb2cb792de8987d4573f24dff833dd0e (patch) | |
tree | 75119c169b287fe9d7168569e7a35b75f3314f73 /dev-java | |
parent | Stable for HPPA (bug #508984). (diff) | |
download | gentoo-2-641303edeb2cb792de8987d4573f24dff833dd0e.tar.gz gentoo-2-641303edeb2cb792de8987d4573f24dff833dd0e.tar.bz2 gentoo-2-641303edeb2cb792de8987d4573f24dff833dd0e.zip |
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)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jboss-marshalling/ChangeLog | 11 | ||||
-rw-r--r-- | dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild | 28 | ||||
-rw-r--r-- | dev-java/jboss-marshalling/metadata.xml | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-java/jboss-marshalling/ChangeLog b/dev-java/jboss-marshalling/ChangeLog new file mode 100644 index 000000000000..5955b8c4cac1 --- /dev/null +++ b/dev-java/jboss-marshalling/ChangeLog @@ -0,0 +1,11 @@ +# 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 <TomWij@gentoo.org> +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. diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild new file mode 100644 index 000000000000..8512f615b26f --- /dev/null +++ b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild @@ -0,0 +1,28 @@ +# 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" diff --git a/dev-java/jboss-marshalling/metadata.xml b/dev-java/jboss-marshalling/metadata.xml new file mode 100644 index 000000000000..838c00a4a448 --- /dev/null +++ b/dev-java/jboss-marshalling/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>java</herd> +</pkgmetadata> |