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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7481A158094 for ; Tue, 23 Aug 2022 18:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D0FE0794; Tue, 23 Aug 2022 18:53:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A113E077A for ; Tue, 23 Aug 2022 18:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C18C340FA6 for ; Tue, 23 Aug 2022 18:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C75D758D for ; Tue, 23 Aug 2022 18:53:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1661280818.fa59bded5bd30f6becaa63f03685ca0b770a353d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-io/commons-io-2.11.0.ebuild X-VCS-Directories: dev-java/commons-io/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fa59bded5bd30f6becaa63f03685ca0b770a353d X-VCS-Branch: master Date: Tue, 23 Aug 2022 18:53:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f3b0f26-10f5-4471-869f-30dc278bf721 X-Archives-Hash: 5240c7e278fc806a8cb4669889b2f74d commit: fa59bded5bd30f6becaa63f03685ca0b770a353d Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Aug 23 18:41:38 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 23 18:53:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa59bded dev-java/commons-io: drop 2.11.0 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Arthur Zamarin gentoo.org> dev-java/commons-io/commons-io-2.11.0.ebuild | 55 ---------------------------- 1 file changed, 55 deletions(-) diff --git a/dev-java/commons-io/commons-io-2.11.0.ebuild b/dev-java/commons-io/commons-io-2.11.0.ebuild deleted file mode 100644 index f6f4b5f8feb0..000000000000 --- a/dev-java/commons-io/commons-io-2.11.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Skeleton command: -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://mirror.dkm.cz/apache//commons/io/source/commons-io-2.11.0-src.tar.gz --slot 0 --keywords "~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" --ebuild commons-io-2.11.0.ebuild - -EAPI=7 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="commons-io:commons-io:2.11.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Utility classes, stream implementations, file filters, and much more" -HOMEPAGE="https://commons.apache.org/proper/commons-io/" -SRC_URI="mirror://apache/commons/io/source/${P}-src.tar.gz -> ${P}-sources.tar.gz" -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" - -# Compile dependencies -# POM: pom.xml -# test? com.google.jimfs:jimfs:1.2 -> !!!groupId-not-found!!! -# test? org.apache.commons:commons-lang3:3.12.0 -> >=dev-java/commons-lang-3.12.0:3.6 -# test? org.junit-pioneer:junit-pioneer:1.4.2 -> !!!groupId-not-found!!! -# test? org.junit.jupiter:junit-jupiter:5.7.2 -> !!!groupId-not-found!!! -# test? org.mockito:mockito-inline:3.11.2 -> !!!artifactId-not-found!!! -# test? org.openjdk.jmh:jmh-core:1.32 -> !!!groupId-not-found!!! -# test? org.openjdk.jmh:jmh-generator-annprocess:1.32 -> !!!groupId-not-found!!! - -DEPEND=" - >=virtual/jdk-1.8:* - test? ( - >=dev-java/commons-lang-3.12.0:3.6 - ) -" - -RDEPEND=" - >=virtual/jre-1.8:* -" - -# some test dependencies are missing -RESTRICT="test" - -S="${WORKDIR}/${P}-src" - -JAVA_ENCODING="iso-8859-1" - -JAVA_SRC_DIR="src/main/java" - -JAVA_TEST_GENTOO_CLASSPATH="commons-lang-3.6" -JAVA_TEST_SRC_DIR="src/test/java" -JAVA_TEST_RESOURCE_DIRS=( - "src/test/resources" -)