summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-change-case
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-change-case')
-rw-r--r--dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild8
-rw-r--r--dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch13
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
index 460a7f4..3a92aa5 100644
--- a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
+++ b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
@@ -14,5 +14,9 @@ LICENSE="LLGPL-2.1"
SLOT=0
KEYWORDS="~amd64"
-RDEPENDS="dev-lisp/cl-ppre
- dev-lisp/cl-ppre-unicode"
+RDEPENDS="dev-lisp/cl-ppcre
+ dev-lisp/cl-ppcre-unicode"
+
+PATCHES=(
+ "${FILESDIR}/remove-uiop-read-file-from-asd.patch"
+)
diff --git a/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch b/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch
new file mode 100644
index 0000000..80f6b77
--- /dev/null
+++ b/dev-lisp/cl-change-case/files/remove-uiop-read-file-from-asd.patch
@@ -0,0 +1,13 @@
+diff --git a/cl-change-case.asd b/cl-change-case.asd
+index 772f112..ff699b5 100644
+--- a/cl-change-case.asd
++++ b/cl-change-case.asd
+@@ -1,7 +1,7 @@
+ ;;; cl-change-case.asd
+
+ (defsystem "cl-change-case"
+- :version (:read-file-line "version")
++ :version "0.2.0"
+ :author "Sebastian Christ"
+ :mailto "rudolfo.christ@gmail.com"
+ :license "LLGPL"