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/weblocks/
Date: Fri, 01 Apr 2022 14:56:47
Message-Id: 1648823708.e8459422f93fbe2d74e4754de9272c991d94be8e.ulm@gentoo
1 commit: e8459422f93fbe2d74e4754de9272c991d94be8e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 14:35:08 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:35:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e8459422
7
8 dev-lisp/weblocks: Remove package
9
10 HOMEPAGE and SRC_URI are gone, no reverse dependencies.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/weblocks/weblocks-0.8.2.ebuild | 54 ---------------------------------
15 dev-lisp/weblocks/weblocks-9999.ebuild | 51 -------------------------------
16 2 files changed, 105 deletions(-)
17
18 diff --git a/dev-lisp/weblocks/weblocks-0.8.2.ebuild b/dev-lisp/weblocks/weblocks-0.8.2.ebuild
19 deleted file mode 100644
20 index 589de97a..00000000
21 --- a/dev-lisp/weblocks/weblocks-0.8.2.ebuild
22 +++ /dev/null
23 @@ -1,54 +0,0 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -inherit common-lisp-3
30 -
31 -DESCRIPTION="Weblocks is a continuations-based web framework written in Common Lisp."
32 -HOMEPAGE="http://weblocks-framework.info/"
33 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
34 -
35 -LICENSE="LLGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -RDEPEND="dev-lisp/closer-mop
41 - dev-lisp/metatilities
42 - dev-lisp/hunchentoot
43 - dev-lisp/cl-who
44 - dev-lisp/cl-ppcre
45 - dev-lisp/cl-json
46 - dev-lisp/puri
47 - dev-lisp/md5
48 - dev-lisp/fare-matcher
49 - dev-lisp/cl-cont
50 - dev-lisp/parenscript
51 - dev-lisp/anaphora
52 - dev-lisp/f-underscore
53 - dev-lisp/bordeaux-threads
54 - dev-lisp/cl-fad
55 - dev-lisp/clsql
56 - dev-lisp/elephant
57 - dev-lisp/cl-prevalence
58 - dev-lisp/rt
59 - dev-lisp/lift"
60 -
61 -CLSYSTEMS="${PN} ${PN}-test ${PN}-scripts ${PN}-store-test
62 - src/store/clsql/${PN}-clsql
63 - src/store/elephant/${PN}-elephant
64 - src/store/memory/${PN}-memory
65 - src/store/prevalence/${PN}-prevalence
66 - examples/${PN}-clsql-demo/${PN}-clsql-demo
67 - examples/${PN}-demo/${PN}-demo
68 - examples/${PN}-elephant-demo/${PN}-elephant-demo"
69 -
70 -src_install() {
71 - dodir "${CLSOURCEROOT}"/${PN}/scripts
72 - cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts || die
73 - rm -rf scripts/weblocks-core
74 - common-lisp-install-sources examples pub scripts src test
75 - common-lisp-install-asdf
76 - dodoc docs/*
77 -}
78
79 diff --git a/dev-lisp/weblocks/weblocks-9999.ebuild b/dev-lisp/weblocks/weblocks-9999.ebuild
80 deleted file mode 100644
81 index 81b36e3f..00000000
82 --- a/dev-lisp/weblocks/weblocks-9999.ebuild
83 +++ /dev/null
84 @@ -1,51 +0,0 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -inherit common-lisp-3 git-r3
91 -
92 -DESCRIPTION="Weblocks is a continuations-based web framework written in Common Lisp."
93 -HOMEPAGE="http://weblocks-framework.info/"
94 -EGIT_REPO_URI="https://github.com/weblocks-framework/weblocks"
95 -
96 -LICENSE="LLGPL-2.1"
97 -SLOT="0"
98 -KEYWORDS=""
99 -IUSE=""
100 -
101 -RDEPEND="dev-lisp/closer-mop
102 - dev-lisp/metatilities
103 - dev-lisp/hunchentoot
104 - dev-lisp/cl-who
105 - dev-lisp/cl-ppcre
106 - dev-lisp/cl-json
107 - dev-lisp/puri
108 - dev-lisp/md5
109 - dev-lisp/fare-matcher
110 - dev-lisp/cl-cont
111 - dev-lisp/parenscript
112 - dev-lisp/anaphora
113 - dev-lisp/f-underscore
114 - dev-lisp/bordeaux-threads
115 - dev-lisp/cl-fad
116 - dev-lisp/clsql
117 - dev-lisp/elephant
118 - dev-lisp/cl-prevalence
119 - dev-lisp/trivial-timeout
120 - dev-lisp/salza2
121 - dev-lisp/rt
122 - dev-lisp/lift"
123 -
124 -CLSYSTEMS="${PN} ${PN}-test ${PN}-scripts ${PN}-util"
125 -
126 -S="${WORKDIR}"/${P}
127 -
128 -src_install() {
129 - dodir "${CLSOURCEROOT}"/${PN}/scripts
130 - cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts || die
131 - rm -rf scripts/weblocks-core
132 - common-lisp-install-sources scripts src test
133 - common-lisp-install-asdf
134 - dodoc -r docs/*
135 -}