commit:     7be9fb05f18eb9ebfa080d4c7eee42d37e06f822
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:19:38 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:19:38 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7be9fb05

dev-lisp/salza: Updates to common-lisp-3.eclass

 dev-lisp/fiveam/fiveam-0.1_p20080320.ebuild | 24 ------------------------
 dev-lisp/fiveam/fiveam-1.0.ebuild           |  3 +--
 dev-lisp/fiveam/fiveam-1.1.ebuild           |  3 +--
 dev-lisp/fiveam/fiveam-1.2.ebuild           |  3 +--
 dev-lisp/fiveam/fiveam-1.3.ebuild           |  3 +--
 dev-lisp/salza/salza-0.7.4.ebuild           | 11 ++++++-----
 6 files changed, 10 insertions(+), 37 deletions(-)

diff --git a/dev-lisp/fiveam/fiveam-0.1_p20080320.ebuild 
b/dev-lisp/fiveam/fiveam-0.1_p20080320.ebuild
deleted file mode 100644
index 601a1fd8..00000000
--- a/dev-lisp/fiveam/fiveam-0.1_p20080320.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="FiveAM is a simple regression testing framework designed for 
Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/bese/FiveAM.html";
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               !dev-lisp/cl-${PN}-darcs
-               dev-lisp/arnesi"
-
-src_install() {
-       common-lisp-install ${PN}.asd src t
-       common-lisp-symlink-asdf
-       dodoc README
-}

diff --git a/dev-lisp/fiveam/fiveam-1.0.ebuild 
b/dev-lisp/fiveam/fiveam-1.0.ebuild
index 7f9cbffd..72e30fa5 100644
--- a/dev-lisp/fiveam/fiveam-1.0.ebuild
+++ b/dev-lisp/fiveam/fiveam-1.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/fiveam/fiveam-1.1.ebuild 
b/dev-lisp/fiveam/fiveam-1.1.ebuild
index 88552b05..00b3bdd0 100644
--- a/dev-lisp/fiveam/fiveam-1.1.ebuild
+++ b/dev-lisp/fiveam/fiveam-1.1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/fiveam/fiveam-1.2.ebuild 
b/dev-lisp/fiveam/fiveam-1.2.ebuild
index 88552b05..00b3bdd0 100644
--- a/dev-lisp/fiveam/fiveam-1.2.ebuild
+++ b/dev-lisp/fiveam/fiveam-1.2.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/fiveam/fiveam-1.3.ebuild 
b/dev-lisp/fiveam/fiveam-1.3.ebuild
index 12207cc2..96f0b7fb 100644
--- a/dev-lisp/fiveam/fiveam-1.3.ebuild
+++ b/dev-lisp/fiveam/fiveam-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
 

diff --git a/dev-lisp/salza/salza-0.7.4.ebuild 
b/dev-lisp/salza/salza-0.7.4.ebuild
index 06fb5bb8..6deb9d64 100644
--- a/dev-lisp/salza/salza-0.7.4.ebuild
+++ b/dev-lisp/salza/salza-0.7.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION='Salza is a Common Lisp Library that provides an FFI-less 
interface to the ZLIB and DEFLATE compressed data formats.'
 HOMEPAGE="http://www.cliki.net/Salza";
@@ -16,8 +17,8 @@ IUSE=""
 RDEPEND="!dev-lisp/cl-${PN}"
 
 src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
        dodoc README ChangeLog
        docinto examples && dodoc examples/*
 }

Reply via email to