From 623800f098af0dbdc4df647b58863a6393bcbc30 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Fri, 29 Apr 2016 13:28:00 +0100 Subject: dev-java/commons-discovery: Clean up old. Package-Manager: portage-2.2.26 --- dev-java/commons-discovery/Manifest | 1 - .../commons-discovery/commons-discovery-0.4.ebuild | 52 ---------------------- .../commons-discovery/files/0.4-jar-target.patch | 41 ----------------- .../files/commons-discovery-0.2-gentoo.diff | 51 --------------------- 4 files changed, 145 deletions(-) delete mode 100644 dev-java/commons-discovery/commons-discovery-0.4.ebuild delete mode 100644 dev-java/commons-discovery/files/0.4-jar-target.patch delete mode 100644 dev-java/commons-discovery/files/commons-discovery-0.2-gentoo.diff (limited to 'dev-java') diff --git a/dev-java/commons-discovery/Manifest b/dev-java/commons-discovery/Manifest index 52731a07478..43c8968b4bd 100644 --- a/dev-java/commons-discovery/Manifest +++ b/dev-java/commons-discovery/Manifest @@ -1,2 +1 @@ -DIST commons-discovery-0.4-src.tar.gz 78453 SHA256 596242302be4f0502073f5a934c608289bba6221591e7dbea53ce629f67498a3 SHA512 337db71167534785471b540bd89107a16e146bee4094ed746feb68fd1efa7697c0f629f24e63fb760f6c664d98f35d97ee71ca114a26d17ae078bf27459b1705 WHIRLPOOL 7608a0d99955c464b7a62fab615a6ec5b8a782c59c2dacb2440d2a5f6e681ec998583ffa4af51bdbb08a88c4f66bc4ecf736969a67ca7ff53da3eae6b482031e DIST commons-discovery-0.5.jar 81725 SHA256 c7ff18e5004b7e2bd12f5d1987481849a54188f911ec465c47c32e08580b6d7a SHA512 348e42df5e4e34fdaa49d638018e654119a9d4e2aad967ed2a6f2706e89ffb2ea5daa9ac86747fa1f6d7b245759fac1a80090c571a057be1cdf8cea3514936f3 WHIRLPOOL 6ecf2367a6e71c14acd11a421dccf16239e3c54769fcdf00fed5f8ea5ea922e289acb663549aa5d845833e9b4ddfb29353cee092b1a9dad992e6b92bf957e0d1 diff --git a/dev-java/commons-discovery/commons-discovery-0.4.ebuild b/dev-java/commons-discovery/commons-discovery-0.4.ebuild deleted file mode 100644 index f0585c71636..00000000000 --- a/dev-java/commons-discovery/commons-discovery-0.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Commons Discovery: Service Discovery component" -HOMEPAGE="http://commons.apache.org/discovery/" -SRC_URI="mirror://apache/jakarta/commons/discovery/source/${P}-src.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc source test" - -RDEPEND=">=virtual/jre-1.4 - dev-java/commons-logging" - -DEPEND=">=virtual/jdk-1.4 - ${RDEPEND} - dev-java/ant-core - source? ( app-arch/zip ) - test? ( =dev-java/junit-3* )" - -S="${WORKDIR}/${P}-src/" - -src_unpack() { - unpack ${A} - cd "${S}" - # https://issues.apache.org/jira/browse/DISCOVERY-10 - epatch "${FILESDIR}/0.4-jar-target.patch" -} - -src_compile() { - java-pkg-2_src_compile \ - -Dlogger.jar="$(java-pkg_getjar commons-logging commons-logging.jar)" -} - -src_test() { - eant test.discovery \ - -Djunit.jar="$(java-pkg_getjar --build-only junit junit.jar)" \ - -Dlogger.jar="$(java-pkg_getjar commons-logging commons-logging.jar)" -} - -src_install() { - java-pkg_dojar dist/${PN}.jar - - dodoc NOTICE.txt RELEASE-NOTES.txt || die - - use doc && java-pkg_dojavadoc dist/docs/api - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-discovery/files/0.4-jar-target.patch b/dev-java/commons-discovery/files/0.4-jar-target.patch deleted file mode 100644 index 7cc3c983efe..00000000000 --- a/dev-java/commons-discovery/files/0.4-jar-target.patch +++ /dev/null @@ -1,41 +0,0 @@ -Index: build.xml -=================================================================== ---- build.xml (revision 498103) -+++ build.xml (working copy) -@@ -175,23 +175,26 @@ - - - -+ -+ -+ -+ -+ -+ -+ - -- - -- - - -- -- -- -- - - - diff --git a/dev-java/commons-discovery/files/commons-discovery-0.2-gentoo.diff b/dev-java/commons-discovery/files/commons-discovery-0.2-gentoo.diff deleted file mode 100644 index b55e10f5a0c..00000000000 --- a/dev-java/commons-discovery/files/commons-discovery-0.2-gentoo.diff +++ /dev/null @@ -1,51 +0,0 @@ ---- build.xml.orig 2005-04-17 16:14:52.000000000 +0200 -+++ build.xml 2005-04-17 16:14:57.000000000 +0200 -@@ -14,13 +14,15 @@ - - - -+ -+ - - - - - -- -- -+ -+ - - - -@@ -38,8 +40,6 @@ - - - -- -- - - - -@@ -116,6 +116,7 @@ - - - -+ - - - -- -+ - -- -