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 1966F158091 for ; Sun, 5 Jun 2022 06:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F66E0966; Sun, 5 Jun 2022 06:18:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3484AE0966 for ; Sun, 5 Jun 2022 06:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 2500134205E for ; Sun, 5 Jun 2022 06:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC405448 for ; Sun, 5 Jun 2022 06:18:28 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1654409889.127e3ee5b88e5da16ecc953720458c6e604dfe95.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-cli/Manifest dev-java/commons-cli/commons-cli-1.4.ebuild X-VCS-Directories: dev-java/commons-cli/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 127e3ee5b88e5da16ecc953720458c6e604dfe95 X-VCS-Branch: master Date: Sun, 5 Jun 2022 06:18:28 +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: 8009c4fb-1c44-4eaa-a44b-917d502aee23 X-Archives-Hash: 29fc750a6ad3f5c88aacb392bacc5956 commit: 127e3ee5b88e5da16ecc953720458c6e604dfe95 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Jun 4 11:25:54 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jun 5 06:18:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127e3ee5 dev-java/commons-cli: drop 1.4 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> dev-java/commons-cli/Manifest | 1 - dev-java/commons-cli/commons-cli-1.4.ebuild | 43 ----------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-java/commons-cli/Manifest b/dev-java/commons-cli/Manifest index cb16aa4fe2db..5defc51942de 100644 --- a/dev-java/commons-cli/Manifest +++ b/dev-java/commons-cli/Manifest @@ -1,2 +1 @@ -DIST commons-cli-1.4-src.tar.gz 148530 BLAKE2B 72460ee073b4e8c5179da03c3d599cf04b37b5b3aff89e4927b07765bd879acc9ac56f52e7dee03214e21f7ba9e5af3adf54d2f943aebb266bfa9b4983ba0380 SHA512 a5db856f6154e4340aab1865e3b34c752c0dceb8063faa64740ed470d8e6b3e7782242ae51d6bb57a535a6d6dad2943cc3130d7202223b8f89b8cbecdc3d9d4f DIST commons-cli-1.5.0-src.tar.gz 156731 BLAKE2B b3bc3c7426f4564187f6b2fecf2977a8d307277cb244bb51064f32e6d2fc0ddb08c539b3bae68bba5ccc2319d0e483f01f6765ae3e86ebfe99eb775564fd7c8f SHA512 aa2165695177c3e4561f68585cafb5434758138d8a863f3db1860477f660cf78664d2afb07cc3bc767bc8fa87befc7eaa5bdead423ee8b883c62ff00aec7cdda diff --git a/dev-java/commons-cli/commons-cli-1.4.ebuild b/dev-java/commons-cli/commons-cli-1.4.ebuild deleted file mode 100644 index cfe05d27ae26..000000000000 --- a/dev-java/commons-cli/commons-cli-1.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="commons-cli:commons-cli:1.4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for working with the command line arguments and options" -HOMEPAGE="http://commons.apache.org/cli/" -SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz" -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=virtual/jre-1.7" - -DEPEND=">=virtual/jdk-1.7 - test? ( dev-java/junit:4 )" - -S="${WORKDIR}/${P}-src" -JAVA_SRC_DIR="src/main/java" - -src_install() { - java-pkg-simple_src_install - dodoc CONTRIBUTING.md NOTICE.txt README.md RELEASE-NOTES.txt -} - -src_test() { - cd src/test/java || die - - local CP=".:${S}/${PN}.jar:$(java-pkg_getjars junit-4)" - local TESTS=$(find * -name "*Test.java") - TESTS="${TESTS//.java}" - TESTS="${TESTS//\//.}" - - ejavac -cp "${CP}" -d . $(find * -name "*.java") - ejunit4 -classpath "${CP}" ${TESTS} -}