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/chunga/
Date: Mon, 01 Jan 2018 11:44:54
Message-Id: 1514807092.6e1b281fa79d2667a2ea00ea8fc7527fde2c704e.nimiux@gentoo
1 commit: 6e1b281fa79d2667a2ea00ea8fc7527fde2c704e
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 11:44:52 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 11:44:52 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6e1b281f
7
8 dev-lisp/chunga: Drops old version 1.1.5
9
10 dev-lisp/chunga/chunga-1.1.5.ebuild | 27 ---------------------------
11 1 file changed, 27 deletions(-)
12
13 diff --git a/dev-lisp/chunga/chunga-1.1.5.ebuild b/dev-lisp/chunga/chunga-1.1.5.ebuild
14 deleted file mode 100644
15 index 1dd083cb..00000000
16 --- a/dev-lisp/chunga/chunga-1.1.5.ebuild
17 +++ /dev/null
18 @@ -1,27 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -inherit common-lisp-3
25 -
26 -MY_P="v${PV}"
27 -
28 -DESCRIPTION="Portable chunked streams for Common Lisp"
29 -HOMEPAGE="http://weitz.de/chunga/"
30 -SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="BSD-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="!dev-lisp/cl-${PN}
38 - dev-lisp/trivial-gray-streams"
39 -
40 -src_install() {
41 - common-lisp-install-sources *.lisp
42 - common-lisp-install-asdf
43 - dodoc CHANGELOG.txt
44 - dohtml doc/index.html
45 -}