summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-17 07:55:05 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-17 07:55:58 +0200
commitd8bdd744f68696f65ec2542bb33b169c3fe2efdc (patch)
treeb1f854cf921234e7a7c9660011300cf862803d18 /dev-lisp
parentdev-lisp/cl-unicode: drop 0.1.5 (diff)
downloadgentoo-d8bdd744f68696f65ec2542bb33b169c3fe2efdc.tar.gz
gentoo-d8bdd744f68696f65ec2542bb33b169c3fe2efdc.tar.bz2
gentoo-d8bdd744f68696f65ec2542bb33b169c3fe2efdc.zip
dev-lisp/trivial-gray-streams: drop 20170830
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.ebuild17
1 files changed, 0 insertions, 17 deletions
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}"