summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-02 17:08:19 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-02 17:08:19 +0200
commita7dc3152b4b143d5ff197a57b7e6c5d136b919ab (patch)
treeaa9a6dac116f6d1684d88e732820b9a46568c5d7
parentdev-lisp/linedit: Update HOMEPAGE (diff)
downloadlisp-a7dc3152b4b143d5ff197a57b7e6c5d136b919ab.tar.gz
lisp-a7dc3152b4b143d5ff197a57b7e6c5d136b919ab.tar.bz2
lisp-a7dc3152b4b143d5ff197a57b7e6c5d136b919ab.zip
dev-lisp/fsbv: Remove package
Upstream repository no longer exists. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--dev-lisp/fsbv/fsbv-9999.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lisp/fsbv/fsbv-9999.ebuild b/dev-lisp/fsbv/fsbv-9999.ebuild
deleted file mode 100644
index fa5f86e3..00000000
--- a/dev-lisp/fsbv/fsbv-9999.ebuild
+++ /dev/null
@@ -1,25 +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="CFFI Add-on: Foreign Structures By Value."
-HOMEPAGE="http://common-lisp.net/project/gsll/"
-EGIT_REPO_URI="git://repo.or.cz/fsbv.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/cffi-0.10.5
- dev-lisp/trivial-features
- virtual/libffi"
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dohtml readme.html
-}