[gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/

2018-01-01 Thread José María Alonso
commit: 6e1b281fa79d2667a2ea00ea8fc7527fde2c704e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Jan  1 11:44:52 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Jan  1 11:44:52 2018 +
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..
--- 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
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/

2018-01-01 Thread José María Alonso
commit: fff6cb3a4f14f9f857475de8a6bd5709ca89dca4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Jan  1 11:30:59 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Jan  1 11:30:59 2018 +
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 ..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
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/

2017-07-05 Thread José María Alonso
commit: c91dc62fe9929d4f46d4aa12f17f1b0d03c512c2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Jul  5 16:21:21 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Jul  5 16:21:21 2017 +
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..
--- 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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/

2016-09-11 Thread José María Alonso
commit: 5e3344c9caefb98b83974616b77ef614646a5700
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Sep 11 14:21:28 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Sep 11 14:21:28 2016 +
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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/chunga/

2015-07-25 Thread José María Alonso
commit: 4de060e16dd6633973dae8632901f8fd0de9ba88
Author: Chema Alonso Josa nimiux AT gentoo DOT org
AuthorDate: Sat Jul 25 16:18:22 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Sat Jul 25 16:18:22 2015 +
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 000..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
+}