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: Thu, 25 Aug 2016 16:56:09
Message-Id: 1472144166.42c64d6ccf8a8ec6b8cdde91195803c66a686ae4.nimiux@gentoo
1 commit: 42c64d6ccf8a8ec6b8cdde91195803c66a686ae4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 16:56:06 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 16:56:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=42c64d6c
7
8 dev-lisp/cl-fad: Bump to version 0.7.4
9
10 dev-lisp/cl-fad/cl-fad-0.7.4.ebuild | 28 ++++++++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
14 new file mode 100644
15 index 0000000..a09149d
16 --- /dev/null
17 +++ b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +inherit common-lisp-3
26 +
27 +MY_P="v${PV}"
28 +
29 +DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname functions."
30 +HOMEPAGE="http://weitz.de/cl-fad/"
31 +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
32 +
33 +LICENSE="BSD-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="dev-lisp/alexandria
39 + dev-lisp/bordeaux-threads"
40 +
41 +src_install() {
42 + common-lisp-install-sources *.lisp
43 + common-lisp-install-asdf
44 + dodoc CHANGELOG README
45 + dohtml doc/index.html
46 +}