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-who/
Date: Wed, 28 May 2014 20:26:42
Message-Id: 1401308846.25d34eaa475072ed6db9d78383a59819e0867981.nimiux@gentoo
1 commit: 25d34eaa475072ed6db9d78383a59819e0867981
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 28 20:27:26 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed May 28 20:27:26 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=25d34eaa
7
8 dev-lisp/cl-who: bump to version 1.1.3
9
10 ---
11 dev-lisp/cl-who/cl-who-1.1.3.ebuild | 25 +++++++++++++++++++++++++
12 1 file changed, 25 insertions(+)
13
14 diff --git a/dev-lisp/cl-who/cl-who-1.1.3.ebuild b/dev-lisp/cl-who/cl-who-1.1.3.ebuild
15 new file mode 100644
16 index 0000000..81a613a
17 --- /dev/null
18 +++ b/dev-lisp/cl-who/cl-who-1.1.3.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3
27 +
28 +MY_P="v${PV}"
29 +
30 +DESCRIPTION='CL-WHO (is yet another Lisp Markup Language).'
31 +HOMEPAGE="http://weitz.de/cl-who/"
32 +SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
33 +
34 +LICENSE="BSD-2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +src_install() {
40 + common-lisp-install-sources *.lisp
41 + common-lisp-install-asdf
42 + dodoc CHANGELOG
43 + dohtml doc/*.html
44 +}