[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/, dev-ruby/tzinfo/files/

2024-01-06 Thread Hans de Graaff
commit: 898f132966984a80f18a505598181052156f6d57
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  6 07:59:21 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan  6 08:02:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898f1329

dev-ruby/tzinfo: enable ruby33

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

 dev-ruby/tzinfo/files/tzinfo-2.0.6-ruby33.patch | 35 +
 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild |  6 +++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/files/tzinfo-2.0.6-ruby33.patch 
b/dev-ruby/tzinfo/files/tzinfo-2.0.6-ruby33.patch
new file mode 100644
index ..91a9843aab22
--- /dev/null
+++ b/dev-ruby/tzinfo/files/tzinfo-2.0.6-ruby33.patch
@@ -0,0 +1,35 @@
+From 9e04c58ce10920538dc55ba6e547aa15cff39a84 Mon Sep 17 00:00:00 2001
+From: Phil Ross 
+Date: Sat, 16 Dec 2023 19:14:20 +
+Subject: [PATCH] Fix loading the gemspec file from rake with Ruby 3.3.
+
+Calculating the current directory name from within the gemspec would
+fail.
+
+`__FILE__` was '(eval)' with Ruby < 3.3. `File.dirname(__FILE__)` is
+'.'.
+
+`__FILE__` is '(eval at /path/Rakefile:linenumber)' with Ruby >= 3.3.
+`File.dirname(__FILE__)` is '(eval at /path'.
+---
+ Rakefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Rakefile b/Rakefile
+index 8a34fa33..69bee7b5 100644
+--- a/Rakefile
 b/Rakefile
+@@ -11,11 +11,11 @@ rescue LoadError, RuntimeError
+ end
+ 
+ BASE_DIR = File.expand_path(File.dirname(__FILE__))
++GEMSPEC_PATH = File.join(BASE_DIR, 'tzinfo.gemspec')
++spec = TOPLEVEL_BINDING.eval(File.read(GEMSPEC_PATH), GEMSPEC_PATH)
+ 
+ task default: [:test]
+ 
+-spec = eval(File.read('tzinfo.gemspec'))
+-
+ class TZInfoPackageTask < Gem::PackageTask
+   alias_method :orig_sh, :sh
+   private :orig_sh

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 9c78b15dae64..aebdb3e76137 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 
@@ -25,6 +25,8 @@ IUSE=""
 RDEPEND="sys-libs/timezone-data"
 DEPEND="test? ( sys-libs/timezone-data )"
 
+PATCHES=( "${FILESDIR}/${P}-ruby33.patch" )
+
 ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
 ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-23 Thread Sam James
commit: c4f803b86c9c5e1fcd53fa7672a4bfb8cc0881a5
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 22:19:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 22:19:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f803b8

dev-ruby/tzinfo: Stabilize 2.0.6 sparc, #904903

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 1de910e52724..cbc7817e2e10 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-23 Thread Sam James
commit: f604c368ea8aecf62ca7d5d09fe24302261db486
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:38:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:38:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f604c368

dev-ruby/tzinfo: Stabilize 2.0.6 ppc64, #904903

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index cd18ab3a7ee1..1de910e52724 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-23 Thread Sam James
commit: 5838573dd56df7f3909aaa4e6a77207fe76647fa
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:31:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:31:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5838573d

dev-ruby/tzinfo: Stabilize 2.0.6 arm64, #904903

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 810bcda52380..cd18ab3a7ee1 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-23 Thread Sam James
commit: b9e1eac42fea43d154ec998a830cb6400c407eea
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:30:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:30:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e1eac4

dev-ruby/tzinfo: Stabilize 2.0.6 arm, #904903

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 86e3b0ef371b..810bcda52380 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-05 Thread Sam James
commit: d4c96821709f596621a11b09d46c216c5b60f192
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 05:06:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 23:42:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c96821

dev-ruby/tzinfo: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
index 57ef649c13d1..2d83e4c7182e 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-04-01 Thread Sam James
commit: 7af7d492cc4baa64e5c7dbefa6dad5b88aab5837
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 00:55:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 01:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af7d492

dev-ruby/tzinfo: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 36d94a853920..86e3b0ef371b 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Sam James
commit: 379b57659daef51850d878a4d05c5e1a496462f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 19:23:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 19:23:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379b5765

dev-ruby/tzinfo: Stabilize 1.2.11 x86, #903393

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
index ef2491f33773..a32f0c6ce964 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Sam James
commit: 9761f7b03302a6f97cd75d67f76cc4ac126a8f0f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 19:24:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 19:24:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9761f7b0

dev-ruby/tzinfo: Stabilize 2.0.6 amd64, #903409

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 134189be8467..36d94a853920 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Sam James
commit: 2f3e9f7fb5c804019fe2828d99e36e72c9fb57c5
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 19:23:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 19:23:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3e9f7f

dev-ruby/tzinfo: Stabilize 1.2.11 amd64, #903393

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
index a32f0c6ce964..57ef649c13d1 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Sam James
commit: 6fd87bba5f605f359189960a57dc4bbf73b28081
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 19:15:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 19:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd87bba

dev-ruby/tzinfo: Stabilize 2.0.6 x86, #903409

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index c83fe950c2a9..134189be8467 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Sam James
commit: 7769c610ee37e2954ded83c3d7dbe63663f9cc1b
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 19:14:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 19:15:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7769c610

dev-ruby/tzinfo: Stabilize 1.2.11 ppc, #903393

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
index e1825e3ec024..ef2491f33773 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-03-28 Thread Arthur Zamarin
commit: 69804d5ac24dcdfed73b2e5d83d4a6614b2018ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Mar 28 19:05:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar 28 19:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69804d5a

dev-ruby/tzinfo: Stabilize 2.0.6 ppc, #903409

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
index 18d779bdbc52..c83fe950c2a9 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-01-29 Thread Hans de Graaff
commit: dfa0fede51c1583d81f33a75195715c1eadcd051
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 30 07:29:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 30 07:29:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa0fede

dev-ruby/tzinfo: add github, rubygems upstream metadata

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

 dev-ruby/tzinfo/metadata.xml | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/tzinfo/metadata.xml b/dev-ruby/tzinfo/metadata.xml
index daac6fdb7252..46ec7bdfdb80 100644
--- a/dev-ruby/tzinfo/metadata.xml
+++ b/dev-ruby/tzinfo/metadata.xml
@@ -1,8 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+tzinfo/tzinfo
+tzinfo
+  
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-01-29 Thread Hans de Graaff
commit: 71c9030b7f059348ec5dba4c652a2548a217384c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 30 07:27:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 30 07:29:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c9030b

dev-ruby/tzinfo: add 2.0.6

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

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.6.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 82d64d316977..0525dcf4ad81 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -2,3 +2,4 @@ DIST tzinfo-1.2.10.gem 167936 BLAKE2B 
558721a357bf6875b02850dca2f0b6eabcafdacb48
 DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f
 DIST tzinfo-2.0.5.tar.gz 226225 BLAKE2B 
44e6d65dadc4828e4b8803c0badf381e18afe7412e090c4d91147b144f300a8c0e3189bc8e8325625678a57ea6a1179a1ed277f5fb54230ce77c46ba6b0100c7
 SHA512 
a3c59b1f390b186356b9219b0fb18bb762d2123936553738e1068ba46bf0206c5a0394b1d46b5c7b891aa55b8afa839858837511f53e3ef0eb0e85fe3f23b57a
+DIST tzinfo-2.0.6.tar.gz 226143 BLAKE2B 
8a7918c0edc1e70f3b805dfcdc351d9ec78f42a66973ec7cb0a8bfad31d9ccdadefe93b941aca5c15510ff857bd8282046e8d20d02f308934e087de541c26383
 SHA512 
88af68b13becc4b6b85b4653df95e19e24d8804ac2b2393ef03cfe551b5eaee827a5aecd2156a56572d554dd5239ae828a65e5c49854671aa1989f5c31ba320d

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
new file mode 100644
index ..18d779bdbc52
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2023-01-29 Thread Hans de Graaff
commit: 31dd3525f4cc11ec2a5a1e0e690779a8233548f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 30 07:28:00 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 30 07:29:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dd3525

dev-ruby/tzinfo: add 1.2.11

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

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-1.2.11.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 0525dcf4ad81..200ebd0ff751 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,5 @@
 DIST tzinfo-1.2.10.gem 167936 BLAKE2B 
558721a357bf6875b02850dca2f0b6eabcafdacb48b900df3f4dbd72b950832f847bb89264c107b7d7c11a8179ef13125d8b9d2b65855f80ac4c37ca7356231b
 SHA512 
124d43d92bdf9b234523ff79bb574d4be098cc721768eb1fd8ac85bff11ccfdf21effb1e4300e80c50b0202beed67a9a0d1146a23e33a4bced6e985fc6be78a2
+DIST tzinfo-1.2.11.gem 166912 BLAKE2B 
3fcd2917848a400ca8938914219ce3263638ab605df82a62bf42fc021e7930df9cc399e94668d03df529bff1396f0261fa6c5624c4084660ed12e7a756aea182
 SHA512 
21a00c464013c3122c8d647a59f7c6b6c6af6b303d3ee24226067482bcd27fd5f02a4cf51fa0b8d70d3e08831c084f54d5ffb8f6784cd1112d62dd0dff6e8aeb
 DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f
 DIST tzinfo-2.0.5.tar.gz 226225 BLAKE2B 
44e6d65dadc4828e4b8803c0badf381e18afe7412e090c4d91147b144f300a8c0e3189bc8e8325625678a57ea6a1179a1ed277f5fb54230ce77c46ba6b0100c7
 SHA512 
a3c59b1f390b186356b9219b0fb18bb762d2123936553738e1068ba46bf0206c5a0394b1d46b5c7b891aa55b8afa839858837511f53e3ef0eb0e85fe3f23b57a

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
new file mode 100644
index ..e1825e3ec024
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.11.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-07-23 Thread Hans de Graaff
commit: 5cef5339286f75b5207567cd8df02a36dfaccd5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 23 07:14:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 23 07:18:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cef5339

dev-ruby/tzinfo: add 1.2.10

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

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-1.2.10.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index d926e6ccff34..82d64d316977 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
+DIST tzinfo-1.2.10.gem 167936 BLAKE2B 
558721a357bf6875b02850dca2f0b6eabcafdacb48b900df3f4dbd72b950832f847bb89264c107b7d7c11a8179ef13125d8b9d2b65855f80ac4c37ca7356231b
 SHA512 
124d43d92bdf9b234523ff79bb574d4be098cc721768eb1fd8ac85bff11ccfdf21effb1e4300e80c50b0202beed67a9a0d1146a23e33a4bced6e985fc6be78a2
 DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f
 DIST tzinfo-2.0.5.tar.gz 226225 BLAKE2B 
44e6d65dadc4828e4b8803c0badf381e18afe7412e090c4d91147b144f300a8c0e3189bc8e8325625678a57ea6a1179a1ed277f5fb54230ce77c46ba6b0100c7
 SHA512 
a3c59b1f390b186356b9219b0fb18bb762d2123936553738e1068ba46bf0206c5a0394b1d46b5c7b891aa55b8afa839858837511f53e3ef0eb0e85fe3f23b57a

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.10.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.10.ebuild
new file mode 100644
index ..ca8f2acc20ff
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-07-19 Thread Hans de Graaff
commit: 1f5ec2cc764c019326d2ab4c613f70aac1de5d49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 20 05:41:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 20 05:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5ec2cc

dev-ruby/tzinfo: add 2.0.5

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

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.5.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 26c73b24c489..d926e6ccff34 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f
+DIST tzinfo-2.0.5.tar.gz 226225 BLAKE2B 
44e6d65dadc4828e4b8803c0badf381e18afe7412e090c4d91147b144f300a8c0e3189bc8e8325625678a57ea6a1179a1ed277f5fb54230ce77c46ba6b0100c7
 SHA512 
a3c59b1f390b186356b9219b0fb18bb762d2123936553738e1068ba46bf0206c5a0394b1d46b5c7b891aa55b8afa839858837511f53e3ef0eb0e85fe3f23b57a

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild
new file mode 100644
index ..9bc2bd4cef2c
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-04-24 Thread Hans de Graaff
commit: 7d89f38a329cccb34d74ba11f2b72b30223703b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 24 06:44:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 24 07:06:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d89f38a

dev-ruby/tzinfo: drop 1.2.8

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

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index ff28352bbba6..26c73b24c489 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
-DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
 DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
deleted file mode 100644
index 01b52ee296e8..
--- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
-   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-04-19 Thread Arthur Zamarin
commit: dd860a8960028f441fb1ae879c2fb54e1921990a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 11:39:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 11:39:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd860a89

dev-ruby/tzinfo: Stabilize 1.2.9 ppc, #839069

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index dd9bef59b21c..740c0956497c 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-04-19 Thread Agostino Sarubbo
commit: d69c2a4675f8eeae22ad62ce3d8d2242e3e7b515
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 19 06:43:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 19 06:43:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c2a46

dev-ruby/tzinfo: x86 stable wrt bug #839069

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index c91a21586c76..dd9bef59b21c 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-04-19 Thread Jakov Smolić
commit: 89be82e8d31738508a5d6c4812e14cc7169ee6c9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89be82e8

dev-ruby/tzinfo: Stabilize 1.2.9 amd64, #839069

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index 097e9add9d51..c91a21586c76 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.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
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2022-04-18 Thread Hans de Graaff
commit: 40a20e231304e3fa2b4c774b645845063d1e3ed0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 18 06:54:27 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 18 06:55:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a20e23

dev-ruby/tzinfo: enable ruby31 and disable ruby25

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

 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index 75a202a26d5f..199edd766974 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-09-07 Thread Marek Szuba
commit: 15da0383b55235d40d7ef60777b062dbf58449ff
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 15:26:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 15:34:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15da0383

dev-ruby/tzinfo: keyword 1.2.9 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index f11f1dc9415..097e9add9d5 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-09-07 Thread Marek Szuba
commit: 84f6d0e7a21e1a985b7d9212885cfa4f1d2c37de
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 14:31:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 15:34:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f6d0e7

dev-ruby/tzinfo: keyword 2.0.4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index 6da9db3926a..75a202a26d5 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-31 Thread Hans de Graaff
commit: 3998d622d80f2ad4f6a41b44b54b80e255e1ebde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 31 06:50:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 31 08:55:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3998d622

dev-ruby/tzinfo: add 1.2.9

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.9.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 93ecafc5f4b..ff28352bbba 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
+DIST tzinfo-1.2.9.gem 166912 BLAKE2B 
6d54a5118fbdb3556d0cdc9079462cf26afa9deddd1dc21ef670240e2aa47a66d0b4fc9c9c7ed74bd14bde96dc95f6b716aef5d32ca521221618a76c8c05cda1
 SHA512 
ddf28ad213f681a4e551cbd803873b279acef03fae894a3e6475030d4da5a59732b31af5d5944e8c62d15b7ec922816fede24f180fb20c55c1bd3d379c879cfe
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
new file mode 100644
index 000..f11f1dc9415
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-31 Thread Hans de Graaff
commit: d3dcea2a43d185102445d60731bce4c0f9c55ff7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 31 06:49:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 31 08:55:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3dcea2a

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 5d89dc8877c..93ecafc5f4b 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
-DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
deleted file mode 100644
index 69092df7377..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
-   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-30 Thread Agostino Sarubbo
commit: cdc549d34990058a6316101c5ed809c9b9cf8c3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 30 15:13:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 30 15:13:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc549d3

dev-ruby/tzinfo: ppc stable wrt bug #802714

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 2 +-
 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
index d6ad4d055d5..01b52ee296e 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index 59b0a6ac89b..6da9db3926a 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-19 Thread Agostino Sarubbo
commit: e05a963c1065fbc13baa8c823fc05f057b61a2a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 19 06:27:19 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 19 06:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05a963c

dev-ruby/tzinfo: x86 stable wrt bug #802714

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 2 +-
 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
index f78c55594ea..d6ad4d055d5 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index c9deecd859b..59b0a6ac89b 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-19 Thread Agostino Sarubbo
commit: eba09c94e00586f94387525fb5a0b9ad78fe2159
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 19 06:25:05 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 19 06:25:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba09c94

dev-ruby/tzinfo: amd64 stable wrt bug #802714

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 2 +-
 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
index a45b6afdaa7..f78c55594ea 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index 0647fdee7b7..c9deecd859b 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-07-03 Thread Hans de Graaff
commit: bbeef52d4e263ce87a8c6a7071ad80e7d05db070
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  3 06:16:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  3 06:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbeef52d

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.7.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 3d2ee28b11c..5d89dc8877c 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
-DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
 DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
deleted file mode 100644
index fa4dfc2dd0a..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
-   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-03-27 Thread Hans de Graaff
commit: a75c04ac23730e849f09a19e8c4abeeeaed261f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 26 11:39:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 27 06:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75c04ac

dev-ruby/tzinfo: add ruby30

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
index 755cd034b19..0647fdee7b7 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-03-27 Thread Hans de Graaff
commit: 8d4e81392263746a5a4d31d920f73d6cc5824369
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 26 11:36:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 27 06:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4e8139

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  2 --
 dev-ruby/tzinfo/tzinfo-2.0.2.ebuild | 48 -
 dev-ruby/tzinfo/tzinfo-2.0.3.ebuild | 48 -
 3 files changed, 98 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 4df4e24813b..3d2ee28b11c 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,6 +1,4 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
 DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
-DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d
-DIST tzinfo-2.0.3.tar.gz 223942 BLAKE2B 
975c2278ba86c7aaf11cb870b12fa41a9fb3eb8b8b87628bcb0b09f54d7f2490b2d9864dd411f646f20c3760ed0949a8ee4266c28a6b0607927e9807743a9f13
 SHA512 
c9e94af668217226533d2810b647cc7a0d0a553177ab9c4102e5676fa21d4384e833c887f5cb3f9c00cf738763dcd39b25d991483641426c407237938e076adf
 DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
deleted file mode 100644
index a4afd6bd1f7..000
--- a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Skip safe tests since we cannot guarantee the correct permissions
-   # on directories for it to pass.
-   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
-
-   # Loosen test dependencies
-   sed -e '/rake/ s/12.2.1/12.2/' \
-   -e '/simplecov/d' \
-   -i Gemfile || die
-   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
deleted file mode 100644
index 755cd034b19..000
--- a/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2021-01-06 Thread Fabian Groffen
commit: cf9526432efb8b31312e0fd562821342b47554cf
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:28:49 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:32:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf952643

dev-ruby/tzinfo: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-1.2.7.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-2.0.2.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-2.0.3.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 9d6cfc232fb..69092df7377 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
index 61bd4fe80ef..fa4dfc2dd0a 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
index 516750d2459..a45b6afdaa7 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
index a0ab789f483..a4afd6bd1f7 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
index f95e0c59ce2..755cd034b19 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-12-16 Thread Hans de Graaff
commit: 01b69d6d2c8237615e70c99a8cfd03327e577650
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 17 06:16:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 17 06:16:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b69d6d

dev-ruby/tzinfo: add 2.0.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 7cdb5be2160..4df4e24813b 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -3,3 +3,4 @@ DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269
 DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
 DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d
 DIST tzinfo-2.0.3.tar.gz 223942 BLAKE2B 
975c2278ba86c7aaf11cb870b12fa41a9fb3eb8b8b87628bcb0b09f54d7f2490b2d9864dd411f646f20c3760ed0949a8ee4266c28a6b0607927e9807743a9f13
 SHA512 
c9e94af668217226533d2810b647cc7a0d0a553177ab9c4102e5676fa21d4384e833c887f5cb3f9c00cf738763dcd39b25d991483641426c407237938e076adf
+DIST tzinfo-2.0.4.tar.gz 224673 BLAKE2B 
0c7ef231767b6fc00cf95b3e1c2037894b14dfe832eaedb3f4b7c60a884ab6f7121243af5b62acf47d02da28395e7390f968421a3a3a2d731deb079e9fc51bfa
 SHA512 
5b2ec73f737009ba21dac7dbb9504235fdef14dc45a6450e1218ba9e53dd29735ab4fa6c2854271916cc5c0244e09ae7ab19467408b72b9b82ca238e14d3fa4f

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
new file mode 100644
index 000..f95e0c59ce2
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-11-09 Thread Hans de Graaff
commit: 7bfa23a4dea114a09ce72e034ec59c49cf28b2fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 10 06:09:43 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 10 06:09:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfa23a4

dev-ruby/tzinfo: add 1.2.8

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 48522f982ff..7cdb5be2160 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,5 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
+DIST tzinfo-1.2.8.gem 166400 BLAKE2B 
67f116171a6cfd2680c5eeac3cf7a034b446e973f2658052a70fff8d0571bfae03ee212b26d277c6b5050943f6117b5d8ce7c2ce5c5ab6891a1b8e9212bf7ded
 SHA512 
5573b252d91a77b1e1ace2d2ccf48f7dd9bfb79b8b0b15ba2e8757e5fdcb9cbc044abdcf82beacffa284fc57ded2b579feccc393331f0f5a680e5f5c6275b62a
 DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d
 DIST tzinfo-2.0.3.tar.gz 223942 BLAKE2B 
975c2278ba86c7aaf11cb870b12fa41a9fb3eb8b8b87628bcb0b09f54d7f2490b2d9864dd411f646f20c3760ed0949a8ee4266c28a6b0607927e9807743a9f13
 SHA512 
c9e94af668217226533d2810b647cc7a0d0a553177ab9c4102e5676fa21d4384e833c887f5cb3f9c00cf738763dcd39b25d991483641426c407237938e076adf

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
new file mode 100644
index 000..516750d2459
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-11-09 Thread Hans de Graaff
commit: ce3521ecc88e2cf46ce36fe57d1abe522312dce4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 10 06:08:37 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 10 06:08:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3521ec

dev-ruby/tzinfo: add 2.0.3

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.3.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index ca7c5fe3a34..48522f982ff 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
 DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d
+DIST tzinfo-2.0.3.tar.gz 223942 BLAKE2B 
975c2278ba86c7aaf11cb870b12fa41a9fb3eb8b8b87628bcb0b09f54d7f2490b2d9864dd411f646f20c3760ed0949a8ee4266c28a6b0607927e9807743a9f13
 SHA512 
c9e94af668217226533d2810b647cc7a0d0a553177ab9c4102e5676fa21d4384e833c887f5cb3f9c00cf738763dcd39b25d991483641426c407237938e076adf

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
new file mode 100644
index 000..f95e0c59ce2
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-07-22 Thread Hans de Graaff
commit: c99a6d27940af8e3e37788957cd1372800f8495a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 22 13:44:00 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 22 13:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99a6d27

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  2 --
 dev-ruby/tzinfo/tzinfo-2.0.0.ebuild | 47 
 dev-ruby/tzinfo/tzinfo-2.0.1.ebuild | 48 -
 3 files changed, 97 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index f485b737da5..ca7c5fe3a34 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,5 +1,3 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
-DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
-DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6
 DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild
deleted file mode 100644
index 31185f49787..000
--- a/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Skip safe tests since we cannot guarantee the correct permissions
-   # on directories for it to pass.
-   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
-
-   # Loosen test dependencies
-   sed -e '/rake/ s/12.2.1/12.2/' \
-   -e '/simplecov/d' \
-   -i Gemfile || die
-   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
deleted file mode 100644
index a0ab789f483..000
--- a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-05-03 Thread Hans de Graaff
commit: 718cf26d25f3cecb773283dc500f74eac31f31c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  3 17:34:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  3 17:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718cf26d

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.6.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index f7ade994b21..f485b737da5 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,5 +1,4 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
-DIST tzinfo-1.2.6.gem 156160 BLAKE2B 
5e1459dc1a22e22e585f29f2ee71e5306017a04a75233f7cfdf0e54a3086b69e6d216c73f81b358e2b8aaa6898d3826f25c860f88439ed9181811254e7823943
 SHA512 
2ab5bdcb0c2d3b0dac801533235add47a9aea3f5c550874b5b66498c4ea065a2af826cd02334ce0841ebab4a543f9259433a712f64b2b7d858751854b8003b2b
 DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
 DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
deleted file mode 100644
index 52b329ffe5c..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
-   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-05-03 Thread Sergei Trofimovich
commit: 2728c830aaa97b7a3c186ebd53762364182578de
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May  3 14:56:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 16:25:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2728c830

dev-ruby/tzinfo: keyworded 1.2.7 for sparc, bug #720380

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
index e9f6fb1018a..61bd4fe80ef 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-05-02 Thread Hans de Graaff
commit: 37406152b94e01ab4d9411f5b7f25e73f42fedda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  2 07:37:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  2 07:42:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37406152

dev-ruby/tzinfo: add 1.2.7

Fix dependencies compared to 1.2.6. thread_safe is still required for
this version. This drops the ~sparc keyword.

Closes: https://bugs.gentoo.org/720290
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.7.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 0e250cf783a..f7ade994b21 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,5 +1,6 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-1.2.6.gem 156160 BLAKE2B 
5e1459dc1a22e22e585f29f2ee71e5306017a04a75233f7cfdf0e54a3086b69e6d216c73f81b358e2b8aaa6898d3826f25c860f88439ed9181811254e7823943
 SHA512 
2ab5bdcb0c2d3b0dac801533235add47a9aea3f5c550874b5b66498c4ea065a2af826cd02334ce0841ebab4a543f9259433a712f64b2b7d858751854b8003b2b
+DIST tzinfo-1.2.7.gem 156672 BLAKE2B 
c1b52d2ac03fa9d11b68579931991887f566e3cb269bb5eb8b66c3a636decedc99b1729504c6941b260af9415815f5098fb3bba29ac7585da1497eb0fa7efba7
 SHA512 
dc8d45b09e4f77e5b6f17c9f707932554fc8be8029a9641d82cb8229d764c35522b2d20cc34d50a52835d148135e39a0dc91a7c2bac3eb5077057ac06d67f3bd
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
 DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6
 DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
new file mode 100644
index 000..e9f6fb1018a
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-04-19 Thread Sergei Trofimovich
commit: c513de79f1386248f929fb6eb5b5aaa244fb2b93
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 19 22:34:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 19 23:55:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c513de79

dev-ruby/tzinfo: keyworded 2.0.1 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
index 3e62e9f0317..a0ab789f483 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-04-19 Thread Sergei Trofimovich
commit: 7b8ce214079ee8f6d4983253b15fcba87ebbe650
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 19 22:35:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 19 23:55:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8ce214

dev-ruby/tzinfo: keyworded 2.0.2 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
index 3e62e9f0317..a0ab789f483 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-04-19 Thread Sergei Trofimovich
commit: 234ea0e35b783397ca43c005ae8745a2e6c37a94
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 19 22:34:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 19 23:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234ea0e3

dev-ruby/tzinfo: keyworded 1.2.6 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
index f12dcfb45cf..52b329ffe5c 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-04-02 Thread Hans de Graaff
commit: 14c1f54657a25b8b55f2c2d2e09f994edb9669aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  3 04:26:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  3 04:28:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c1f546

dev-ruby/tzinfo: add 2.0.2

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.2.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 4b28967a91b..0e250cf783a 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -2,3 +2,4 @@ DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb
 DIST tzinfo-1.2.6.gem 156160 BLAKE2B 
5e1459dc1a22e22e585f29f2ee71e5306017a04a75233f7cfdf0e54a3086b69e6d216c73f81b358e2b8aaa6898d3826f25c860f88439ed9181811254e7823943
 SHA512 
2ab5bdcb0c2d3b0dac801533235add47a9aea3f5c550874b5b66498c4ea065a2af826cd02334ce0841ebab4a543f9259433a712f64b2b7d858751854b8003b2b
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
 DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6
+DIST tzinfo-2.0.2.tar.gz 213501 BLAKE2B 
7886ba84257b85104073445d0948fd5f58985fa0f5f85c1ec15978c6f497fffb9bd997a0bae1313d697115c487c069dda1b7e5dd4ec2c7580951d0a8ddf8d623
 SHA512 
a0c71dd9299e84bd71a91858ba8c12a0ba00c625219da1172d5cd1dfd35318ce8a83e59f45489c2ed5161761e1c39834ba63dbfa189acb100ba37ceae842668d

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
new file mode 100644
index 000..3e62e9f0317
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-01-28 Thread Hans de Graaff
commit: 43434c4fbe34dee2d1bc02f0a455d50dd2e71b60
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 28 06:12:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 29 07:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43434c4f

dev-ruby/tzinfo: add 1.2.6

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.6.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 5a5ab31af9a..4b28967a91b 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
+DIST tzinfo-1.2.6.gem 156160 BLAKE2B 
5e1459dc1a22e22e585f29f2ee71e5306017a04a75233f7cfdf0e54a3086b69e6d216c73f81b358e2b8aaa6898d3826f25c860f88439ed9181811254e7823943
 SHA512 
2ab5bdcb0c2d3b0dac801533235add47a9aea3f5c550874b5b66498c4ea065a2af826cd02334ce0841ebab4a543f9259433a712f64b2b7d858751854b8003b2b
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
 DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
new file mode 100644
index 000..de073682bc9
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2020-01-23 Thread Hans de Graaff
commit: 9bf05e942ea7183c1f65af6bf4bfbcf5d6651814
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 24 06:42:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 24 07:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf05e94

dev-ruby/tzinfo: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/tzinfo-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
index d5315593e70..822369bac29 100644
--- a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-12-24 Thread Hans de Graaff
commit: e33340c687783244c13f4fc53929732f97117c65
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 25 06:50:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 25 06:50:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33340c6

dev-ruby/tzinfo: add 2.0.1

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.1.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 07eac54de83..5a5ab31af9a 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679
+DIST tzinfo-2.0.1.tar.gz 212477 BLAKE2B 
95a7ed460054d258485e24e63140853218ba00a7e3afc0c0ee2be5c91ee66588aec663a17d50dab7237b0091d0f423a845c474b18873a2a8153db2745f8fc1a7
 SHA512 
9cfd0a076aba5e7ae2f519374a6154a62e3ec71eaeb2d5a31bb07e3e26b44c4e01fce8cb385e0da9c565e0e408a0a7f204ac666baa7a9d6f3a592f2218ef99b6

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
new file mode 100644
index 000..d5315593e70
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="tzinfo.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-10-13 Thread Hans de Graaff
commit: 01ddd17cf2fc39e63afb608c6e6838bcb52794d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 13 09:14:36 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 13 09:14:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ddd17c

dev-ruby/tzinfo: skip "safe" tests

We cannot guarantee that these tests will pass since they
depend on the permissions of the directory hierarchy.

Fixes: https://bugs.gentoo.org/693828
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 1b36cf383f9..37433640300 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -29,4 +29,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
 all_ruby_prepare() {
# Set the secure permissions that tests expect.
chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Avoid taint tests that throw SecurityErrors on newer ruby versions.
+   sed -i -e '/_info_tainted/askip"SecurityError"' 
test/tc_ruby_data_source.rb || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-05-06 Thread Hans de Graaff
commit: 8d3494998bab40817e2b41271e6033ef2fb335ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 17:59:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 17:59:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d349499

dev-ruby/tzinfo: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 4e2b4e36bf4..07eac54de83 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
-DIST tzinfo-1.2.4.gem 152576 BLAKE2B 
c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa
 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
 DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
deleted file mode 100644
index c3dee166a1b..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-05-06 Thread Sergei Trofimovich
commit: 29fbbebfc736a662f263c7fbccd519f5a3805c7a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  6 16:37:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May  6 17:13:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fbbebf

dev-ruby/tzinfo: stable 1.2.5 for hppa, bug #684548

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 3380b8eae35..1b36cf383f9 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-04-29 Thread Sergei Trofimovich
commit: 8c617ae27016395accce0ab4731e47f9030d57e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 29 08:27:57 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 29 08:49:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c617ae2

dev-ruby/tzinfo: stable 1.2.5 for ppc, bug #684548

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 125f73479f6..3380b8eae35 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-04-28 Thread Hans de Graaff
commit: 8d606c19f2548a84d750d95aac92412b87975d22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 29 05:32:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 29 05:32:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d606c19

dev-ruby/tzinfo: amd64 stable, bug 684548

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 54fa5d8deb3..125f73479f6 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-04-28 Thread Thomas Deutschmann
commit: 3eba528a0abf77e3471ff5a0da4acd512b0f7c3f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 28 20:27:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 28 20:34:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eba528a

dev-ruby/tzinfo: x86 stable (bug #684548)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index e8bcd1790f8..54fa5d8deb3 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-02-18 Thread Hans de Graaff
commit: 6160bfdc15c2cc199eadc154fab290d6e91f36ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 19 06:14:12 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 19 06:14:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6160bfdc

dev-ruby/tzinfo: add 2.0.0

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-2.0.0.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 334faeae4b1..4e2b4e36bf4 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-1.2.4.gem 152576 BLAKE2B 
c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa
 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45
+DIST tzinfo-2.0.0.tar.gz 210379 BLAKE2B 
e3b8b7763dbe26ce58b1a1672d11c412f362910d695c321e51a9c28f1e742db34aa7c066827d7a4634e4a1f7824205007b66191cbeba7776dbc6cac1c9f144ca
 SHA512 
cdc3393af8402dbde491f4547a1b169d90bcf7228c89b64f104538223fcb8f5cf8f7861ae1e11a723b213de7ab09fe31fc04ed9f275f80fe2929f0279d830679

diff --git a/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild 
b/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild
new file mode 100644
index 000..bc31b7ea159
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-2.0.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Skip safe tests since we cannot guarantee the correct permissions
+   # on directories for it to pass.
+   sed -e '/safe_test/askip "does not pass in gentoo test environment"' -i 
test/test_utils.rb || die
+
+   # Loosen test dependencies
+   sed -e '/rake/ s/12.2.1/12.2/' \
+   -e '/simplecov/d' \
+   -i Gemfile || die
+   sed -e '/TEST_COVERAGE/d' -i Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2019-01-09 Thread Hans de Graaff
commit: e5a947c777c3cb013d7bc3eafcff142b4bf75294
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  8 07:54:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  9 08:06:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a947c7

dev-ruby/tzinfo: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index d0d98be9110..e8bcd1790f8 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-07-08 Thread Sergei Trofimovich
commit: 5100c3854670365d16239f3c93d63cdbf4970e6e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul  8 18:42:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  8 19:09:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5100c385

dev-ruby/tzinfo: stable 1.2.4 for hppa

Bug: https://bugs.gentoo.org/645618
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
index 614860487d2..c3dee166a1b 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-06-16 Thread Hans de Graaff
commit: 55e1224d7847613a8e02523f33037cd2e0db9fce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 16 06:16:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 16 06:16:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e1224d

dev-ruby/tzinfo: remove masked slot

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 03b302f0f14..334faeae4b1 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
-DIST tzinfo-0.3.53.gem 301056 BLAKE2B 
bc1c2da47f1acb1931ef578f757f1ce1d574ddb113f2967171e7f530781431ac11e47c2d02edeb5bf378b817f5e08fa1fde3e3bd36309c0887c45bcd271bc36a
 SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 DIST tzinfo-1.2.4.gem 152576 BLAKE2B 
c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa
 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
 DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
deleted file mode 100644
index d7c3f12fed4..000
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ruby23 -> fails tests
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb-2 test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-04-27 Thread Hans de Graaff
commit: f540691965651a59a3df4db956c52f4f97e98b03
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 27 08:15:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 27 08:32:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5406919

dev-ruby/tzinfo: add RUBY_TARGET to make CI happy while the package is masked

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
index 3e810347f76..d7c3f12fed4 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # ruby23 -> fails tests
-USE_RUBY="ruby22"
+USE_RUBY="ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-04-14 Thread Hans de Graaff
commit: 4c792a206703e57e5127f31f5a59b8d72b557eaa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 15 05:30:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 15 05:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c792a20

dev-ruby/tzinfo: ppc stable, bug 645618

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
index 2c7a36e12f3..614860487d2 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-04-05 Thread Hans de Graaff
commit: c76efa514dd9bfba99bc5c5febddee6c1edf5dde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  6 05:46:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  6 05:46:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76efa51

dev-ruby/tzinfo: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
index 4a90162b8bc..d0d98be9110 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-03-27 Thread Aaron Bauman
commit: 36800bc5628c86c89b318dfd27ea8d36da75c29f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 17 16:25:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 27 21:38:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36800bc5

dev-ruby/tzinfo: use HTTPS

 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
index 82a43ae9846..3e810347f76 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README"
 inherit ruby-fakegem
 
 DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
+HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-02-04 Thread Hans de Graaff
commit: 3de12ebb4d4249e6de20920f3c8600209a2151d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  5 06:38:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  5 06:38:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de12ebb

dev-ruby/tzinfo: add 1.2.5

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.5.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 40e38391ee6..03b302f0f14 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-0.3.53.gem 301056 BLAKE2B 
bc1c2da47f1acb1931ef578f757f1ce1d574ddb113f2967171e7f530781431ac11e47c2d02edeb5bf378b817f5e08fa1fde3e3bd36309c0887c45bcd271bc36a
 SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 DIST tzinfo-1.2.4.gem 152576 BLAKE2B 
c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa
 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
+DIST tzinfo-1.2.5.gem 153600 BLAKE2B 
3df5625c61eabf94bb457381ac7d0cdebd5b55da3bb043fe58063cb623b502e026a71faef4f7d7efe75eae2fdfd0bf3e0b97a3763fec9a1018f0c6c2ae0f
 SHA512 
87f7cd66d6e80d51d216cb993cc76fe7758db03ffd39dde96eb24a9d208699766a8dbff048485fb732ce125ee9f971e38ed9ee1197f3ee3fc3ee8a8da840dd45

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
new file mode 100644
index 000..4a90162b8bc
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2018-01-26 Thread Thomas Deutschmann
commit: 1a1f36cb7558b625d272243deef48a3ffd32fde6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 19:51:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 19:54:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1f36cb

dev-ruby/tzinfo: x86 stable (bug #645618)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
index 350b5d60fb4..2c7a36e12f3 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-12-24 Thread Hans de Graaff
commit: aeb9e11dc141ade49beebc065d3a745f5f620a5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 25 07:15:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 25 07:58:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb9e11d

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.3.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 9f35e1f0db9..40e38391ee6 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
 DIST tzinfo-0.3.53.gem 301056 BLAKE2B 
bc1c2da47f1acb1931ef578f757f1ce1d574ddb113f2967171e7f530781431ac11e47c2d02edeb5bf378b817f5e08fa1fde3e3bd36309c0887c45bcd271bc36a
 SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
-DIST tzinfo-1.2.3.gem 151552 BLAKE2B 
7631c4c3e5f4461dfd6dff0350714590f19d69756efff984f633282f8790cf3b407bff5b0b7ca8641d6a0fdc88e2074c3ba82d5ca564b3f4d2e6ed3437e3c16d
 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 DIST tzinfo-1.2.4.gem 152576 BLAKE2B 
c6815fc7277153c5e00ea2359845df25affab5a08f9274729254662e056de702613f4b8ca5b4f2ddcd756d86ae12e534a4e2a5a4661f361ef1d59cb3d7f07bfa
 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
deleted file mode 100644
index f28de5080ad..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="https://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-12-24 Thread Hans de Graaff
commit: 16885f11f2a0862395a8ff6beb7c123bda678a07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 25 07:52:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 25 07:58:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16885f11

dev-ruby/tzinfo: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
index e88eac65e79..350b5d60fb4 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-10-26 Thread Hans de Graaff
commit: 59c19c434d68e3b3063d83ea7ff32474bb82f008
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 27 05:55:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 27 05:55:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c19c43

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/tzinfo/Manifest|  1 -
 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 5040bda1239..d43a36595dc 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
 DIST tzinfo-0.3.53.gem 301056 SHA256 
7e16e6ed8c0c44c0d1e581f3b21bbaae9c8ae206c243dc1cba4368270d8fb83e SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 WHIRLPOOL 
ff3cb38a531a4f3fdcc8bfcd0a5ded8f18f2e14fdc27f51c0c57b7b758ec9b4096d10d1c90641f031d01b18c60fc791a2b48c4750b3d9b5e26889c8ad8972518
-DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7
 DIST tzinfo-1.2.3.gem 151552 SHA256 
9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 WHIRLPOOL 
ed678c620c95a565da1f3115c78545602cb5cd66018fd33d2f3f2da82a8bf4fb015b3a94614d3823cd3eb52a8e71b7b21b00f1e5cdad17e315ba4a4d75f6ec62
 DIST tzinfo-1.2.4.gem 152576 SHA256 
f7e79ceee9d0a9f64558f865b9ddaf471c31ff6d6c2dea04b1951400635eb725 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
 WHIRLPOOL 
9af06e018fda9a8d5f8041cfd5b1aff5fbdacee4fae304172c2bfd8e425b827a55ec119b4e7f213ffd074dd1b8b0432f2950acfa270a97713f153eb323b3afc3

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
deleted file mode 100644
index 7e3c0b7f019..000
--- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/timezone-data"
-DEPEND="test? ( sys-libs/timezone-data )"
-
-ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-10-26 Thread Hans de Graaff
commit: 5544138ccb8a3b049db1033e685566e7d904091b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 27 05:55:12 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 27 05:55:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5544138c

dev-ruby/tzinfo: add 1.2.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.4.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 3220d8a5d60..5040bda1239 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-0.3.53.gem 301056 SHA256 
7e16e6ed8c0c44c0d1e581f3b21bbaae9c8ae206c243dc1cba4368270d8fb83e SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 WHIRLPOOL 
ff3cb38a531a4f3fdcc8bfcd0a5ded8f18f2e14fdc27f51c0c57b7b758ec9b4096d10d1c90641f031d01b18c60fc791a2b48c4750b3d9b5e26889c8ad8972518
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7
 DIST tzinfo-1.2.3.gem 151552 SHA256 
9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 WHIRLPOOL 
ed678c620c95a565da1f3115c78545602cb5cd66018fd33d2f3f2da82a8bf4fb015b3a94614d3823cd3eb52a8e71b7b21b00f1e5cdad17e315ba4a4d75f6ec62
+DIST tzinfo-1.2.4.gem 152576 SHA256 
f7e79ceee9d0a9f64558f865b9ddaf471c31ff6d6c2dea04b1951400635eb725 SHA512 
0b983aa6b4fdbb3c49329bb51394f1edbeb6f4d216d108448aa9dce751dbc2e348d58032cb41df78a3d249611770e9e345a4d0041597ceadf052b863c3e6d1ab
 WHIRLPOOL 
9af06e018fda9a8d5f8041cfd5b1aff5fbdacee4fae304172c2bfd8e425b827a55ec119b4e7f213ffd074dd1b8b0432f2950acfa270a97713f153eb323b3afc3

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
new file mode 100644
index 000..e88eac65e79
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-10-02 Thread Hans de Graaff
commit: eafc7bf4a63f40c89d2650cc29d33376f00e4fb1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct  3 05:24:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct  3 05:24:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafc7bf4

dev-ruby/tzinfo: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.52.ebuild | 37 
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index ea91f3fc98f..3220d8a5d60 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
-DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-0.3.53.gem 301056 SHA256 
7e16e6ed8c0c44c0d1e581f3b21bbaae9c8ae206c243dc1cba4368270d8fb83e SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 WHIRLPOOL 
ff3cb38a531a4f3fdcc8bfcd0a5ded8f18f2e14fdc27f51c0c57b7b758ec9b4096d10d1c90641f031d01b18c60fc791a2b48c4750b3d9b5e26889c8ad8972518
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7
 DIST tzinfo-1.2.3.gem 151552 SHA256 
9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 WHIRLPOOL 
ed678c620c95a565da1f3115c78545602cb5cd66018fd33d2f3f2da82a8bf4fb015b3a94614d3823cd3eb52a8e71b7b21b00f1e5cdad17e315ba4a4d75f6ec62

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
deleted file mode 100644
index f134b56aa72..000
--- a/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ruby23 -> fails tests
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-10-02 Thread Manuel Rüger
commit: 0e3e49fb9e5c9a2d0beaecd7814f4ceb867bc5ec
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct  2 16:14:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct  2 16:14:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3e49fb

dev-ruby/tzinfo: Stable on x86 (Tested by Myckel Habets)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
index 6b94bb694e0..82a43ae9846 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-10-02 Thread Manuel Rüger
commit: 1188f07c9c7e5d0bcb6cec834f078aa81bcf0fcf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct  2 16:13:35 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct  2 16:14:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1188f07c

dev-ruby/tzinfo: Stable on amd64

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
index 6fb5f0ed3ef..6b94bb694e0 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-09-23 Thread Sergei Trofimovich
commit: afa1f4fd12e94c0c0bbd58c96201fb587f9797d0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 10:42:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 12:35:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa1f4fd

dev-ruby/tzinfo: stable 0.3.53 for ppc, bug #631824

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
index 0ffcecaaaf6..6fb5f0ed3ef 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-08-23 Thread Hans de Graaff
commit: 656680d7a4c5ffd9c55b2c445dba1c218a1a7e8a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 05:42:03 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:10:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656680d7

dev-ruby/tzinfo: add 0.3.53

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-0.3.53.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index d53383d5533..ea91f3fc98f 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
+DIST tzinfo-0.3.53.gem 301056 SHA256 
7e16e6ed8c0c44c0d1e581f3b21bbaae9c8ae206c243dc1cba4368270d8fb83e SHA512 
f5a0119c04852845f1e4c8db36a2a374f2886ee5a14eee74ecacf19bc60bdf3e65197ee2ad1fe4fee56ac882b2e7cf17dcb4fef593767675e1fdb3da33b31b24
 WHIRLPOOL 
ff3cb38a531a4f3fdcc8bfcd0a5ded8f18f2e14fdc27f51c0c57b7b758ec9b4096d10d1c90641f031d01b18c60fc791a2b48c4750b3d9b5e26889c8ad8972518
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7
 DIST tzinfo-1.2.3.gem 151552 SHA256 
9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 WHIRLPOOL 
ed678c620c95a565da1f3115c78545602cb5cd66018fd33d2f3f2da82a8bf4fb015b3a94614d3823cd3eb52a8e71b7b21b00f1e5cdad17e315ba4a4d75f6ec62

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
new file mode 100644
index 000..0ffcecaaaf6
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-0.3.53.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ruby23 -> fails tests
+USE_RUBY="ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="http://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+all_ruby_prepare() {
+   # With rubygems 1.3.1 we get the following warning
+   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
+   # when running the test_get_tainted_not_loaded test.
+   sed -i \
+   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
+   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
+}
+
+each_ruby_test() {
+   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb-2 test/tc_*.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-06-30 Thread Alexis Ballier
commit: 896e345691010d0ec3e97a88060535b4a410a63a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 12:39:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 12:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896e3456

dev-ruby/tzinfo: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/tzinfo/tzinfo-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
index 88c2a1bbfe6..f28de5080ad 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-05-07 Thread Hans de Graaff
commit: 4768d27c050323631a4cfe0e456aa21a58ff5a8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  7 08:11:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  7 09:44:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4768d27c

dev-ruby/tzinfo: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/tzinfo/tzinfo-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
index 0bf4bd4ddbe..88c2a1bbfe6 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-03-26 Thread Hans de Graaff
commit: bb17b894e41969e25faaa15436c210c432c407de
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 26 07:34:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 26 07:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb17b894

dev-ruby/tzinfo: add 1.2.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/tzinfo/Manifest|  1 +
 dev-ruby/tzinfo/tzinfo-1.2.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 74a75d310a6..d53383d5533 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7
+DIST tzinfo-1.2.3.gem 151552 SHA256 
9469862963cf5e8f12bb7d1cf89e681ebfee417537f6835b2e471c7c260d2817 SHA512 
79a0c364d02ae1964e032586546073ebda3af822cbc064c06927cf48b7c9d0577ad38a738dc4e7065fd8a56e5a7939290e74031d850172635906744c841a6d2c
 WHIRLPOOL 
ed678c620c95a565da1f3115c78545602cb5cd66018fd33d2f3f2da82a8bf4fb015b3a94614d3823cd3eb52a8e71b7b21b00f1e5cdad17e315ba4a4d75f6ec62

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
new file mode 100644
index 000..0bf4bd4ddbe
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-1.2.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="https://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="sys-libs/timezone-data"
+DEPEND="test? ( sys-libs/timezone-data )"
+
+ruby_add_rdepend ">=dev-ruby/thread_safe-0.1:0"
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2017-01-29 Thread Fabian Groffen
commit: 77e7112dbdcc6c66c9f4528734f47ecc0d544f48
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 17:27:33 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 17:28:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e7112d

dev-ruby/tzinfo: dropped ~ia64-linux ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-ruby/tzinfo/tzinfo-0.3.52.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
index 9334de8..4364e5e 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-12-20 Thread Hans de Graaff
commit: c78515dc2945989136aa502a3c19b43404ac61b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 21 06:36:08 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 21 06:36:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78515dc

dev-ruby/tzinfo: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.44.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 204629d..74a75d3 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,2 @@
-DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
 DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
deleted file mode 100644
index aadd5d3..
--- a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-12-13 Thread Hans de Graaff
commit: 574ebfb74290467e79f71119cfb8f8e7aeec4ba7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 14 06:36:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 14 06:36:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574ebfb7

dev-ruby/tzinfo: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.48.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 45c6038..204629d 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
 DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
-DIST tzinfo-0.3.48.gem 299520 SHA256 
f57acf2e8c433ba5d853d4505a7ef7e5e705ddb5908db5c076e649e4e3f7a537 SHA512 
5427ba48c1a7f3fc5d10c93265225b9171ab7940f7b8f3dc167b84b8302fe9e7882eb225487352884c71bedb80c9882e717b484e7c98934b83ea5e788b7d7f9a
 WHIRLPOOL 
637d30bf27cdd3e80401ada9a0dcff685d915fa2b248cf8de019271438a7c50cb1186f7e0505fcbef926eb9bf28f884faa12dd6440b85f73f692b2fe16ca9bfd
 DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
deleted file mode 100644
index e0fe5b3..
--- a/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-10-30 Thread Hans de Graaff
commit: dbcba4e3217ca1313a44e6b820f0a1596ccb8c02
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 30 20:09:03 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 30 20:09:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcba4e3

dev-ruby/tzinfo: add 0.3.52

Package-Manager: portage-2.3.0

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-0.3.52.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index e5f252b..45c6038 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
 DIST tzinfo-0.3.48.gem 299520 SHA256 
f57acf2e8c433ba5d853d4505a7ef7e5e705ddb5908db5c076e649e4e3f7a537 SHA512 
5427ba48c1a7f3fc5d10c93265225b9171ab7940f7b8f3dc167b84b8302fe9e7882eb225487352884c71bedb80c9882e717b484e7c98934b83ea5e788b7d7f9a
 WHIRLPOOL 
637d30bf27cdd3e80401ada9a0dcff685d915fa2b248cf8de019271438a7c50cb1186f7e0505fcbef926eb9bf28f884faa12dd6440b85f73f692b2fe16ca9bfd
+DIST tzinfo-0.3.52.gem 299520 SHA256 
8354497af5f03549fbca9880074b6fa3f33c842accec0d8e5d5f19c3bae43c17 SHA512 
12923bdf4743787be17416b60ee6bf10e851e9fb74c4d4ed9039ee94fa782ff38e5c2468f5bfcdff87d79bd4c73424b972e2f8a698c28c79c90d8df73e6da0b8
 WHIRLPOOL 
274a10a88ee4b96c0a6ec40cc49de89ff5ea697221f43aa462f6e6d1b322d6e848463607c376d0112cc6d52106952fc38bd7579308caa2c3ac76c55beda8adc4
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
new file mode 100644
index ..773c9ea
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-0.3.52.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ruby23 -> fails tests
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="http://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+all_ruby_prepare() {
+   # With rubygems 1.3.1 we get the following warning
+   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
+   # when running the test_get_tainted_not_loaded test.
+   sed -i \
+   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
+   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
+}
+
+each_ruby_test() {
+   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-10-30 Thread Hans de Graaff
commit: 198d5a7c9d90e9d36871c0b02b3236b8234f47bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 30 20:03:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 30 20:03:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198d5a7c

dev-ruby/tzinfo: cleanup

Drop stable keyword for ppc64 due to bug 578432

Package-Manager: portage-2.3.0

 dev-ruby/tzinfo/Manifest |  1 -
 dev-ruby/tzinfo/tzinfo-0.3.43.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 6a9c2c0..e5f252b 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,4 +1,3 @@
-DIST tzinfo-0.3.43.gem 298496 SHA256 
4df52124b359789ac13aa12f46b9665d562b189fc6e60c44b9aa6d997b100a70 SHA512 
9f714708c389fe08c8606de093fba6e760b57d1196b8e4d5474d756048c820925b0ee755fe1700630f3d4f8e006f2898029847788e3c901b9ff3ba5861f9e2a1
 WHIRLPOOL 
adb82b34609eb5fd375f3f2434016eff68b83f473d50a5d0fe42815a754eade5a5f18353d6e611db2040311b1b63a5990ecee762a150a291cf23c17b6d66f775
 DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
 DIST tzinfo-0.3.48.gem 299520 SHA256 
f57acf2e8c433ba5d853d4505a7ef7e5e705ddb5908db5c076e649e4e3f7a537 SHA512 
5427ba48c1a7f3fc5d10c93265225b9171ab7940f7b8f3dc167b84b8302fe9e7882eb225487352884c71bedb80c9882e717b484e7c98934b83ea5e788b7d7f9a
 WHIRLPOOL 
637d30bf27cdd3e80401ada9a0dcff685d915fa2b248cf8de019271438a7c50cb1186f7e0505fcbef926eb9bf28f884faa12dd6440b85f73f692b2fe16ca9bfd
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild
deleted file mode 100644
index 6fb86e7..
--- a/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-05-18 Thread Fabian Groffen
commit: a69dedeabdfb7e7dbc27dc1473066254b86de7d5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed May 18 08:41:21 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed May 18 08:41:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69dedea

dev-ruby/tzinfo: marked ~amd64-linux

Package-Manager: portage-2.2.28

 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
index 4167ce6..b28c5e2 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-04-14 Thread Manuel Rüger
commit: e3d201bdc73e6324ca2acfc9812fd71f397831ef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr 14 23:36:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr 14 23:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d201bd

dev-ruby/tzinfo: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/tzinfo/tzinfo-0.3.43.ebuild | 4 ++--
 dev-ruby/tzinfo/tzinfo-0.3.44.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild
index fa40197..6fb86e7 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.43.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
index 2b92046..f988523 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-03-28 Thread Hans de Graaff
commit: 5304283d8c45cf132a1a04af66a4e3b527e86c3d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:29:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5304283d

dev-ruby/tzinfo: add 0.3.48

Package-Manager: portage-2.2.26

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-0.3.48.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index f86543f..6a9c2c0 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,3 +1,4 @@
 DIST tzinfo-0.3.43.gem 298496 SHA256 
4df52124b359789ac13aa12f46b9665d562b189fc6e60c44b9aa6d997b100a70 SHA512 
9f714708c389fe08c8606de093fba6e760b57d1196b8e4d5474d756048c820925b0ee755fe1700630f3d4f8e006f2898029847788e3c901b9ff3ba5861f9e2a1
 WHIRLPOOL 
adb82b34609eb5fd375f3f2434016eff68b83f473d50a5d0fe42815a754eade5a5f18353d6e611db2040311b1b63a5990ecee762a150a291cf23c17b6d66f775
 DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
+DIST tzinfo-0.3.48.gem 299520 SHA256 
f57acf2e8c433ba5d853d4505a7ef7e5e705ddb5908db5c076e649e4e3f7a537 SHA512 
5427ba48c1a7f3fc5d10c93265225b9171ab7940f7b8f3dc167b84b8302fe9e7882eb225487352884c71bedb80c9882e717b484e7c98934b83ea5e788b7d7f9a
 WHIRLPOOL 
637d30bf27cdd3e80401ada9a0dcff685d915fa2b248cf8de019271438a7c50cb1186f7e0505fcbef926eb9bf28f884faa12dd6440b85f73f692b2fe16ca9bfd
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
new file mode 100644
index 000..e0fe5b3
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-0.3.48.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Daylight-savings aware timezone library"
+HOMEPAGE="http://tzinfo.github.io/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+all_ruby_prepare() {
+   # With rubygems 1.3.1 we get the following warning
+   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
+   # when running the test_get_tainted_not_loaded test.
+   sed -i \
+   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
+   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
+}
+
+each_ruby_test() {
+   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-03-28 Thread Hans de Graaff
commit: c8b4ba552e55bb17a251f49e7693840d83cac5e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 07:48:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b4ba55

dev-ruby/tzinfo: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
index 885a86b..4167ce6 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-03-28 Thread Hans de Graaff
commit: c5871cb64a41747e715ad10e4a14403f3c4953c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:31:49 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5871cb6

dev-ruby/tzinfo: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
index fdd639c..885a86b 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST="test_zoneinfo"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-03-28 Thread Hans de Graaff
commit: f05f31a201d54bef69ae41f72db94838a96887eb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:31:03 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05f31a2

dev-ruby/tzinfo: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/tzinfo/tzinfo-0.3.43-r1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.43-r1.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.43-r1.ebuild
deleted file mode 100644
index 7760b20..000
--- a/dev-ruby/tzinfo/tzinfo-0.3.43-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Daylight-savings aware timezone library"
-HOMEPAGE="http://tzinfo.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-all_ruby_prepare() {
-   # With rubygems 1.3.1 we get the following warning
-   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
-   # when running the test_get_tainted_not_loaded test.
-   sed -i \
-   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
-   "${S}"/test/tc_timezone.rb || die "unable to sed out the test"
-}
-
-each_ruby_test() {
-   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-03-28 Thread Agostino Sarubbo
commit: 2515cc0acfa14bdddedbec745b5e38851591e96e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 09:36:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 09:36:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2515cc0a

dev-ruby/tzinfo: amd64 stable wrt bug #578432

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/tzinfo/tzinfo-0.3.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
index 7760b20..2b92046 100644
--- a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2016-01-17 Thread Fabian Groffen
commit: cdcfec7913c1ee62b48f875b8917097fab000edd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 17 09:33:31 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 17 09:44:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcfec79

dev-ruby/tzinfo: marked *-macos, *-solaris, bug #570052

Package-Manager: portage-2.2.20-prefix

 dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
index 6f73e20..fdd639c 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://tzinfo.github.io/;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/

2015-08-23 Thread Hans de Graaff
commit: 704efb814945736c0d1b89af84b2c24b13496b49
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Mon Aug 24 05:32:59 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Mon Aug 24 05:32:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704efb81

dev-ruby/tzinfo: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/tzinfo/Manifest |  1 +
 dev-ruby/tzinfo/tzinfo-0.3.44.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/tzinfo/Manifest b/dev-ruby/tzinfo/Manifest
index 8aafefe..f86543f 100644
--- a/dev-ruby/tzinfo/Manifest
+++ b/dev-ruby/tzinfo/Manifest
@@ -1,2 +1,3 @@
 DIST tzinfo-0.3.43.gem 298496 SHA256 
4df52124b359789ac13aa12f46b9665d562b189fc6e60c44b9aa6d997b100a70 SHA512 
9f714708c389fe08c8606de093fba6e760b57d1196b8e4d5474d756048c820925b0ee755fe1700630f3d4f8e006f2898029847788e3c901b9ff3ba5861f9e2a1
 WHIRLPOOL 
adb82b34609eb5fd375f3f2434016eff68b83f473d50a5d0fe42815a754eade5a5f18353d6e611db2040311b1b63a5990ecee762a150a291cf23c17b6d66f775
+DIST tzinfo-0.3.44.gem 297472 SHA256 
a717f358872144fabf762da0f8a6ba23ce764550230ff0b831957247c8484ca8 SHA512 
8291ed53b8188111e7dc907cb4e6ae0bc3b4dc55c0275067c52081dca3771a67072dd1671edb58071a8fad5eb651cbc1cbeed5429c76b34bc2acbbc3cf1bb608
 WHIRLPOOL 
eb4a217368ed6f08167039bd50065da9bb3931920820eac5dce924cb98dff32111f0bbdf74e823cd435d392d7eddf9fd519125caa9e13e37f3b5a6827344
 DIST tzinfo-1.2.2.gem 147456 SHA256 
fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0 SHA512 
717f5bda5a40e8225446c4ff413746a526682e5bb58e5047a2d1c8d0769cadaaca612d1f01c758fab5751f81f285156d77abbab08131de627a62def1a4e2eeb1
 WHIRLPOOL 
f49a1b91f6765671043c4a7435df0cd6dfb4b5d55b9305b6fec0cde790708e90adf0d30c966000bf88908e4b2cf39c508d9a1f2dd1b352b689f2c0f4a2d2b6f7

diff --git a/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild 
b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
new file mode 100644
index 000..7760b20
--- /dev/null
+++ b/dev-ruby/tzinfo/tzinfo-0.3.44.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_DOCDIR=doc
+RUBY_FAKEGEM_EXTRADOC=CHANGES README
+
+inherit ruby-fakegem
+
+DESCRIPTION=Daylight-savings aware timezone library
+HOMEPAGE=http://tzinfo.github.io/;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+IUSE=
+
+RDEPEND=
+DEPEND=
+
+all_ruby_prepare() {
+   # With rubygems 1.3.1 we get the following warning
+   # warning: Insecure world writable dir /var/tmp in LOAD_PATH, mode 
041777
+   # when running the test_get_tainted_not_loaded test.
+   sed -i \
+   -e '/^def test_get_tainted_not_loaded/, /^end/ s:^:#:' \
+   ${S}/test/tc_timezone.rb || die unable to sed out the test
+}
+
+each_ruby_test() {
+   TZ='America/Los_Angeles' ${RUBY} -I. -S testrb test/tc_*.rb || die
+}