diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-31 03:40:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-08-31 03:40:50 +0000 |
commit | 2cf9ca36f57a4cd3eed7446dc6dd932aa13a21b5 (patch) | |
tree | 59670513a6ed9db9992a8003a789f21015767875 /dev-lisp/cl-tbnl | |
parent | Added ~amd64 keyword. (diff) | |
download | historical-2cf9ca36f57a4cd3eed7446dc6dd932aa13a21b5.tar.gz historical-2cf9ca36f57a4cd3eed7446dc6dd932aa13a21b5.tar.bz2 historical-2cf9ca36f57a4cd3eed7446dc6dd932aa13a21b5.zip |
New upstream ebuild; Remove old ebuilds.
Package-Manager: portage-2.1.1_pre5-r3
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild | 36 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.1 | 3 |
3 files changed, 48 insertions, 1 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index f98983333212..43abc4cf6592 100644 --- a/dev-lisp/cl-tbnl/ChangeLog +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -1,6 +1,14 @@ # 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.34 2006/08/28 14:12:30 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.35 2006/08/31 03:40:50 mkennedy Exp $ + +*cl-tbnl-0.10.1 (31 Aug 2006) + + 31 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org> -cl-tbnl-0.9.3.ebuild, + -cl-tbnl-0.9.4.ebuild, -cl-tbnl-0.9.6.ebuild, -cl-tbnl-0.9.7.ebuild, + -cl-tbnl-0.9.8.ebuild, -cl-tbnl-0.9.9.ebuild, -cl-tbnl-0.9.10.ebuild, + -cl-tbnl-0.9.11.ebuild, +cl-tbnl-0.10.1.ebuild: + New upstream ebuild; Remove old ebuilds. *cl-tbnl-0.10.0 (28 Aug 2006) diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild new file mode 100644 index 000000000000..85c04be37052 --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.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.1.ebuild,v 1.1 2006/08/31 03:40:50 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.1 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.1 new file mode 100644 index 000000000000..0e8881e9395b --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.1 @@ -0,0 +1,3 @@ +MD5 5294606a8b22cbb159515cbdf23a61c6 tbnl_0.10.1.orig.tar.gz 104078 +RMD160 578b5e6b187fc2d2d7ba2de946e751f0d4135f20 tbnl_0.10.1.orig.tar.gz 104078 +SHA256 f63eea806ca1938fa6100697995fad9376a1f5a36bb57a8150e3f24eb4e7730f tbnl_0.10.1.orig.tar.gz 104078 |