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 E960515808B for ; Mon, 14 Feb 2022 10:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4162E081A; Mon, 14 Feb 2022 10:30:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6D05E081A for ; Mon, 14 Feb 2022 10:30:24 +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 50D213431C4 for ; Mon, 14 Feb 2022 10:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9A71BD for ; Mon, 14 Feb 2022 10:30:21 +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: <1644834609.6d49567046dd7c81472f90d4d8f0ceb672dc55fb.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/picocli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/picocli/picocli-4.6.3-r1.ebuild dev-java/picocli/picocli-4.6.3.ebuild X-VCS-Directories: dev-java/picocli/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 6d49567046dd7c81472f90d4d8f0ceb672dc55fb X-VCS-Branch: master Date: Mon, 14 Feb 2022 10:30:21 +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: fc3e3ccd-40f7-4499-a82b-ce29f7d4a238 X-Archives-Hash: 70af538c96e45dbd6ae1ae48680ccb17 commit: 6d49567046dd7c81472f90d4d8f0ceb672dc55fb Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Feb 13 11:05:13 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Feb 14 10:30:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d495670 dev-java/picocli: HOMEPAGE, SRC_URI, DOCS Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24176 Signed-off-by: Miroslav Šulc gentoo.org> .../picocli/{picocli-4.6.3.ebuild => picocli-4.6.3-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-java/picocli/picocli-4.6.3.ebuild b/dev-java/picocli/picocli-4.6.3-r1.ebuild similarity index 83% rename from dev-java/picocli/picocli-4.6.3.ebuild rename to dev-java/picocli/picocli-4.6.3-r1.ebuild index 4b6574785048..157a5f4633dd 100644 --- a/dev-java/picocli/picocli-4.6.3.ebuild +++ b/dev-java/picocli/picocli-4.6.3-r1.ebuild @@ -13,8 +13,8 @@ JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java command line parser with both an annotations API and a programmatic API" -HOMEPAGE="http://picocli.info" -SRC_URI="https://github.com/remkop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-sources.tar.gz" +HOMEPAGE="https://picocli.info" +SRC_URI="https://github.com/remkop/${PN}/archive/v${PV}.tar.gz -> ${P}-sources.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -42,3 +42,8 @@ JAVA_TEST_SRC_DIR="src/test/java" JAVA_TEST_RESOURCE_DIRS=( "src/test/resources" ) + +src_install() { + default # https://bugs.gentoo.org/789582 + java-pkg-simple_src_install +}