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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40EA1138359 for ; Sun, 23 Aug 2020 11:45:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D87EE082D; Sun, 23 Aug 2020 11:45:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24BFAE082F for ; Sun, 23 Aug 2020 11:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6773333BE1A for ; Sun, 23 Aug 2020 11:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCAC333E for ; Sun, 23 Aug 2020 11:45:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598183000.e2d90de3d28e58ec881c4f6b8eccbfc4443bf63b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pg/metadata.xml dev-ruby/pg/pg-0.21.0.ebuild dev-ruby/pg/pg-1.2.2.ebuild X-VCS-Directories: dev-ruby/pg/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e2d90de3d28e58ec881c4f6b8eccbfc4443bf63b X-VCS-Branch: master Date: Sun, 23 Aug 2020 11:45:04 +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: 4c30321f-7c28-47e7-bcf2-df3180d1b9f0 X-Archives-Hash: f5abff98b75a4360bf2519c1b45d8a15 commit: e2d90de3d28e58ec881c4f6b8eccbfc4443bf63b Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 03:37:11 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 11:43:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d90de3 dev-ruby/pg: update HOMEPAGE Replace non-functioning BitBucket URL Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: David Seifert gentoo.org> dev-ruby/pg/metadata.xml | 2 +- dev-ruby/pg/pg-0.21.0.ebuild | 4 ++-- dev-ruby/pg/pg-1.2.2.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/pg/metadata.xml b/dev-ruby/pg/metadata.xml index d5e99f21621..6e2ba40ec85 100644 --- a/dev-ruby/pg/metadata.xml +++ b/dev-ruby/pg/metadata.xml @@ -6,6 +6,6 @@ Gentoo Ruby Project - ged/ruby-pg + ged/ruby-pg diff --git a/dev-ruby/pg/pg-0.21.0.ebuild b/dev-ruby/pg/pg-0.21.0.ebuild index c16d6e8292b..85f79ed57e9 100644 --- a/dev-ruby/pg/pg-0.21.0.ebuild +++ b/dev-ruby/pg/pg-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Ruby extension library providing an API to PostgreSQL" -HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" +HOMEPAGE="https://github.com/ged/ruby-pg" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" diff --git a/dev-ruby/pg/pg-1.2.2.ebuild b/dev-ruby/pg/pg-1.2.2.ebuild index 5d247396a6e..a2573c401e7 100644 --- a/dev-ruby/pg/pg-1.2.2.ebuild +++ b/dev-ruby/pg/pg-1.2.2.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc" inherit multilib ruby-fakegem DESCRIPTION="Ruby extension library providing an API to PostgreSQL" -HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" +HOMEPAGE="https://github.com/ged/ruby-pg" LICENSE="|| ( GPL-2 Ruby )" SLOT="1"