summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-12 13:31:21 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-12 13:31:21 +0000
commit9247d4e1ae1121f85c57f8aba4354866d458c1bd (patch)
tree22c22d5e96579c30753ef0a529e753b627d0bacc /dev-lisp/cl-tbnl
parentStable on x86. (diff)
downloadgentoo-2-9247d4e1ae1121f85c57f8aba4354866d458c1bd.tar.gz
gentoo-2-9247d4e1ae1121f85c57f8aba4354866d458c1bd.tar.bz2
gentoo-2-9247d4e1ae1121f85c57f8aba4354866d458c1bd.zip
Cleanup.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r--dev-lisp/cl-tbnl/ChangeLog7
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild36
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.03
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.13
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.33
-rw-r--r--dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.11.33
9 files changed, 6 insertions, 157 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog
index bbb200e3c3b0..3f0a4c69f3d3 100644
--- a/dev-lisp/cl-tbnl/ChangeLog
+++ b/dev-lisp/cl-tbnl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-tbnl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.40 2007/05/12 12:22:45 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.41 2007/05/12 13:31:21 chtekk Exp $
+
+ 12 May 2007; Luca Longinotti <chtekk@gentoo.org> -cl-tbnl-0.10.0.ebuild,
+ -cl-tbnl-0.10.1.ebuild, -cl-tbnl-0.10.3.ebuild, -cl-tbnl-0.11.3.ebuild:
+ Cleanup: remove old 0.10.* versions and remove 0.11.3 (SRC_URI file cannot
+ be found/downloaded).
12 May 2007; Luca Longinotti <chtekk@gentoo.org> cl-tbnl-0.10.0.ebuild,
cl-tbnl-0.10.1.ebuild, cl-tbnl-0.10.3.ebuild, cl-tbnl-0.11.2.ebuild,
diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild
deleted file mode 100644
index d1be6bb1b49e..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.0.ebuild,v 1.2 2007/05/12 12:22:45 chtekk 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"
-
-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? ( >=www-apache/mod_lisp2-1.2 )"
-
-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.10.1.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild
deleted file mode 100644
index de4401b9cf9d..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.2 2007/05/12 12:22:45 chtekk 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"
-
-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? ( >=www-apache/mod_lisp2-1.2 )"
-
-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.10.3.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild
deleted file mode 100644
index 5a5c323db47d..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.3.ebuild,v 1.2 2007/05/12 12:22:45 chtekk 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"
-
-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? ( >=www-apache/mod_lisp2-1.2 )"
-
-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.11.3.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild
deleted file mode 100644
index d5d2adcec2fb..000000000000
--- a/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.11.3.ebuild,v 1.2 2007/05/12 12:22:45 chtekk 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"
-
-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? ( >=www-apache/mod_lisp2-1.2 )"
-
-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.0 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.0
deleted file mode 100644
index 1c8d527afd88..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 343b6c55cb91fed4833bf900303529a2 tbnl_0.10.0.orig.tar.gz 103897
-RMD160 6f7b96fc64f8d18cde3e3bf941bade094e8fab49 tbnl_0.10.0.orig.tar.gz 103897
-SHA256 41ee28d1975b163758d6ffbb049dc7d0c6b409e61d34666f510835468eacbebb tbnl_0.10.0.orig.tar.gz 103897
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
deleted file mode 100644
index 0e8881e9395b..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.1
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3
deleted file mode 100644
index 8ad5c992ddaa..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.10.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 15e4a88e37fd6a93fd0fce1261038252 tbnl_0.10.3.orig.tar.gz 105012
-RMD160 aa713b992de828b217c1c4cfa45b6d4c3735b342 tbnl_0.10.3.orig.tar.gz 105012
-SHA256 04712109c75022b9a8d298299369a1f5b1ddf591a7bd7df3d0942d8525fad866 tbnl_0.10.3.orig.tar.gz 105012
diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.11.3 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.11.3
deleted file mode 100644
index 9bd7dd6ecd56..000000000000
--- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.11.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d2aef2ea1b693df3ddb4b45efdf031dc tbnl_0.11.3.orig.tar.gz 106457
-RMD160 dc3c00088aee1e528e18c033a0a34daa2bfe0daa tbnl_0.11.3.orig.tar.gz 106457
-SHA256 d374979601f246e8c8d8651457e30e9e5369ba02c814791968f05e4f41b39c3f tbnl_0.11.3.orig.tar.gz 106457