summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-01-02 06:53:00 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-01-02 06:53:00 +0000
commit88b7a2ee0d91f9fcb9ab714ed842ff36e2066493 (patch)
tree55d71da632961aafc98535cf03abba2b6285fcc0
parentmark stable (diff)
downloadgentoo-2-88b7a2ee0d91f9fcb9ab714ed842ff36e2066493.tar.gz
gentoo-2-88b7a2ee0d91f9fcb9ab714ed842ff36e2066493.tar.bz2
gentoo-2-88b7a2ee0d91f9fcb9ab714ed842ff36e2066493.zip
New upstream version.
(Portage version: 2.1_pre2)
-rw-r--r--dev-lisp/cl-tbnl/ChangeLog8
-rw-r--r--dev-lisp/cl-tbnl/Manifest12
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.9.1.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.9.3.ebuild (renamed from dev-lisp/cl-tbnl/cl-tbnl-0.9.2.ebuild)2
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.11
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.21
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.31
7 files changed, 11 insertions, 50 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog
index dcddc6ee5f8a..aac2f2f250d5 100644
--- a/dev-lisp/cl-tbnl/ChangeLog
+++ b/dev-lisp/cl-tbnl/ChangeLog
@@ -1,6 +1,12 @@
# 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.25 2006/01/01 00:16:44 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.26 2006/01/02 06:53:00 mkennedy Exp $
+
+*cl-tbnl-0.9.3 (02 Jan 2006)
+
+ 02 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> -cl-tbnl-0.9.1.ebuild,
+ -cl-tbnl-0.9.2.ebuild, +cl-tbnl-0.9.3.ebuild:
+ New upstream version.
*cl-tbnl-0.9.2 (01 Jan 2006)
diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest
index 78582a53fcf0..5db7dd9efe5e 100644
--- a/dev-lisp/cl-tbnl/Manifest
+++ b/dev-lisp/cl-tbnl/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 b78715d5c50763710ae85b356d50deec ChangeLog 4370
MD5 e4051610958787d2ff87c2ebdcbe773c cl-tbnl-0.8.9.ebuild 1012
MD5 cc7879f6a10aa99b3da2bff3650ae39d cl-tbnl-0.9.1.ebuild 962
MD5 e8a726bcbac5337fd4fb601b042a41f6 cl-tbnl-0.9.2.ebuild 962
+MD5 e8a726bcbac5337fd4fb601b042a41f6 cl-tbnl-0.9.3.ebuild 962
MD5 b7377fe929b0307f2d7b4c8cf44965f0 files/digest-cl-tbnl-0.8.9 66
MD5 054e9aa5186f7d89b2d17137fe7bd5dd files/digest-cl-tbnl-0.9.1 66
MD5 14521d0851a5473b12fd759b433cee74 files/digest-cl-tbnl-0.9.2 66
+MD5 8eb91cfadf45362db4b3c887a96d4f0f files/digest-cl-tbnl-0.9.3 66
MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDtx98yiNZaEAZA+ARAr1KAJ9baO9ByXQw6oxKMyHumEvvlkI6HwCeJfZy
-l99IfC4xdwYY5m/eu6Lp3gI=
-=l3vx
------END PGP SIGNATURE-----
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.9.1.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.9.1.ebuild
deleted file mode 100644
index 3506136159e4..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.9.1.ebuild
+++ /dev/null
@@ -1,36 +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.9.1.ebuild,v 1.1 2005/12/30 21:36:00 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/cl-tbnl-0.9.2.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.9.3.ebuild
index 352548bedb74..58d930079d24 100644
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.9.2.ebuild
+++ b/dev-lisp/cl-tbnl/cl-tbnl-0.9.3.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2006/01/01 00:16:44 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.9.3.ebuild,v 1.1 2006/01/02 06:53:00 mkennedy Exp $
inherit common-lisp
diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.1 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.1
deleted file mode 100644
index 513f7cb50580..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c3456a986d0f7402ce5a00bac47b1f2 tbnl_0.9.1.orig.tar.gz 93100
diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.2 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.2
deleted file mode 100644
index f592b2abd894..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ab2ea68dad41fa89bb42bdc36ff7f6e1 tbnl_0.9.2.orig.tar.gz 93118
diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.3 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.3
new file mode 100644
index 000000000000..f24f82ba699c
--- /dev/null
+++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.3
@@ -0,0 +1 @@
+MD5 181e43c61b7b606feae27fccd13a5aea tbnl_0.9.3.orig.tar.gz 93200