commit: f2e31621446d25ad7178c45303898d23facd61a8
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 19:28:21 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 19:28:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f2e31621
dev-lisp/trivial-gray-streams: Drops old version
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Manifest-Sign-Key: 0x7FEB832CF253DB15
.../trivial-gray-streams-20081102.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
deleted file mode 100644
index 3a799768..00000000
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp
implementations"
-HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
-SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- rm "${S}"/Makefile
-}