diff options
author | 2021-12-26 00:08:22 +0000 | |
---|---|---|
committer | 2021-12-26 00:18:12 +0000 | |
commit | 3e851d698e1c24b4eb0e9aaafd431ed4a043c18b (patch) | |
tree | fcb46341562be07d54801c4f7cabab8be59d38ea /dev-lisp/cl-ppcre-unicode | |
parent | dev-lisp/cl-ppcre: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-3e851d698e1c24b4eb0e9aaafd431ed4a043c18b.tar.gz gentoo-3e851d698e1c24b4eb0e9aaafd431ed4a043c18b.tar.bz2 gentoo-3e851d698e1c24b4eb0e9aaafd431ed4a043c18b.zip |
dev-lisp/cl-ppcre-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-ppcre-unicode')
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild index 34ef1cfdf678..0a98f781406a 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 -DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp." +DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp" HOMEPAGE="http://weitz.de/cl-ppcre/ http://www.cliki.net/cl-ppcre" SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz" diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild index 8203612b0edc..140ebc0154d6 100644 --- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 -DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp." +DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp" HOMEPAGE="http://weitz.de/cl-ppcre/ http://www.cliki.net/cl-ppcre" SRC_URI="https://github.com/edicl/cl-ppcre/archive/v${PV}.tar.gz -> cl-ppcre-${PV}.tar.gz" |