blob: 872da146118553080e27c40aeefab035975962d4 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"