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/*
+}

Reply via email to