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/fsbv/
Date: Sat, 02 Apr 2022 15:35:03
Message-Id: 1648912099.a7dc3152b4b143d5ff197a57b7e6c5d136b919ab.ulm@gentoo
1 commit: a7dc3152b4b143d5ff197a57b7e6c5d136b919ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:08:19 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:08:19 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a7dc3152
7
8 dev-lisp/fsbv: Remove package
9
10 Upstream repository no longer exists.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/fsbv/fsbv-9999.ebuild | 25 -------------------------
15 1 file changed, 25 deletions(-)
16
17 diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
18 deleted file mode 100644
19 index fa5f86e3..00000000
20 --- a/dev-lisp/fsbv/fsbv-9999.ebuild
21 +++ /dev/null
22 @@ -1,25 +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 git-r3
29 -
30 -DESCRIPTION="CFFI Add-on: Foreign Structures By Value."
31 -HOMEPAGE="http://common-lisp.net/project/gsll/"
32 -EGIT_REPO_URI="git://repo.or.cz/fsbv.git"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 -IUSE=""
38 -
39 -RDEPEND=">=dev-lisp/cffi-0.10.5
40 - dev-lisp/trivial-features
41 - virtual/libffi"
42 -
43 -src_install() {
44 - common-lisp-install-sources *.lisp
45 - common-lisp-install-asdf
46 - dohtml readme.html
47 -}