summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-01-27 22:10:27 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-01-27 22:10:27 +0000
commite08f036982c931026b978ecd53975aaccf98bd58 (patch)
treee043ec44314298f2a5c846da66c21a06d34c8afc /dev-lisp/cl-html-template
parentNew upstream. (diff)
downloadhistorical-e08f036982c931026b978ecd53975aaccf98bd58.tar.gz
historical-e08f036982c931026b978ecd53975aaccf98bd58.tar.bz2
historical-e08f036982c931026b978ecd53975aaccf98bd58.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r--dev-lisp/cl-html-template/ChangeLog8
-rw-r--r--dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild6
-rw-r--r--dev-lisp/cl-html-template/metadata.xml10
3 files changed, 19 insertions, 5 deletions
diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog
index 75c37e06ec56..c9ed1d848f4d 100644
--- a/dev-lisp/cl-html-template/ChangeLog
+++ b/dev-lisp/cl-html-template/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-html-template
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.2 2003/10/16 03:13:29 mkennedy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.3 2004/01/27 22:07:54 mkennedy Exp $
+
+ 27 Jan 2004; <mkennedy@gentoo.org> cl-html-template-0.1.2.ebuild,
+ metadata.xml:
+ Moved description out to metadata.xml
15 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org>
cl-html-template-0.1.2.ebuild, metadata.xml:
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
index 9800a4e58ee7..acca30e9b035 100644
--- a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
+++ b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.ebuild,v 1.3 2003/10/16 03:13:29 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild,v 1.4 2004/01/27 22:07:54 mkennedy Exp $
inherit common-lisp
-DESCRIPTION="HTML-TEMPLATE is a portable library for Common Lisp which can be used to fill templates with arbitrary (string) values at runtime. (Actually, it doesn't matter whether the result is HTML. It's just very likely that this will be what the library is mostly used for.) It is loosely modeled after the Perl module HTML::Template and compatible with a subset of its syntax, i.e. it should be possible to use your HTML-TEMPLATE templates with HTML::Template as well (but usually not the other way around)."
+DESCRIPTION="HTML-TEMPLATE is a portable library for Common Lisp which can be used to fill templates with arbitrary (string) values at runtime."
HOMEPAGE="http://weitz.de/html-template/
http://www.cliki.net/html-template"
SRC_URI="mirror://gentoo/${P/cl-/}.tar.gz"
diff --git a/dev-lisp/cl-html-template/metadata.xml b/dev-lisp/cl-html-template/metadata.xml
index f418045b09c8..ac535e76e96d 100644
--- a/dev-lisp/cl-html-template/metadata.xml
+++ b/dev-lisp/cl-html-template/metadata.xml
@@ -2,4 +2,14 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
+<longdescription>
+HTML-TEMPLATE is a portable library for Common Lisp which can be used
+to fill templates with arbitrary (string) values at
+runtime. (Actually, it doesn't matter whether the result is HTML. It's
+just very likely that this will be what the library is mostly used
+for.) It is loosely modeled after the Perl module HTML::Template and
+compatible with a subset of its syntax, i.e. it should be possible to
+use your HTML-TEMPLATE templates with HTML::Template as well (but
+usually not the other way around).
+</longdescription>
</pkgmetadata>