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 427BF15808B for ; Fri, 1 Apr 2022 14:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF2EE08F0; Fri, 1 Apr 2022 14:56:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583FBE08ED for ; Fri, 1 Apr 2022 14:56:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27F35340FC2 for ; Fri, 1 Apr 2022 14:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69ADF35F for ; Fri, 1 Apr 2022 14:56:43 +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: <1648824580.2882817698fe548de56694c926162c6ec9e7475f.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild X-VCS-Directories: dev-lisp/cl-plus-ssl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2882817698fe548de56694c926162c6ec9e7475f X-VCS-Branch: master Date: Fri, 1 Apr 2022 14:56:43 +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: 9cf956a9-e330-4bc4-9431-efc2f195b76a X-Archives-Hash: 6cbeb8eb9e46b0454c16899bdc68fafd commit: 2882817698fe548de56694c926162c6ec9e7475f Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 14:49:40 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 14:49:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=28828176 dev-lisp/cl-plus-ssl: Drop ~sparc because of unkeyworded dependencies Minor touchups to the ebuild. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild | 14 +++++++------- dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild index b6bf606f..31cd4b0a 100644 --- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild +++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild @@ -1,21 +1,20 @@ -# 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 multilib +inherit common-lisp-3 MY_PN=cl+ssl MY_P=${MY_PN}-${PV:0:4}-${PV:4:2}-${PV:6:2} DESCRIPTION="A simple Common Lisp interface to OpenSSL." -HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/" -SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz" +HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/" +SRC_URI="https://cl-plus-ssl.common-lisp.dev/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723 dev-lisp/trivial-gray-streams @@ -39,5 +38,6 @@ src_prepare() { src_install() { common-lisp-install-sources *.lisp common-lisp-install-asdf - dohtml index.{css,html} + docinto html + dodoc index.{css,html} } diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild index 862fe18f..fdfa828f 100644 --- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild +++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,12 +6,11 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="A simple Common Lisp interface to OpenSSL." -HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/" +HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/" EGIT_REPO_URI="https://github.com/${PN}/${PN}" LICENSE="MIT" SLOT="0" -IUSE="" RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723 dev-lisp/trivial-garbage