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 266D115808B for ; Sat, 2 Apr 2022 15:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D0FE0827; 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 3AB6EE0845 for ; Sat, 2 Apr 2022 15:34:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5314F341733 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 C281E36F 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: <1648912208.1acb28d6b6a8a785f2fab38901f5620a108047f7.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild X-VCS-Directories: dev-lisp/cl-recaptcha/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1acb28d6b6a8a785f2fab38901f5620a108047f7 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: e8f0c9ee-a460-406f-84d3-f1ad6e23de67 X-Archives-Hash: b318a3d068f7834e5bc8ce84d8d590d5 commit: 1acb28d6b6a8a785f2fab38901f5620a108047f7 Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 2 15:10:08 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 2 15:10:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1acb28d6 dev-lisp/cl-recaptcha: Drop ~sparc because of unkeyworded dependencies Update HOMEPAGE. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild index 2cb962e5..c95a8549 100644 --- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild +++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.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,13 +6,12 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection" -HOMEPAGE="http://github.com/madnificent/cl-recaptcha/" +HOMEPAGE="https://github.com/madnificent/cl-recaptcha/" SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lisp/drakma-1.0.0 dev-lisp/split-sequence