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 9354C158094 for ; Sat, 30 Jul 2022 08:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9DF0E0FEF; Sat, 30 Jul 2022 08:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A6C30E0FEF for ; Sat, 30 Jul 2022 08:22:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D135C340EC1 for ; Sat, 30 Jul 2022 08:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6843955B for ; Sat, 30 Jul 2022 08:22:22 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1659169335.e72dab23a94e362095ba241232d46075d44eddf6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-odbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild X-VCS-Directories: dev-ruby/ruby-odbc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e72dab23a94e362095ba241232d46075d44eddf6 X-VCS-Branch: master Date: Sat, 30 Jul 2022 08:22:22 +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: 78a647d9-4d05-45c4-b674-f1964f012182 X-Archives-Hash: 3aa8c02424759f0c0b07d9875a0b3277 commit: e72dab23a94e362095ba241232d46075d44eddf6 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 30 07:56:42 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 30 08:22:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72dab23 dev-ruby/ruby-odbc: update LICENSE Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild | 4 ++-- dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild | 2 +- dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild b/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild index 53bada59107e..777549b8a5ad 100644 --- a/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild +++ b/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ DESCRIPTION="RubyODBC - For accessing ODBC data sources from the Ruby language" HOMEPAGE="http://www.ch-werner.de/rubyodbc/" SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" -LICENSE="|| ( GPL-2 Ruby )" +LICENSE="|| ( GPL-2 Ruby-BSD )" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild b/dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild index 6c5bf2cef9db..c6b9d6c94200 100644 --- a/dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild +++ b/dev-ruby/ruby-odbc/ruby-odbc-0.999991-r1.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="RubyODBC - For accessing ODBC data sources from the Ruby language" HOMEPAGE="http://www.ch-werner.de/rubyodbc/" SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" -LICENSE="|| ( GPL-2 Ruby )" +LICENSE="|| ( GPL-2 Ruby-BSD )" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild b/dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild index 0d56029f1021..8ea2fa30749b 100644 --- a/dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild +++ b/dev-ruby/ruby-odbc/ruby-odbc-0.999991.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ DESCRIPTION="RubyODBC - For accessing ODBC data sources from the Ruby language" HOMEPAGE="http://www.ch-werner.de/rubyodbc/" SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" -LICENSE="|| ( GPL-2 Ruby )" +LICENSE="|| ( GPL-2 Ruby-BSD )" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE=""