From a9505ce2661774d91d47d2e7face42b04a5c62c4 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 3 Dec 2003 03:46:14 +0000 Subject: *** empty log message *** --- dev-lisp/cl-who/ChangeLog | 7 ++++++- dev-lisp/cl-who/Manifest | 6 ++---- dev-lisp/cl-who/cl-who-0.4.0.ebuild | 35 +++++++++++++++++++++++++++++++ dev-lisp/cl-who/files/digest-cl-who-0.4.0 | 1 + dev-lisp/cl-who/metadata.xml | 9 ++++++++ 5 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 dev-lisp/cl-who/cl-who-0.4.0.ebuild create mode 100644 dev-lisp/cl-who/files/digest-cl-who-0.4.0 (limited to 'dev-lisp') diff --git a/dev-lisp/cl-who/ChangeLog b/dev-lisp/cl-who/ChangeLog index dbe25b3bba33..cc7905918a1c 100644 --- a/dev-lisp/cl-who/ChangeLog +++ b/dev-lisp/cl-who/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-who # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.2 2003/10/17 20:13:22 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.3 2003/12/03 03:46:11 mkennedy Exp $ + +*cl-who-0.4.0 (02 Dec 2003) + + 02 Dec 2003; cl-who-0.4.0.ebuild, metadata.xml: + new upstream 17 Oct 2003; Matthew Kennedy cl-who-0.3.0.ebuild: preinst, postrm diff --git a/dev-lisp/cl-who/Manifest b/dev-lisp/cl-who/Manifest index 034c9bce00a9..cc828fe78b45 100644 --- a/dev-lisp/cl-who/Manifest +++ b/dev-lisp/cl-who/Manifest @@ -1,8 +1,6 @@ -MD5 8f27f4a086cfe919af084c41cf7ee3b1 ChangeLog 408 +MD5 81614165a28cf632b8773fbb492a5c7f ChangeLog 525 MD5 c65c6f01ae7b124f72ae236ff614b934 cl-who-0.3.0.ebuild 1115 MD5 9278f70e7af84494437f1b19f0039c7f metadata.xml 661 -MD5 16c6039409c57906f0599eed4bb27fdd cl-who-0.4.0.ebuild 846 -MD5 c65c6f01ae7b124f72ae236ff614b934 cl-who-0.4.0.ebuild~ 1115 -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml.~1.1.~ 164 +MD5 72985270801e8357eb47e813373cc325 cl-who-0.4.0.ebuild 839 MD5 e8bfc2f726389e4690ccfb89886d6fff files/digest-cl-who-0.3.0 63 MD5 cbfd26481bdf2cfb043149907ab7e4c9 files/digest-cl-who-0.4.0 68 diff --git a/dev-lisp/cl-who/cl-who-0.4.0.ebuild b/dev-lisp/cl-who/cl-who-0.4.0.ebuild new file mode 100644 index 000000000000..3dc9c5695570 --- /dev/null +++ b/dev-lisp/cl-who/cl-who-0.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/cl-who-0.4.0.ebuild,v 1.1 2003/12/03 03:46:11 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION='CL-WHO (is yet another Lisp Markup Language.' +HOMEPAGE="http://weitz.de/cl-who/ + http://www.cliki.net/cl-who" +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=cl-who + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc CHANGELOG INSTALLATION + dohtml doc/*.html +} + +pkg_preinst() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} + +pkg_postrm() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} diff --git a/dev-lisp/cl-who/files/digest-cl-who-0.4.0 b/dev-lisp/cl-who/files/digest-cl-who-0.4.0 new file mode 100644 index 000000000000..d000e01f7334 --- /dev/null +++ b/dev-lisp/cl-who/files/digest-cl-who-0.4.0 @@ -0,0 +1 @@ +MD5 802467426797f907aad870b78f05fd28 cl-who_0.4.0.orig.tar.gz 14888 diff --git a/dev-lisp/cl-who/metadata.xml b/dev-lisp/cl-who/metadata.xml index f418045b09c8..999dcca9534e 100644 --- a/dev-lisp/cl-who/metadata.xml +++ b/dev-lisp/cl-who/metadata.xml @@ -2,4 +2,13 @@ common-lisp + +There are plenty of Lisp Markup Languages out there - every Lisp +programmer seems to write at least one during his career - and CL-WHO +(where WHO means "with-html-output" for want of a better acronym) is +probably just as good or bad as the next one. They are all more or +less similar in that they provide convenient means to convert +S-expressions intermingled with code into (X)HTML, XML, or whatever +but differ with respect to syntax, implementation, and +API. -- cgit v1.2.3-65-gdbad