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