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

commit:     20a9c347418301847382a086ffd4a137d1c59380
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 11:39:51 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 11:39:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=20a9c347

dev-lisp/cl-sasl: bump to version 0.3.1

---
 dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
new file mode 100644
index 0000000..bbeaeca
--- /dev/null
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="SASL client implementation for Common Lisp"
+HOMEPAGE="http://www.cliki.net/cl-sasl"
+SRC_URI="https://github.com/legoscia/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/ironclad"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sasl/
@ 2016-12-01 14:09 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-01 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     31cc32d1fc02528f869ccb80698eea6b49899ccd
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 14:09:23 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 14:09:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31cc32d1

dev-lisp/cl-sasl: Updates header

 dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild | 6 +++---
 dev-lisp/cl-sasl/cl-sasl-0.3.ebuild   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
index bbeaeca..602b03e 100644
--- a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
@@ -1,8 +1,8 @@
-# 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
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild
index 30d7903..50af1bd 100644
--- a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.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] 4+ messages in thread

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

commit:     ee2cf9f2d4b176d9bd3a53ca656f26128176981c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:15:16 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:15:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ee2cf9f2

dev-lisp/cl-sasl: Bumps version to 0.3.2

 dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
new file mode 100644
index 0000000..602b03e
--- /dev/null
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="SASL client implementation for Common Lisp"
+HOMEPAGE="http://www.cliki.net/cl-sasl"
+SRC_URI="https://github.com/legoscia/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/ironclad"


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

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

commit:     21636518463604086b4a37cb024e0c632eb02ea1
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:14:08 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:14:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=21636518

dev-lisp/cl-sasl: Updates to common-lisp-3.eclass

 dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild |  3 +--
 dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild |  3 +--
 dev-lisp/cl-sasl/cl-sasl-0.3.ebuild   | 21 ---------------------
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
index 602b03e3..aead7787 100644
--- a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.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
 

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
index 602b03e3..aead7787 100644
--- a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.2.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
 

diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild
deleted file mode 100644
index 50af1bd8..00000000
--- a/dev-lisp/cl-sasl/cl-sasl-0.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="SASL client implementation for Common Lisp"
-HOMEPAGE="http://www.dtek.chalmers.se/~henoch/text/cl-sasl.html
-	http://www.cliki.net/cl-sasl"
-SRC_URI="http://www.dtek.chalmers.se/~henoch/text/${PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/ironclad"
-
-S="${WORKDIR}"/${MY_P}


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

end of thread, other threads:[~2017-07-02 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 21:14 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sasl/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22 11:15 José María Alonso
2016-12-01 14:09 José María Alonso
2013-12-07 11:39 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