commit: 693e7360f334528f77c2621bdbf675a087ee3851
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 21:28:22 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:28:22 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=693e7360
dev-lisp/html-template: Drops old version. Updates to common-lisp-3 eclass
dev-lisp/html-template/html-template-0.9.1.ebuild | 11 ++++++-----
dev-lisp/html-template/html-template-0.9.2.ebuild | 3 +--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-lisp/html-template/html-template-0.9.1.ebuild
b/dev-lisp/html-template/html-template-0.9.1.ebuild
index 30d93072..23c8ba0b 100644
--- a/dev-lisp/html-template/html-template-0.9.1.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.1.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="${PN} is a portable templating library for Common Lisp"
HOMEPAGE="http://weitz.de/html-template/
@@ -17,8 +18,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 CHANGELOG INSTALLATION
dohtml doc/*.html
}
diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild
b/dev-lisp/html-template/html-template-0.9.2.ebuild
index adc72dba..16bcb79e 100644
--- a/dev-lisp/html-template/html-template-0.9.2.ebuild
+++ b/dev-lisp/html-template/html-template-0.9.2.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