From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 30EE91582EF for ; Mon, 10 Feb 2025 18:10:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1DAA23430D2 for ; Mon, 10 Feb 2025 18:10:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6EE2A110471; Mon, 10 Feb 2025 18:10:54 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 67CE6110471 for ; Mon, 10 Feb 2025 18:10:54 +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 217DF3430C3 for ; Mon, 10 Feb 2025 18:10:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 557682381 for ; Mon, 10 Feb 2025 18:10:52 +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: <1739210996.ef5733ed1d086078ce217b5f519fda2f95a60a95.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/stax2-api/stax2-api-4.2.2.ebuild X-VCS-Directories: dev-java/stax2-api/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ef5733ed1d086078ce217b5f519fda2f95a60a95 X-VCS-Branch: master Date: Mon, 10 Feb 2025 18:10:52 +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: 3cbcc369-e6f5-452e-b1a1-64ab42230aa7 X-Archives-Hash: 34c9d7be471122314c13ace36ac33df2 commit: ef5733ed1d086078ce217b5f519fda2f95a60a95 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Feb 9 11:04:16 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Feb 10 18:09:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5733ed dev-java/stax2-api: sort variables, drop obsolete src_install() Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/40501 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/stax2-api/stax2-api-4.2.2.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/dev-java/stax2-api/stax2-api-4.2.2.ebuild b/dev-java/stax2-api/stax2-api-4.2.2.ebuild index d321a7fe077b..947ba1dda3a6 100644 --- a/dev-java/stax2-api/stax2-api-4.2.2.ebuild +++ b/dev-java/stax2-api/stax2-api-4.2.2.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2025 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://github.com/FasterXML/stax2-api/archive/refs/tags/stax2-api-4.2.1.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild stax2-api-4.2.1.ebuild - EAPI=8 JAVA_PKG_IUSE="doc source" @@ -13,7 +10,8 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="stax2 API is an extension to basic Stax 1.0 API" HOMEPAGE="https://github.com/FasterXML/stax2-api" -SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz" +SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="BSD-2" SLOT="0" @@ -24,12 +22,5 @@ RDEPEND=">=virtual/jre-1.8:*" DOCS=( README.md release-notes/VERSION ) -S="${WORKDIR}/${PN}-${P}" - -JAVA_SRC_DIR=( "src/main/java" "src/moditect" ) JAVA_RESOURCE_DIRS="src/main/resources" - -src_install() { - default # https://bugs.gentoo.org/789582 - java-pkg-simple_src_install -} +JAVA_SRC_DIR=( "src/main/java" "src/moditect" )