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 A766815808B for ; Fri, 1 Apr 2022 12:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D267E0955; Fri, 1 Apr 2022 12:03:53 +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 F092AE0955 for ; Fri, 1 Apr 2022 12:03:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DA49341156 for ; Fri, 1 Apr 2022 12:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8EC36F for ; Fri, 1 Apr 2022 12:03:49 +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: <1648814166.e7ed7acf71236139cd898977447860de50fb044e.ulm@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-png/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-png/cl-png-0.6.ebuild X-VCS-Directories: dev-lisp/cl-png/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e7ed7acf71236139cd898977447860de50fb044e X-VCS-Branch: master Date: Fri, 1 Apr 2022 12:03:49 +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: 44824cca-cd22-4a80-8593-617ccf29021e X-Archives-Hash: 67cab02efc4f25eb0bb34126838b63f0 commit: e7ed7acf71236139cd898977447860de50fb044e Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 11:56:06 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 11:56:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7ed7acf dev-lisp/cl-png: Drop ~sparc because of unkeyworded dependencies Update HOMEPAGE. Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/cl-png/cl-png-0.6.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lisp/cl-png/cl-png-0.6.ebuild b/dev-lisp/cl-png/cl-png-0.6.ebuild index ec514742..49e24c93 100644 --- a/dev-lisp/cl-png/cl-png-0.6.ebuild +++ b/dev-lisp/cl-png/cl-png-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,13 +8,12 @@ inherit common-lisp-3 MY_PV="REL_${PV//./_}" DESCRIPTION="CL-PNG is a Common Lisp library for reading and writing PNG files" -HOMEPAGE="http://www.ljosa.com/~ljosa/software/cl-png/" +HOMEPAGE="https://www.ljosa.com/~ljosa/software/cl-png/" SRC_URI="https://github.com/ljosa/cl-png/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="media-libs/libpng:0 dev-lisp/cffi"