diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 09:18:30 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 09:18:30 +0000 |
commit | 760cc145a07087b38f34942a0c58d0c6bf7d2f27 (patch) | |
tree | 8c6a0a0fa650b6704a1ac06668630d0fc7b19f45 /dev-lisp/cl-tbnl | |
parent | x86 for chrpath (diff) | |
download | gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.tar.gz gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.tar.bz2 gentoo-2-760cc145a07087b38f34942a0c58d0c6bf7d2f27.zip |
controler refresh
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.3.10.ebuild | 35 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.3.10 | 1 |
4 files changed, 42 insertions, 2 deletions
diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest index 31d4081f5d10..6c434e594ffb 100644 --- a/dev-lisp/cl-tbnl/Manifest +++ b/dev-lisp/cl-tbnl/Manifest @@ -1,4 +1,6 @@ -MD5 2c985ebe19cdb4b2e4d71f8efe2dabc3 cl-tbnl-0.2.12.ebuild 827 +MD5 2befbeadcc1d5c7f61406e6307d45cdb cl-tbnl-0.3.10.ebuild 873 +MD5 1845cbbbc9f5e35a01a9fa3da5569eab cl-tbnl-0.2.12.ebuild 829 MD5 d869b5f9c94bb5285b7e92ebd5f55816 ChangeLog 392 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 8bc422e5dac6886c3c688ffd6ed93dd6 files/digest-cl-tbnl-0.2.12 62 +MD5 96bbbd53007caa5cc06cc59bcb68c1ff files/digest-cl-tbnl-0.3.10 62 diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild index 07a304591242..5b092a386056 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.12.ebuild,v 1.1 2004/10/18 15:45:24 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild,v 1.2 2005/02/10 09:18:30 mkennedy Exp $ inherit common-lisp @@ -11,10 +11,12 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 dev-lisp/cl-base64 dev-lisp/cl-url-rewrite" + RDEPEND="${DEPEND} www-apache/mod_lisp" diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.3.10.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.3.10.ebuild new file mode 100644 index 000000000000..aaf5f257dccc --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.3.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 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.3.10.ebuild,v 1.1 2005/02/10 09:18:30 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}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="apache2" + +DEPEND="dev-lisp/cl-kmrcl + dev-lisp/cl-md5 + dev-lisp/cl-base64 + dev-lisp/cl-url-rewrite + dev-lisp/cl-ppcre" + +RDEPEND="${DEPEND} + apache2? ( www-apache/mod_lisp2 ) !apache2? ( www-apache/mod_lisp )" + +S=${WORKDIR}/tbnl-${PV} + +CLPACKAGE=tbnl + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc CHANGELOG README + dohtml doc/index.html + docinto test + dodoc test/* +} diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.3.10 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.3.10 new file mode 100644 index 000000000000..aa0d8d9fbec9 --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.3.10 @@ -0,0 +1 @@ +MD5 d909d2cb05c2787472ae3f944e07de1a tbnl-0.3.10.tar.gz 80527 |