diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-12-14 02:13:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-12-14 02:13:25 +0000 |
commit | 74bc61e4885dd656a7d1383488da423534b3a8be (patch) | |
tree | 7fbea828395187efa844fddc5fad6622bf9bb64e /dev-lisp/cl-html-template | |
parent | Stop depending on gnome-1 so we can unmask this and sci-chemistry/coot. (diff) | |
download | gentoo-2-74bc61e4885dd656a7d1383488da423534b3a8be.tar.gz gentoo-2-74bc61e4885dd656a7d1383488da423534b3a8be.tar.bz2 gentoo-2-74bc61e4885dd656a7d1383488da423534b3a8be.zip |
New upstream version.
(Portage version: 2.1.2_rc3-r2)
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.8.0.ebuild | 27 | ||||
-rw-r--r-- | dev-lisp/cl-html-template/files/digest-cl-html-template-0.8.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 86d8a9aa47fc..388ff59363cb 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.14 2006/09/30 02:44:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.15 2006/12/14 02:13:25 mkennedy Exp $ + +*cl-html-template-0.8.0 (14 Dec 2006) + + 14 Dec 2006; Matthew Kennedy <mkennedy@gentoo.org> + +cl-html-template-0.8.0.ebuild: + New upstream version. *cl-html-template-0.7.0 (30 Sep 2006) diff --git a/dev-lisp/cl-html-template/cl-html-template-0.8.0.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.8.0.ebuild new file mode 100644 index 000000000000..3f1d4ed77f64 --- /dev/null +++ b/dev-lisp/cl-html-template/cl-html-template-0.8.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.8.0.ebuild,v 1.1 2006/12/14 02:13:25 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.8.0 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.8.0 new file mode 100644 index 000000000000..c6687eaf7e8a --- /dev/null +++ b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.8.0 @@ -0,0 +1,3 @@ +MD5 1c9481770de89b46b144eed6c47cb9a0 html-template_0.8.0.orig.tar.gz 32193 +RMD160 520ddc6fe46cff829b7d844f88328033a1ca023b html-template_0.8.0.orig.tar.gz 32193 +SHA256 8e158fa5218ccf08fca0805937d9724966c61c85856f7d6ce664ebd553f84adc html-template_0.8.0.orig.tar.gz 32193 |