summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild')
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild
deleted file mode 100644
index e7b7125a927c..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 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.3 2005/02/22 04:33:33 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="TBNL is a toolkit for building dynamic websites with Common Lisp based on Marc Battyani's mod_lisp apache module."
-HOMEPAGE="http://www.weitz.de/tbnl/"
-SRC_URI="mirror://gentoo/tbnl-${PV}.tar.gz"
-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"
-
-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/*
-}