public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2011-08-02 22:13 Stelian Ionescu
  0 siblings, 0 replies; 9+ messages in thread
From: Stelian Ionescu @ 2011-08-02 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     69ee1aa65e3d42973a7b810953c7632d027bbf80
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Tue Aug  2 22:13:21 2011 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Tue Aug  2 22:13:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=69ee1aa6

dev-lisp/split-sequence: bump to 1.0

---
 dev-lisp/split-sequence/split-sequence-1.0.ebuild  |   18 +++++++++++++
 .../split-sequence-20050802-r3.ebuild              |   27 --------------------
 2 files changed, 18 insertions(+), 27 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.0.ebuild b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
new file mode 100644
index 0000000..87c3b78
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit common-lisp-3 eutils
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/fiveam"

diff --git a/dev-lisp/split-sequence/split-sequence-20050802-r3.ebuild b/dev-lisp/split-sequence/split-sequence-20050802-r3.ebuild
deleted file mode 100644
index 526a04c..0000000
--- a/dev-lisp/split-sequence/split-sequence-20050802-r3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit common-lisp-3 eutils
-
-DEB_PV=3
-
-DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
-HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE
-		http://packages.debian.org/sid/cl-split-sequence"
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.orig.tar.gz
-		mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}-${DEB_PV}.diff.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${P}.orig
-
-src_prepare() {
-	epatch "${WORKDIR}"/cl-${PN}_${PV}-${DEB_PV}.diff
-}



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2013-05-05 21:15 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-05-05 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd3ef453c6334e9894fcb359a62b30808575cd5
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 21:15:21 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May  5 21:15:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6dd3ef45

dev-lisp/split-sequence: bump to version 1.1

---
 dev-lisp/split-sequence/split-sequence-1.1.ebuild |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
new file mode 100644
index 0000000..4c8a123
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/fiveam"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2013-05-05 22:20 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2013-05-05 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     593d69fa59443c01423e41f509e7c596958bba3c
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 22:20:03 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May  5 22:20:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=593d69fa

dev-lisp/split-sequence-1.1: fix install

---
 dev-lisp/split-sequence/split-sequence-1.1.ebuild |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
index 4c8a123..6f50331 100644
--- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
@@ -19,3 +19,9 @@ IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}
 		dev-lisp/fiveam"
+
+src_install() {
+	common-lisp-install-sources -t all *.lisp version.lisp-expr
+	common-lisp-install-asdf
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2015-07-25 16:32 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2015-07-25 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d26fc02c7863acd8f432ad77aed82d4196794145
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 16:35:56 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 16:35:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d26fc02c

dev-lisp/split-sequence: bump to version 1.2

 dev-lisp/split-sequence/split-sequence-1.2.ebuild | 27 +++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
new file mode 100644
index 0000000..a699498
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/fiveam"
+
+src_install() {
+	common-lisp-install-sources -t all *.lisp version.lisp-expr
+	common-lisp-install-asdf
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2016-08-25 16:19 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2016-08-25 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     32e1c6fb6dab56ff031528d8b415326e61e6b6d2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:19:22 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:19:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=32e1c6fb

dev-lisp/split-sequence: Update header

 dev-lisp/split-sequence/split-sequence-1.0.ebuild | 4 ++--
 dev-lisp/split-sequence/split-sequence-1.1.ebuild | 4 ++--
 dev-lisp/split-sequence/split-sequence-1.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.0.ebuild b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
index 87c3b78..f0adb43 100644
--- a/dev-lisp/split-sequence/split-sequence-1.0.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=3
 inherit common-lisp-3 eutils

diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
index 6f50331..9795e6a 100644
--- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
index a699498..9795e6a 100644
--- a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2017-07-07 10:18 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-07-07 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b2df30811f10f1e03e36ef05c5082a20a307966c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 10:18:37 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 10:18:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b2df3081

dev-lisp/split-sequence: Drops old version. Updates header and EAPI

 dev-lisp/split-sequence/split-sequence-1.0.ebuild | 18 ------------------
 dev-lisp/split-sequence/split-sequence-1.1.ebuild |  5 ++---
 dev-lisp/split-sequence/split-sequence-1.2.ebuild |  5 ++---
 3 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.0.ebuild b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
deleted file mode 100644
index f0adb436..00000000
--- a/dev-lisp/split-sequence/split-sequence-1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit common-lisp-3 eutils
-
-DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
-HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/fiveam"

diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
index 9795e6a0..af9c3bb1 100644
--- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 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
 

diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
index 9795e6a0..af9c3bb1 100644
--- a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
+++ b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 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] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2017-07-12 11:02 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2017-07-12 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f334f436d47745d8177649688817efecd4eabe4e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 11:02:44 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 11:02:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f334f436

dev-lisp/split-sequence: Bumps version to 1.4.1

 .../split-sequence/split-sequence-1.4.1.ebuild     | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/split-sequence/split-sequence-1.4.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.4.1.ebuild
new file mode 100644
index 00000000..08645b17
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/fiveam"
+
+src_install() {
+	common-lisp-install-sources -t all *.lisp version.sexp
+	common-lisp-install-asdf
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2018-10-15 13:44 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2018-10-15 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3c83db92059e7ab0bb81c17d9144f4ca400de54f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 13:47:15 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 13:47:15 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3c83db92

dev-lisp/split-sequence: Bump version to 1.5.0

 .../split-sequence/split-sequence-1.5.0.ebuild     | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/split-sequence/split-sequence-1.5.0.ebuild b/dev-lisp/split-sequence/split-sequence-1.5.0.ebuild
new file mode 100644
index 00000000..59f7c7c4
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/fiveam"
+
+src_install() {
+	common-lisp-install-sources -t all *.lisp version.sexp
+	common-lisp-install-asdf
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
@ 2018-10-15 13:45 José María Alonso
  0 siblings, 0 replies; 9+ messages in thread
From: José María Alonso @ 2018-10-15 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1fdb2e3e1aeb5cfe6849a00edc6ad6e947eae520
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 13:48:58 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 13:48:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1fdb2e3e

dev-lisp/split-sequence: Drop old

 dev-lisp/split-sequence/split-sequence-1.1.ebuild | 26 -----------------------
 dev-lisp/split-sequence/split-sequence-1.2.ebuild | 26 -----------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
deleted file mode 100644
index af9c3bb1..00000000
--- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_PV="v${PV}"
-
-DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
-HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/fiveam"
-
-src_install() {
-	common-lisp-install-sources -t all *.lisp version.lisp-expr
-	common-lisp-install-asdf
-	dodoc README.md
-}

diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
deleted file mode 100644
index af9c3bb1..00000000
--- a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_PV="v${PV}"
-
-DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
-HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/fiveam"
-
-src_install() {
-	common-lisp-install-sources -t all *.lisp version.lisp-expr
-	common-lisp-install-asdf
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-15 13:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-25 16:32 [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-10-15 13:45 José María Alonso
2018-10-15 13:44 José María Alonso
2017-07-12 11:02 José María Alonso
2017-07-07 10:18 José María Alonso
2016-08-25 16:19 José María Alonso
2013-05-05 22:20 José María Alonso
2013-05-05 21:15 José María Alonso
2011-08-02 22:13 Stelian Ionescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox