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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52FB41582EF for ; Mon, 10 Feb 2025 18:10:55 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3D2F93430A4 for ; Mon, 10 Feb 2025 18:10:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 375DA11042D; Mon, 10 Feb 2025 18:10:54 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2D5E811042D 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 D7CA63430A4 for ; Mon, 10 Feb 2025 18:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 402AA1ACB 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.12fc9de1f20bb6c7400e11c6de2fdf81baf1c603.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/Manifest dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 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: 12fc9de1f20bb6c7400e11c6de2fdf81baf1c603 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: 5212a9d5-ed82-4921-a07c-3d770896833d X-Archives-Hash: 353dfc9a967d5cc0bf20e340438a39a4 commit: 12fc9de1f20bb6c7400e11c6de2fdf81baf1c603 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Feb 9 10:53:13 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=12fc9de1 dev-java/stax2-api: LICENSE update, add 4.2.2, drop 4.2.1-r1 The new version only updates LICENSE BSD -> BSD-2 without further changes. Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> dev-java/stax2-api/Manifest | 2 +- .../stax2-api/{stax2-api-4.2.1-r1.ebuild => stax2-api-4.2.2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/stax2-api/Manifest b/dev-java/stax2-api/Manifest index 487d6cb5f013..2e6c0c1808a2 100644 --- a/dev-java/stax2-api/Manifest +++ b/dev-java/stax2-api/Manifest @@ -1 +1 @@ -DIST stax2-api-4.2.1.tar.gz 128806 BLAKE2B 64254b0bbd269e5d62931280773e0e7e7915204ce41a86eb10a08e3d8d27691d48094e17a8deb0ca3fa916b413800d75969af05db1ba897277c0dae13771e3b4 SHA512 f6fada289e75db0c4c911d3f70e8b8167c96342390168c87563ab4e3e1498360d47c393407cd8ae670716fcb7e1c83d6a8d38364d00648ed380844cf08bdc063 +DIST stax2-api-4.2.2.tar.gz 128961 BLAKE2B 4c35b3ce184a1fb01c37cc84b48fc168f58f11ee3f1f2754de6a8168e4b0ca8983b94a78ba484ac49d16e352a891bc5379d0d109420b85f1cfca06858e5124db SHA512 d8ec36b8c425dd4171a14eb71be6b4a93f2de946a00fd1838c22d3573d211c3a09161fc31f9756498f14fbc601ed43ad525e44114857ad2a6c9e3c202f1aa93a diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild b/dev-java/stax2-api/stax2-api-4.2.2.ebuild similarity index 94% rename from dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild rename to dev-java/stax2-api/stax2-api-4.2.2.ebuild index 3ce227b13064..d321a7fe077b 100644 --- a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild +++ b/dev-java/stax2-api/stax2-api-4.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -15,7 +15,7 @@ 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" -LICENSE="BSD" +LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 arm64 ppc64"