summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-09-06 02:02:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-09-06 02:02:40 +0000
commit0b0bbfab9c41d689e1233f3137b5916bb57ed6d0 (patch)
treefa8d360061f98bffaaf6a53ff025e0fb1665da3e /dev-lisp/cl-tbnl
parentImplemented a fix in the check for pyORBit - bumped to 0.35.3-r1 (diff)
downloadgentoo-2-0b0bbfab9c41d689e1233f3137b5916bb57ed6d0.tar.gz
gentoo-2-0b0bbfab9c41d689e1233f3137b5916bb57ed6d0.tar.bz2
gentoo-2-0b0bbfab9c41d689e1233f3137b5916bb57ed6d0.zip
New upstream version.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r--dev-lisp/cl-tbnl/ChangeLog7
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.33
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