* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2011-04-27 7:20 Stelian Ionescu
0 siblings, 0 replies; 7+ messages in thread
From: Stelian Ionescu @ 2011-04-27 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 56349221e440fb3c5bcd5d73c7c048c8ecc2c8ae
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Wed Apr 27 07:18:48 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Wed Apr 27 07:18:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=56349221
dev-lisp/kmrcl: bump to version 1.104
---
.../{kmrcl-1.103.ebuild => kmrcl-1.104.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.103.ebuild b/dev-lisp/kmrcl/kmrcl-1.104.ebuild
similarity index 100%
rename from dev-lisp/kmrcl/kmrcl-1.103.ebuild
rename to dev-lisp/kmrcl/kmrcl-1.104.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2011-07-26 20:15 Stelian Ionescu
0 siblings, 0 replies; 7+ messages in thread
From: Stelian Ionescu @ 2011-07-26 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 9a6b33766f6bd329a87d9716dfbd49c76c58033b
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Tue Jul 26 20:15:38 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Tue Jul 26 20:15:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=9a6b3376
dev-lisp/kmrcl: bump to 1.106
---
.../{kmrcl-1.104.ebuild => kmrcl-1.106.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.104.ebuild b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
similarity index 100%
rename from dev-lisp/kmrcl/kmrcl-1.104.ebuild
rename to dev-lisp/kmrcl/kmrcl-1.106.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2013-03-22 17:57 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2013-03-22 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 0461b0d1162bcaf6412aed5e72ba1702285ec327
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 17:58:05 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 17:58:05 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0461b0d1
dev-lisp/kmrcl: run tests on installed lisps
---
dev-lisp/kmrcl/kmrcl-1.106.ebuild | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.106.ebuild b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
index ebded32..c830c9d 100644
--- a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
+++ b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
+
inherit common-lisp-3
DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg"
@@ -19,4 +20,17 @@ RDEPEND="!dev-lisp/cl-${PN}
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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2015-11-15 18:45 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-11-15 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 6298ba665d0abf8d2eed2306284d24a153cc9f2d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 18:47:58 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 18:47:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6298ba66
dev-lisp/kmrcl: update SRC_URI. Fix header
dev-lisp/kmrcl/kmrcl-1.106.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.106.ebuild b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
index c830c9d..c00bac8 100644
--- a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
+++ b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -8,7 +8,7 @@ inherit common-lisp-3
DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg"
HOMEPAGE="http://www.cliki.net/kmrcl"
-SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz"
+SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2015-11-15 20:28 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-11-15 20:28 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2017-07-07 15:29 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 15:29 UTC (permalink / raw
To: gentoo-commits
commit: 405c0e74cdb7c6b3b36db8a929d753f3702fd480
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:29:18 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:29:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=405c0e74
dev-lisp/kmrcl: Updates header and EAPI
dev-lisp/kmrcl/kmrcl-1.106.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.106.ebuild b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
index c00bac8c..b02c04cd 100644
--- a/dev-lisp/kmrcl/kmrcl-1.106.ebuild
+++ b/dev-lisp/kmrcl/kmrcl-1.106.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
@@ -27,7 +26,9 @@ run_test() {
fi
}
-src_compile() { :; }
+src_compile() {
+ :;
+}
src_test() {
for l in sbcl cmucl clisp ; do
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/
@ 2017-07-07 15:30 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 6c343064de86c074290357483e1dde3779ebec13
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:30:25 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:30:25 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6c343064
dev-lisp/kmrcl: Updates header and EAPI
dev-lisp/kmrcl/kmrcl-1.109.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/kmrcl/kmrcl-1.109.ebuild b/dev-lisp/kmrcl/kmrcl-1.109.ebuild
index c00bac8c..fd2ca660 100644
--- a/dev-lisp/kmrcl/kmrcl-1.109.ebuild
+++ b/dev-lisp/kmrcl/kmrcl-1.109.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-07-07 15:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 7:20 [gentoo-commits] proj/lisp:master commit in: dev-lisp/kmrcl/ Stelian Ionescu
-- strict thread matches above, loose matches on Subject: below --
2011-07-26 20:15 Stelian Ionescu
2013-03-22 17:57 José María Alonso
2015-11-15 18:45 José María Alonso
2015-11-15 20:28 José María Alonso
2017-07-07 15:29 José María Alonso
2017-07-07 15:30 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox