commit:     e3fee828c79451d0f0f124b75506c626530f2120
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 19:47:15 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 19:47:15 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e3fee828

dev-lisp/hunchentoot: Bump to version 1.2.35. Drop old

 dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild | 45 --------------------------
 dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild | 43 ------------------------
 10 files changed, 448 deletions(-)

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
deleted file mode 100644
index d2b894c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_P="v${PV}"
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild 
b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
deleted file mode 100644
index 3d68099..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/";
-SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
-       >=dev-lisp/chunga-1.1.1
-       >=dev-lisp/cl-base64-3.3.0
-       >=dev-lisp/cl-fad-0.6.3
-       >=dev-lisp/cl-plus-ssl-20081104
-       >=dev-lisp/cl-ppcre-2.0.0
-       >=dev-lisp/cl-who-0.11.1
-       >=dev-lisp/drakma-1.0.0
-       >=dev-lisp/flexi-streams-0.12.0
-       >=dev-lisp/md5-1.8.5
-       >=dev-lisp/rfc2388-1.2
-       >=dev-lisp/trivial-backtrace-1.0.2
-       >=dev-lisp/usocket-0.4.0"
-
-src_compile() {
-       use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp url-rewrite
-       common-lisp-install-sources -t all www test
-       common-lisp-install-asdf
-       dodoc CHANGELOG* README
-       use doc && dohtml -r doc/*
-}

Reply via email to