summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-str/cl-str-0.19.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-17 00:49:48 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-17 01:47:51 -0500
commitecc3738db4c917b8fc00f10ff0180027f5540ba2 (patch)
tree6024164bc003f7c5969c1e66be196cf474142d7d /dev-lisp/cl-str/cl-str-0.19.ebuild
parentd2a9842c67c24fdad738842add250369aae48059 (diff)
downloadebuilds-ecc3738db4c917b8fc00f10ff0180027f5540ba2.tar.gz
dev-lisp/cl-str: new ebuild
Diffstat (limited to 'dev-lisp/cl-str/cl-str-0.19.ebuild')
-rw-r--r--dev-lisp/cl-str/cl-str-0.19.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lisp/cl-str/cl-str-0.19.ebuild b/dev-lisp/cl-str/cl-str-0.19.ebuild
new file mode 100644
index 0000000..99155fa
--- /dev/null
+++ b/dev-lisp/cl-str/cl-str-0.19.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit common-lisp-3
+
+DESCRIPTION="Modern, simple and consistent Common Lisp string manipulation library"
+HOMEPAGE="https://vindarel.github.io/cl-str/"
+SRC_URI="https://github.com/vindarel/cl-str/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="dev-lisp/cl-ppcre
+ dev-lisp/cl-ppcre-unicode
+ dev-lisp/cl-change-case"
+
+# This patch can be removed on >cl-str-0.19 since
+# the issue was fixed upstream.
+PATCHES=(
+ "${FILESDIR}/remove-uiop-read-from-asd-file.patch"
+)