From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-959818-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 69A7D139694
	for <garchives@archives.gentoo.org>; Thu,  6 Jul 2017 21:28:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E5CEF2340D3;
	Thu,  6 Jul 2017 21:28:22 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C50192340D3
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Jul 2017 21:28:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C3B2F3418AA
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Jul 2017 21:28:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D3167478
	for <gentoo-commits@lists.gentoo.org>; Thu,  6 Jul 2017 21:28:20 +0000 (UTC)
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" <nimiux@gentoo.org>
Message-ID: <1499376502.693e7360f334528f77c2621bdbf675a087ee3851.nimiux@gentoo>
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/html-template/
X-VCS-Repository: proj/lisp
X-VCS-Files: dev-lisp/html-template/html-template-0.9.1.ebuild dev-lisp/html-template/html-template-0.9.2.ebuild
X-VCS-Directories: dev-lisp/html-template/
X-VCS-Committer: nimiux
X-VCS-Committer-Name: José María Alonso
X-VCS-Revision: 693e7360f334528f77c2621bdbf675a087ee3851
X-VCS-Branch: master
Date: Thu,  6 Jul 2017 21:28:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5d2cc7a7-d076-49f8-8dbe-beb21d7aa8ef
X-Archives-Hash: 38b623a027d4daf370b6fde142f1ab94

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