* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2011-10-30 23:32 Stelian Ionescu
0 siblings, 0 replies; 28+ messages in thread
From: Stelian Ionescu @ 2011-10-30 23:32 UTC (permalink / raw
To: gentoo-commits
commit: be76adeebb415119ca0ae8d45124a5277a0445fb
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Sun Oct 30 23:32:50 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Sun Oct 30 23:32:50 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=be76adee
dev-lisp/hunchentoot: bump to 1.2.0
---
...ntoot-1.1.1.ebuild => hunchentoot-1.2.0.ebuild} | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild
similarity index 72%
rename from dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
rename to dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild
index 8cdc85b..099779a 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild
@@ -2,11 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit common-lisp-2
+EAPI=3
+inherit common-lisp-3
DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
HOMEPAGE="http://weitz.de/hunchentoot/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
+SRC_URI="https://github.com/downloads/edicl/hunchentoot/hunchentoot-1.2.0.tar.gz"
LICENSE="BSD-2"
SLOT="0"
@@ -29,15 +30,13 @@ RDEPEND=">=dev-lisp/chunga-0.5.0
>=dev-lisp/drakma-1.0.0"
src_compile() {
- if use doc ; then
- cd doc
- xsltproc clixdoc.xsl index.xml > index.html
- fi
+ use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
}
src_install() {
- common-lisp-install *.{lisp,asd} url-rewrite/ test/
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.{lisp,asd} url-rewrite/ test/
+ common-lisp-install-sources -t all www/
+ common-lisp-install-asdf
dodoc CHANGELOG* README
use doc && dohtml -r doc/*
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2011-11-04 10:06 Stelian Ionescu
0 siblings, 0 replies; 28+ messages in thread
From: Stelian Ionescu @ 2011-11-04 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 21aae925df62a2f1d991ad99434fb56a086df8bf
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Fri Nov 4 09:38:23 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Fri Nov 4 09:38:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=21aae925
dev-lisp/hunchentoot: bump to 1.2.1
---
...ntoot-1.2.0.ebuild => hunchentoot-1.2.1.ebuild} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
similarity index 89%
rename from dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild
rename to dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
index 099779a..b5ed4f7 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.0.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,7 +7,7 @@ inherit common-lisp-3
DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
HOMEPAGE="http://weitz.de/hunchentoot/"
-SRC_URI="https://github.com/downloads/edicl/hunchentoot/hunchentoot-1.2.0.tar.gz"
+SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2011-11-04 10:06 Stelian Ionescu
0 siblings, 0 replies; 28+ messages in thread
From: Stelian Ionescu @ 2011-11-04 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 92465e9acc07fd31c8c3d18177a4757be39de8cf
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Fri Nov 4 09:41:55 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Fri Nov 4 09:41:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=92465e9a
dev-lisp/hunchentoot: minor tweak
---
dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
index b5ed4f7..eadf104 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
@@ -34,7 +34,7 @@ src_compile() {
}
src_install() {
- common-lisp-install-sources *.{lisp,asd} url-rewrite/ test/
+ common-lisp-install-sources *.lisp url-rewrite/ test/
common-lisp-install-sources -t all www/
common-lisp-install-asdf
dodoc CHANGELOG* README
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2011-11-04 10:06 Stelian Ionescu
0 siblings, 0 replies; 28+ messages in thread
From: Stelian Ionescu @ 2011-11-04 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 220602c33cce2d0fbdf657e7b4576bd57386e29b
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Fri Nov 4 09:41:01 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Fri Nov 4 09:41:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=220602c3
dev-lisp/hunchentoot: add back 1.1.1
---
dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild | 41 +++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
new file mode 100644
index 0000000..854789c
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit common-lisp-3
+
+DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
+HOMEPAGE="http://weitz.de/hunchentoot/"
+SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-libs/libxslt )"
+RDEPEND=">=dev-lisp/chunga-0.5.0
+ >=dev-lisp/cl-base64-3.3.0
+ >=dev-lisp/cl-fad-0.6.3
+ >=dev-lisp/cl-ppcre-2.0.0
+ >=dev-lisp/flexi-streams-0.12.0
+ >=dev-lisp/cl-plus-ssl-20081104
+ >=dev-lisp/md5-1.8.5
+ >=dev-lisp/rfc2388-1.2
+ >=dev-lisp/trivial-backtrace-1.0.2
+ >=dev-lisp/usocket-0.4.0
+ >=dev-lisp/bordeaux-threads-0.7.0
+ >=dev-lisp/cl-who-0.11.1
+ >=dev-lisp/drakma-1.0.0"
+
+src_compile() {
+ use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
+}
+
+src_install() {
+ common-lisp-install-sources *.lisp url-rewrite/ test/
+ common-lisp-install-asdf
+ dodoc CHANGELOG* README
+ use doc && dohtml -r doc/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2012-01-31 22:00 Stelian Ionescu
0 siblings, 0 replies; 28+ messages in thread
From: Stelian Ionescu @ 2012-01-31 22:00 UTC (permalink / raw
To: gentoo-commits
commit: d6c2f4955518d29353a4ceb176a4b4e8149ef9ee
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Tue Jan 31 21:48:15 2012 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Tue Jan 31 21:48:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d6c2f495
dev-lisp/hunchentoot: bump to version 1.2.2
---
dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild | 42 +++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild
new file mode 100644
index 0000000..eadf104
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit common-lisp-3
+
+DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
+HOMEPAGE="http://weitz.de/hunchentoot/"
+SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-libs/libxslt )"
+RDEPEND=">=dev-lisp/chunga-0.5.0
+ >=dev-lisp/cl-base64-3.3.0
+ >=dev-lisp/cl-fad-0.6.3
+ >=dev-lisp/cl-ppcre-2.0.0
+ >=dev-lisp/flexi-streams-0.12.0
+ >=dev-lisp/cl-plus-ssl-20081104
+ >=dev-lisp/md5-1.8.5
+ >=dev-lisp/rfc2388-1.2
+ >=dev-lisp/trivial-backtrace-1.0.2
+ >=dev-lisp/usocket-0.4.0
+ >=dev-lisp/bordeaux-threads-0.7.0
+ >=dev-lisp/cl-who-0.11.1
+ >=dev-lisp/drakma-1.0.0"
+
+src_compile() {
+ use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
+}
+
+src_install() {
+ common-lisp-install-sources *.lisp url-rewrite/ test/
+ common-lisp-install-sources -t all www/
+ common-lisp-install-asdf
+ dodoc CHANGELOG* README
+ use doc && dohtml -r doc/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-03-22 19:36 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-03-22 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 2fccc165c57f8b967611ba3d78206678e742deda
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 19:36:57 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 19:36:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=2fccc165
dev-lisp/hunchentoot: bump version to 1.2.15
---
dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild | 45 ++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-04-07 19:16 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-04-07 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 5a44b13a8cfa4ed8b5ddfb030a03915e7b8ec228
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 19:16:11 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 19:16:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5a44b13a
dev-lisp/hunchentoot: bump to version 1.2.17
---
dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild | 45 ++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-05-10 18:18 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-05-10 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 809159ecd6e7dd2333fde59b519a7c76d09b08ba
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 18:17:54 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May 10 18:17:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=809159ec
dev-lisp/hunchentoot: bump to version 1.2.18
---
dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild | 45 ++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-08-09 9:32 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-08-09 9:32 UTC (permalink / raw
To: gentoo-commits
commit: fecb4446fdb2dff49a3653ce392e9b8321864d13
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 09:32:32 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 09:32:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=fecb4446
dev-lisp/hunchentoot: bump to version 1.2.19
---
dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-10-06 19:00 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-10-06 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 5cfce55d77f3c049c37d11c27ca4d95dda8821ac
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 19:01:01 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 19:01:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=5cfce55d
dev-lisp/hunchentoot: bump to version 1.2.21
---
dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2013-12-15 20:12 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2013-12-15 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 777234d54cf81513e67539dd3bc15f3d64a29adb
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 20:13:36 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 20:13:36 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=777234d5
dev-lisp/hunchentoot: bump to version 1.2.22
---
dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
new file mode 100644
index 0000000..e8a1505
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2014-01-20 9:56 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2014-01-20 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 638685f0c8391d1b7931c11105982cab611720bb
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 09:57:27 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 09:57:27 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=638685f0
dev-lisp/hunchentoot: bump to version 1.2.26
---
dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
new file mode 100644
index 0000000..d85112d
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2014-12-13 17:10 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2014-12-13 17:10 UTC (permalink / raw
To: gentoo-commits
commit: 612076128cd2e84399ff339816aaee687c20b258
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 17:12:32 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 17:12:32 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=61207612
dev-lisp/hunchentoot: bump to version 1.2.29
---
dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
new file mode 100644
index 0000000..d85112d
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2014-12-13 17:12 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2014-12-13 17:12 UTC (permalink / raw
To: gentoo-commits
commit: a046731132c16e910e5c7a234e9f82fd97eff817
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 17:14:38 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 17:14:38 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a0467311
dev-lisp/hunchentoot: drop ancient versions
---
dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild | 41 --------------------------
dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild | 42 ---------------------------
dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild | 42 ---------------------------
3 files changed, 125 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
deleted file mode 100644
index 854789c..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit common-lisp-3
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/"
-SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/chunga-0.5.0
- >=dev-lisp/cl-base64-3.3.0
- >=dev-lisp/cl-fad-0.6.3
- >=dev-lisp/cl-ppcre-2.0.0
- >=dev-lisp/flexi-streams-0.12.0
- >=dev-lisp/cl-plus-ssl-20081104
- >=dev-lisp/md5-1.8.5
- >=dev-lisp/rfc2388-1.2
- >=dev-lisp/trivial-backtrace-1.0.2
- >=dev-lisp/usocket-0.4.0
- >=dev-lisp/bordeaux-threads-0.7.0
- >=dev-lisp/cl-who-0.11.1
- >=dev-lisp/drakma-1.0.0"
-
-src_compile() {
- use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
- common-lisp-install-sources *.lisp url-rewrite/ test/
- common-lisp-install-asdf
- dodoc CHANGELOG* README
- use doc && dohtml -r doc/*
-}
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
deleted file mode 100644
index eadf104..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit common-lisp-3
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/"
-SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/chunga-0.5.0
- >=dev-lisp/cl-base64-3.3.0
- >=dev-lisp/cl-fad-0.6.3
- >=dev-lisp/cl-ppcre-2.0.0
- >=dev-lisp/flexi-streams-0.12.0
- >=dev-lisp/cl-plus-ssl-20081104
- >=dev-lisp/md5-1.8.5
- >=dev-lisp/rfc2388-1.2
- >=dev-lisp/trivial-backtrace-1.0.2
- >=dev-lisp/usocket-0.4.0
- >=dev-lisp/bordeaux-threads-0.7.0
- >=dev-lisp/cl-who-0.11.1
- >=dev-lisp/drakma-1.0.0"
-
-src_compile() {
- use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
- common-lisp-install-sources *.lisp url-rewrite/ test/
- common-lisp-install-sources -t all www/
- common-lisp-install-asdf
- dodoc CHANGELOG* README
- use doc && dohtml -r doc/*
-}
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild
deleted file mode 100644
index eadf104..0000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit common-lisp-3
-
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
-HOMEPAGE="http://weitz.de/hunchentoot/"
-SRC_URI="https://github.com/downloads/edicl/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-libs/libxslt )"
-RDEPEND=">=dev-lisp/chunga-0.5.0
- >=dev-lisp/cl-base64-3.3.0
- >=dev-lisp/cl-fad-0.6.3
- >=dev-lisp/cl-ppcre-2.0.0
- >=dev-lisp/flexi-streams-0.12.0
- >=dev-lisp/cl-plus-ssl-20081104
- >=dev-lisp/md5-1.8.5
- >=dev-lisp/rfc2388-1.2
- >=dev-lisp/trivial-backtrace-1.0.2
- >=dev-lisp/usocket-0.4.0
- >=dev-lisp/bordeaux-threads-0.7.0
- >=dev-lisp/cl-who-0.11.1
- >=dev-lisp/drakma-1.0.0"
-
-src_compile() {
- use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
-}
-
-src_install() {
- common-lisp-install-sources *.lisp url-rewrite/ test/
- common-lisp-install-sources -t all www/
- common-lisp-install-asdf
- dodoc CHANGELOG* README
- use doc && dohtml -r doc/*
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2015-04-07 8:45 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2015-04-07 8:45 UTC (permalink / raw
To: gentoo-commits
commit: bf952cfbb3c392e5a70ad1139ffdeac6a0f791d5
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 7 08:44:51 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr 7 08:44:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bf952cfb
dev-lisp/hunchentoot: bump to version 1.2.31
dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild | 45 ++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
new file mode 100644
index 0000000..c8b054b
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2015-06-06 15:05 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2015-06-06 15:05 UTC (permalink / raw
To: gentoo-commits
commit: ef2271b4f17e639de9cc756ae17fba94a4a88c24
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 15:04:23 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 15:04:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef2271b4
dev-lisp/hunchentoot: bump to version 1.2.32
dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
new file mode 100644
index 0000000..181bd06
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2015-07-25 16:18 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2015-07-25 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 8135e0f99e68fe6cea414b50beae42af1b4cc265
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 16:21:11 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 16:21:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8135e0f9
dev-lisp/hunchentoot: bump to version 1.2.34
dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
new file mode 100644
index 0000000..181bd06
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2016-03-01 18:59 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2016-03-01 18:59 UTC (permalink / raw
To: gentoo-commits
commit: 63a9c507ceb1a6f092ab81320c9ca55226408a35
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 18:59:10 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 18:59:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=63a9c507
dev-lisp/hunchentoot: Fix headers
dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild | 4 ++--
dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild | 4 ++--
.../{hunchentoot-1.2.32.ebuild => hunchentoot-1.2.35.ebuild} | 4 ++--
12 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.18.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
index e8a1505..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
index d85112d..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
index d85112d..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.29.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
index c8b054b..d2b894c 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.31.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
index 181bd06..3d68099 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
index 181bd06..3d68099 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
similarity index 95%
copy from dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
copy to dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
index 181bd06..3d68099 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.32.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2016-03-01 19:47 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2016-03-01 19:47 UTC (permalink / raw
To: gentoo-commits
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/*
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2016-12-10 15:59 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2016-12-10 15:59 UTC (permalink / raw
To: gentoo-commits
commit: f84789d11732a575a840ab6a278640f1d8c8b13b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 15:59:32 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 15:59:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f84789d1
dev-lisp/hunchentoot: Bumps version to 1.2.36
dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
new file mode 100644
index 0000000..a136686
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2016-12-13 14:05 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2016-12-13 14:05 UTC (permalink / raw
To: gentoo-commits
commit: 3b4ae59795cada61ae2d7454aafa862025b04a19
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 14:04:59 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 14:04:59 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3b4ae597
dev-lisp/hunchentoot: Bumps version to 1.2.37
dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
new file mode 100644
index 0000000..7a90c89
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 && dodoc -r doc/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2016-12-22 10:11 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2016-12-22 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 09cc8ed3a9c5d7cc778e9ba6fbe7e4eb43bcdf6c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 10:11:43 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:11:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=09cc8ed3
dev-lisp/hunchentoot: Removes dependency on specific version of cl-plus-ssl
dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
index 7a90c89..d1a3ac9 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
@@ -20,7 +20,7 @@ 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-plus-ssl
>=dev-lisp/cl-ppcre-2.0.0
>=dev-lisp/cl-who-0.11.1
>=dev-lisp/drakma-1.0.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2017-04-05 17:22 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2017-04-05 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 5619ba54d5acc01da94385a62263a5ed956744a0
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:22:34 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:22:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5619ba54
dev-lisp/hunchentoot: Updates header
dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild | 3 +--
dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
index a1366863..cd29556f 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
index d1a3ac90..3e806245 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2017-04-05 17:23 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2017-04-05 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 69cee22d099c75a1c2f15653dadb288f3f4d33c6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 17:23:46 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 17:23:46 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69cee22d
dev-lisp/hunchentoot: Drops old versions
dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild | 43 --------------------------
dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild | 43 --------------------------
2 files changed, 86 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
deleted file mode 100644
index 3d68099e..00000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.34.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/*
-}
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
deleted file mode 100644
index 3d68099e..00000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.35.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/*
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2017-12-03 18:47 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2017-12-03 18:47 UTC (permalink / raw
To: gentoo-commits
commit: c322d76d2c6956604536b28422f494aa74ddc92c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 18:47:27 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 18:47:27 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c322d76d
dev-lisp/hunchentoot: Bumps version to 1.2.38
dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild | 42 ++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
new file mode 100644
index 00000000..09a24828
--- /dev/null
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
+HOMEPAGE="https://github.com/edicl/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
+ >=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 && dodoc -r doc/*
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2017-12-03 19:21 José María Alonso
0 siblings, 0 replies; 28+ messages in thread
From: José María Alonso @ 2017-12-03 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 84a6423bd552f36b4aa450e0194769b32910cbd5
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 19:21:36 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 19:21:36 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84a6423b
dev-lisp/hunchentoot: Drops old version
dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild | 42 --------------------------
1 file changed, 42 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
deleted file mode 100644
index cd29556f..00000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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/*
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2022-04-02 15:34 Ulrich Müller
0 siblings, 0 replies; 28+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: c16555f5c3b1eb9fd5341f5461580a3d96ac797e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 15:20:42 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:20:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c16555f5
dev-lisp/hunchentoot: Drop ~sparc because of unkeyworded dependencies
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
index 09a24828..6370ebe0 100644
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
+++ b/dev-lisp/hunchentoot/hunchentoot-1.2.38.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit common-lisp-3
-DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
+DESCRIPTION="Hunchentoot is a web server written in Common Lisp"
HOMEPAGE="https://github.com/edicl/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"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="doc? ( dev-libs/libxslt )"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
@ 2022-04-02 15:34 Ulrich Müller
0 siblings, 0 replies; 28+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 94c3973c646b29494a3f95dffe9740fc9c6bbae3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 15:19:39 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:19:39 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=94c3973c
dev-lisp/hunchentoot: Remove old
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 42 --------------------------
1 file changed, 42 deletions(-)
diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
deleted file mode 100644
index 3e806245..00000000
--- a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
- >=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 && dodoc -r doc/*
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
end of thread, other threads:[~2022-04-02 15:35 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 18:18 [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-04-02 15:34 Ulrich Müller
2022-04-02 15:34 Ulrich Müller
2017-12-03 19:21 José María Alonso
2017-12-03 18:47 José María Alonso
2017-04-05 17:23 José María Alonso
2017-04-05 17:22 José María Alonso
2016-12-22 10:11 José María Alonso
2016-12-13 14:05 José María Alonso
2016-12-10 15:59 José María Alonso
2016-03-01 19:47 José María Alonso
2016-03-01 18:59 José María Alonso
2015-07-25 16:18 José María Alonso
2015-06-06 15:05 José María Alonso
2015-04-07 8:45 José María Alonso
2014-12-13 17:12 José María Alonso
2014-12-13 17:10 José María Alonso
2014-01-20 9:56 José María Alonso
2013-12-15 20:12 José María Alonso
2013-10-06 19:00 José María Alonso
2013-08-09 9:32 José María Alonso
2013-04-07 19:16 José María Alonso
2013-03-22 19:36 José María Alonso
2012-01-31 22:00 Stelian Ionescu
2011-11-04 10:06 Stelian Ionescu
2011-11-04 10:06 Stelian Ionescu
2011-11-04 10:06 Stelian Ionescu
2011-10-30 23:32 Stelian Ionescu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox