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 5AE4D15800F for ; Sun, 15 Jan 2023 14:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AF31E07DB; Sun, 15 Jan 2023 14:57:12 +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 3EA05E07DB for ; Sun, 15 Jan 2023 14:57:12 +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 2889E340F4F for ; Sun, 15 Jan 2023 14:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EBE6738 for ; Sun, 15 Jan 2023 14:57:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673794618.6a2316d6375610c31d55802d0fa6139fc7c7e60e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/amatch/amatch-0.4.0-r1.ebuild dev-ruby/amatch/amatch-0.4.1.ebuild X-VCS-Directories: dev-ruby/amatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a2316d6375610c31d55802d0fa6139fc7c7e60e X-VCS-Branch: master Date: Sun, 15 Jan 2023 14:57:09 +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: 4a4b46eb-4c4f-4630-aea0-3cf8b5cb8ec0 X-Archives-Hash: 6a91c321e292e975e52b297f17bd02a7 commit: 6a2316d6375610c31d55802d0fa6139fc7c7e60e Author: Joe Kappus wt gd> AuthorDate: Sun Jan 15 04:32:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 15 14:56:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2316d6 dev-ruby/amatch: fix homepage URL. No more Github Pages for this. Signed-off-by: Joe Kappus wt.gd> Closes: https://github.com/gentoo/gentoo/pull/29114 Signed-off-by: Sam James gentoo.org> dev-ruby/amatch/amatch-0.4.0-r1.ebuild | 4 ++-- dev-ruby/amatch/amatch-0.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/amatch/amatch-0.4.0-r1.ebuild b/dev-ruby/amatch/amatch-0.4.0-r1.ebuild index c435a13d7944..af5cc5a1ce44 100644 --- a/dev-ruby/amatch/amatch-0.4.0-r1.ebuild +++ b/dev-ruby/amatch/amatch-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) inherit ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="https://flori.github.com/amatch/" +HOMEPAGE="https://github.com/flori/amatch" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-ruby/amatch/amatch-0.4.1.ebuild b/dev-ruby/amatch/amatch-0.4.1.ebuild index c435a13d7944..af5cc5a1ce44 100644 --- a/dev-ruby/amatch/amatch-0.4.1.ebuild +++ b/dev-ruby/amatch/amatch-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) inherit ruby-fakegem DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="https://flori.github.com/amatch/" +HOMEPAGE="https://github.com/flori/amatch" LICENSE="Apache-2.0" SLOT="0"