From d8bdd744f68696f65ec2542bb33b169c3fe2efdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 17 Jun 2024 07:55:05 +0200 Subject: [PATCH] dev-lisp/trivial-gray-streams: drop 20170830 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../trivial-gray-streams-20170830.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild 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 63d5924ffdb08..0000000000000 --- 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}"