public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zs3/
@ 2016-09-11 14:29 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-09-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e8b4ddbec878d50b3e74e2e3c609c3cb614a70
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 14:29:46 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 14:29:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c1e8b4dd

dev-lisp/zs3: Update header

 dev-lisp/zs3/zs3-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/zs3/zs3-1.1.3.ebuild b/dev-lisp/zs3/zs3-1.1.3.ebuild
index fa87661..117f637 100644
--- a/dev-lisp/zs3/zs3-1.1.3.ebuild
+++ b/dev-lisp/zs3/zs3-1.1.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] 6+ messages in thread

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

commit:     fe48e15447b417f77aced8b11d7754630dd5256c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:02:37 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:02:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fe48e154

dev-lisp/zs3: Bump to version 1.2.11

 dev-lisp/zs3/zs3-1.2.11.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild
new file mode 100644
index 0000000..b588093
--- /dev/null
+++ b/dev-lisp/zs3/zs3-1.2.11.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
+HOMEPAGE="http://www.xach.com/lisp/zs3/"
+SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${PF}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/cxml
+		dev-lisp/chunga
+		>=dev-lisp/drakma-1.0.0
+		dev-lisp/ironclad
+		dev-lisp/puri
+		dev-lisp/cl-base64"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dohtml doc/*
+}


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

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

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

dev-lisp/zs3: Bumps version to 1.3

 dev-lisp/zs3/zs3-1.3.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild
new file mode 100644
index 0000000..0d7265c
--- /dev/null
+++ b/dev-lisp/zs3/zs3-1.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
+HOMEPAGE="http://www.xach.com/lisp/zs3/"
+SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/cxml
+		dev-lisp/chunga
+		>=dev-lisp/drakma-1.0.0
+		dev-lisp/ironclad
+		dev-lisp/puri
+		dev-lisp/cl-base64"
+
+src_install() {
+	common-lisp-3_src_install
+	dodoc doc/*
+}


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

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

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

dev-lisp/zs3: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/zs3/zs3-1.1.3.ebuild  | 26 --------------------------
 dev-lisp/zs3/zs3-1.2.11.ebuild |  5 ++---
 dev-lisp/zs3/zs3-1.3.ebuild    |  3 +--
 3 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/dev-lisp/zs3/zs3-1.1.3.ebuild b/dev-lisp/zs3/zs3-1.1.3.ebuild
deleted file mode 100644
index 117f6374..00000000
--- a/dev-lisp/zs3/zs3-1.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
-HOMEPAGE="http://www.xach.com/lisp/zs3/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/cxml
-		 >=dev-lisp/drakma-1.0.0
-		 dev-lisp/ironclad
-		 dev-lisp/puri
-		 dev-lisp/cl-base64"
-
-src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
-	dohtml doc/*
-}

diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild
index b588093b..e7a250e4 100644
--- a/dev-lisp/zs3/zs3-1.2.11.ebuild
+++ b/dev-lisp/zs3/zs3-1.2.11.ebuild
@@ -1,8 +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=5
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild
index 0d7265cf..d06e2cc5 100644
--- a/dev-lisp/zs3/zs3-1.3.ebuild
+++ b/dev-lisp/zs3/zs3-1.3.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] 6+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zs3/
@ 2018-03-09 21:38 José María Alonso
  0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-09 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     dcd3ba793e1af89d18ecfd2560231add65e0eaf5
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 21:38:48 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 21:38:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dcd3ba79

dev-lisp/zs3: Drops old version 1.2.11

 dev-lisp/zs3/zs3-1.2.11.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild
deleted file mode 100644
index e7a250e4..00000000
--- a/dev-lisp/zs3/zs3-1.2.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
-HOMEPAGE="http://www.xach.com/lisp/zs3/"
-SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-RDEPEND="dev-lisp/alexandria
-		dev-lisp/cxml
-		dev-lisp/chunga
-		>=dev-lisp/drakma-1.0.0
-		dev-lisp/ironclad
-		dev-lisp/puri
-		dev-lisp/cl-base64"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dohtml doc/*
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/zs3/
@ 2022-04-02  7:39 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2022-04-02  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4c1e8b3b5ca75d7dca88892d0f355ff940777530
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 07:33:37 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 07:33:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4c1e8b3b

dev-lisp/zs3: Drop ~sparc because of unkeyworded dependencies

Minor touchups to the ebuild.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/zs3/zs3-1.3.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild
index d06e2cc5..3b89417c 100644
--- a/dev-lisp/zs3/zs3-1.3.ebuild
+++ b/dev-lisp/zs3/zs3-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,15 +6,13 @@ EAPI=6
 inherit common-lisp-3
 
 DESCRIPTION="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
-HOMEPAGE="http://www.xach.com/lisp/zs3/"
+HOMEPAGE="https://www.xach.com/lisp/zs3/"
 SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-release-${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="dev-lisp/alexandria
 		dev-lisp/cxml


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

end of thread, other threads:[~2022-04-02  7:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 15:02 [gentoo-commits] proj/lisp:master commit in: dev-lisp/zs3/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02  7:39 Ulrich Müller
2018-03-09 21:38 José María Alonso
2017-07-07  8:29 José María Alonso
2016-12-22 12:02 José María Alonso
2016-09-11 14:29 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