aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-01 09:42:25 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-01 09:42:29 +0000
commit05c1e3fd7d1e3c028d3eedcccc0eeed0d9c7b0f1 (patch)
tree4c7b1a32cd75ae450a942489f5a4ca3891986d67
parentdev-java/explicitlayout: HOMEPAGE dead. Removing it. Fixes bug 115931. (diff)
downloadjava-05c1e3fd.tar.gz
java-05c1e3fd.tar.bz2
java-05c1e3fd.zip
dev-java/jersey-*: Very old and outdated. Deleted.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-java/jersey-atom/Manifest2
-rw-r--r--dev-java/jersey-atom/files/generic-maven-build.xml305
-rw-r--r--dev-java/jersey-atom/jersey-atom-1.1.0-r1.ebuild72
-rw-r--r--dev-java/jersey-atom/jersey-atom-1.1.0.ebuild72
-rw-r--r--dev-java/jersey-atom/metadata.xml9
-rw-r--r--dev-java/jersey-client/Manifest2
-rw-r--r--dev-java/jersey-client/files/generic-maven-build.xml305
-rw-r--r--dev-java/jersey-client/jersey-client-1.1.0-r1.ebuild66
-rw-r--r--dev-java/jersey-client/jersey-client-1.1.0.ebuild66
-rw-r--r--dev-java/jersey-client/metadata.xml9
-rw-r--r--dev-java/jersey-core/Manifest2
-rw-r--r--dev-java/jersey-core/files/generic-maven-build.xml305
-rw-r--r--dev-java/jersey-core/files/jersey-core-1.1.0-maven-ant-convert.patch131
-rw-r--r--dev-java/jersey-core/jersey-core-1.1.0-r1.ebuild86
-rw-r--r--dev-java/jersey-core/jersey-core-1.1.0.ebuild86
-rw-r--r--dev-java/jersey-core/metadata.xml9
-rw-r--r--dev-java/jersey-fastinfoset/Manifest2
-rw-r--r--dev-java/jersey-fastinfoset/files/generic-maven-build.xml312
-rw-r--r--dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0-r1.ebuild68
-rw-r--r--dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0.ebuild68
-rw-r--r--dev-java/jersey-fastinfoset/metadata.xml9
21 files changed, 0 insertions, 1986 deletions
diff --git a/dev-java/jersey-atom/Manifest b/dev-java/jersey-atom/Manifest
deleted file mode 100644
index 49130afc..00000000
--- a/dev-java/jersey-atom/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jersey-1.1.0-ea-src-generated.tar.bz2 19021 SHA256 b4ead023147eea3887ef491489b555bbb7b3a85882c42a98a2503facd18496c2
-DIST jersey-1.1.0-ea-src.tar.bz2 849808 SHA256 03f7144503aa095ab922730d8187401d4222ec77b4bc1a6bd6e46ae28c38f6a4
diff --git a/dev-java/jersey-atom/files/generic-maven-build.xml b/dev-java/jersey-atom/files/generic-maven-build.xml
deleted file mode 100644
index d71a89f2..00000000
--- a/dev-java/jersey-atom/files/generic-maven-build.xml
+++ /dev/null
@@ -1,305 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Ant build modified for Gentoo @ Sat, 20 Jun 2009 23:58:40 +0000 -->
-<!-- Robin H. Johnson <robbat2@gentoo.org> -->
-
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
-<!-- ====================================================================== -->
-
-<!-- ====================================================================== -->
-<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
-<!-- ====================================================================== -->
-<!-- -->
-<!-- Any modifications will be overwritten. -->
-<!-- -->
-<!-- Generated by Maven Ant Plugin on 6/20/09 4:57 PM -->
-<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<project name="@@GENTOO_PN@@-from-maven" default="package" basedir=".">
-
- <!-- ====================================================================== -->
- <!-- Build environment properties -->
- <!-- ====================================================================== -->
-<!--
- <property file="${user.home}/.m2/maven.properties"/>
- -->
- <property file="maven-build.properties"/>
-
- <property name="maven.build.finalName" value="@@GENTOO_PN@@-@@GENTOO_PV@@"/>
- <property name="maven.build.dir" value="target"/>
- <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
- <property name="maven.build.srcDir.0" value="src/main/java"/>
- <property name="maven.build.resourceDir.0" value="src/main/resources"/>
- <property name="maven.build.resourceDir.1" value="src/main/java"/>
- <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
- <property name="maven.build.testDir.0" value="src/test/java"/>
- <property name="maven.build.testResourceDir.0" value="src/test/resources"/>
- <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
- <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
-
-<!--
- <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.settings.offline" value="false"/>
--->
- <property name="maven.settings.interactiveMode" value="true"/>
-
- <!-- ====================================================================== -->
- <!-- Defining classpaths -->
- <!-- ====================================================================== -->
-
- <path id="build.classpath">
- <fileset dir=".">
- <include name="*.jar"/>
- </fileset>
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
- <path id="build.test.classpath">
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
-
- <!-- ====================================================================== -->
- <!-- Cleaning up target -->
- <!-- ====================================================================== -->
-
- <target name="clean" description="Clean the output directory">
- <delete dir="${maven.build.dir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Compilation target -->
- <!-- ====================================================================== -->
-<!--
- <target name="compile" depends="get-deps" description="Compile the code">
--->
- <target name="compile" description="Compile the code">
- <mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
- nowarn="false"
- debug="true"
- optimize="false"
- deprecation="true"
- target="1.5"
- verbose="false"
- fork="false"
- classpath="${gentoo.classpath}"
- source="1.5">
- <src>
- <pathelement location="${maven.build.srcDir.0}"/>
- </src>
- <classpath refid="build.classpath"/>
- </javac>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.0}"/>
- </copy>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.1}">
- <exclude name="**/*.java"/>
- </fileset>
- </copy>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Test-compilation target -->
- <!-- ====================================================================== -->
-
- <target name="compile-tests"
- depends="compile"
- description="Compile the test code"
- unless="maven.test.skip">
- <mkdir dir="${maven.build.testOutputDir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Run all tests -->
- <!-- ====================================================================== -->
-
- <target name="test"
- depends="compile-tests"
- unless="junit.skipped"
- description="Run the test cases"/>
-<!--
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present"/>
- </target>
-
- <target name="test-junit-status"
- depends="test-junit-present">
- <condition property="junit.missing">
- <and>
- <isfalse value="${junit.present}"/>
- <isfalse value="${maven.test.skip}"/>
- </and>
- </condition>
- <condition property="junit.skipped">
- <or>
- <isfalse value="${junit.present}"/>
- <istrue value="${maven.test.skip}"/>
- </or>
- </condition>
- </target>
-
- <target name="junit-missing"
- depends="test-junit-status"
- if="junit.missing">
- <echo>=================================== WARNING ===================================</echo>
- <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
- <echo>===============================================================================</echo>
- </target>
--->
- <!-- ====================================================================== -->
- <!-- Javadoc target -->
- <!-- ====================================================================== -->
-
- <target name="javadoc" description="Generates the Javadoc of the application">
- <javadoc sourcepath="${maven.build.srcDir.0}"
- packagenames="*"
- excludepackagenames="com.sun.jersey.core.impl"
- destdir="${maven.reporting.outputDirectory}/apidocs"
- access="protected"
- old="false"
- verbose="false"
- version="true"
- use="true"
- author="true"
- splitindex="false"
- nodeprecated="false"
- nodeprecatedlist="false"
- notree="false"
- noindex="false"
- nohelp="false"
- nonavbar="false"
- serialwarn="false"
- charset="ISO-8859-1"
- linksource="false"
- classpathref="build.classpath"
- breakiterator="false"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Package target -->
- <!-- ====================================================================== -->
-<!--
- <target name="package" depends="compile,test" description="Package the application">
--->
- <target name="package" depends="compile" description="Package the application">
- <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
- compress="true"
- index="false"
- basedir="${maven.build.outputDir}"
- excludes="**/package.html">
- <!--
- <manifest>
- <attribute name="Main-Class"/>
- </manifest>
- -->
- </jar>
- </target>
-
- <!-- ====================================================================== -->
- <!-- A dummy target for the package named after the type it creates -->
- <!-- ====================================================================== -->
-
- <target name="jar" depends="package" description="Builds the jar for the application"/>
-
- <!-- ====================================================================== -->
- <!-- Download dependencies target -->
- <!-- ====================================================================== -->
-<!--
- <target name="test-offline">
- <condition property="maven.mode.offline">
- <equals arg1="${maven.settings.offline}" arg2="true"/>
- </condition>
- </target>
-
- <target name="get-deps"
- depends="test-offline"
- description="Download all dependencies"
- unless="maven.mode.offline">
- <mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1"/>
- <get src="http://download.java.net/maven/1/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/mail/mail/1.4"/>
- <get src="http://download.java.net/maven/1/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/activation/activation/1.1"/>
- <get src="http://download.java.net/maven/1/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1"/>
- <get src="http://download.java.net/maven/1/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2"/>
- <get src="http://download.java.net/maven/1/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- </target>
--->
-</project>
diff --git a/dev-java/jersey-atom/jersey-atom-1.1.0-r1.ebuild b/dev-java/jersey-atom/jersey-atom-1.1.0-r1.ebuild
deleted file mode 100644
index 55e427ef..00000000
--- a/dev-java/jersey-atom/jersey-atom-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - atom"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- java-virtuals/jaxb-api:2
- java-virtuals/stax-api
- dev-java/istack-commons-runtime:1.1
- dev-java/jersey-core
- dev-java/jdom:1.0
- dev-java/rome
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-api-2
- java-pkg_jar-from jaf
- java-pkg_jar-from stax-api
- java-pkg_jar-from istack-commons-runtime-1.1
- java-pkg_jar-from jersey-core
- java-pkg_jar-from jdom:1.0
- java-pkg_jar-from rome
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-atom/jersey-atom-1.1.0.ebuild b/dev-java/jersey-atom/jersey-atom-1.1.0.ebuild
deleted file mode 100644
index 080d4244..00000000
--- a/dev-java/jersey-atom/jersey-atom-1.1.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - atom"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- dev-java/jaxb:2
- dev-java/stax
- dev-java/istack-commons-runtime:1.1
- dev-java/jersey-core
- dev-java/jdom:1.0
- dev-java/rome
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-2 jaxb-api.jar
- java-pkg_jar-from jaf
- java-pkg_jar-from stax stax-api.jar
- java-pkg_jar-from istack-commons-runtime-1.1
- java-pkg_jar-from jersey-core
- java-pkg_jar-from jdom:1.0
- java-pkg_jar-from rome
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-atom/metadata.xml b/dev-java/jersey-atom/metadata.xml
deleted file mode 100644
index a8562b80..00000000
--- a/dev-java/jersey-atom/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<maintainer>
- <email>robbat2@gentoo.org</email>
- <description>Maintainer for actual Lucene issues.</description>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-java/jersey-client/Manifest b/dev-java/jersey-client/Manifest
deleted file mode 100644
index 49130afc..00000000
--- a/dev-java/jersey-client/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jersey-1.1.0-ea-src-generated.tar.bz2 19021 SHA256 b4ead023147eea3887ef491489b555bbb7b3a85882c42a98a2503facd18496c2
-DIST jersey-1.1.0-ea-src.tar.bz2 849808 SHA256 03f7144503aa095ab922730d8187401d4222ec77b4bc1a6bd6e46ae28c38f6a4
diff --git a/dev-java/jersey-client/files/generic-maven-build.xml b/dev-java/jersey-client/files/generic-maven-build.xml
deleted file mode 100644
index 805fe454..00000000
--- a/dev-java/jersey-client/files/generic-maven-build.xml
+++ /dev/null
@@ -1,305 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Ant build modified for Gentoo @ Sat, 20 Jun 2009 23:58:40 +0000 -->
-<!-- Robin H. Johnson <robbat2@gentoo.org> -->
-
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
-<!-- ====================================================================== -->
-
-<!-- ====================================================================== -->
-<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
-<!-- ====================================================================== -->
-<!-- -->
-<!-- Any modifications will be overwritten. -->
-<!-- -->
-<!-- Generated by Maven Ant Plugin on 6/20/09 4:57 PM -->
-<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<project name="@@GENTOO_PN@@-from-maven" default="package" basedir=".">
-
- <!-- ====================================================================== -->
- <!-- Build environment properties -->
- <!-- ====================================================================== -->
-<!--
- <property file="${user.home}/.m2/maven.properties"/>
- -->
- <property file="maven-build.properties"/>
-
- <property name="maven.build.finalName" value="@@GENTOO_PN@@-@@GENTOO_PV@@"/>
- <property name="maven.build.dir" value="target"/>
- <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
- <property name="maven.build.srcDir.0" value="src/main/java"/>
- <property name="maven.build.resourceDir.0" value="src/main/resources"/>
- <property name="maven.build.resourceDir.1" value="src/main/java"/>
- <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
- <property name="maven.build.testDir.0" value="src/test/java"/>
- <property name="maven.build.testResourceDir.0" value="src/test/resources"/>
- <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
- <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
-
-<!--
- <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.settings.offline" value="false"/>
--->
- <property name="maven.settings.interactiveMode" value="true"/>
-
- <!-- ====================================================================== -->
- <!-- Defining classpaths -->
- <!-- ====================================================================== -->
-
- <path id="build.classpath">
- <fileset dir=".">
- <include name="*.jar"/>
- </fileset>
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
- <path id="build.test.classpath">
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
-
- <!-- ====================================================================== -->
- <!-- Cleaning up target -->
- <!-- ====================================================================== -->
-
- <target name="clean" description="Clean the output directory">
- <delete dir="${maven.build.dir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Compilation target -->
- <!-- ====================================================================== -->
-<!--
- <target name="compile" depends="get-deps" description="Compile the code">
--->
- <target name="compile" description="Compile the code">
- <mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
- nowarn="false"
- debug="true"
- optimize="false"
- deprecation="true"
- target="1.5"
- verbose="false"
- fork="false"
- classpath="${gentoo.classpath}"
- source="1.5">
- <src>
- <pathelement location="${maven.build.srcDir.0}"/>
- </src>
- <classpath refid="build.classpath"/>
- </javac>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.0}"/>
- </copy>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.1}">
- <exclude name="**/*.java"/>
- </fileset>
- </copy>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Test-compilation target -->
- <!-- ====================================================================== -->
-
- <target name="compile-tests"
- depends="compile"
- description="Compile the test code"
- unless="maven.test.skip">
- <mkdir dir="${maven.build.testOutputDir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Run all tests -->
- <!-- ====================================================================== -->
-
- <target name="test"
- depends="compile-tests"
- unless="junit.skipped"
- description="Run the test cases"/>
-<!--
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present"/>
- </target>
-
- <target name="test-junit-status"
- depends="test-junit-present">
- <condition property="junit.missing">
- <and>
- <isfalse value="${junit.present}"/>
- <isfalse value="${maven.test.skip}"/>
- </and>
- </condition>
- <condition property="junit.skipped">
- <or>
- <isfalse value="${junit.present}"/>
- <istrue value="${maven.test.skip}"/>
- </or>
- </condition>
- </target>
-
- <target name="junit-missing"
- depends="test-junit-status"
- if="junit.missing">
- <echo>=================================== WARNING ===================================</echo>
- <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
- <echo>===============================================================================</echo>
- </target>
--->
- <!-- ====================================================================== -->
- <!-- Javadoc target -->
- <!-- ====================================================================== -->
-
- <target name="javadoc" description="Generates the Javadoc of the application">
- <javadoc sourcepath="${maven.build.srcDir.0}"
- packagenames="*"
- excludepackagenames="com.sun.jersey.core.impl,com.sun.jersey.client.impl,com.sun.ws.rs.ex"
- destdir="${maven.reporting.outputDirectory}/apidocs"
- access="protected"
- old="false"
- verbose="false"
- version="true"
- use="true"
- author="true"
- splitindex="false"
- nodeprecated="false"
- nodeprecatedlist="false"
- notree="false"
- noindex="false"
- nohelp="false"
- nonavbar="false"
- serialwarn="false"
- charset="ISO-8859-1"
- linksource="false"
- classpathref="build.classpath"
- breakiterator="false"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Package target -->
- <!-- ====================================================================== -->
-<!--
- <target name="package" depends="compile,test" description="Package the application">
--->
- <target name="package" depends="compile" description="Package the application">
- <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
- compress="true"
- index="false"
- basedir="${maven.build.outputDir}"
- excludes="**/package.html">
- <!--
- <manifest>
- <attribute name="Main-Class"/>
- </manifest>
- -->
- </jar>
- </target>
-
- <!-- ====================================================================== -->
- <!-- A dummy target for the package named after the type it creates -->
- <!-- ====================================================================== -->
-
- <target name="jar" depends="package" description="Builds the jar for the application"/>
-
- <!-- ====================================================================== -->
- <!-- Download dependencies target -->
- <!-- ====================================================================== -->
-<!--
- <target name="test-offline">
- <condition property="maven.mode.offline">
- <equals arg1="${maven.settings.offline}" arg2="true"/>
- </condition>
- </target>
-
- <target name="get-deps"
- depends="test-offline"
- description="Download all dependencies"
- unless="maven.mode.offline">
- <mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1"/>
- <get src="http://download.java.net/maven/1/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/mail/mail/1.4"/>
- <get src="http://download.java.net/maven/1/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/activation/activation/1.1"/>
- <get src="http://download.java.net/maven/1/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1"/>
- <get src="http://download.java.net/maven/1/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2"/>
- <get src="http://download.java.net/maven/1/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- </target>
--->
-</project>
diff --git a/dev-java/jersey-client/jersey-client-1.1.0-r1.ebuild b/dev-java/jersey-client/jersey-client-1.1.0-r1.ebuild
deleted file mode 100644
index cfda8e63..00000000
--- a/dev-java/jersey-client/jersey-client-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - client"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- java-virtuals/jaxb-api:2
- java-virtuals/stax-api
- dev-java/jersey-core
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-api-2
- java-pkg_jar-from jaf
- java-pkg_jar-from stax-api
- java-pkg_jar-from jersey-core
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-client/jersey-client-1.1.0.ebuild b/dev-java/jersey-client/jersey-client-1.1.0.ebuild
deleted file mode 100644
index a3b4e5d4..00000000
--- a/dev-java/jersey-client/jersey-client-1.1.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - client"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- dev-java/jaxb:2
- dev-java/stax
- dev-java/jersey-core
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-2 jaxb-api.jar
- java-pkg_jar-from jaf
- java-pkg_jar-from stax stax-api.jar
- java-pkg_jar-from jersey-core
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-client/metadata.xml b/dev-java/jersey-client/metadata.xml
deleted file mode 100644
index a8562b80..00000000
--- a/dev-java/jersey-client/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<maintainer>
- <email>robbat2@gentoo.org</email>
- <description>Maintainer for actual Lucene issues.</description>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-java/jersey-core/Manifest b/dev-java/jersey-core/Manifest
deleted file mode 100644
index 49130afc..00000000
--- a/dev-java/jersey-core/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jersey-1.1.0-ea-src-generated.tar.bz2 19021 SHA256 b4ead023147eea3887ef491489b555bbb7b3a85882c42a98a2503facd18496c2
-DIST jersey-1.1.0-ea-src.tar.bz2 849808 SHA256 03f7144503aa095ab922730d8187401d4222ec77b4bc1a6bd6e46ae28c38f6a4
diff --git a/dev-java/jersey-core/files/generic-maven-build.xml b/dev-java/jersey-core/files/generic-maven-build.xml
deleted file mode 100644
index d71a89f2..00000000
--- a/dev-java/jersey-core/files/generic-maven-build.xml
+++ /dev/null
@@ -1,305 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Ant build modified for Gentoo @ Sat, 20 Jun 2009 23:58:40 +0000 -->
-<!-- Robin H. Johnson <robbat2@gentoo.org> -->
-
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
-<!-- ====================================================================== -->
-
-<!-- ====================================================================== -->
-<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
-<!-- ====================================================================== -->
-<!-- -->
-<!-- Any modifications will be overwritten. -->
-<!-- -->
-<!-- Generated by Maven Ant Plugin on 6/20/09 4:57 PM -->
-<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<project name="@@GENTOO_PN@@-from-maven" default="package" basedir=".">
-
- <!-- ====================================================================== -->
- <!-- Build environment properties -->
- <!-- ====================================================================== -->
-<!--
- <property file="${user.home}/.m2/maven.properties"/>
- -->
- <property file="maven-build.properties"/>
-
- <property name="maven.build.finalName" value="@@GENTOO_PN@@-@@GENTOO_PV@@"/>
- <property name="maven.build.dir" value="target"/>
- <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
- <property name="maven.build.srcDir.0" value="src/main/java"/>
- <property name="maven.build.resourceDir.0" value="src/main/resources"/>
- <property name="maven.build.resourceDir.1" value="src/main/java"/>
- <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
- <property name="maven.build.testDir.0" value="src/test/java"/>
- <property name="maven.build.testResourceDir.0" value="src/test/resources"/>
- <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
- <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
-
-<!--
- <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.settings.offline" value="false"/>
--->
- <property name="maven.settings.interactiveMode" value="true"/>
-
- <!-- ====================================================================== -->
- <!-- Defining classpaths -->
- <!-- ====================================================================== -->
-
- <path id="build.classpath">
- <fileset dir=".">
- <include name="*.jar"/>
- </fileset>
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
- <path id="build.test.classpath">
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
-
- <!-- ====================================================================== -->
- <!-- Cleaning up target -->
- <!-- ====================================================================== -->
-
- <target name="clean" description="Clean the output directory">
- <delete dir="${maven.build.dir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Compilation target -->
- <!-- ====================================================================== -->
-<!--
- <target name="compile" depends="get-deps" description="Compile the code">
--->
- <target name="compile" description="Compile the code">
- <mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
- nowarn="false"
- debug="true"
- optimize="false"
- deprecation="true"
- target="1.5"
- verbose="false"
- fork="false"
- classpath="${gentoo.classpath}"
- source="1.5">
- <src>
- <pathelement location="${maven.build.srcDir.0}"/>
- </src>
- <classpath refid="build.classpath"/>
- </javac>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.0}"/>
- </copy>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.1}">
- <exclude name="**/*.java"/>
- </fileset>
- </copy>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Test-compilation target -->
- <!-- ====================================================================== -->
-
- <target name="compile-tests"
- depends="compile"
- description="Compile the test code"
- unless="maven.test.skip">
- <mkdir dir="${maven.build.testOutputDir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Run all tests -->
- <!-- ====================================================================== -->
-
- <target name="test"
- depends="compile-tests"
- unless="junit.skipped"
- description="Run the test cases"/>
-<!--
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present"/>
- </target>
-
- <target name="test-junit-status"
- depends="test-junit-present">
- <condition property="junit.missing">
- <and>
- <isfalse value="${junit.present}"/>
- <isfalse value="${maven.test.skip}"/>
- </and>
- </condition>
- <condition property="junit.skipped">
- <or>
- <isfalse value="${junit.present}"/>
- <istrue value="${maven.test.skip}"/>
- </or>
- </condition>
- </target>
-
- <target name="junit-missing"
- depends="test-junit-status"
- if="junit.missing">
- <echo>=================================== WARNING ===================================</echo>
- <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
- <echo>===============================================================================</echo>
- </target>
--->
- <!-- ====================================================================== -->
- <!-- Javadoc target -->
- <!-- ====================================================================== -->
-
- <target name="javadoc" description="Generates the Javadoc of the application">
- <javadoc sourcepath="${maven.build.srcDir.0}"
- packagenames="*"
- excludepackagenames="com.sun.jersey.core.impl"
- destdir="${maven.reporting.outputDirectory}/apidocs"
- access="protected"
- old="false"
- verbose="false"
- version="true"
- use="true"
- author="true"
- splitindex="false"
- nodeprecated="false"
- nodeprecatedlist="false"
- notree="false"
- noindex="false"
- nohelp="false"
- nonavbar="false"
- serialwarn="false"
- charset="ISO-8859-1"
- linksource="false"
- classpathref="build.classpath"
- breakiterator="false"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Package target -->
- <!-- ====================================================================== -->
-<!--
- <target name="package" depends="compile,test" description="Package the application">
--->
- <target name="package" depends="compile" description="Package the application">
- <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
- compress="true"
- index="false"
- basedir="${maven.build.outputDir}"
- excludes="**/package.html">
- <!--
- <manifest>
- <attribute name="Main-Class"/>
- </manifest>
- -->
- </jar>
- </target>
-
- <!-- ====================================================================== -->
- <!-- A dummy target for the package named after the type it creates -->
- <!-- ====================================================================== -->
-
- <target name="jar" depends="package" description="Builds the jar for the application"/>
-
- <!-- ====================================================================== -->
- <!-- Download dependencies target -->
- <!-- ====================================================================== -->
-<!--
- <target name="test-offline">
- <condition property="maven.mode.offline">
- <equals arg1="${maven.settings.offline}" arg2="true"/>
- </condition>
- </target>
-
- <target name="get-deps"
- depends="test-offline"
- description="Download all dependencies"
- unless="maven.mode.offline">
- <mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1"/>
- <get src="http://download.java.net/maven/1/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/mail/mail/1.4"/>
- <get src="http://download.java.net/maven/1/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/activation/activation/1.1"/>
- <get src="http://download.java.net/maven/1/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1"/>
- <get src="http://download.java.net/maven/1/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2"/>
- <get src="http://download.java.net/maven/1/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- </target>
--->
-</project>
diff --git a/dev-java/jersey-core/files/jersey-core-1.1.0-maven-ant-convert.patch b/dev-java/jersey-core/files/jersey-core-1.1.0-maven-ant-convert.patch
deleted file mode 100644
index d05c2ed4..00000000
--- a/dev-java/jersey-core/files/jersey-core-1.1.0-maven-ant-convert.patch
+++ /dev/null
@@ -1,131 +0,0 @@
-diff -Nuar -wbB jersey-core.orig/maven-build.xml jersey-core/maven-build.xml
---- jersey-core.orig/maven-build.xml 2009-06-20 16:57:09.000000000 -0700
-+++ jersey-core/maven-build.xml 2009-06-20 17:04:29.000000000 -0700
-@@ -1,5 +1,8 @@
- <?xml version="1.0" encoding="UTF-8"?>
-
-+<!-- Ant build modified for Gentoo @ Sat, 20 Jun 2009 23:58:40 +0000 -->
-+<!-- Robin H. Johnson <robbat2@gentoo.org> -->
-+
- <!-- ====================================================================== -->
- <!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
- <!-- ====================================================================== -->
-@@ -20,8 +23,9 @@
- <!-- ====================================================================== -->
- <!-- Build environment properties -->
- <!-- ====================================================================== -->
--
-+<!--
- <property file="${user.home}/.m2/maven.properties"/>
-+ -->
- <property file="maven-build.properties"/>
-
- <property name="maven.build.finalName" value="jersey-core-1.1.0-ea"/>
-@@ -36,8 +40,10 @@
- <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
- <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
-
-+<!--
- <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.settings.offline" value="false"/>
-+-->
- <property name="maven.settings.interactiveMode" value="true"/>
-
- <!-- ====================================================================== -->
-@@ -45,6 +51,7 @@
- <!-- ====================================================================== -->
-
- <path id="build.classpath">
-+ <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
-@@ -52,8 +59,10 @@
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
-+ -->
- </path>
- <path id="build.test.classpath">
-+ <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
-@@ -61,6 +70,7 @@
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
-+ -->
- </path>
-
- <!-- ====================================================================== -->
-@@ -74,8 +84,10 @@
- <!-- ====================================================================== -->
- <!-- Compilation target -->
- <!-- ====================================================================== -->
--
-+<!--
- <target name="compile" depends="get-deps" description="Compile the code">
-+-->
-+ <target name="compile" description="Compile the code">
- <mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
- nowarn="false"
-@@ -85,6 +97,7 @@
- target="1.5"
- verbose="false"
- fork="false"
-+ classpath="${gentoo.classpath}"
- source="1.5">
- <src>
- <pathelement location="${maven.build.srcDir.0}"/>
-@@ -117,10 +130,10 @@
- <!-- ====================================================================== -->
-
- <target name="test"
-- depends="compile-tests, junit-missing"
-+ depends="compile-tests"
- unless="junit.skipped"
- description="Run the test cases"/>
--
-+<!--
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present"/>
- </target>
-@@ -148,7 +161,7 @@
- <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
- <echo>===============================================================================</echo>
- </target>
--
-+-->
- <!-- ====================================================================== -->
- <!-- Javadoc target -->
- <!-- ====================================================================== -->
-@@ -179,8 +192,10 @@
- <!-- ====================================================================== -->
- <!-- Package target -->
- <!-- ====================================================================== -->
--
-+<!--
- <target name="package" depends="compile,test" description="Package the application">
-+-->
-+ <target name="package" depends="compile" description="Package the application">
- <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
- compress="true"
- index="false"
-@@ -201,7 +216,7 @@
- <!-- ====================================================================== -->
- <!-- Download dependencies target -->
- <!-- ====================================================================== -->
--
-+<!--
- <target name="test-offline">
- <condition property="maven.mode.offline">
- <equals arg1="${maven.settings.offline}" arg2="true"/>
-@@ -279,5 +294,5 @@
- usetimestamp="false"
- ignoreerrors="true"/>
- </target>
--
-+-->
- </project>
diff --git a/dev-java/jersey-core/jersey-core-1.1.0-r1.ebuild b/dev-java/jersey-core/jersey-core-1.1.0-r1.ebuild
deleted file mode 100644
index b0dd4ad8..00000000
--- a/dev-java/jersey-core/jersey-core-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - core"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- java-virtuals/javamail
- java-virtuals/jaxb-api:2
- java-virtuals/stax-api
- dev-java/istack-commons-runtime:1.1
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# Helper to generate the tarball :-)
-# ( PN=jersey ; PV=1.1.0 ; . ${PN}*-${PV}.ebuild ; src_tarball )
-src_tarball() {
- SVN_SRC_URI="${HOMEPAGE}/svn/${PROJ_PN}/tags/${PROJ_P}"
- tarball="${PROJ_P}"
- svn export \
- --username guest --password '' --non-interactive \
- ${SVN_SRC_URI} ${tarball} \
- && \
- tar cvjf ${SRC_FILE} \
- --exclude '*.jar' \
- --exclude '*.zip' \
- ${tarball} \
- && \
- echo "New tarball located at ${SRC_FILE}" \
- echo "Now you should make ${SRC_FILE/src/src-generated}.tar.bz2 using the"
- echo "generate-sources maven targets, and symlink back to the real src"
- echo "directories. It's not automated yet :-("
-}
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from javamail
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-api-2
- java-pkg_jar-from jaf
- java-pkg_jar-from stax-api
- java-pkg_jar-from istack-commons-runtime-1.1
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-core/jersey-core-1.1.0.ebuild b/dev-java/jersey-core/jersey-core-1.1.0.ebuild
deleted file mode 100644
index c36decba..00000000
--- a/dev-java/jersey-core/jersey-core-1.1.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - core"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- java-virtuals/javamail
- dev-java/jaxb:2
- dev-java/stax
- dev-java/istack-commons-runtime:1.1
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# Helper to generate the tarball :-)
-# ( PN=jersey ; PV=1.1.0 ; . ${PN}*-${PV}.ebuild ; src_tarball )
-src_tarball() {
- SVN_SRC_URI="${HOMEPAGE}/svn/${PROJ_PN}/tags/${PROJ_P}"
- tarball="${PROJ_P}"
- svn export \
- --username guest --password '' --non-interactive \
- ${SVN_SRC_URI} ${tarball} \
- && \
- tar cvjf ${SRC_FILE} \
- --exclude '*.jar' \
- --exclude '*.zip' \
- ${tarball} \
- && \
- echo "New tarball located at ${SRC_FILE}" \
- echo "Now you should make ${SRC_FILE/src/src-generated}.tar.bz2 using the"
- echo "generate-sources maven targets, and symlink back to the real src"
- echo "directories. It's not automated yet :-("
-}
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from javamail
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-2 jaxb-api.jar
- java-pkg_jar-from jaf
- java-pkg_jar-from stax stax-api.jar
- java-pkg_jar-from istack-commons-runtime-1.1
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-core/metadata.xml b/dev-java/jersey-core/metadata.xml
deleted file mode 100644
index a8562b80..00000000
--- a/dev-java/jersey-core/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<maintainer>
- <email>robbat2@gentoo.org</email>
- <description>Maintainer for actual Lucene issues.</description>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-java/jersey-fastinfoset/Manifest b/dev-java/jersey-fastinfoset/Manifest
deleted file mode 100644
index 49130afc..00000000
--- a/dev-java/jersey-fastinfoset/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jersey-1.1.0-ea-src-generated.tar.bz2 19021 SHA256 b4ead023147eea3887ef491489b555bbb7b3a85882c42a98a2503facd18496c2
-DIST jersey-1.1.0-ea-src.tar.bz2 849808 SHA256 03f7144503aa095ab922730d8187401d4222ec77b4bc1a6bd6e46ae28c38f6a4
diff --git a/dev-java/jersey-fastinfoset/files/generic-maven-build.xml b/dev-java/jersey-fastinfoset/files/generic-maven-build.xml
deleted file mode 100644
index 95752805..00000000
--- a/dev-java/jersey-fastinfoset/files/generic-maven-build.xml
+++ /dev/null
@@ -1,312 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- Ant build modified for Gentoo @ Sat, 20 Jun 2009 23:58:40 +0000 -->
-<!-- Robin H. Johnson <robbat2@gentoo.org> -->
-
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
-<!-- ====================================================================== -->
-
-<!-- ====================================================================== -->
-<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
-<!-- ====================================================================== -->
-<!-- -->
-<!-- Any modifications will be overwritten. -->
-<!-- -->
-<!-- Generated by Maven Ant Plugin on 6/20/09 4:57 PM -->
-<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<project name="@@GENTOO_PN@@-from-maven" default="package" basedir=".">
-
- <!-- ====================================================================== -->
- <!-- Build environment properties -->
- <!-- ====================================================================== -->
-<!--
- <property file="${user.home}/.m2/maven.properties"/>
- -->
- <property file="maven-build.properties"/>
-
- <property name="maven.build.finalName" value="@@GENTOO_PN@@-@@GENTOO_PV@@"/>
- <property name="maven.build.dir" value="target"/>
- <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
- <property name="maven.build.srcDir.0" value="src/main/java"/>
- <property name="maven.build.resourceDir.0" value="src/main/resources"/>
- <property name="maven.build.resourceDir.1" value="src/main/java"/>
- <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
- <property name="maven.build.testDir.0" value="src/test/java"/>
- <property name="maven.build.testResourceDir.0" value="src/test/resources"/>
- <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
- <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
-
-<!--
- <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
- <property name="maven.settings.offline" value="false"/>
--->
- <property name="maven.settings.interactiveMode" value="true"/>
-
- <!-- ====================================================================== -->
- <!-- Defining classpaths -->
- <!-- ====================================================================== -->
-
- <path id="build.classpath">
- <fileset dir=".">
- <include name="*.jar"/>
- </fileset>
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
- <path id="build.test.classpath">
- <!--
- <fileset dir="${maven.repo.local}">
- <include name="javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"/>
- <include name="javax/mail/mail/1.4/mail-1.4.jar"/>
- <include name="javax/activation/activation/1.1/activation-1.1.jar"/>
- <include name="javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <include name="javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/>
- </fileset>
- -->
- </path>
-
- <!-- ====================================================================== -->
- <!-- Cleaning up target -->
- <!-- ====================================================================== -->
-
- <target name="clean" description="Clean the output directory">
- <delete dir="${maven.build.dir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Compilation target -->
- <!-- ====================================================================== -->
-<!--
- <target name="compile" depends="get-deps" description="Compile the code">
--->
- <target name="compile" description="Compile the code">
- <mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
- nowarn="false"
- debug="true"
- optimize="false"
- deprecation="true"
- target="1.5"
- verbose="false"
- fork="false"
- classpath="${gentoo.classpath}"
- source="1.5">
- <src>
- <pathelement location="${maven.build.srcDir.0}"/>
- </src>
- <classpath refid="build.classpath"/>
- </javac>
- <!--
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.0}"/>
- </copy>
- -->
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.1}">
- <exclude name="**/*.java"/>
- </fileset>
- </copy>
- <copy todir="${maven.build.outputDir}">
- <fileset dir="${maven.build.resourceDir.1}">
- <include name="META-INF/**/*"/>
- </fileset>
- </copy>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Test-compilation target -->
- <!-- ====================================================================== -->
-
- <target name="compile-tests"
- depends="compile"
- description="Compile the test code"
- unless="maven.test.skip">
- <mkdir dir="${maven.build.testOutputDir}"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Run all tests -->
- <!-- ====================================================================== -->
-
- <target name="test"
- depends="compile-tests"
- unless="junit.skipped"
- description="Run the test cases"/>
-<!--
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present"/>
- </target>
-
- <target name="test-junit-status"
- depends="test-junit-present">
- <condition property="junit.missing">
- <and>
- <isfalse value="${junit.present}"/>
- <isfalse value="${maven.test.skip}"/>
- </and>
- </condition>
- <condition property="junit.skipped">
- <or>
- <isfalse value="${junit.present}"/>
- <istrue value="${maven.test.skip}"/>
- </or>
- </condition>
- </target>
-
- <target name="junit-missing"
- depends="test-junit-status"
- if="junit.missing">
- <echo>=================================== WARNING ===================================</echo>
- <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
- <echo>===============================================================================</echo>
- </target>
--->
- <!-- ====================================================================== -->
- <!-- Javadoc target -->
- <!-- ====================================================================== -->
-
- <target name="javadoc" description="Generates the Javadoc of the application">
- <javadoc sourcepath="${maven.build.srcDir.0}"
- packagenames="*"
- excludepackagenames="com.sun.jersey.core.impl,com.sun.jersey.client.impl,com.sun.ws.rs.ex,com.sun.jersey.fastinfoset.impl"
- destdir="${maven.reporting.outputDirectory}/apidocs"
- access="protected"
- old="false"
- verbose="false"
- version="true"
- use="true"
- author="true"
- splitindex="false"
- nodeprecated="false"
- nodeprecatedlist="false"
- notree="false"
- noindex="false"
- nohelp="false"
- nonavbar="false"
- serialwarn="false"
- charset="ISO-8859-1"
- linksource="false"
- classpathref="build.classpath"
- breakiterator="false"/>
- </target>
-
- <!-- ====================================================================== -->
- <!-- Package target -->
- <!-- ====================================================================== -->
-<!--
- <target name="package" depends="compile,test" description="Package the application">
--->
- <target name="package" depends="compile" description="Package the application">
- <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
- compress="true"
- index="false"
- basedir="${maven.build.outputDir}"
- excludes="**/package.html">
- <!--
- <manifest>
- <attribute name="Main-Class"/>
- </manifest>
- -->
- </jar>
- </target>
-
- <!-- ====================================================================== -->
- <!-- A dummy target for the package named after the type it creates -->
- <!-- ====================================================================== -->
-
- <target name="jar" depends="package" description="Builds the jar for the application"/>
-
- <!-- ====================================================================== -->
- <!-- Download dependencies target -->
- <!-- ====================================================================== -->
-<!--
- <target name="test-offline">
- <condition property="maven.mode.offline">
- <equals arg1="${maven.settings.offline}" arg2="true"/>
- </condition>
- </target>
-
- <target name="get-deps"
- depends="test-offline"
- description="Download all dependencies"
- unless="maven.mode.offline">
- <mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1"/>
- <get src="http://download.java.net/maven/1/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- dest="${maven.repo.local}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/mail/mail/1.4"/>
- <get src="http://download.java.net/maven/1/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4/mail-1.4.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/activation/activation/1.1"/>
- <get src="http://download.java.net/maven/1/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"
- dest="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1"/>
- <get src="http://download.java.net/maven/1/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- dest="${maven.repo.local}/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <mkdir dir="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2"/>
- <get src="http://download.java.net/maven/1/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- <get src="http://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- dest="${maven.repo.local}/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"
- usetimestamp="false"
- ignoreerrors="true"/>
- </target>
--->
-</project>
diff --git a/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0-r1.ebuild b/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0-r1.ebuild
deleted file mode 100644
index d4dca67b..00000000
--- a/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - fastinfoset"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- java-virtuals/jaxb-api:2
- java-virtuals/stax-api
- dev-java/jersey-core
- dev-java/fastinfoset
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-api-2
- java-pkg_jar-from jaf
- java-pkg_jar-from stax-api
- java-pkg_jar-from jersey-core
- java-pkg_jar-from fastinfoset
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0.ebuild b/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0.ebuild
deleted file mode 100644
index ad74288c..00000000
--- a/dev-java/jersey-fastinfoset/jersey-fastinfoset-1.1.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-PROJ_PV="${PV}-ea"
-PROJ_PN="jersey"
-PROJ_P="${PROJ_PN}-${PROJ_PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JAX-RS Reference Implementation for building RESTful Web services - fastinfoset"
-HOMEPAGE="https://jersey.dev.java.net/"
-
-SRC_FILE="${PROJ_P}-src.tar.bz2"
-SRC_URI="mirror://gentoo/${SRC_FILE}
- mirror://gentoo/${SRC_FILE/src/src-generated}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE}
- http://dev.gentoo.org/~robbat2/java/${SRC_FILE/src/src-generated}"
-
-LICENSE="|| ( CDDL GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-java/jsr311-api-1.1
- dev-java/jaxb:2
- dev-java/stax
- dev-java/jersey-core
- dev-java/fastinfoset
- java-virtuals/jaf"
-DEPEND=">=virtual/jdk-1.5
- test? ( dev-java/ant-junit:0 dev-java/junit:0 )
- ${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEPEND}"
-
-S="${WORKDIR}/${PROJ_P}/${PROJ_PN}/${PN}"
-
-# src_tarball is ONLY available in jersey-core
-
-java_prepare() {
- sed \
- -e "/@@GENTOO_PN@@/s,@@GENTOO_PN@@,${PN},g" \
- -e "/@@GENTOO_PV@@/s,@@GENTOO_PV@@,${PV},g" \
- <"${FILESDIR}"/generic-maven-build.xml \
- >build.xml
-
- java-pkg_jar-from jsr311-api
- java-pkg_jar-from jaxb-2
- java-pkg_jar-from jaf
- java-pkg_jar-from stax stax-api.jar
- java-pkg_jar-from jersey-core
- java-pkg_jar-from fastinfoset
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java
-}
-
-src_test() {
- EANT_GENTOO_CLASSPATH="junit ant-core" \
- ANT_TASKS="ant-junit" \
- eant test
-}
diff --git a/dev-java/jersey-fastinfoset/metadata.xml b/dev-java/jersey-fastinfoset/metadata.xml
deleted file mode 100644
index a8562b80..00000000
--- a/dev-java/jersey-fastinfoset/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-<maintainer>
- <email>robbat2@gentoo.org</email>
- <description>Maintainer for actual Lucene issues.</description>
-</maintainer>
-</pkgmetadata>