From ea6e6abc0680b433ce953505ea6b60c5e1bf5cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:06:49 +0200 Subject: [PATCH] dev-java/system-rules: Remove full stop from DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-java/system-rules/system-rules-1.19.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/system-rules/system-rules-1.19.0.ebuild b/dev-java/system-rules/system-rules-1.19.0.ebuild index 25b58804144cc..237d01fcc2e29 100644 --- a/dev-java/system-rules/system-rules-1.19.0.ebuild +++ b/dev-java/system-rules/system-rules-1.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 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="A collection of JUnit rules for testing code which uses java.lang.System." +DESCRIPTION="A collection of JUnit rules for testing code which uses java.lang.System" HOMEPAGE="https://stefanbirkner.github.io/system-rules/" SRC_URI="https://github.com/stefanbirkner/${PN}/archive/${P}.tar.gz"