commit: fc9b645cc00b68cf5a5bd8a4645d0578e9681910
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:53:14 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:53:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9b645c
dev-lisp/html-template: Bumps version to 0.9.2
dev-lisp/html-template/html-template-0.9.2.ebuild | 24 +++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-lisp/html-template/html-template-0.9.2.ebuild
b/dev-lisp/html-template/html-template-0.9.2.ebuild
new file mode 100644
index 0000000..adc72db
--- /dev/null
+++ b/dev-lisp/html-template/html-template-0.9.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="${PN} is a portable templating library for Common Lisp"
+HOMEPAGE="http://weitz.de/html-template/
+ http://www.cliki.net/html-template/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_install() {
+ common-lisp-3_src_install
+ dodoc CHANGELOG INSTALLATION doc/*.html
+}