diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-10-18 15:45:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-10-18 15:45:24 +0000 |
commit | f624864482c583db926738535c4a065dbf1b743b (patch) | |
tree | 130efb4c3f099d8ca5bf1f35ed501e435cc4eafe /dev-lisp/cl-tbnl | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-f624864482c583db926738535c4a065dbf1b743b.tar.gz gentoo-2-f624864482c583db926738535c4a065dbf1b743b.tar.bz2 gentoo-2-f624864482c583db926738535c4a065dbf1b743b.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 3 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild | 32 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.2.12 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/metadata.xml | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog new file mode 100644 index 000000000000..1e44743a07c6 --- /dev/null +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-lisp/cl-tbnl +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.1 2004/10/18 15:45:24 mkennedy Exp $ + +*cl-tbnl-0.2.12 (18 Oct 2004) + + 18 Oct 2004; <mkennedy@gentoo.org> +metadata.xml, +cl-tbnl-0.2.12.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest new file mode 100644 index 000000000000..6395a426e52e --- /dev/null +++ b/dev-lisp/cl-tbnl/Manifest @@ -0,0 +1,3 @@ +MD5 625947acba6774024afabb180d4f2e28 cl-tbnl-0.2.12.ebuild 780 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 8bc422e5dac6886c3c688ffd6ed93dd6 files/digest-cl-tbnl-0.2.12 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 new file mode 100644 index 000000000000..07a304591242 --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.2.12.ebuild @@ -0,0 +1,32 @@ +# 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 $ + +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/* +} diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.2.12 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.2.12 new file mode 100644 index 000000000000..0b3fc603f674 --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.2.12 @@ -0,0 +1 @@ +MD5 e12a4d2eac543f070e327a485262eede tbnl-0.2.12.tar.gz 65005 diff --git a/dev-lisp/cl-tbnl/metadata.xml b/dev-lisp/cl-tbnl/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-tbnl/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>common-lisp</herd> +</pkgmetadata> |