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 BB91B15808B for ; Fri, 1 Apr 2022 11:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 689D0E08CD; Fri, 1 Apr 2022 11:12:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EC46E08CD for ; Fri, 1 Apr 2022 11:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5C882341501 for ; Fri, 1 Apr 2022 11:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE652385 for ; Fri, 1 Apr 2022 11:12:46 +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: <1648809929.5ea731165ef3db5e5811d9bc2f9782b3b437b92c.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild X-VCS-Directories: dev-lisp/cl-prevalence/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5ea731165ef3db5e5811d9bc2f9782b3b437b92c X-VCS-Branch: master Date: Fri, 1 Apr 2022 11:12:46 +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: ae94267d-f2f4-4ccd-a925-a0cfd65f8367 X-Archives-Hash: d4bef6a357342f112800b09bb8cf21c6 commit: 5ea731165ef3db5e5811d9bc2f9782b3b437b92c Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 10:45:29 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 10:45:29 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5ea73116 dev-lisp/cl-prevalence: Drop live version Upstream repository is gone. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild deleted file mode 100644 index 723398dc..00000000 --- a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 mercurial - -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/" -EHG_REPO_URI="http://bitbucket.org/skypher/${PN}" - -LICENSE="LLGPL-2.1" -SLOT="0" -IUSE="" - -RDEPEND="dev-lisp/fiveam - dev-lisp/s-xml - dev-lisp/s-sysdeps"