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

2017-07-04 Thread José María Alonso
commit: 28b96e58b453bd27abd349cb3aad5c75c030bdc5
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jul  4 15:56:06 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jul  4 15:56:06 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=28b96e58

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

 dev-lisp/cl-json/cl-json-0.4.0.ebuild | 28 
 dev-lisp/cl-json/cl-json-0.5.0.ebuild |  5 ++---
 2 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/dev-lisp/cl-json/cl-json-0.4.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.4.0.ebuild
deleted file mode 100644
index f0123b91..
--- a/dev-lisp/cl-json/cl-json-0.4.0.ebuild
+++ /dev/null
@@ -1,28 +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="A Lisp parser and generator for the JSON data-interchange format."
-HOMEPAGE="http://common-lisp.net/project/cl-json/
-   http://www.cliki.net/cl-json;
-SRC_URI="http://common-lisp.net/project/${PN}/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/fiveam"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-   common-lisp-install src t ${PN}.asd
-   common-lisp-symlink-asdf
-   dodoc CONTRIBUTORS
-   dohtml doc/{index.html,style.css}
-}

diff --git a/dev-lisp/cl-json/cl-json-0.5.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.5.0.ebuild
index 9d3d85e8..aa36470a 100644
--- a/dev-lisp/cl-json/cl-json-0.5.0.ebuild
+++ b/dev-lisp/cl-json/cl-json-0.5.0.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/cl-json/

2016-09-11 Thread José María Alonso
commit: 3197ce30a602f7906b602a1a6a74ce61f9366275
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Sep 11 14:25:03 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Sep 11 14:25:03 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3197ce30

dev-lisp/cl-json: Update header

 dev-lisp/cl-json/cl-json-0.4.0.ebuild | 4 ++--
 dev-lisp/cl-json/cl-json-0.5.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-json/cl-json-0.4.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.4.0.ebuild
index 4a94ca7..f0123b9 100644
--- a/dev-lisp/cl-json/cl-json-0.4.0.ebuild
+++ b/dev-lisp/cl-json/cl-json-0.4.0.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/cl-json/cl-json-0.5.0.ebuild 
b/dev-lisp/cl-json/cl-json-0.5.0.ebuild
index 3231aa2..9d3d85e 100644
--- a/dev-lisp/cl-json/cl-json-0.5.0.ebuild
+++ b/dev-lisp/cl-json/cl-json-0.5.0.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