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/cl-prevalence/
Date: Fri, 01 Apr 2022 11:12:54
Message-Id: 1648809929.5ea731165ef3db5e5811d9bc2f9782b3b437b92c.ulm@gentoo
1 commit: 5ea731165ef3db5e5811d9bc2f9782b3b437b92c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 10:45:29 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 10:45:29 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5ea73116
7
8 dev-lisp/cl-prevalence: Drop live version
9
10 Upstream repository is gone.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild | 18 ------------------
15 1 file changed, 18 deletions(-)
16
17 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
18 deleted file mode 100644
19 index 723398dc..00000000
20 --- a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit common-lisp-3 mercurial
29 -
30 -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp."
31 -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/"
32 -EHG_REPO_URI="http://bitbucket.org/skypher/${PN}"
33 -
34 -LICENSE="LLGPL-2.1"
35 -SLOT="0"
36 -IUSE=""
37 -
38 -RDEPEND="dev-lisp/fiveam
39 - dev-lisp/s-xml
40 - dev-lisp/s-sysdeps"