Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/
Date: Wed, 05 Apr 2017 17:23:55
Message-Id: 1491413026.69cee22d099c75a1c2f15653dadb288f3f4d33c6.nimiux@gentoo
1 commit: 69cee22d099c75a1c2f15653dadb288f3f4d33c6
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 17:23:46 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 17:23:46 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69cee22d
7
8 dev-lisp/hunchentoot: Drops old versions
9
10 dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild | 43 --------------------------
11 dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild | 43 --------------------------
12 2 files changed, 86 deletions(-)
13
14 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
15 deleted file mode 100644
16 index 3d68099e..00000000
17 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild
18 +++ /dev/null
19 @@ -1,43 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
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-20081104
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 && dohtml -r doc/*
62 -}
63
64 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
65 deleted file mode 100644
66 index 3d68099e..00000000
67 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild
68 +++ /dev/null
69 @@ -1,43 +0,0 @@
70 -# Copyright 1999-2016 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=5
75 -
76 -inherit common-lisp-3
77 -
78 -DESCRIPTION="Hunchentoot is a web server written in Common Lisp."
79 -HOMEPAGE="http://weitz.de/hunchentoot/"
80 -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="BSD-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
85 -IUSE="doc"
86 -
87 -DEPEND="doc? ( dev-libs/libxslt )"
88 -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0
89 - >=dev-lisp/chunga-1.1.1
90 - >=dev-lisp/cl-base64-3.3.0
91 - >=dev-lisp/cl-fad-0.6.3
92 - >=dev-lisp/cl-plus-ssl-20081104
93 - >=dev-lisp/cl-ppcre-2.0.0
94 - >=dev-lisp/cl-who-0.11.1
95 - >=dev-lisp/drakma-1.0.0
96 - >=dev-lisp/flexi-streams-0.12.0
97 - >=dev-lisp/md5-1.8.5
98 - >=dev-lisp/rfc2388-1.2
99 - >=dev-lisp/trivial-backtrace-1.0.2
100 - >=dev-lisp/usocket-0.4.0"
101 -
102 -src_compile() {
103 - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html
104 -}
105 -
106 -src_install() {
107 - common-lisp-install-sources *.lisp url-rewrite
108 - common-lisp-install-sources -t all www test
109 - common-lisp-install-asdf
110 - dodoc CHANGELOG* README
111 - use doc && dohtml -r doc/*
112 -}