summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 16:35:08 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 16:35:08 +0200
commite8459422f93fbe2d74e4754de9272c991d94be8e (patch)
treefcfe0e08b6c52f15608c563de716dd74256f47f8
parentdev-lisp/cl-sqlite: Drop ~sparc because of unkeyworded dependencies (diff)
downloadlisp-e8459422f93fbe2d74e4754de9272c991d94be8e.tar.gz
lisp-e8459422f93fbe2d74e4754de9272c991d94be8e.tar.bz2
lisp-e8459422f93fbe2d74e4754de9272c991d94be8e.zip
dev-lisp/weblocks: Remove package
HOMEPAGE and SRC_URI are gone, no reverse dependencies. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--dev-lisp/weblocks/Manifest1
-rw-r--r--dev-lisp/weblocks/weblocks-0.8.2.ebuild54
-rw-r--r--dev-lisp/weblocks/weblocks-9999.ebuild51
3 files changed, 0 insertions, 106 deletions
diff --git a/dev-lisp/weblocks/Manifest b/dev-lisp/weblocks/Manifest
deleted file mode 100644
index ef30e311..00000000
--- a/dev-lisp/weblocks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST weblocks-0.8.2.tar.bz2 293091 BLAKE2B 87ab5c388ee1065a4cccff3be62b7a6168ff8137a5325a037f7f8374d1930492be8c4fcee9a2ca60f2435899580ce9fae7214b4606262ae54e729a7949843c0e SHA512 966a899804d3d085ffcce9bd093d16ded29ddb051578b5a730cb36ba39af2f230dabae1e3ba766767fbdc50bd4ac63c309cfa9476b385ff278b47a0828583071
diff --git a/dev-lisp/weblocks/weblocks-0.8.2.ebuild b/dev-lisp/weblocks/weblocks-0.8.2.ebuild
deleted file mode 100644
index 589de97a..00000000
--- a/dev-lisp/weblocks/weblocks-0.8.2.ebuild
+++ /dev/null
@@ -1,54 +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="Weblocks is a continuations-based web framework written in Common Lisp."
-HOMEPAGE="http://weblocks-framework.info/"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/closer-mop
- dev-lisp/metatilities
- dev-lisp/hunchentoot
- dev-lisp/cl-who
- dev-lisp/cl-ppcre
- dev-lisp/cl-json
- dev-lisp/puri
- dev-lisp/md5
- dev-lisp/fare-matcher
- dev-lisp/cl-cont
- dev-lisp/parenscript
- dev-lisp/anaphora
- dev-lisp/f-underscore
- dev-lisp/bordeaux-threads
- dev-lisp/cl-fad
- dev-lisp/clsql
- dev-lisp/elephant
- dev-lisp/cl-prevalence
- dev-lisp/rt
- dev-lisp/lift"
-
-CLSYSTEMS="${PN} ${PN}-test ${PN}-scripts ${PN}-store-test
- src/store/clsql/${PN}-clsql
- src/store/elephant/${PN}-elephant
- src/store/memory/${PN}-memory
- src/store/prevalence/${PN}-prevalence
- examples/${PN}-clsql-demo/${PN}-clsql-demo
- examples/${PN}-demo/${PN}-demo
- examples/${PN}-elephant-demo/${PN}-elephant-demo"
-
-src_install() {
- dodir "${CLSOURCEROOT}"/${PN}/scripts
- cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts || die
- rm -rf scripts/weblocks-core
- common-lisp-install-sources examples pub scripts src test
- common-lisp-install-asdf
- dodoc docs/*
-}
diff --git a/dev-lisp/weblocks/weblocks-9999.ebuild b/dev-lisp/weblocks/weblocks-9999.ebuild
deleted file mode 100644
index 81b36e3f..00000000
--- a/dev-lisp/weblocks/weblocks-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 git-r3
-
-DESCRIPTION="Weblocks is a continuations-based web framework written in Common Lisp."
-HOMEPAGE="http://weblocks-framework.info/"
-EGIT_REPO_URI="https://github.com/weblocks-framework/weblocks"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-lisp/closer-mop
- dev-lisp/metatilities
- dev-lisp/hunchentoot
- dev-lisp/cl-who
- dev-lisp/cl-ppcre
- dev-lisp/cl-json
- dev-lisp/puri
- dev-lisp/md5
- dev-lisp/fare-matcher
- dev-lisp/cl-cont
- dev-lisp/parenscript
- dev-lisp/anaphora
- dev-lisp/f-underscore
- dev-lisp/bordeaux-threads
- dev-lisp/cl-fad
- dev-lisp/clsql
- dev-lisp/elephant
- dev-lisp/cl-prevalence
- dev-lisp/trivial-timeout
- dev-lisp/salza2
- dev-lisp/rt
- dev-lisp/lift"
-
-CLSYSTEMS="${PN} ${PN}-test ${PN}-scripts ${PN}-util"
-
-S="${WORKDIR}"/${P}
-
-src_install() {
- dodir "${CLSOURCEROOT}"/${PN}/scripts
- cp -a scripts/weblocks-core "${D}/${CLSOURCEROOT}"/${PN}/scripts || die
- rm -rf scripts/weblocks-core
- common-lisp-install-sources scripts src test
- common-lisp-install-asdf
- dodoc -r docs/*
-}