Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-gray-streams/
Date: Wed, 27 Sep 2017 19:28:30
Message-Id: 1506540501.f2e31621446d25ad7178c45303898d23facd61a8.nimiux@gentoo
1 commit: f2e31621446d25ad7178c45303898d23facd61a8
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 27 19:28:21 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:28:21 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f2e31621
7
8 dev-lisp/trivial-gray-streams: Drops old version
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11 Manifest-Sign-Key: 0x7FEB832CF253DB15
12
13 .../trivial-gray-streams-20081102.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
17 deleted file mode 100644
18 index 3a799768..00000000
19 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit common-lisp-3
28 -
29 -MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
30 -MY_P=${PN}-${MY_PV}
31 -
32 -DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
33 -HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
34 -SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
39 -IUSE=""
40 -
41 -RDEPEND="!dev-lisp/cl-${PN}"
42 -
43 -S="${WORKDIR}"/${MY_P}
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - rm "${S}"/Makefile
48 -}