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/lisp-unit/
Date: Fri, 29 May 2015 21:09:20
Message-Id: 1432933753.58e01a42a4b31b9aa90c370ac5fc29e862d1ac65.nimiux@gentoo
1 commit: 58e01a42a4b31b9aa90c370ac5fc29e862d1ac65
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 21:09:13 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 21:09:13 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58e01a42
7
8 dev-lisp/lisp-unit: add version 0.9.5
9
10 dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 16 ++++++++++++++++
11 1 file changed, 16 insertions(+)
12
13 diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
14 new file mode 100644
15 index 0000000..c099a3b
16 --- /dev/null
17 +++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
18 @@ -0,0 +1,16 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header: $
22 +
23 +EAPI=5
24 +
25 +inherit common-lisp-3
26 +
27 +DESCRIPTION="A Common Lisp library for unit testing."
28 +HOMEPAGE="http://www.cliki.net/lisp-unit/"
29 +SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${PV}.tar.gz"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 +IUSE=""