From: John Turner Date: Mon, 19 Dec 2022 08:48:23 +0000 (-0500) Subject: dev-lisp/iterate: new ebuild X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=4851aade54c17b97673627ecc3529711ab647a24;p=ebuilds dev-lisp/iterate: new ebuild --- diff --git a/dev-lisp/iterate/Manifest b/dev-lisp/iterate/Manifest new file mode 100644 index 0000000..10a5c78 --- /dev/null +++ b/dev-lisp/iterate/Manifest @@ -0,0 +1 @@ +DIST iterate-1.5.3.tar.gz 340167 BLAKE2B ea731fb496103db78adf5ab6f9e39d0430ca2f01b1a7a744d8e4110f12eae40f57746c867f63963a2b518a9706aad8bbfb2baa4b30459e45b52579f29ba55f23 SHA512 e7f27a74fe6c731885d7ca4f49c5ae57703481806e72e139c9206d824a5fe3da7c1f683cf88db5cecc9206a0a548dab04284df53c53f009f8512bffde02f4cc6 diff --git a/dev-lisp/iterate/iterate-1.5.3.ebuild b/dev-lisp/iterate/iterate-1.5.3.ebuild new file mode 100644 index 0000000..f47887e --- /dev/null +++ b/dev-lisp/iterate/iterate-1.5.3.ebuild @@ -0,0 +1,23 @@ +# 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 +}