commit: a2a420b6667b79cccd785c96c39caae0e81dfcd1 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jan 27 22:21:31 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 22:21:31 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/java.git;a=commit;h=a2a420b6
apache-addressing: This ebuild never made it into the main tree + HOMEPAGE dead. Removing it. --- dev-java/apache-addressing/ChangeLog | 8 -- dev-java/apache-addressing/Manifest | 5 - .../apache-addressing-1.0_pre20061001.ebuild | 47 ------- .../apache-addressing-1.0_pre20061001-build.xml | 154 --------------------- dev-java/apache-addressing/metadata.xml | 6 - 5 files changed, 220 deletions(-) diff --git a/dev-java/apache-addressing/ChangeLog b/dev-java/apache-addressing/ChangeLog deleted file mode 100644 index c424507..0000000 --- a/dev-java/apache-addressing/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-java/apache-addressing -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 02 Oct 2006; Vlastimil Babka <cas...@gentoo.org> - apache-addressing-1.0_pre20061001.ebuild: - Fixed dojar call. - diff --git a/dev-java/apache-addressing/Manifest b/dev-java/apache-addressing/Manifest deleted file mode 100644 index 30592a3..0000000 --- a/dev-java/apache-addressing/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX apache-addressing-1.0_pre20061001-build.xml 5308 RMD160 a4f78515f7f87c7c33f22bb12739448c76277883 SHA1 a98176c7599f38046500a7ad3058b982c51740bc SHA256 58bc4c38c2fbf2837c720c0500b7da5f1f6b1a862f8e02af5dcfadf3e4bfa0d2 -DIST apache-addressing-1.0_pre20061001.tar.bz2 50827 RMD160 65cf6ce6c5f5a362832c37f2f6c8d7140a52c022 SHA1 c37880d63cdcd3f980f7e7db6f6f188e002a8aaf SHA256 8530684c864f4a281ecdfebb30b868c864a09c47725d3e9a0c7b58dcdd465493 -EBUILD apache-addressing-1.0_pre20061001.ebuild 1379 RMD160 98f3955351e8010a507ef93540ac242edd7a17ed SHA1 eff290a7db2ef6047984b9a588a42872499e9dd3 SHA256 1db3bbc0438189cf5f99b0cc44afab36bc57e925ff54d2279bddfbe3aa611d5f -MISC ChangeLog 243 RMD160 7a3fda2beee087c114c80e36216cee8817ee1d05 SHA1 e6c11c61a0f793eec9f507e694be23ef4b4a5c0c SHA256 d8dbcceebc6f51fd913510827040d8ead4ef318e0a296c096e7c4d6ca2d77e82 -MISC metadata.xml 159 RMD160 5259d4be0ca7b74c28e711d45a289def9aeadbd9 SHA1 c4ec40cd8f19e0d780a5133941bc50043be198cf SHA256 1c070a909e96d9d193f84ad9304d196febbe33b60a724cc4b0d20634bb82255b diff --git a/dev-java/apache-addressing/apache-addressing-1.0_pre20061001.ebuild b/dev-java/apache-addressing/apache-addressing-1.0_pre20061001.ebuild deleted file mode 100644 index 0d49d6f..0000000 --- a/dev-java/apache-addressing/apache-addressing-1.0_pre20061001.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-2.0-r1.ebuild,v 1.2 2006/07/22 21:26:56 nelchael Exp $ - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Apache Addressing is an implementation of the Web Services Addressing (WS-Addressing), published by the IBM, Microsoft and BEA as a joint specification, on top of Apache Axis (The Next Generation SOAP)." -HOMEPAGE="http://ws.apache.org/ws-fx/addressing/" -SRC_URI="http://dev.gentoo.org/~caster/distfiles/${P}.tar.bz2" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc source" - -COMMON_DEPS=">=www-servers/axis-1.2.1 - dev-java/wsdl4j - >=dev-java/commons-discovery-0.2 - >=dev-java/commons-logging-1.0.4" -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-core - source? ( app-arch/zip ) - ${COMMON_DEPS}" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEPS}" - -src_unpack() { - unpack ${A} - - cp ${FILESDIR}/${P}-build.xml ${S}/build.xml - - mkdir -p ${S}/target/lib && cd ${S}/target/lib - java-pkg_jar-from axis-1 - java-pkg_jar-from wsdl4j - java-pkg_jar-from commons-discovery - java-pkg_jar-from commons-logging commons-logging.jar -} - -src_compile() { - eant jar $(use_doc javadoc) -} - -src_install() { - java-pkg_dojar target/addressing.jar - use doc && java-pkg_dohtml -r output/dist/doc/javadoc/user/* - use source && java-pkg_dosrc src/* -} - diff --git a/dev-java/apache-addressing/files/apache-addressing-1.0_pre20061001-build.xml b/dev-java/apache-addressing/files/apache-addressing-1.0_pre20061001-build.xml deleted file mode 100644 index d8dd8ac..0000000 --- a/dev-java/apache-addressing/files/apache-addressing-1.0_pre20061001-build.xml +++ /dev/null @@ -1,154 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!--build.xml generated by maven from project.xml version 1.0 - on date October 1 2006, time 1337--> - -<project default="jar" name="addressing" basedir="."> - <property name="defaulttargetdir" value="target"> - </property> - <property name="libdir" value="target/lib"> - </property> - <property name="classesdir" value="target/classes"> - </property> - <property name="testclassesdir" value="target/test-classes"> - </property> - <property name="testclassesdir" value="target/test-classes"> - </property> - <property name="testreportdir" value="target/test-reports"> - </property> - <property name="distdir" value="dist"> - </property> - <property name="javadocdir" value="dist/docs/api"> - </property> - <property name="final.name" value="addressing"> - </property> - <path id="build.classpath"> - <fileset dir="${libdir}"> - <include name="**/*.jar"> - </include> - </fileset> - </path> - <target name="init" description="o Initializes some properties"> - <mkdir dir="${libdir}"> - </mkdir> - <condition property="noget"> - <equals arg2="only" arg1="${build.sysclasspath}"> - </equals> - </condition> - <!--Test if JUNIT is present in ANT classpath--> - - <available property="Junit.present" classname="junit.framework.Test"> - </available> - </target> - <target name="compile" description="o Compile the code" depends=""> - <mkdir dir="${classesdir}"> - </mkdir> - <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html"> - <src> - <pathelement location="src"> - </pathelement> - </src> - <classpath refid="build.classpath"> - </classpath> - </javac> - <copy todir="${classesdir}"> - <fileset dir="src/conf"> - <include name="*.properties"> - </include> - </fileset> - </copy> - </target> - <target name="jar" description="o Create the jar" depends="compile"> - <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"> - </jar> - </target> - <target name="clean" description="o Clean up the generated directories"> - <delete dir="${defaulttargetdir}"> - </delete> - <delete dir="${distdir}"> - </delete> - </target> - <target name="dist" description="o Create a distribution" depends="jar, javadoc"> - <mkdir dir="dist"> - </mkdir> - <copy todir="dist"> - <fileset dir="${defaulttargetdir}" includes="*.jar"> - </fileset> - <fileset dir="${basedir}" includes="LICENSE*, README*"> - </fileset> - </copy> - </target> - <target name="test" description="o Run the test cases" if="test.failure" depends="internal-test"> - <fail message="There were test failures."> - </fail> - </target> - <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests"> - <mkdir dir="${testreportdir}"> - </mkdir> - <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true"> - <sysproperty key="basedir" value="."> - </sysproperty> - <formatter type="xml"> - </formatter> - <formatter usefile="false" type="plain"> - </formatter> - <classpath> - <path refid="build.classpath"> - </path> - <pathelement path="${testclassesdir}"> - </pathelement> - <pathelement path="${classesdir}"> - </pathelement> - </classpath> - <batchtest todir="${testreportdir}"> - <fileset dir="test"> - <include name="**/*Test*.java"> - </include> - <exclude name="**/NaughtyTest.java"> - </exclude> - <exclude name="**/Abstract*.java"> - </exclude> - </fileset> - </batchtest> - </junit> - </target> - <target name="junit-present" unless="Junit.present" depends="init"> - <echo>================================= WARNING ================================</echo> - <echo>Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed.</echo> - <echo>==========================================================================</echo> - </target> - <target name="compile-tests" if="Junit.present" depends="junit-present,compile"> - <mkdir dir="${testclassesdir}"> - </mkdir> - <javac destdir="${testclassesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html"> - <src> - <pathelement location="test"> - </pathelement> - </src> - <classpath> - <path refid="build.classpath"> - </path> - <pathelement path="${classesdir}"> - </pathelement> - </classpath> - </javac> - </target> - <target name="javadoc" description="o Generate javadoc" depends=""> - <mkdir dir="${javadocdir}"> - </mkdir> - <tstamp> - <format pattern="2004-yyyy" property="year"> - </format> - </tstamp> - <property name="copyright" value="Copyright &copy; Apache Web Services. All Rights Reserved."> - </property> - <property name="title" value="Apache Addressing 1.0 API"> - </property> - <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src" packagenames="org.apache.axis.message.addressing.*"> - <classpath> - <path refid="build.classpath"> - </path> - </classpath> - </javadoc> - </target> -</project> diff --git a/dev-java/apache-addressing/metadata.xml b/dev-java/apache-addressing/metadata.xml deleted file mode 100644 index 604e0a4..0000000 --- a/dev-java/apache-addressing/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>java</herd> -</pkgmetadata> -