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:31:03
Message-Id: 1514806259.fff6cb3a4f14f9f857475de8a6bd5709ca89dca4.nimiux@gentoo
1 commit: fff6cb3a4f14f9f857475de8a6bd5709ca89dca4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 11:30:59 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 11:30:59 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fff6cb3a
7
8 dev-lisp/chunga: Bumps version to 1.1.7
9
10 dev-lisp/chunga/chunga-1.1.7.ebuild | 26 ++++++++++++++++++++++++++
11 1 file changed, 26 insertions(+)
12
13 diff --git a/dev-lisp/chunga/chunga-1.1.7.ebuild b/dev-lisp/chunga/chunga-1.1.7.ebuild
14 new file mode 100644
15 index 00000000..9e52c99f
16 --- /dev/null
17 +++ b/dev-lisp/chunga/chunga-1.1.7.ebuild
18 @@ -0,0 +1,26 @@
19 +# Copyright 1999-2018 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 docs/index.html
44 +}