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

commit:     94ed33c78bbf30841369a0ed756f16b076298acc
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 12:18:11 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 12:18:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=94ed33c7

dev-lisp/chunga: bump to version 1.1.5

---
 dev-lisp/chunga/chunga-1.1.5.ebuild |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/chunga/chunga-1.1.5.ebuild b/dev-lisp/chunga/chunga-1.1.5.ebuild
new file mode 100644
index 0000000..2d6fac4
--- /dev/null
+++ b/dev-lisp/chunga/chunga-1.1.5.ebuild
@@ -0,0 +1,28 @@
+# 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="Portable chunked streams for Common Lisp"
+HOMEPAGE="http://weitz.de/chunga/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/trivial-gray-streams"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG.txt
+	dohtml doc/index.html
+}


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

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

commit:     4de060e16dd6633973dae8632901f8fd0de9ba88
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 16:18:22 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 16:18:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4de060e1

dev-lisp/chunga: bump to version 1.1.6

 dev-lisp/chunga/chunga-1.1.6.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/chunga/chunga-1.1.6.ebuild b/dev-lisp/chunga/chunga-1.1.6.ebuild
new file mode 100644
index 0000000..22a4f8d
--- /dev/null
+++ b/dev-lisp/chunga/chunga-1.1.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 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="Portable chunked streams for Common Lisp"
+HOMEPAGE="http://weitz.de/chunga/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/trivial-gray-streams"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG.txt
+	dohtml doc/index.html
+}


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

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

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

dev-lisp/chunga: Update header

 dev-lisp/chunga/chunga-1.1.1.ebuild | 4 ++--
 dev-lisp/chunga/chunga-1.1.5.ebuild | 4 ++--
 dev-lisp/chunga/chunga-1.1.6.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/chunga/chunga-1.1.1.ebuild b/dev-lisp/chunga/chunga-1.1.1.ebuild
index f074a43..9a72672 100644
--- a/dev-lisp/chunga/chunga-1.1.1.ebuild
+++ b/dev-lisp/chunga/chunga-1.1.1.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
 

diff --git a/dev-lisp/chunga/chunga-1.1.5.ebuild b/dev-lisp/chunga/chunga-1.1.5.ebuild
index 2d6fac4..fa52b4d 100644
--- a/dev-lisp/chunga/chunga-1.1.5.ebuild
+++ b/dev-lisp/chunga/chunga-1.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$
 
 EAPI=5
 

diff --git a/dev-lisp/chunga/chunga-1.1.6.ebuild b/dev-lisp/chunga/chunga-1.1.6.ebuild
index 22a4f8d..fa52b4d 100644
--- a/dev-lisp/chunga/chunga-1.1.6.ebuild
+++ b/dev-lisp/chunga/chunga-1.1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

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

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

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

 dev-lisp/chunga/chunga-1.1.1.ebuild | 24 ------------------------
 dev-lisp/chunga/chunga-1.1.5.ebuild |  5 ++---
 dev-lisp/chunga/chunga-1.1.6.ebuild |  5 ++---
 3 files changed, 4 insertions(+), 30 deletions(-)

diff --git a/dev-lisp/chunga/chunga-1.1.1.ebuild b/dev-lisp/chunga/chunga-1.1.1.ebuild
deleted file mode 100644
index 9a726728..00000000
--- a/dev-lisp/chunga/chunga-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="Portable chunked streams for Common Lisp"
-HOMEPAGE="http://weitz.de/chunga/"
-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/cl-${PN}
-		dev-lisp/trivial-gray-streams"
-
-src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
-	dodoc CHANGELOG.txt
-	dohtml doc/index.html
-}

diff --git a/dev-lisp/chunga/chunga-1.1.5.ebuild b/dev-lisp/chunga/chunga-1.1.5.ebuild
index fa52b4d5..1dd083cb 100644
--- a/dev-lisp/chunga/chunga-1.1.5.ebuild
+++ b/dev-lisp/chunga/chunga-1.1.5.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/chunga/chunga-1.1.6.ebuild b/dev-lisp/chunga/chunga-1.1.6.ebuild
index fa52b4d5..1dd083cb 100644
--- a/dev-lisp/chunga/chunga-1.1.6.ebuild
+++ b/dev-lisp/chunga/chunga-1.1.6.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
 


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

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

commit:     fff6cb3a4f14f9f857475de8a6bd5709ca89dca4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 11:30:59 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 11:30:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fff6cb3a

dev-lisp/chunga: Bumps version to 1.1.7

 dev-lisp/chunga/chunga-1.1.7.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-lisp/chunga/chunga-1.1.7.ebuild b/dev-lisp/chunga/chunga-1.1.7.ebuild
new file mode 100644
index 00000000..9e52c99f
--- /dev/null
+++ b/dev-lisp/chunga/chunga-1.1.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="Portable chunked streams for Common Lisp"
+HOMEPAGE="http://weitz.de/chunga/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/trivial-gray-streams"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc CHANGELOG.txt docs/index.html
+}


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

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

commit:     6e1b281fa79d2667a2ea00ea8fc7527fde2c704e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 11:44:52 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 11:44:52 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6e1b281f

dev-lisp/chunga: Drops old version 1.1.5

 dev-lisp/chunga/chunga-1.1.5.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/chunga/chunga-1.1.5.ebuild b/dev-lisp/chunga/chunga-1.1.5.ebuild
deleted file mode 100644
index 1dd083cb..00000000
--- a/dev-lisp/chunga/chunga-1.1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Portable chunked streams for Common Lisp"
-HOMEPAGE="http://weitz.de/chunga/"
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/trivial-gray-streams"
-
-src_install() {
-	common-lisp-install-sources *.lisp
-	common-lisp-install-asdf
-	dodoc CHANGELOG.txt
-	dohtml doc/index.html
-}


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

end of thread, other threads:[~2018-01-01 11:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 12:18 [gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2015-07-25 16:15 José María Alonso
2016-09-11 14:21 José María Alonso
2017-07-05 16:21 José María Alonso
2018-01-01 11:30 José María Alonso
2018-01-01 11:44 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