summaryrefslogtreecommitdiff
path: root/dev-lisp/trivial-gray-streams
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
commit4fe228ee9aa3b9b825d54ace549a5517e153e8bd (patch)
tree90a261e3ea59b80722d70d3c42f3e40d16c9f8dd /dev-lisp/trivial-gray-streams
parentadc09cc4e6ebf7931735c02c0c272b4b885c2b30 (diff)
gentoo auto-resync : 09:06:2024 - 00:08:13
Diffstat (limited to 'dev-lisp/trivial-gray-streams')
-rw-r--r--dev-lisp/trivial-gray-streams/Manifest1
-rw-r--r--dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-lisp/trivial-gray-streams/Manifest b/dev-lisp/trivial-gray-streams/Manifest
index dee8ef09f0d3..27ed9206bfab 100644
--- a/dev-lisp/trivial-gray-streams/Manifest
+++ b/dev-lisp/trivial-gray-streams/Manifest
@@ -1,3 +1,4 @@
DIST trivial-gray-streams-20170830.tar.bz2 7520 BLAKE2B 2080b9ee30249c61c21f88663a247323afe2854c6444467d68fbdc42df9b8868cc49c305ab319ca88cf37ee8b0d423681c01174bb2a26d373a0c9427f2ad8e4e SHA512 4fbcfff5f2875daaf9c9bb286e2f753fccbb9840bb3c3593b9755204475aaf34241c1ffc2c93b5bf2c3428400e91082b01f15812eb51251afcabe9a57d5df3fa
+EBUILD trivial-gray-streams-20170830-r1.ebuild 383 BLAKE2B b9294e599407f75a5f8db71d2cf9a54dd5d212acdc27056c28d0d959f99d8863f19581a28debb88828345271db4a2fdcf51c1abde9ab509bcc3860848c5c13b1 SHA512 654c8f88abe75557da28968fd0aff38eca5800b0245eb55ac1d7959919cc8ca3702d0c14bbc83a3c040a623b6212fe97fc0dc6efa701e4441747068650a39792
EBUILD trivial-gray-streams-20170830.ebuild 427 BLAKE2B 4c9d6f0fb8947010f7258d91dca5372b8f57e9a41d224e808949cb4383fc819ae6d8afbb3c3c012f7c62eef9b886698425fd1ca1cb6c297b25fbdf757210d483 SHA512 2dce2e1ae6fe587c3c73e8304c6237a42b4fe7b1c4186c2f1ceaff42c7e2bd395d9f82e2e2dc790cb0d783e0b69b7e136b94fd8c017688996e95cdd572e6bc14
MISC metadata.xml 266 BLAKE2B c889222f55a3cd8a06229d4ac99b498de3089939b5e6d9fc48d3889c502d4c876ee96b153b35d202afc60dc0eca9334eb4ea01b1135d295f79f339be44c575b9 SHA512 bd66346e96281a053da8e1f2442a0c9bd76eaa874b888a2d5da1c0aed2df72e1f9450326a3fbb76a765a9a63a9927a85b3d13f42fd6b59fc4d7233e623809e5e
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"