diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-06 02:08:36 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-06 02:08:36 +0000 |
commit | 42c4d4529b000bce67ded84794c8a1d2a4b25113 (patch) | |
tree | 7fdc1e512882b5ff3563a73e4fb62a16dfc7b28c /dev-lisp/cl-tbnl | |
parent | stabilize #146033 (diff) | |
download | historical-42c4d4529b000bce67ded84794c8a1d2a4b25113.tar.gz historical-42c4d4529b000bce67ded84794c8a1d2a4b25113.tar.bz2 historical-42c4d4529b000bce67ded84794c8a1d2a4b25113.zip |
New upstream version.
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild | 36 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 43abc4cf6592..6f0890bcac2c 100644 --- a/dev-lisp/cl-tbnl/ChangeLog +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-tbnl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.35 2006/08/31 03:40:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.36 2006/09/06 02:02:40 mkennedy Exp $ + +*cl-tbnl-0.10.3 (06 Sep 2006) + + 06 Sep 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-tbnl-0.10.3.ebuild: + New upstream version. *cl-tbnl-0.10.1 (31 Aug 2006) diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild new file mode 100644 index 000000000000..52c5ca44aa02 --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild,v 1.1 2006/09/06 02:02:40 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="TBNL is a toolkit for building dynamic websites with Common Lisp based on mod_lisp." +HOMEPAGE="http://www.weitz.de/tbnl/" +SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="standalone apache2" + +DEPEND="dev-lisp/cl-kmrcl + dev-lisp/cl-md5 + dev-lisp/cl-base64 + dev-lisp/cl-url-rewrite + dev-lisp/cl-ppcre + dev-lisp/cl-rfc2388" + +RDEPEND="${DEPEND} + !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + +S=${WORKDIR}/tbnl-${PV} + +CLPACKAGE=tbnl + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + insinto $CLSOURCEROOT/$CLPACKAGE/ + doins -r test contrib + dodoc CHANGELOG README + dohtml doc/index.html +} diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3 new file mode 100644 index 000000000000..8ad5c992ddaa --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3 @@ -0,0 +1,3 @@ +MD5 15e4a88e37fd6a93fd0fce1261038252 tbnl_0.10.3.orig.tar.gz 105012 +RMD160 aa713b992de828b217c1c4cfa45b6d4c3735b342 tbnl_0.10.3.orig.tar.gz 105012 +SHA256 04712109c75022b9a8d298299369a1f5b1ddf591a7bd7df3d0942d8525fad866 tbnl_0.10.3.orig.tar.gz 105012 |