diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 00:10:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 00:10:02 +0100 |
commit | ccaccfe4f1da8c11d9fa110f6e4eb847358769d7 (patch) | |
tree | ff02c95ae3d9a1e73e2a182e268161743d81a88b /dev-lisp/trivial-gray-streams | |
parent | 74e526c590f52d24a213e25f77858ae0b34ec2c8 (diff) |
gentoo auto-resync : 18:06:2024 - 00:10:02
Diffstat (limited to 'dev-lisp/trivial-gray-streams')
3 files changed, 2 insertions, 20 deletions
diff --git a/dev-lisp/trivial-gray-streams/Manifest b/dev-lisp/trivial-gray-streams/Manifest index bd0355d0539c..9d81de859cf4 100644 --- a/dev-lisp/trivial-gray-streams/Manifest +++ b/dev-lisp/trivial-gray-streams/Manifest @@ -1,4 +1,3 @@ DIST trivial-gray-streams-20170830.tar.bz2 7520 BLAKE2B 2080b9ee30249c61c21f88663a247323afe2854c6444467d68fbdc42df9b8868cc49c305ab319ca88cf37ee8b0d423681c01174bb2a26d373a0c9427f2ad8e4e SHA512 4fbcfff5f2875daaf9c9bb286e2f753fccbb9840bb3c3593b9755204475aaf34241c1ffc2c93b5bf2c3428400e91082b01f15812eb51251afcabe9a57d5df3fa -EBUILD trivial-gray-streams-20170830-r1.ebuild 383 BLAKE2B ebadbd7e9ebb455060059af8d10a0ac10fe7280f7f44b6fde598360a0a31a15b16a9d304d53da3dfd4158c42f773f41374494efdf663426b16656fc660507689 SHA512 289aba27a15cc09d6c3227e459d12c28da99e0b88cf7fa6361cbbbc2d024e74c8e3126fa543b96d4e8a5391450d36be42ed74b8b6ab44bf3a0940aa44f00d940 -EBUILD trivial-gray-streams-20170830.ebuild 427 BLAKE2B 4c9d6f0fb8947010f7258d91dca5372b8f57e9a41d224e808949cb4383fc819ae6d8afbb3c3c012f7c62eef9b886698425fd1ca1cb6c297b25fbdf757210d483 SHA512 2dce2e1ae6fe587c3c73e8304c6237a42b4fe7b1c4186c2f1ceaff42c7e2bd395d9f82e2e2dc790cb0d783e0b69b7e136b94fd8c017688996e95cdd572e6bc14 +EBUILD trivial-gray-streams-20170830-r1.ebuild 381 BLAKE2B 73701332a0471e96a3ca9e18b63a8452410c5205c786c23e99aa71bc78836a29b0ea721d1f0f1d3b25a9ec4f7076f9acf1c78bac34af0fa7977f8c2c4b78651e SHA512 dcdf514a637488d39385c118fa26b9bb1703ad0a3dc989d84c2468fa39b24b209f24ede8a9b6164059265e23e6142481adb7015379f3185daedbfd427d6bfb29 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 index 5395e817b486..7bb3da20bb45 100644 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830-r1.ebuild @@ -11,4 +11,4 @@ SRC_URI="mirror://gentoo/a9/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild deleted file mode 100644 index 63d5924ffdb0..000000000000 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" -HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" |