summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-05-24 23:19:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-05-24 23:19:19 +0000
commitaefe74687cc2b8b59fb094e33afee274ffa61b56 (patch)
tree2266e27e61f25ae034a52cc28d89c5ceca24ccaf /dev-lisp
parentStable on x86 wrt bug #133481. (diff)
downloadgentoo-2-aefe74687cc2b8b59fb094e33afee274ffa61b56.tar.gz
gentoo-2-aefe74687cc2b8b59fb094e33afee274ffa61b56.tar.bz2
gentoo-2-aefe74687cc2b8b59fb094e33afee274ffa61b56.zip
New upstream version.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-tbnl/ChangeLog7
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.9.10.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.103
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog
index 50534ab27efa..68c699e7bb77 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.31 2006/05/12 21:17:05 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.32 2006/05/24 23:19:19 mkennedy Exp $
+
+*cl-tbnl-0.9.10 (24 May 2006)
+
+ 24 May 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-tbnl-0.9.10.ebuild:
+ New upstream version.
*cl-tbnl-0.9.9 (12 May 2006)
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.9.10.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.9.10.ebuild
new file mode 100644
index 000000000000..ffd152dc6a87
--- /dev/null
+++ b/dev-lisp/cl-tbnl/cl-tbnl-0.9.10.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.10.ebuild,v 1.1 2006/05/24 23:19:19 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.10 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.10
new file mode 100644
index 000000000000..a3df9f624a4e
--- /dev/null
+++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.10
@@ -0,0 +1,3 @@
+MD5 9546aa0ece0f56a1bc54c91586f0e2e6 tbnl_0.9.10.orig.tar.gz 97773
+RMD160 30baf6e41070d565ff3d156d2a8edc8371057bc7 tbnl_0.9.10.orig.tar.gz 97773
+SHA256 728dc7e76d4857e1d55abce3c50d34f75c2ba10aa579ff3dc9be5b3bf6faac2f tbnl_0.9.10.orig.tar.gz 97773