commit: 16826100d1db23e813c45aca8846eb849377f6f8 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Feb 4 16:38:41 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 16:46:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16826100
dev-java/jackson-module-jakarta-xmlbind: Remove trailing dot from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24079 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../jackson-module-jakarta-xmlbind-2.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.0.ebuild b/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.0.ebuild index 9a8a82c3c72d..034543d4cd79 100644 --- a/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.0.ebuild +++ b/dev-java/jackson-module-jakarta-xmlbind/jackson-module-jakarta-xmlbind-2.13.0.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: @@ -12,7 +12,7 @@ JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Support for using Jakarta XML Bind (aka JAXB 3.0) annotations." +DESCRIPTION="Support for using Jakarta XML Bind (aka JAXB 3.0) annotations" HOMEPAGE="https://github.com/FasterXML/jackson-modules-base" SRC_URI="https://github.com/FasterXML/jackson-modules-base/archive/refs/tags/jackson-modules-base-${PV}.tar.gz -> ${P}.tar.gz"
