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

commit:     fbac4d32b3281e700cfb8d6af10c8f03e3272578
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 20:39:44 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 20:39:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fbac4d32

dev-lisp/cl-base64: update SRC_URI

 dev-lisp/cl-base64/cl-base64-3.3.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
index 0bf61ba..c2fdc6c 100644
--- a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
+++ b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
 HOMEPAGE="http://www.cliki.net/cl-base64"
-SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz"
+SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-base64/
@ 2015-11-15 20:53 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2015-11-15 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2c616cf0334f815186c8a55aa7030e3f6712f29d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 20:55:46 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 20:55:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c616cf0

dev-lisp/cl-base64: bump to version 3.3.4

 dev-lisp/cl-base64/cl-base64-3.3.4.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
new file mode 100644
index 0000000..7ff901d
--- /dev/null
+++ b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
+HOMEPAGE="http://www.cliki.net/cl-base64"
+SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/kmrcl"


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

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

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

dev-lisp/cl-base64: Updates header and EAPI

 dev-lisp/cl-base64/cl-base64-3.3.3.ebuild | 5 +++--
 dev-lisp/cl-base64/cl-base64-3.3.4.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
index c2fdc6c3..1cf97c18 100644
--- a/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
+++ b/dev-lisp/cl-base64/cl-base64-3.3.3.ebuild
@@ -1,6 +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=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
index 7ff901d8..1cf97c18 100644
--- a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild
+++ b/dev-lisp/cl-base64/cl-base64-3.3.4.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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  9:48 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-base64/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2015-11-15 20:53 José María Alonso
2015-11-15 20:37 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