commit:     630e700ab9099cbe5b46aa6b085f77b91af6c33f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 20:30:16 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 20:30:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=630e700a

dev-lisp/kmrcl: bump to version 1.109

 dev-lisp/kmrcl/kmrcl-1.109.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-lisp/kmrcl/kmrcl-1.109.ebuild 
b/dev-lisp/kmrcl/kmrcl-1.109.ebuild
new file mode 100644
index 0000000..c00bac8
--- /dev/null
+++ b/dev-lisp/kmrcl/kmrcl-1.109.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg"
+HOMEPAGE="http://www.cliki.net/kmrcl";
+SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz";
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+               dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-tests"
+
+run_test() {
+       local lisp="${1}"
+       if has_version "dev-lisp/${lisp}" ; then
+               emake test-"${lisp}"
+       fi
+}
+
+src_compile() { :; }
+
+src_test() {
+       for l in sbcl cmucl clisp ; do
+               run_test "${l}"
+       done
+}

Reply via email to