public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/
@ 2016-12-04 20:26 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c24adb2b27b1d5fab33afc94e2d5dd4a146eba99
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 20:26:34 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 20:26:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c24adb2b

dev-lisp/portable-threads: Updates header

 dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
index 4a54d43..247baae 100644
--- a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
+++ b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/
@ 2016-12-04 20:34 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     454ee398ac4bca4502a9fbdd259ee3566f47271b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 20:34:34 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 20:34:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=454ee398

dev-lisp/portable-threads: Bumps version to 2.3

 .../portable-threads-2.3_p20161031.ebuild              | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild
new file mode 100644
index 0000000..2871538
--- /dev/null
+++ b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Portable threads API for Common Lisp (from GBBopen project)"
+HOMEPAGE="http://www.cliki.net/Portable-Threads http://GBBopen.org"
+SRC_URI="https://github.com/binghe/portable-threads/archive/quicklisp-20161031.tar.gz -> ${PF}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-quicklisp-20161031"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/
@ 2017-07-07  8:51 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2d7b30628f94c1cdf6575b22710293b0a59c308f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:52:01 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:52:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2d7b3062

dev-lisp/portable-threads: Updates to common-lisp-3 eclass

 dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild | 7 ++++---
 dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild   | 3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
index 247baae4..df1c108a 100644
--- a/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
+++ b/dev-lisp/portable-threads/portable-threads-0.9.6_p20071120.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="GBBopen project's portable-thread code."
 HOMEPAGE="http://www.cliki.net/Portable-Threads http://GBBopen.org"

diff --git a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild
index 2871538d..722b9e65 100644
--- a/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild
+++ b/dev-lisp/portable-threads/portable-threads-2.3_p20161031.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 


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

end of thread, other threads:[~2017-07-07  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 20:34 [gentoo-commits] proj/lisp:master commit in: dev-lisp/portable-threads/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07  8:51 José María Alonso
2016-12-04 20:26 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