diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-16 13:59:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-16 13:59:02 +0000 |
commit | fb69c38182163fab6a5db87cf7a6f81ea5ef5014 (patch) | |
tree | f05ca09e5e535f060d1f1f96e8604b107d03f3ed /dev-lisp | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-fb69c38182163fab6a5db87cf7a6f81ea5ef5014.tar.gz gentoo-2-fb69c38182163fab6a5db87cf7a6f81ea5ef5014.tar.bz2 gentoo-2-fb69c38182163fab6a5db87cf7a6f81ea5ef5014.zip |
New upstream version.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.9.11.ebuild | 36 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.11 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 68c699e7bb77..ac4f27df2bf8 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.32 2006/05/24 23:19:19 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.33 2006/08/16 13:59:02 mkennedy Exp $ + +*cl-tbnl-0.9.11 (16 Aug 2006) + + 16 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-tbnl-0.9.11.ebuild: + New upstream version. *cl-tbnl-0.9.10 (24 May 2006) diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.9.11.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.9.11.ebuild new file mode 100644 index 000000000000..5b200107088d --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.9.11.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.9.11.ebuild,v 1.1 2006/08/16 13:59:02 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.9.11 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.11 new file mode 100644 index 000000000000..a4ee5322bc59 --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.11 @@ -0,0 +1,3 @@ +MD5 35505b46d88529029ee6bec275762a87 tbnl_0.9.11.orig.tar.gz 98026 +RMD160 2cf9e1022b00d74e1bbfb0447eb6ba1b9fe2d31c tbnl_0.9.11.orig.tar.gz 98026 +SHA256 86fc05e6a580fc76c6405b69d915a938b5a901aac6324011de0525be02a6d35d tbnl_0.9.11.orig.tar.gz 98026 |