diff options
author | 2024-10-13 23:09:31 +0200 | |
---|---|---|
committer | 2024-10-14 11:26:07 +0200 | |
commit | 74b9908c3e61e8906d14553570d14aa9c7315387 (patch) | |
tree | 4d49f4f97b915b070470e6e45e21bf11e3b8141c /dev-java/commons-net | |
parent | dev-java/commons-lang: drop 3.14.0 (diff) | |
download | gentoo-74b9908c3e61e8906d14553570d14aa9c7315387.tar.gz gentoo-74b9908c3e61e8906d14553570d14aa9c7315387.tar.bz2 gentoo-74b9908c3e61e8906d14553570d14aa9c7315387.zip |
dev-java/commons-net: drop 3.10.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38836/commits/b50fb354d647a26a8885228f92498baac18bebb3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r-- | dev-java/commons-net/Manifest | 2 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-3.10.0.ebuild | 38 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/commons-net/Manifest b/dev-java/commons-net/Manifest index 06cd5df4828f..b5d71b6d6de8 100644 --- a/dev-java/commons-net/Manifest +++ b/dev-java/commons-net/Manifest @@ -1,4 +1,2 @@ -DIST commons-net-3.10.0-src.tar.gz 450082 BLAKE2B 0df46b21ca298393500494e41d918b3fc6e700485c4d9dfb2bab61d8f834a4f44dd881c464c4008731deec9fc82ca36e0442022f0942b3e59e384a2b44329660 SHA512 d9d80255feddfb434d3baa629aa9e6d8feffd530c5e3172106fec55bbc986f6423a46dc9e737a1bb7020c62447229e6b83d0b7f9582d041e1def423536cc92dd -DIST commons-net-3.10.0-src.tar.gz.asc 488 BLAKE2B 31a15e952c55079e595f33be1730126b85c669b481c649e401cb4617a5489fc3e3025e8c172f8193b190b16fe55d9c78c171d16d4adf7fa1a8e71648e295bc77 SHA512 ab27b1fa2c02d79eff26f93697fafc54f22a7368db631bb6f7173b8702cda10836ac8b656df987135fe5c1d39a557840fefb0355d8d52f0e4815808d4938de18 DIST commons-net-3.11.1-src.tar.gz 460104 BLAKE2B 5542a7d9d3d8f2f07a90b3ab21e4e8a66bceecfef8f1ae8ec378003e4c3906414435b095cc0c0016f24d3e174a5e16da52cf4c5503209c08d5e550ef25a7bbdc SHA512 0999067cc73cb0e0ab4940302180a0afa998b37c51f93c1c744bf1d346d14c89283166a665283d98200e98f0b8c39854f17493890d49ddad5769c4deb49de37e DIST commons-net-3.11.1-src.tar.gz.asc 488 BLAKE2B ea6ba15b7b6800b1c249cb82d784057f701fb13775fc9838e5247e1e8ead9360a7c5381083fa0c0e2b783e339b6e4ebb8ff66cb8c8924b3c00c9b28ee696e7a3 SHA512 c9e4c896d2f514996aa50c8af20bab6564d574db4fef69832fe2391beefabfed74a727faf7fe9227b037e943cdba5b2ac143164d5c0df3140b9b7c44ca316e53 diff --git a/dev-java/commons-net/commons-net-3.10.0.ebuild b/dev-java/commons-net/commons-net-3.10.0.ebuild deleted file mode 100644 index b8a8d9ee37bd..000000000000 --- a/dev-java/commons-net/commons-net-3.10.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# No tests because of missing eclass support of junit-jupiter, #902723 -JAVA_PKG_IUSE="doc examples source" -MAVEN_ID="commons-net:commons-net:${PV}" - -inherit java-pkg-2 java-pkg-simple verify-sig - -DESCRIPTION="Client-oriented Java library to implement many Internet protocols" -HOMEPAGE="https://commons.apache.org/proper/commons-net/" -SRC_URI="mirror://apache/commons/net/source/commons-net-${PV}-src.tar.gz - verify-sig? ( https://downloads.apache.org/commons/net/source/commons-net-${PV}-src.tar.gz.asc )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -DEPEND=">=virtual/jdk-1.8:*" -RDEPEND=">=virtual/jre-1.8:*" -BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )" -VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc" - -DOCS=( - CONTRIBUTING.md - NOTICE.txt - README.md - RELEASE-NOTES.txt -) - -S="${WORKDIR}/${P}-src" - -JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.net" -JAVA_ENCODING="iso-8859-1" -JAVA_RESOURCE_DIRS="src/main/resources" -JAVA_SRC_DIR="src/main/java" |