From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6AF915808B for ; Sat, 2 Apr 2022 15:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B5CE085E; Sat, 2 Apr 2022 15:35:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D17DE0841 for ; Sat, 2 Apr 2022 15:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40E5434172D for ; Sat, 2 Apr 2022 15:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFDBE36B for ; Sat, 2 Apr 2022 15:34:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1648912099.a7dc3152b4b143d5ff197a57b7e6c5d136b919ab.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/fsbv/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/fsbv/fsbv-9999.ebuild X-VCS-Directories: dev-lisp/fsbv/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a7dc3152b4b143d5ff197a57b7e6c5d136b919ab X-VCS-Branch: master Date: Sat, 2 Apr 2022 15:34:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 150fbc8c-94c8-41b5-9cb6-baebc45f108c X-Archives-Hash: 2e4a5d69b275687ebceefab27dc65fbb commit: a7dc3152b4b143d5ff197a57b7e6c5d136b919ab Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 15:08:19 2022 +0000 Commit: Ulrich Müller gentoo 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 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 -}