commit: 16466134f307ab1b057170b5baf4ab68d54067ca
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 10:45:02 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:45:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=16466134
dev-lisp/lisp-unit: Bumps version to 1.0.1
dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
new file mode 100644
index 0000000..21fc72d
--- /dev/null
+++ b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="Version-${PV}"
+
+DESCRIPTION="A Common Lisp library for unit testing."
+HOMEPAGE="http://www.cliki.net/lisp-unit/"
+SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${MY_PV}.tar.gz
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"