diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 09:30:42 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-07-30 09:46:02 +0200 |
commit | eedb85cbc1af697fcc2c7db4101f3b980e1ab24a (patch) | |
tree | 70d36b22d64336c46a5ba1f10f1d3c935f2bf5a2 /dev-ruby/pg | |
parent | dev-ruby/gruff: enable ruby31 (diff) | |
download | gentoo-eedb85cbc1af697fcc2c7db4101f3b980e1ab24a.tar.gz gentoo-eedb85cbc1af697fcc2c7db4101f3b980e1ab24a.tar.bz2 gentoo-eedb85cbc1af697fcc2c7db4101f3b980e1ab24a.zip |
dev-ruby/pg: update LICENSE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/pg/pg-1.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/pg/pg-1.3.5.ebuild | 2 | ||||
-rw-r--r-- | 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="" |