commit: 58e01a42a4b31b9aa90c370ac5fc29e862d1ac65 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri May 29 21:09:13 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri May 29 21:09:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58e01a42
dev-lisp/lisp-unit: add version 0.9.5 dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild new file mode 100644 index 0000000..c099a3b --- /dev/null +++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="A Common Lisp library for unit testing." +HOMEPAGE="http://www.cliki.net/lisp-unit/" +SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE=""
