summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 00:08:26 +0000
committerSam James <sam@gentoo.org>2021-12-26 00:18:13 +0000
commit7627acabc88effcd381701f6fa70dd0bfda918c9 (patch)
tree68991d7ea6659db4bd95a5694dd6db310e0f35bd /dev-lisp/cl-unicode
parentdev-lisp/cl-ppcre-unicode: drop trailing full stop from DESCRIPTION (diff)
downloadgentoo-7627acabc88effcd381701f6fa70dd0bfda918c9.tar.gz
gentoo-7627acabc88effcd381701f6fa70dd0bfda918c9.tar.bz2
gentoo-7627acabc88effcd381701f6fa70dd0bfda918c9.zip
dev-lisp/cl-unicode: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/cl-unicode')
-rw-r--r--dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
index bff440548364..d088c26abc3a 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit common-lisp-3 xdg-utils
MY_P="v${PV}"
-DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters."
+DESCRIPTION="Provides Common Lisp implementations with knowledge about Unicode characters"
HOMEPAGE="http://weitz.de/cl-unicode/"
SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"