summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 12:45:29 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 12:45:29 +0200
commit5ea731165ef3db5e5811d9bc2f9782b3b437b92c (patch)
tree7c321685218899124c082b5135eafe3f3c592ea9 /dev-lisp
parentdarcs.eclass: Copy last version from gentoo repository (diff)
downloadlisp-5ea731165ef3db5e5811d9bc2f9782b3b437b92c.tar.gz
lisp-5ea731165ef3db5e5811d9bc2f9782b3b437b92c.tar.bz2
lisp-5ea731165ef3db5e5811d9bc2f9782b3b437b92c.zip
dev-lisp/cl-prevalence: Drop live version
Upstream repository is gone. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
deleted file mode 100644
index 723398dc..00000000
--- a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 mercurial
-
-DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/"
-EHG_REPO_URI="http://bitbucket.org/skypher/${PN}"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-lisp/fiveam
- dev-lisp/s-xml
- dev-lisp/s-sysdeps"