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/fiveam/
Date: Fri, 18 Dec 2015 21:58:06
Message-Id: 1450476050.5e6f9d302d121ba25170d6a6c4c652759a7fa8a2.nimiux@gentoo
1 commit: 5e6f9d302d121ba25170d6a6c4c652759a7fa8a2
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 22:00:50 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 22:00:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5e6f9d30
7
8 dev-lisp/fiveam: bump to version 1.2
9
10 dev-lisp/fiveam/fiveam-1.2.ebuild | 28 ++++++++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/dev-lisp/fiveam/fiveam-1.2.ebuild b/dev-lisp/fiveam/fiveam-1.2.ebuild
14 new file mode 100644
15 index 0000000..88552b0
16 --- /dev/null
17 +++ b/dev-lisp/fiveam/fiveam-1.2.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2015 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_PV="v${PV}"
28 +
29 +DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp."
30 +HOMEPAGE="http://common-lisp.net/project/fiveam/"
31 +SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
32 +
33 +LICENSE="BSD"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
36 +IUSE=""
37 +
38 +RDEPEND="!dev-lisp/cl-${PN}
39 + !dev-lisp/cl-${PN}-darcs
40 + dev-lisp/alexandria"
41 +
42 +src_install() {
43 + common-lisp-install-sources -t all docs src t version.lisp-expr
44 + common-lisp-install-asdf
45 + dodoc README
46 +}