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/cl-fad/
Date: Sun, 10 Dec 2017 13:32:03
Message-Id: 1512912715.3e7b53a13d379666ecb9bafcbe900e521797e152.nimiux@gentoo
1 commit: 3e7b53a13d379666ecb9bafcbe900e521797e152
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 13:31:55 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 13:31:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3e7b53a1
7
8 dev-lisp/cl-fad: Bumps version to 0.7.5
9
10 dev-lisp/cl-fad/cl-fad-0.7.5.ebuild | 27 +++++++++++++++++++++++++++
11 1 file changed, 27 insertions(+)
12
13 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
14 new file mode 100644
15 index 00000000..3c1afe22
16 --- /dev/null
17 +++ b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
18 @@ -0,0 +1,27 @@
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="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
29 +HOMEPAGE="https://github.com/edicl/cl-fad/"
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/alexandria
38 + dev-lisp/bordeaux-threads"
39 +
40 +src_install() {
41 + common-lisp-install-sources *.lisp
42 + common-lisp-install-asdf
43 + dodoc CHANGELOG README
44 + dohtml doc/index.html
45 +}