commit:     e38d2c438daaee6d879b197f1f26668b8e46fe1c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 15:03:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 15:11:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38d2c43

dev-java/commons-discovery: Version bump.

Package-Manager: portage-2.2.26

 dev-java/commons-discovery/Manifest                |  1 +
 .../commons-discovery/commons-discovery-0.5.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-java/commons-discovery/Manifest 
b/dev-java/commons-discovery/Manifest
index cb4e125..52731a0 100644
--- a/dev-java/commons-discovery/Manifest
+++ b/dev-java/commons-discovery/Manifest
@@ -1 +1,2 @@
 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.5.ebuild 
b/dev-java/commons-discovery/commons-discovery-0.5.ebuild
new file mode 100644
index 0000000..02e9a28
--- /dev/null
+++ b/dev-java/commons-discovery/commons-discovery-0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Commons Discovery: Service Discovery component"
+HOMEPAGE="http://commons.apache.org/discovery/";
+SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> 
${P}.jar"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="dev-java/commons-logging:0"
+
+RDEPEND="
+       ${CDEPEND}
+       >=virtual/jre-1.6"
+
+DEPEND="
+       ${CDEPEND}
+       >=virtual/jdk-1.6
+       source? ( app-arch/zip )"
+
+JAVA_GENTOO_CLASSPATH="commons-logging"

Reply via email to