From 1730b772cdc92071eca808f9aa0ab7f0654f8e63 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:07:04 +0000 Subject: [PATCH] dev-java/commons-text: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- dev-java/commons-text/commons-text-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-text/commons-text-1.9.ebuild b/dev-java/commons-text/commons-text-1.9.ebuild index 67823fa867ac7..530b720f0f19e 100644 --- a/dev-java/commons-text/commons-text-1.9.ebuild +++ b/dev-java/commons-text/commons-text-1.9.ebuild @@ -11,7 +11,7 @@ MAVEN_ID="org.apache.commons:commons-text:1.9" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Apache Commons Text is a library focused on algorithms working on strings." +DESCRIPTION="Apache Commons Text is a library focused on algorithms working on strings" HOMEPAGE="https://commons.apache.org/proper/commons-text" SRC_URI="https://downloads.apache.org//commons/text/source/${P}-src.tar.gz -> ${P}-sources.tar.gz" LICENSE="Apache-2.0"