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

commit:     3c50693d9c934d421ec6108a229a32541b92766d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:48:43 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:48:43 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3c50693d

-dev-lisp/closure-common: Updates header

 dev-lisp/closure-common/closure-common-20081130.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/closure-common/closure-common-20081130.ebuild b/dev-lisp/closure-common/closure-common-20081130.ebuild
index 93367a0..b927baf 100644
--- a/dev-lisp/closure-common/closure-common-20081130.ebuild
+++ b/dev-lisp/closure-common/closure-common-20081130.ebuild
@@ -1,12 +1,12 @@
-# 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
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 
-DESCRIPTION="closure-common is a helper library for Closure and Closure XML implementing runes."
+DESCRIPTION="Helper library for Closure and Closure XML implementing runes."
 HOMEPAGE="http://www.cliki.net/closure-common"
 SRC_URI="http://common-lisp.net/project/cxml/download/${PN}-${MY_PV}.tgz"
 


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

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

commit:     a66c52e005c54e889c47b00e54e3ffbf445e2a5c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 12:00:52 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 12:00:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a66c52e0

dev-lisp/closure-common: Adds live ebuild

 dev-lisp/closure-common/closure-common-9999.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/dev-lisp/closure-common/closure-common-9999.ebuild b/dev-lisp/closure-common/closure-common-9999.ebuild
new file mode 100644
index 0000000..544922b
--- /dev/null
+++ b/dev-lisp/closure-common/closure-common-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="Helper library for Closure and Closure XML implementing runes."
+HOMEPAGE="http://www.cliki.net/closure-common"
+EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-lisp/trivial-gray-streams"


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

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

commit:     f683496b1182f9fb3b56bcabe6b349f919ddd9f5
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 21:09:12 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 21:09:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f683496b

dev-lisp/closure-common: Updates to common-lisp-3 eclass

 dev-lisp/closure-common/closure-common-20081130.ebuild | 7 ++++---
 dev-lisp/closure-common/closure-common-9999.ebuild     | 3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/closure-common/closure-common-20081130.ebuild b/dev-lisp/closure-common/closure-common-20081130.ebuild
index b927baf9..4ea9cfce 100644
--- a/dev-lisp/closure-common/closure-common-20081130.ebuild
+++ b/dev-lisp/closure-common/closure-common-20081130.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
 
 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
 

diff --git a/dev-lisp/closure-common/closure-common-9999.ebuild b/dev-lisp/closure-common/closure-common-9999.ebuild
index 544922ba..404b441f 100644
--- a/dev-lisp/closure-common/closure-common-9999.ebuild
+++ b/dev-lisp/closure-common/closure-common-9999.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-05 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 21:09 [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure-common/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22 12:00 José María Alonso
2016-12-10 16:48 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