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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3364715808B for ; Thu, 17 Feb 2022 23:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E90B2E07E0; Thu, 17 Feb 2022 23:15:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC6A7E07E0 for ; Thu, 17 Feb 2022 23:15:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0545342CE1 for ; Thu, 17 Feb 2022 23:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A8DA1F1 for ; Thu, 17 Feb 2022 23:15:24 +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: <1645139714.79b14fd557a609216427bf03d415678f1237b3e7.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jopt-simple/jopt-simple-4.6.ebuild X-VCS-Directories: dev-java/jopt-simple/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 79b14fd557a609216427bf03d415678f1237b3e7 X-VCS-Branch: master Date: Thu, 17 Feb 2022 23:15:24 +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: 07d7e593-cb2e-4466-8139-f48133be8c4f X-Archives-Hash: e4a57d868b4443d02261cee15f004bbf commit: 79b14fd557a609216427bf03d415678f1237b3e7 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Feb 17 23:15:14 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Feb 17 23:15:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b14fd5 dev-java/jopt-simple: removed obsolete 4.6 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jopt-simple/jopt-simple-4.6.ebuild | 32 ----------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-java/jopt-simple/jopt-simple-4.6.ebuild b/dev-java/jopt-simple/jopt-simple-4.6.ebuild deleted file mode 100644 index 91899dcea876..000000000000 --- a/dev-java/jopt-simple/jopt-simple-4.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="https://pholser.github.com/jopt-simple/" -SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="4.6" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" - -RDEPEND=">=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6" - -JAVA_SRC_DIR="src/main/java" - -S="${WORKDIR}/${PN}-${PN}-8808a39" - -src_prepare() { - default - rm -v pom.xml || die -} - -src_install() { - default - java-pkg-simple_src_install -}