diff options
author | 2024-04-24 20:30:32 +0300 | |
---|---|---|
committer | 2024-04-24 20:30:32 +0300 | |
commit | 016158d49536bf00b48e5cd8b281f1f4f2e14dd0 (patch) | |
tree | 581157efb5ba610cba025ce940a2db876a831aba /dev-lisp/flexi-streams | |
parent | app-shells/zsh: Stabilize 5.9-r6 arm64, #930630 (diff) | |
download | gentoo-016158d49536bf00b48e5cd8b281f1f4f2e14dd0.tar.gz gentoo-016158d49536bf00b48e5cd8b281f1f4f2e14dd0.tar.bz2 gentoo-016158d49536bf00b48e5cd8b281f1f4f2e14dd0.zip |
dev-lisp/flexi-streams: drop 1.0.16, 1.0.17, EAPI6--
Closes: https://bugs.gentoo.org/930217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lisp/flexi-streams')
-rw-r--r-- | dev-lisp/flexi-streams/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-lisp/flexi-streams/Manifest b/dev-lisp/flexi-streams/Manifest index 2c10e3f67e50..7db7cf6b772c 100644 --- a/dev-lisp/flexi-streams/Manifest +++ b/dev-lisp/flexi-streams/Manifest @@ -1,3 +1 @@ -DIST flexi-streams-1.0.16.tar.gz 135698 BLAKE2B 9d6d5b064f10d27ce60d5a8a6792b7c36e63d393f64c98148bfd9addd36483e1e4d9e2b699c0ae151c55d88e01bd86fea3197e082b001face2c44206229c3e21 SHA512 66b7c5231616c7a6095a52d6c679717795c9308e33487536a5e1b7f0d25f26aacd2579a76c351f8e16a967a0611456cbc97b3824f4d9cf4875b8e48b0c4f7c78 -DIST flexi-streams-1.0.17.tar.gz 135883 BLAKE2B 96670bffc8b53196d2138bff6bdcaaae74d3a9318bb637cb52914de0905be86d3d5ce40ed3f5f87deec75cbad609d339fc0656f8542ee05edae5c9c342430a90 SHA512 58a19214f74e00948dd5c15453cb68a65ad600a78fd7b637018914446a3953f68efa5e229b3d27e93464d8f273e82aa71d0fafe9b2ace77e40d23c5aea756d49 DIST flexi-streams-1.0.19.tar.gz 393330 BLAKE2B 755f835ea7fe7edf0fd4ff317463a7ed86289aad428b4bbf461808900a9656711279de362a48c32d5ea8cb9933743b92c28729ad866950200d5d65bd7fab83c1 SHA512 03288868f86ce8c3c4ed63fb5f5f9d809bc0772834ef603793c861d09ad7ffb900c14021f1f1621111e7bd4ee3f0b0653985449391ee250d0f43385abbfdfdfa diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild deleted file mode 100644 index f9d5b59764d1..000000000000 --- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild +++ /dev/null @@ -1,25 +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="Flexible bivalent streams for Common Lisp" -HOMEPAGE="http://weitz.de/flexi-streams/ - http://www.cliki.net/flexi-streams/" -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - >=dev-lisp/trivial-gray-streams-20060925" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc doc/index.html -} diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild deleted file mode 100644 index 4af4c8bf3e96..000000000000 --- a/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Flexible bivalent streams for Common Lisp" -HOMEPAGE="http://weitz.de/flexi-streams/ - http://www.cliki.net/flexi-streams/" -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - >=dev-lisp/trivial-gray-streams-20060925" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc docs/index.html -} |