summaryrefslogtreecommitdiff
path: root/dev-java/jboss-marshalling-serial
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-java/jboss-marshalling-serial
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/jboss-marshalling-serial')
-rw-r--r--dev-java/jboss-marshalling-serial/Manifest3
-rw-r--r--dev-java/jboss-marshalling-serial/jboss-marshalling-serial-1.3.0.ebuild31
-rw-r--r--dev-java/jboss-marshalling-serial/metadata.xml8
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-java/jboss-marshalling-serial/Manifest b/dev-java/jboss-marshalling-serial/Manifest
deleted file mode 100644
index 2f8c67afc14c..000000000000
--- a/dev-java/jboss-marshalling-serial/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST jboss-marshalling-serial-1.3.0.CR9-sources.jar 33627 BLAKE2B 76a6d6656c456ef5b4a4acbb659f52280d63b48aea46ff4fd190f8a9b5852157e37ce511a1af87007b04f03401082dd5e9a0d540ba27ac02567e7e50f04ebc33 SHA512 23343b43d2d81fb3f9d22e82d04e3c215cf0357fe369ac316a602b4599f84602bdd38fd50c8378050b1d031db2ad31405fc38bc93ef7a9327d63a29dd73ee144
-EBUILD jboss-marshalling-serial-1.3.0.ebuild 681 BLAKE2B 3d73a06ced906f541d70235d50b684d73de8eca26c214f52cec4af35a3d9770df1f338256ed0e4634f76b44d9dcbb4ed073dc6808504c41a063dadd84afab4b9 SHA512 7999b5669cab82c6fac7d537bed15f20bf66e89417db3d286dcde9a42d4c4b820edd9da67e2236e10102d7c14dfb8fffa844cba23233eae06ab80473daeac9bd
-MISC metadata.xml 232 BLAKE2B 513679b02247d8e4cb4c874abd785119d9ca62ad24c44969d52a42c3765d0ebf689024512a2c4c48e69688a4ce02a74ae05708b050a720bc73d8d2bf2ceff58d SHA512 00beaf2c81112ff757c4395f4ea47e85f2d48e369e241f10ddf200090dd6513d52ae2b1aef6d28b7417f1cf34608a7258a167eb307d5670323a2190f3710f893
diff --git a/dev-java/jboss-marshalling-serial/jboss-marshalling-serial-1.3.0.ebuild b/dev-java/jboss-marshalling-serial/jboss-marshalling-serial-1.3.0.ebuild
deleted file mode 100644
index 0117913853ea..000000000000
--- a/dev-java/jboss-marshalling-serial/jboss-marshalling-serial-1.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Serial protocol implementation for JBoss Marshalling"
-HOMEPAGE="http://jbossmarshalling.jboss.org/"
-SRC_URI="http://download.jboss.org/jbossmarshalling/${P}.CR9-sources.jar"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-CDEPEND="~dev-java/jboss-marshalling-${PV}:0"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.7"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.7
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="jboss-marshalling"
-
-src_compile() {
- java-pkg-simple_src_compile
- java-pkg_addres ${PN}.jar .
-}
diff --git a/dev-java/jboss-marshalling-serial/metadata.xml b/dev-java/jboss-marshalling-serial/metadata.xml
deleted file mode 100644
index 2444066aa02b..000000000000
--- a/dev-java/jboss-marshalling-serial/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
-</maintainer>
-</pkgmetadata>