summaryrefslogtreecommitdiff
path: root/dev-lisp/iterate/iterate-1.5.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/iterate/iterate-1.5.3.ebuild')
-rw-r--r--dev-lisp/iterate/iterate-1.5.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-lisp/iterate/iterate-1.5.3.ebuild b/dev-lisp/iterate/iterate-1.5.3.ebuild
deleted file mode 100644
index f47887e..0000000
--- a/dev-lisp/iterate/iterate-1.5.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit common-lisp-3
-
-DESCRIPTION="Common lisp iteration library"
-HOMEPAGE="https://common-lisp.net/project/iterate/"
-SRC_URI="https://gitlab.common-lisp.net/iterate/iterate/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
- rm -rf "${S}/doc/examples"
- default
-}
-
-src_configure() {
- return
-}