summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-ppcre
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-ppcre')
-rw-r--r--dev-lisp/cl-ppcre/Manifest4
-rw-r--r--dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild4
-rw-r--r--dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/cl-ppcre/Manifest b/dev-lisp/cl-ppcre/Manifest
index c2f3d14488c3..bae536b16bf4 100644
--- a/dev-lisp/cl-ppcre/Manifest
+++ b/dev-lisp/cl-ppcre/Manifest
@@ -1,5 +1,5 @@
DIST cl-ppcre-2.0.11.tar.gz 158418 BLAKE2B d65aa1a565dbe6c9d10e4dafe323ab1332929e46e00ea2e9775ad940ed5ac983520c0e423daa17bf0173420d2269b5af2fd9b52f8d3dbcb0c778e03e61ef052d SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1
DIST cl-ppcre-2.1.0.tar.gz 159051 BLAKE2B d1b9dd93c3f4c4c3a23a7c01f28cc4a8cc8543bfa3280f60b53d61dadb377f9e45c0f79592323bb7dcaf06721d899159f958f5b7d391370eeb5c6ede81a7a0cd SHA512 c9c95c58628fd5ecebf6e24e0c26913719360c325e90e78c256d1306eb8c2cbe85a2a5f617fdb6c2a7091bd80f4021ad0d294371b2696ad8e5873eca13aab866
-EBUILD cl-ppcre-2.0.11.ebuild 714 BLAKE2B 6ac97f59ba11da102219ac54c28ef70b8880d0104296506c1f4fb348f508c9029d05dbfdf94a943c98e515dd13c6884f6b836812896f4d673c3bbe30473a99d8 SHA512 989a3f6dbf2468d8bf3dfb8e70a6189acd7fc63cee69bea26a81519d777a96b03d7722a2d9651f7cf82d1933dba1a5a912d0782bb520300dbc78e875caf551cc
-EBUILD cl-ppcre-2.1.0.ebuild 717 BLAKE2B 655377ddc98620bae830d3855130b9cd97b02c1e40810a4b8fa57573b81c10a37592032f3879a6b3272260f46529c29005aabd83dcbbb51546aced5f54540d3a SHA512 0432c0c205cd654fd96de60b8f2e2a9c6db847fbea3e2ca2173a3cf175544b4cc7beda3822ab4bcdca5ea604fa58a552cf8d7282d3124ade6902630d7a518aaf
+EBUILD cl-ppcre-2.0.11.ebuild 710 BLAKE2B 6a8f63e50ca1095fb2a3c08c04b5504baaa492b7ccd6f2dc52e5cbef5cc5f4bfddb2a863ee4013be8f3bff6647c9d925dd10058e03dd0e307fb181493a28023d SHA512 f57734226584643c61a85898981704f86b56bbf44e7a61ad19de325e5398ac9e6c5d680d852b2abec6958144b7faf9d3e58a4420a35cbbcc5c4d4702988cc28b
+EBUILD cl-ppcre-2.1.0.ebuild 713 BLAKE2B 3e6dd52a7aeec800912ec8b646394cf8f9a64fc03237638b383c7a5bd5dfc8e4d1ab5b7611e3d6a605010fb4962c25e1110d7fe64671f6d69b0db4c11a3a6616 SHA512 3d0d2539d24be30cf8eb0d5b2f6de7ff639efd79e87ace7685c53096ac6ef7d0c145466f852172e8c894a0422d23aef9270faf8ac7706d7193bdf6de0e630666
MISC metadata.xml 1061 BLAKE2B 7ce31764fc9f36a8ef5acb29fe2f5ed14b3abf64db4c65ca0c090fd9ba086f720ee49ce0fc599fdaeff3a052742dfcf65f66e2851d9592baadbbf49c5f31a9c3 SHA512 69df3fb80850f822f4c68eee7c8fbf5df26a04105e51dcc53038a46f472d41ee6481b0f4733360b3647797887cefeb9c4f79d063bd7472a125098475e620f74c
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
index df216d535ff0..8a19e08dbe89 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
index 70c99953770f..668039a6537c 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.1.0.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"