From d3a732103be9be99162282e5f46626dfa490c527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:06:51 +0200 Subject: [PATCH] dev-java/memoryfilesystem: 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/memoryfilesystem/memoryfilesystem-2.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/memoryfilesystem/memoryfilesystem-2.3.0-r1.ebuild b/dev-java/memoryfilesystem/memoryfilesystem-2.3.0-r1.ebuild index 2d40f7efbad31..3c2c7fdda6ff4 100644 --- a/dev-java/memoryfilesystem/memoryfilesystem-2.3.0-r1.ebuild +++ b/dev-java/memoryfilesystem/memoryfilesystem-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ MAVEN_ID="com.github.marschall:memoryfilesystem:2.3.0" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="An in memory implementation of a JSR-203 file system." +DESCRIPTION="An in memory implementation of a JSR-203 file system" HOMEPAGE="https://github.com/marschall/memoryfilesystem" SRC_URI="https://github.com/marschall/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P}"