From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1423425-garchives=archives.gentoo.org@lists.gentoo.org>
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 D4954158094
	for <garchives@archives.gentoo.org>; Sat, 30 Jul 2022 07:46:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BCE14E0F8D;
	Sat, 30 Jul 2022 07:46:12 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 600F8E0F8D
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 07:46:12 +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 47E48340D40
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 07:46:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B684F568
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Jul 2022 07:46:08 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1659167162.eedb85cbc1af697fcc2c7db4101f3b980e1ab24a.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/pg/pg-1.2.2.ebuild dev-ruby/pg/pg-1.2.3.ebuild dev-ruby/pg/pg-1.3.5.ebuild dev-ruby/pg/pg-1.4.1.ebuild
X-VCS-Directories: dev-ruby/pg/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: eedb85cbc1af697fcc2c7db4101f3b980e1ab24a
X-VCS-Branch: master
Date: Sat, 30 Jul 2022 07:46:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5661c95d-c221-4581-9987-3e1c04d82264
X-Archives-Hash: 339aff9382f70faf6f0ea89db6b7181a

commit:     eedb85cbc1af697fcc2c7db4101f3b980e1ab24a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 07:30:42 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 07:46:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedb85cb

dev-ruby/pg: update LICENSE

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/pg/pg-1.2.2.ebuild | 4 ++--
 dev-ruby/pg/pg-1.2.3.ebuild | 4 ++--
 dev-ruby/pg/pg-1.3.5.ebuild | 2 +-
 dev-ruby/pg/pg-1.4.1.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/pg/pg-1.2.2.ebuild b/dev-ruby/pg/pg-1.2.2.ebuild
index accf547a30ff..17a4ff0eed87 100644
--- a/dev-ruby/pg/pg-1.2.2.ebuild
+++ b/dev-ruby/pg/pg-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ inherit multilib ruby-fakegem
 DESCRIPTION="Ruby extension library providing an API to PostgreSQL"
 HOMEPAGE="https://github.com/ged/ruby-pg"
 
-LICENSE="|| ( GPL-2 Ruby )"
+LICENSE="|| ( BSD-2 Ruby-BSD )"
 SLOT="1"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""

diff --git a/dev-ruby/pg/pg-1.2.3.ebuild b/dev-ruby/pg/pg-1.2.3.ebuild
index b4fc9bbcf700..608439296628 100644
--- a/dev-ruby/pg/pg-1.2.3.ebuild
+++ b/dev-ruby/pg/pg-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ inherit ruby-fakegem
 DESCRIPTION="Ruby extension library providing an API to PostgreSQL"
 HOMEPAGE="https://github.com/ged/ruby-pg"
 
-LICENSE="|| ( GPL-2 Ruby )"
+LICENSE="|| ( BSD-2 Ruby-BSD )"
 SLOT="1"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""

diff --git a/dev-ruby/pg/pg-1.3.5.ebuild b/dev-ruby/pg/pg-1.3.5.ebuild
index a041e4e6ee51..1b3c4b0ee647 100644
--- a/dev-ruby/pg/pg-1.3.5.ebuild
+++ b/dev-ruby/pg/pg-1.3.5.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ged/ruby-pg"
 SRC_URI="https://github.com/ged/ruby-pg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 RUBY_S="ruby-${P}"
 
-LICENSE="|| ( GPL-2 Ruby )"
+LICENSE="|| ( BSD-2 Ruby-BSD )"
 SLOT="1"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""

diff --git a/dev-ruby/pg/pg-1.4.1.ebuild b/dev-ruby/pg/pg-1.4.1.ebuild
index a041e4e6ee51..1b3c4b0ee647 100644
--- a/dev-ruby/pg/pg-1.4.1.ebuild
+++ b/dev-ruby/pg/pg-1.4.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ged/ruby-pg"
 SRC_URI="https://github.com/ged/ruby-pg/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 RUBY_S="ruby-${P}"
 
-LICENSE="|| ( GPL-2 Ruby )"
+LICENSE="|| ( BSD-2 Ruby-BSD )"
 SLOT="1"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""