commit: a7dc3152b4b143d5ff197a57b7e6c5d136b919ab Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 15:08:19 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 15:08:19 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a7dc3152
dev-lisp/fsbv: Remove package Upstream repository no longer exists. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> dev-lisp/fsbv/fsbv-9999.ebuild | 25 ------------------------- 1 file changed, 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 -}
