summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2023-03-30 23:46:32 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2023-03-30 23:46:32 -0400
commitc3c0be73ec057ae3f1c5fe7dc73be5a281121fda (patch)
tree1b59a0031b111bb522330c252c710f2ed9fbde10 /dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
parenta228504f97982efac0df2f7b94156b143572c840 (diff)
downloadebuilds-c3c0be73ec057ae3f1c5fe7dc73be5a281121fda.tar.gz
removed unneeded and unmaintained packages
Diffstat (limited to 'dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild')
-rw-r--r--dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 3a92aa5..0000000
--- a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit common-lisp-3
-
-DESCRIPTION="Convert strings between camelCase, param-case, snake_case and more"
-HOMEPAGE="https://github.com/rudolfochrist/cl-change-case"
-SRC_URI="https://github.com/rudolfochrist/cl-change-case/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT=0
-KEYWORDS="~amd64"
-
-RDEPENDS="dev-lisp/cl-ppcre
- dev-lisp/cl-ppcre-unicode"
-
-PATCHES=(
- "${FILESDIR}/remove-uiop-read-file-from-asd.patch"
-)