From 5bc9c6edaf6edff17440f2d2ac7a942d903389ef Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 5 Aug 2005 20:19:18 +0000 Subject: . (Portage version: 2.0.51.22-r2) --- dev-lisp/cl-html-template/ChangeLog | 8 ++++++- dev-lisp/cl-html-template/Manifest | 4 ++-- .../cl-html-template-0.1.2-r1.ebuild | 27 ---------------------- .../cl-html-template/cl-html-template-0.3.1.ebuild | 27 ++++++++++++++++++++++ .../files/digest-cl-html-template-0.1.2-r1 | 1 - .../files/digest-cl-html-template-0.3.1 | 1 + 6 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild create mode 100644 dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild delete mode 100644 dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2-r1 create mode 100644 dev-lisp/cl-html-template/files/digest-cl-html-template-0.3.1 (limited to 'dev-lisp') diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog index b78e21517a43..c30d5ff4bba2 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.9 2005/06/09 17:45:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.10 2005/08/05 20:19:18 mkennedy Exp $ + +*cl-html-template-0.3.1 (05 Aug 2005) + + 05 Aug 2005; Matthew Kennedy + -cl-html-template-0.1.2-r1.ebuild, +cl-html-template-0.3.1.ebuild: + New upstream version. *cl-html-template-0.2.0 (09 Jun 2005) diff --git a/dev-lisp/cl-html-template/Manifest b/dev-lisp/cl-html-template/Manifest index 9381583efc45..44bbc3ebfa90 100644 --- a/dev-lisp/cl-html-template/Manifest +++ b/dev-lisp/cl-html-template/Manifest @@ -1,6 +1,6 @@ MD5 9f928a873e4dcf604e2c5a952fd3daa6 ChangeLog 1207 -MD5 c46a8f56df801e83f12e9f03a41d0ef9 cl-html-template-0.1.2-r1.ebuild 767 MD5 0747d2460080585c48ba50648565a98e cl-html-template-0.2.0.ebuild 776 MD5 62ae8c3eff56ac62a83acdd3a0ab6966 metadata.xml 702 +MD5 0747d2460080585c48ba50648565a98e cl-html-template-0.3.1.ebuild 776 MD5 e3b4118a66058e348837040e345aeb9a files/digest-cl-html-template-0.2.0 75 -MD5 73454c494abcf80a74cbda0937b17070 files/digest-cl-html-template-0.1.2-r1 70 +MD5 91d5f4327e97713306b6c5e489b5c74c files/digest-cl-html-template-0.3.1 75 diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild deleted file mode 100644 index 145c9b475177..000000000000 --- a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 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.1.2-r1.ebuild,v 1.6 2005/05/24 18:48:33 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/${P/cl-/}.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/cl-html-template-0.3.1.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild new file mode 100644 index 000000000000..b1215bb38a00 --- /dev/null +++ b/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 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.3.1.ebuild,v 1.1 2005/08/05 20:19:18 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.1.2-r1 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2-r1 deleted file mode 100644 index 0c1cf0e4adca..000000000000 --- a/dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8cc5c7190900e7caadf3d122f8614869 html-template-0.1.2.tar.gz 24444 diff --git a/dev-lisp/cl-html-template/files/digest-cl-html-template-0.3.1 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.3.1 new file mode 100644 index 000000000000..6b3877988d37 --- /dev/null +++ b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.3.1 @@ -0,0 +1 @@ +MD5 dfe702ae864f5a59223260128c1eaacd html-template_0.3.1.orig.tar.gz 25934 -- cgit v1.2.3-65-gdbad