Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
Date: Sat, 02 Apr 2022 15:35:07
Message-Id: 1648912779.94c3973c646b29494a3f95dffe9740fc9c6bbae3.ulm@gentoo
1 commit: 94c3973c646b29494a3f95dffe9740fc9c6bbae3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:19:39 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:19:39 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=94c3973c
7
8 dev-lisp/hunchentoot: Remove old
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 42 --------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
16 deleted file mode 100644
17 index 3e806245..00000000
18 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit common-lisp-3
27 -
28 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
29 -HOMEPAGE="http://weitz.de/hunchentoot/"
30 -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="BSD-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE="doc"
36 -
37 -DEPEND="doc? ( dev-libs/libxslt )"
38 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
39 - >=dev-lisp/chunga-1.1.1
40 - >=dev-lisp/cl-base64-3.3.0
41 - >=dev-lisp/cl-fad-0.6.3
42 - dev-lisp/cl-plus-ssl
43 - >=dev-lisp/cl-ppcre-2.0.0
44 - >=dev-lisp/cl-who-0.11.1
45 - >=dev-lisp/drakma-1.0.0
46 - >=dev-lisp/flexi-streams-0.12.0
47 - >=dev-lisp/md5-1.8.5
48 - >=dev-lisp/rfc2388-1.2
49 - >=dev-lisp/trivial-backtrace-1.0.2
50 - >=dev-lisp/usocket-0.4.0"
51 -
52 -src_compile() {
53 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
54 -}
55 -
56 -src_install() {
57 - common-lisp-install-sources *.lisp url-rewrite
58 - common-lisp-install-sources -t all www test
59 - common-lisp-install-asdf
60 - dodoc CHANGELOG* README
61 - use doc && dodoc -r doc/*
62 -}