diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-23 10:37:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-23 10:37:45 +0000 |
commit | 0c562064ef21b74744f94f3c6ea496e7a2f4d34b (patch) | |
tree | 12b2c89329c82544ed3e16393eaa115644f0fdf5 /dev-java | |
parent | revdep-rebuild is not recursive, new SEARCH_DIRS now points to tools and libr... (diff) | |
download | gentoo-2-0c562064ef21b74744f94f3c6ea496e7a2f4d34b.tar.gz gentoo-2-0c562064ef21b74744f94f3c6ea496e7a2f4d34b.tar.bz2 gentoo-2-0c562064ef21b74744f94f3c6ea496e7a2f4d34b.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jsr311-api/ChangeLog | 12 | ||||
-rw-r--r-- | dev-java/jsr311-api/files/jsr311-api-1.0-build.xml | 26 | ||||
-rw-r--r-- | dev-java/jsr311-api/files/jsr311-api-1.0-manifest | 17 | ||||
-rw-r--r-- | dev-java/jsr311-api/files/jsr311-api-1.0-maven-build.xml | 183 | ||||
-rw-r--r-- | dev-java/jsr311-api/jsr311-api-1.0.ebuild | 60 | ||||
-rw-r--r-- | dev-java/jsr311-api/metadata.xml | 8 |
6 files changed, 306 insertions, 0 deletions
diff --git a/dev-java/jsr311-api/ChangeLog b/dev-java/jsr311-api/ChangeLog new file mode 100644 index 000000000000..fb5cdd65de56 --- /dev/null +++ b/dev-java/jsr311-api/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for dev-java/jsr311-api +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr311-api/ChangeLog,v 1.1 2009/02/23 10:37:45 robbat2 Exp $ + +*jsr311-api-1.0 (23 Feb 2009) + + 23 Feb 2009; Robin H. Johnson <robbat2@gentoo.org> + +files/jsr311-api-1.0-build.xml, +files/jsr311-api-1.0-manifest, + +files/jsr311-api-1.0-maven-build.xml, +metadata.xml, + +jsr311-api-1.0.ebuild: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-java/jsr311-api/files/jsr311-api-1.0-build.xml b/dev-java/jsr311-api/files/jsr311-api-1.0-build.xml new file mode 100644 index 000000000000..00ededecdc10 --- /dev/null +++ b/dev-java/jsr311-api/files/jsr311-api-1.0-build.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- Ant build modified for Gentoo @ Mon, 23 Feb 2009 08:35:22 +0000 --> +<!-- Robin H. Johnson <robbat2@gentoo.org> --> + +<!-- ====================================================================== --> +<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. --> +<!-- ====================================================================== --> + +<project name="jsr311-api" default="package" basedir="."> + + <!-- ====================================================================== --> + <!-- Import maven-build.xml into the current project --> + <!-- ====================================================================== --> + + <import file="maven-build.xml"/> + + <!-- ====================================================================== --> + <!-- Help target --> + <!-- ====================================================================== --> + + <target name="help"> + <echo message="Please run: $ant -projecthelp"/> + </target> + +</project> diff --git a/dev-java/jsr311-api/files/jsr311-api-1.0-manifest b/dev-java/jsr311-api/files/jsr311-api-1.0-manifest new file mode 100644 index 000000000000..60775f928b86 --- /dev/null +++ b/dev-java/jsr311-api/files/jsr311-api-1.0-manifest @@ -0,0 +1,17 @@ +Manifest-Version: 1.0
+Extension-Name: javax.ws.rs
+Specification-Title: JAX-RS: Java API for RESTful Web Services
+Specification-Vendor: Sun Microsystems, Inc.
+Specification-Version: 1.0
+Bundle-License: http://www.opensource.org/licenses/cddl1.php
+Import-Package: javax.ws.rs;version="1.0",javax.ws.rs.core;version="1.
+ 0",javax.ws.rs.ext;version="1.0"
+Export-Package: javax.ws.rs;uses:="javax.ws.rs.core";version="1.0",jav
+ ax.ws.rs.ext;uses:="javax.ws.rs,javax.ws.rs.core";version="1.0",javax
+ .ws.rs.core;uses:="javax.ws.rs,javax.ws.rs.ext";version="1.0"
+Bundle-Version: 1.0
+Bundle-Name: jsr311-api
+Bundle-DocURL: http://www.sun.com/
+Bundle-ManifestVersion: 2
+Bundle-Vendor: Sun Microsystems, Inc
+Bundle-SymbolicName: javax.ws.rs.jsr311-api
diff --git a/dev-java/jsr311-api/files/jsr311-api-1.0-maven-build.xml b/dev-java/jsr311-api/files/jsr311-api-1.0-maven-build.xml new file mode 100644 index 000000000000..d8761bdf621e --- /dev/null +++ b/dev-java/jsr311-api/files/jsr311-api-1.0-maven-build.xml @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- Ant build modified for Gentoo @ Mon, 23 Feb 2009 08:35:22 +0000 --> +<!-- Robin H. Johnson <robbat2@gentoo.org> --> + +<!-- ====================================================================== --> +<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. --> +<!-- ====================================================================== --> + +<project name="jsr311-api-from-maven" default="package" basedir="."> + + <!-- ====================================================================== --> + <!-- Build environment properties --> + <!-- ====================================================================== --> + + <property file="maven-build.properties"/> + + <property name="maven.build.finalName" value="jsr311-api-1.0"/> + <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"/> + <property name="maven.build.resourceDir.0" value="src/main/resources"/> + <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/> + <property name="maven.build.testDir.0" value="test"/> + <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.settings.interactiveMode" value="true"/> + + <!-- ====================================================================== --> + <!-- Defining classpaths --> + <!-- ====================================================================== --> + + <path id="build.classpath"> + </path> + <path id="build.test.classpath"> + <fileset dir="."> + <include name="lib/junit.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" 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" + source="1.5" + classpath="${gentoo.classpath}"> + <src> + <pathelement location="${maven.build.srcDir.0}"/> + </src> + <classpath refid="build.classpath"/> + </javac> + </target> + + <!-- ====================================================================== --> + <!-- Test-compilation target --> + <!-- ====================================================================== --> + + <target name="compile-tests" + depends="compile" + description="Compile the test code" + unless="maven.test.skip"> + <mkdir dir="${maven.build.testOutputDir}"/> + <javac destdir="${maven.build.testOutputDir}" + nowarn="false" + debug="true" + optimize="false" + deprecation="true" + target="1.5" + verbose="false" + fork="false" + source="1.5" + classpath="${gentoo.classpath}"> + <src> + <pathelement location="${maven.build.testDir.0}"/> + </src> + <classpath> + <path refid="build.test.classpath"/> + <pathelement location="${maven.build.outputDir}"/> + </classpath> + </javac> + </target> + + <!-- ====================================================================== --> + <!-- Run all tests --> + <!-- ====================================================================== --> + + <target name="test" + depends="compile-tests" + description="Run the test cases"> + <mkdir dir="${maven.test.reports}"/> + <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir="."> + <sysproperty key="basedir" value="."/> + <formatter type="xml"/> + <formatter type="plain" usefile="false"/> + <classpath> + <path refid="build.test.classpath"/> + <pathelement location="${maven.build.outputDir}"/> + <pathelement location="${maven.build.testOutputDir}"/> + </classpath> + <batchtest todir="${maven.test.reports}" unless="test"> + <fileset dir="${maven.build.testDir.0}"> + <include name="**/Test*.java"/> + <include name="**/*Test.java"/> + <include name="**/*TestCase.java"/> + <exclude name="**/*Abstract*Test.java"/> + </fileset> + </batchtest> + <batchtest todir="${maven.test.reports}" if="test"> + <fileset dir="${maven.build.testDir.0}"> + <include name="**/${test}.java"/> + <exclude name="**/*Abstract*Test.java"/> + </fileset> + </batchtest> + </junit> + </target> + + <!-- ====================================================================== --> + <!-- Javadoc target --> + <!-- ====================================================================== --> + + <target name="javadoc" description="Generates the Javadoc of the application"> + <javadoc sourcepath="${maven.build.srcDir.0}" + packagenames="*" + 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" + breakiterator="false"/> + </target> + + <!-- ====================================================================== --> + <!-- Package target --> + <!-- ====================================================================== --> + + <target name="package" depends="compile" description="Package the application"> + <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar" + compress="true" + index="false" + manifest="manifest" + basedir="${maven.build.outputDir}" + excludes="**/package.html"/> + </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"/> + +</project> diff --git a/dev-java/jsr311-api/jsr311-api-1.0.ebuild b/dev-java/jsr311-api/jsr311-api-1.0.ebuild new file mode 100644 index 000000000000..8265f51fcbfa --- /dev/null +++ b/dev-java/jsr311-api/jsr311-api-1.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr311-api/jsr311-api-1.0.ebuild,v 1.1 2009/02/23 10:37:45 robbat2 Exp $ + +JAVA_PKG_IUSE="doc source" +JAVA_PKG_STRICT=1 + +inherit java-pkg-2 java-ant-2 eutils + +DESCRIPTION="JAX-RS: Java API for RESTful Web Services" +HOMEPAGE="https://jsr311.dev.java.net/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="CDDL" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=virtual/jdk-1.5 + test? ( dev-java/ant-junit =dev-java/junit-3* )" +RDEPEND=">=virtual/jre-1.5" + +# Helper to generate the tarball :-) +# ( PN=jsr311-api ; P=jsr311-api-1.0 ; . jsr311-api-1.0.ebuild ; src_tarball ) +src_tarball() { + svn export \ + --username guest --password '' --non-interactive \ + ${HOMEPAGE}/svn/jsr311/tags/${P}/${PN} ${P} \ + && \ + tar cvjf ${P}.tar.bz2 ${P} \ + && \ + echo "New tarball located at ${P}.tar.bz2" +} + +src_unpack() { + unpack ${A} + cd "${S}" + for i in build.xml maven-build.xml manifest ; do + cp -f "${FILESDIR}"/"${P}-${i}" "${i}" \ + || die "Unable to find ${P}-${i}" + done + cd "${S}"/lib + java-pkg_jar-from --build-only junit +} + +src_install() { + dodoc README.txt + java-pkg_newjar target/${P}.jar jsr311-api.jar + use doc \ + && java-pkg_dojavadoc target/site/apidocs/ \ + || die "Failed javadoc" + use source \ + && java-pkg_dosrc src/javax/* +} + +src_test() { + EANT_GENTOO_CLASSPATH="junit ant-core" \ + ANT_TASKS="ant-junit" \ + eant test +} diff --git a/dev-java/jsr311-api/metadata.xml b/dev-java/jsr311-api/metadata.xml new file mode 100644 index 000000000000..0f01f6e07537 --- /dev/null +++ b/dev-java/jsr311-api/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</maintainer> +</pkgmetadata> |