commit:     181d3d5850256f5f20af532212d55778138e2cbd
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 15 14:10:22 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 15:40:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181d3d58

dev-java/commons-net: EAPI 7, update Java

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/20394/commits/4c265146ed80d337779e766e2d62acc5064714d8
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/commons-net/commons-net-3.6-r1.ebuild | 21 +++++++++++++++++++++
 dev-java/commons-net/metadata.xml              | 12 ++++++++----
 2 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/dev-java/commons-net/commons-net-3.6-r1.ebuild 
b/dev-java/commons-net/commons-net-3.6-r1.ebuild
new file mode 100644
index 00000000000..c3f63eea666
--- /dev/null
+++ b/dev-java/commons-net/commons-net-3.6-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc examples source"
+
+inherit java-pkg-2 java-pkg-simple
+
+MY_P="${P}-sources"
+
+DESCRIPTION="Client-oriented Java library to implement many Internet protocols"
+HOMEPAGE="https://commons.apache.org/net/";
+SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> 
${P}.jar"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/dev-java/commons-net/metadata.xml 
b/dev-java/commons-net/metadata.xml
index 2444066aa02..747a23fe8df 100644
--- a/dev-java/commons-net/metadata.xml
+++ b/dev-java/commons-net/metadata.xml
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Java</name>
-</maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Java</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">apache/commons-net</remote-id>
+               
<bugs-to>https://issues.apache.org/jira/projects/NET/issues/</bugs-to>
+       </upstream>
 </pkgmetadata>

Reply via email to