diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-16 20:28:47 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-16 20:28:47 +0000 |
commit | 558c61611fcf4fa87b4f692b037a012e1d5002db (patch) | |
tree | 8ed0bc58511bd00a787b87361bb5cb0350bfe07c /dev-lisp/cl-html-template | |
parent | ppc stable (diff) | |
download | gentoo-2-558c61611fcf4fa87b4f692b037a012e1d5002db.tar.gz gentoo-2-558c61611fcf4fa87b4f692b037a012e1d5002db.tar.bz2 gentoo-2-558c61611fcf4fa87b4f692b037a012e1d5002db.zip |
New upstream version.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r-- | dev-lisp/cl-html-template/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-html-template/cl-html-template-0.5.0.ebuild | 27 | ||||
-rw-r--r-- | dev-lisp/cl-html-template/files/digest-cl-html-template-0.5.0 | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog index 48a369cbf787..2c62eecdf626 100644 --- a/dev-lisp/cl-html-template/ChangeLog +++ b/dev-lisp/cl-html-template/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-html-template # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.11 2006/04/03 17:10:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.12 2006/09/16 20:28:47 mkennedy Exp $ + +*cl-html-template-0.5.0 (16 Sep 2006) + + 16 Sep 2006; Matthew Kennedy <mkennedy@gentoo.org> + +cl-html-template-0.5.0.ebuild: + New upstream version. *cl-html-template-0.4.0 (03 Apr 2006) diff --git a/dev-lisp/cl-html-template/cl-html-template-0.5.0.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.5.0.ebuild new file mode 100644 index 000000000000..23209c63af6b --- /dev/null +++ b/dev-lisp/cl-html-template/cl-html-template-0.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.5.0.ebuild,v 1.1 2006/09/16 20:28:47 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="HTML-TEMPLATE is a portable templating library for Common Lisp" +HOMEPAGE="http://weitz.de/html-template/ + http://www.cliki.net/html-template" +SRC_URI="mirror://gentoo/${PN/cl-/}_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=html-template + +S=${WORKDIR}/${P/cl-/} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc CHANGELOG INSTALLATION + dohtml doc/*.html +} diff --git a/dev-lisp/cl-html-template/files/digest-cl-html-template-0.5.0 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.5.0 new file mode 100644 index 000000000000..d15d2be62c9a --- /dev/null +++ b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.5.0 @@ -0,0 +1,3 @@ +MD5 dfebf6c7442ff7edd64ab96cbb1c4946 html-template_0.5.0.orig.tar.gz 27518 +RMD160 d412bd3bc36b9e8efc81ecb948865a60ed178123 html-template_0.5.0.orig.tar.gz 27518 +SHA256 ffcd974ab275802502b5b8fc5adc2060d4c9ae7b8053e3d5ac580c6c19947894 html-template_0.5.0.orig.tar.gz 27518 |