diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 12:45:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 12:45:29 +0200 |
commit | 5ea731165ef3db5e5811d9bc2f9782b3b437b92c (patch) | |
tree | 7c321685218899124c082b5135eafe3f3c592ea9 | |
parent | darcs.eclass: Copy last version from gentoo repository (diff) | |
download | lisp-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>
-rw-r--r-- | dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild | 18 |
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" |