diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-30 02:44:29 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-30 02:44:29 +0000 |
commit | 27122abcdd9bda663203f890f3dfe571f2bab33a (patch) | |
tree | 472b0c1b397ac7060bf482d6b8ade731d405eefd /dev-lisp/cl-html-template | |
parent | Added missing header files for BioPerl, backported fix to 1.8 branch (fixes b... (diff) | |
download | gentoo-2-27122abcdd9bda663203f890f3dfe571f2bab33a.tar.gz gentoo-2-27122abcdd9bda663203f890f3dfe571f2bab33a.tar.bz2 gentoo-2-27122abcdd9bda663203f890f3dfe571f2bab33a.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.7.0.ebuild | 27 | ||||
-rw-r--r-- | dev-lisp/cl-html-template/files/digest-cl-html-template-0.7.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 6907d0f9588e..86d8a9aa47fc 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.13 2006/09/16 20:31:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.14 2006/09/30 02:44:29 mkennedy Exp $ + +*cl-html-template-0.7.0 (30 Sep 2006) + + 30 Sep 2006; Matthew Kennedy <mkennedy@gentoo.org> + +cl-html-template-0.7.0.ebuild: + New upstream version. *cl-html-template-0.6.0 (16 Sep 2006) diff --git a/dev-lisp/cl-html-template/cl-html-template-0.7.0.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.7.0.ebuild new file mode 100644 index 000000000000..6d476496482c --- /dev/null +++ b/dev-lisp/cl-html-template/cl-html-template-0.7.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.7.0.ebuild,v 1.1 2006/09/30 02:44:29 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.7.0 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.7.0 new file mode 100644 index 000000000000..2d39cb90af17 --- /dev/null +++ b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.7.0 @@ -0,0 +1,3 @@ +MD5 27bc4d207cc1fd88b03e8cafa82db8c9 html-template_0.7.0.orig.tar.gz 30845 +RMD160 36aa38f3c36d5f031cab4d6c16429b0bf9944ec4 html-template_0.7.0.orig.tar.gz 30845 +SHA256 6acead9c6f8de09fbfcfe3941bd9cc7bc25835e82c2885f172eb1be3bce7e33d html-template_0.7.0.orig.tar.gz 30845 |