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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52CAC15800F for ; Sat, 14 Jan 2023 09:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 953C3E07EA; Sat, 14 Jan 2023 09:45:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 680B0E07EA for ; Sat, 14 Jan 2023 09:45:09 +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 768F9335D50 for ; Sat, 14 Jan 2023 09:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7107F0 for ; Sat, 14 Jan 2023 09:45:06 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1673689474.b7536c6c24679b1e7fc06e2b3457fd635b58ffb6.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkdnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild X-VCS-Directories: dev-tcltk/tkdnd/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b7536c6c24679b1e7fc06e2b3457fd635b58ffb6 X-VCS-Branch: master Date: Sat, 14 Jan 2023 09:45:06 +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: ecbcec90-1f7e-4f95-a905-12d858b4f9ab X-Archives-Hash: 1d36c95925fc5ff07af6a83dfbb6e96b commit: b7536c6c24679b1e7fc06e2b3457fd635b58ffb6 Author: Alexander Miller gmx de> AuthorDate: Tue Jan 10 23:09:08 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jan 14 09:44:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7536c6c dev-tcltk/tkdnd: Fix HOMEPAGE Signed-off-by: Alexander Miller gmx.de> Closes: https://github.com/gentoo/gentoo/pull/29058 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild index efb83f079b83..d9d4041ec14d 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 MY_P=${PN}-release-test-v${PV} DESCRIPTION="Adds native drag & drop capabilities to tk toolkit" -HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/" +HOMEPAGE="https://www.ellogon.org/petasis/index.php/tcltk-projects/tkdnd" SRC_URI="https://github.com/petasis/tkdnd/archive/${MY_P}.tar.gz" LICENSE="BSD"