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 C2142158086 for ; Tue, 16 Nov 2021 13:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA012E0833; Tue, 16 Nov 2021 13:23:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2AFF9E07EC for ; Tue, 16 Nov 2021 13:23:23 +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 CD94E342FF9 for ; Tue, 16 Nov 2021 13:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC08163 for ; Tue, 16 Nov 2021 13:23:19 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1637068992.896c42f3443163dc74b44f1054b79cc2c24d57eb.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild X-VCS-Directories: dev-scheme/gauche-gtk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 896c42f3443163dc74b44f1054b79cc2c24d57eb X-VCS-Branch: master Date: Tue, 16 Nov 2021 13:23:19 +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: 10bce310-4248-4584-9e50-f9d363a7a799 X-Archives-Hash: b990becdcb9ed755c0841bbb628241bd commit: 896c42f3443163dc74b44f1054b79cc2c24d57eb Author: Akinori Hattori gentoo org> AuthorDate: Tue Nov 16 13:17:53 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Nov 16 13:23:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896c42f3 dev-scheme/gauche-gtk: update HOMEPAGE Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild b/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild index 9497ba267f79..d4c2e9ef8fbf 100644 --- a/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild +++ b/dev-scheme/gauche-gtk/gauche-gtk-0.6_pre1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ MY_P="${PN^g}2-${PV}" PV_COMMIT="0220722c44ef85f2e1b9b14745702c1b923258e8" DESCRIPTION="GTK2 binding for Gauche" -HOMEPAGE="http://practical-scheme.net/gauche/" +HOMEPAGE="https://practical-scheme.net/gauche/" SRC_URI="https://github.com/shirok/${PN^g}2/archive/${PV_COMMIT}.tar.gz -> ${MY_P}.tar.gz" LICENSE="BSD"