dev-games/libsmacker: Remove full stop from DESCRIPTION

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-25 12:08:42 +02:00
parent 8e6db77d5f
commit 7ae6bf8d08
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ EAPI=9
inherit autotools
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files."
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files"
HOMEPAGE="https://libsmacker.sourceforge.net"
SRC_URI="https://sourceforge.net/projects/libsmacker/files/libsmacker-$(ver_cut 1-2)/${P/_p/r}.tar.gz/download -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
@@ -1,11 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files."
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files"
HOMEPAGE="https://libsmacker.sourceforge.net"
SRC_URI="https://sourceforge.net/projects/libsmacker/files/libsmacker-$(ver_cut 1-2)/${P/_p/r}.tar.gz/download -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-$(ver_cut 1-3)"