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 A7E1415808B for ; Fri, 1 Apr 2022 11:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B26BBE08E5; Fri, 1 Apr 2022 11:12:51 +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 8ACF5E08E5 for ; Fri, 1 Apr 2022 11:12:51 +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 8F472340DD5 for ; Fri, 1 Apr 2022 11:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C17DF386 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: <1648810150.4768959ba6e65dcee7f6936e2989f8412561a419.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-3.5.ebuild X-VCS-Directories: dev-lisp/cl-prevalence/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4768959ba6e65dcee7f6936e2989f8412561a419 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: 779c1540-d76d-42dd-b1f0-cf728acc5319 X-Archives-Hash: 2f4706399f7eca856c282deef308a7e0 commit: 4768959ba6e65dcee7f6936e2989f8412561a419 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 10:49:10 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 10:49:10 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4768959b dev-lisp/cl-prevalence: Drop keywords Unkeyworded dependencies. Bump to EAPI 7, update HOMEPAGE. SRC_URI is also dead. Keep the ebuild for now, since users may already have the distfile. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild index 2a578b2c..e045a3f4 100644 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit common-lisp-3 -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/" +DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp" +HOMEPAGE="https://cl-prevalence.common-lisp.dev/" SRC_URI="http://bitbucket.org/skypher/${PN}/get/${PV}.gz -> ${P}.tar.gz" +S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9 LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +#KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="dev-lisp/fiveam dev-lisp/s-xml dev-lisp/s-sysdeps" - -S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9