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 AF286158087 for ; Fri, 4 Feb 2022 16:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A029F2BC001; Fri, 4 Feb 2022 16:46:41 +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 061192BC001 for ; Fri, 4 Feb 2022 16:46:40 +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 28DC3342D64 for ; Fri, 4 Feb 2022 16:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C02F290 for ; Fri, 4 Feb 2022 16:46:37 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1643993162.7a90fbcbe2564ce62a2a4bd9465dafd34a3283a9.flow@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.1.ebuild X-VCS-Directories: dev-java/stax2-api/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7a90fbcbe2564ce62a2a4bd9465dafd34a3283a9 X-VCS-Branch: master Date: Fri, 4 Feb 2022 16:46:37 +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: bedfe925-3ebe-422b-80f2-0da1d26ceda6 X-Archives-Hash: 40b6b53c85e99425654c8d205be358c2 commit: 7a90fbcbe2564ce62a2a4bd9465dafd34a3283a9 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Feb 4 16:31:39 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Feb 4 16:46:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a90fbcb dev-java/stax2-api: Adjust typo in DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/stax2-api/stax2-api-4.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild b/dev-java/stax2-api/stax2-api-4.2.1.ebuild index a12eccf5a5c8..840f4bd5e431 100644 --- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild +++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -11,7 +11,7 @@ MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="istax2 API is an extension to basic Stax 1.0 API" +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"