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

commit:     66babed3633f611be675086eefe6e447e130ef96
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 10:03:04 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:03:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=66babed3

dev-lisp/rf2388: bump to version 1.5

---
 dev-lisp/rfc2388/rfc2388-1.5.ebuild |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/rfc2388/rfc2388-1.5.ebuild b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
new file mode 100644
index 0000000..1efe7c8
--- /dev/null
+++ b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+DESCRIPTION="An implementation of RFC 2388 in Common Lisp"
+HOMEPAGE="http://common-lisp.net/project/rfc2388/"
+SRC_URI="http://common-lisp.net/project/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/${PN}


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

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

commit:     ca60502601e28363a871a997ab41c38bddbc54eb
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:07:29 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 17:07:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ca605026

-dev-lisp/rfc2388: Updates header

 dev-lisp/rfc2388/rfc2388-1.2.ebuild | 4 ++--
 dev-lisp/rfc2388/rfc2388-1.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/rfc2388/rfc2388-1.2.ebuild b/dev-lisp/rfc2388/rfc2388-1.2.ebuild
index fc4bfc8..dc9311d 100644
--- a/dev-lisp/rfc2388/rfc2388-1.2.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.2.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 eutils
 

diff --git a/dev-lisp/rfc2388/rfc2388-1.5.ebuild b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
index 1efe7c8..440f013 100644
--- a/dev-lisp/rfc2388/rfc2388-1.5.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.5.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$
 
 inherit common-lisp-3
 


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

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

commit:     0aeab35c1ffb2be68523d257ad7fa301688787cd
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 15:55:29 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 15:55:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0aeab35c

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

 dev-lisp/rfc2388/rfc2388-1.2.ebuild | 7 ++++---
 dev-lisp/rfc2388/rfc2388-1.5.ebuild | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/rfc2388/rfc2388-1.2.ebuild b/dev-lisp/rfc2388/rfc2388-1.2.ebuild
index dc9311d4..ac2f1253 100644
--- a/dev-lisp/rfc2388/rfc2388-1.2.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.2.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 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="An implementation of RFC 2388 in Common Lisp"
 HOMEPAGE="http://common-lisp.net/project/rfc2388/"

diff --git a/dev-lisp/rfc2388/rfc2388-1.5.ebuild b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
index 440f013f..4e5ea23b 100644
--- a/dev-lisp/rfc2388/rfc2388-1.5.ebuild
+++ b/dev-lisp/rfc2388/rfc2388-1.5.ebuild
@@ -1,6 +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=6
 
 inherit common-lisp-3
 


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

end of thread, other threads:[~2017-07-04 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 10:02 [gentoo-commits] proj/lisp:master commit in: dev-lisp/rfc2388/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-10 17:07 José María Alonso
2017-07-04 15:55 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