commit:     28b96e58b453bd27abd349cb3aad5c75c030bdc5
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 15:56:06 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 15:56:06 2017 +0000
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..00000000
--- 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
 

Reply via email to