diff options
author | 2024-06-08 19:07:28 +0200 | |
---|---|---|
committer | 2024-06-08 19:40:03 +0200 | |
commit | 6007b7f6a25c70b0d2b0ac4306b0a503b4d43301 (patch) | |
tree | 0255567dd274d79e775ba10c66d1632fda2f6473 /dev-lisp | |
parent | dev-lisp/clx: Update EAPI from 6 to 7 (diff) | |
download | gentoo-6007b7f6a25c70b0d2b0ac4306b0a503b4d43301.tar.gz gentoo-6007b7f6a25c70b0d2b0ac4306b0a503b4d43301.tar.bz2 gentoo-6007b7f6a25c70b0d2b0ac4306b0a503b4d43301.zip |
dev-lisp/trivial-gray-streams: Update EAPI from 6 to 7
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild new file mode 100644 index 000000000000..59c6ac0d58f9 --- /dev/null +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit common-lisp-3 + +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" +HOMEPAGE="https://trivial-gray-streams.common-lisp.dev/" +SRC_URI="mirror://gentoo/a9/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" |