From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D5DE138334 for ; Wed, 10 Oct 2018 06:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D0B5E0894; Wed, 10 Oct 2018 06:41:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55493E0894 for ; Wed, 10 Oct 2018 06:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEA69335D59 for ; Wed, 10 Oct 2018 06:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE0C043C for ; Wed, 10 Oct 2018 06:40:59 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1539153591.ee5dc957698a4ec85bce3f10048bcb39e14e496d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-net/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-net/Manifest dev-java/commons-net/commons-net-3.6.ebuild X-VCS-Directories: dev-java/commons-net/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ee5dc957698a4ec85bce3f10048bcb39e14e496d X-VCS-Branch: master Date: Wed, 10 Oct 2018 06:40:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70876f64-5c22-4bea-939a-e2e0584d4e28 X-Archives-Hash: d1c31abc73ed6c7b15bd5ea04ac7983d commit: ee5dc957698a4ec85bce3f10048bcb39e14e496d Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 6 08:15:22 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 10 06:39:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5dc957 dev-java/commons-net: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-java/commons-net/Manifest | 1 + dev-java/commons-net/commons-net-3.6.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-java/commons-net/Manifest b/dev-java/commons-net/Manifest index 869469d2fac..f43e6582817 100644 --- a/dev-java/commons-net/Manifest +++ b/dev-java/commons-net/Manifest @@ -1 +1,2 @@ DIST commons-net-3.2-src.tar.gz 378351 BLAKE2B f40ad73ef7d9865cdbe9da94a458f0c9ce636b0b71dcab3b48b52716aa141de3215581b75b9283d4d918ad0dbbd2761c9b0d9eee1703a2bbc545718c129511d5 SHA512 2152b0c524320702c336b21308bb8166e00487938430b83e08d65b836ab775c372c9251957c674e0bccff6815fc3ed3bdb7113a0d2a140c53f64c2f557eef2ba +DIST commons-net-3.6.jar 435798 BLAKE2B a8c28909715d76469ad4760ece6f7b3515c56badf8ce19fcadb5b776e0cf341b3f970689a22267d19f22dc12fc8d5e2a071347df1850f290231747d0712263b7 SHA512 50006ebef259c9d4f514bfd4e6b4578f8867e2a105edfcf30542a039e385a02e9c48dfeee0b287c39c375e1418817290713f7d0792b357267723a977a07062c5 diff --git a/dev-java/commons-net/commons-net-3.6.ebuild b/dev-java/commons-net/commons-net-3.6.ebuild new file mode 100644 index 00000000000..f102092a49c --- /dev/null +++ b/dev-java/commons-net/commons-net-3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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.6" +RDEPEND=">=virtual/jre-1.6" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"