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 3E87E15808B for ; Sat, 2 Apr 2022 07:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00828E0826; Sat, 2 Apr 2022 07:39:34 +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 3A2FDE0825 for ; Sat, 2 Apr 2022 07:39:34 +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 303EB341312 for ; Sat, 2 Apr 2022 07:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF62E361 for ; Sat, 2 Apr 2022 07:39:30 +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: <1648884446.3c1dc3c56ee2f8fa490bc23848716a0df5b1c180.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/osicat/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/osicat/osicat-0.7.0.ebuild dev-lisp/osicat/osicat-9999.ebuild X-VCS-Directories: dev-lisp/osicat/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3c1dc3c56ee2f8fa490bc23848716a0df5b1c180 X-VCS-Branch: master Date: Sat, 2 Apr 2022 07:39:30 +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: 0b00e889-f31c-49a7-92d9-29b560e88a9d X-Archives-Hash: 8adf4e37b4e5dbf9080fc8f26292c7f1 commit: 3c1dc3c56ee2f8fa490bc23848716a0df5b1c180 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 07:27:26 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 2 07:27:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3c1dc3c5 dev-lisp/osicat: Drop ~sparc because of unkeyworded dependencies Minor touchups to the ebuild. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/osicat/osicat-0.7.0.ebuild | 23 ++++++++++------------- dev-lisp/osicat/osicat-9999.ebuild | 14 ++++++-------- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/dev-lisp/osicat/osicat-0.7.0.ebuild b/dev-lisp/osicat/osicat-0.7.0.ebuild index 159f1bff..6505a80e 100644 --- a/dev-lisp/osicat/osicat-0.7.0.ebuild +++ b/dev-lisp/osicat/osicat-0.7.0.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit common-lisp-3 eutils +inherit common-lisp-3 MY_P="${PN}_${PV}" -DESCRIPTION="Lightweight operating system interface for Common Lisp on Unix-platforms." -HOMEPAGE="http://www.common-lisp.net/project/osicat/" -SRC_URI="http://common-lisp.net/project/${PN}/files/${MY_P}.tar.gz" +DESCRIPTION="Lightweight operating system interface for Common Lisp on Unix-platforms" +HOMEPAGE="https://osicat.common-lisp.dev/" +SRC_URI="https://osicat.common-lisp.dev/files/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/alexandria - dev-lisp/cffi - dev-lisp/trivial-features" +KEYWORDS="~amd64 ~ppc ~x86" -S="${WORKDIR}/${MY_P}" +RDEPEND="dev-lisp/alexandria + dev-lisp/cffi + dev-lisp/trivial-features" diff --git a/dev-lisp/osicat/osicat-9999.ebuild b/dev-lisp/osicat/osicat-9999.ebuild index 25b42a4f..86511ec3 100644 --- a/dev-lisp/osicat/osicat-9999.ebuild +++ b/dev-lisp/osicat/osicat-9999.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit common-lisp-3 git-r3 -DESCRIPTION="Lightweight operating system interface for Common Lisp on Unix-platforms." -HOMEPAGE="http://www.common-lisp.net/project/osicat/" +DESCRIPTION="Lightweight operating system interface for Common Lisp on Unix-platforms" +HOMEPAGE="https://osicat.common-lisp.dev/" EGIT_REPO_URI="https://github.com/${PN}/${PN}" LICENSE="MIT" SLOT="0" -IUSE="" -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/alexandria - dev-lisp/cffi - dev-lisp/trivial-features" +RDEPEND="dev-lisp/alexandria + dev-lisp/cffi + dev-lisp/trivial-features"