public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2016-07-14  5:52 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2016-07-14  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2b02f99b3450f8a70b957a28f0142f62b4ad65c2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 05:40:08 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 05:52:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b02f99b

dev-ruby/minitest-hooks: initial import

New test dependency for dev-ruby/mime-types

Package-Manager: portage-2.2.28

 dev-ruby/minitest-hooks/Manifest                    |  1 +
 dev-ruby/minitest-hooks/metadata.xml                | 11 +++++++++++
 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
new file mode 100644
index 0000000..80516af
--- /dev/null
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -0,0 +1 @@
+DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3

diff --git a/dev-ruby/minitest-hooks/metadata.xml b/dev-ruby/minitest-hooks/metadata.xml
new file mode 100644
index 0000000..5f00328
--- /dev/null
+++ b/dev-ruby/minitest-hooks/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">jeremyevans/minitest-hooks</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
new file mode 100644
index 0000000..c6d03d9
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2016-08-14 19:31 Markus Meier
  0 siblings, 0 replies; 35+ messages in thread
From: Markus Meier @ 2016-08-14 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4636929504eaab625415f5a5977d26985072d96b
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 19:30:54 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 19:30:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46369295

dev-ruby/minitest-hooks: add ~arm, bug #588796

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index c6d03d9..e1138b1 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2016-09-27 11:04 Tobias Klausmann
  0 siblings, 0 replies; 35+ messages in thread
From: Tobias Klausmann @ 2016-09-27 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     afa3ccff23d416a796c6a00e3df7997c31aa4d62
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 11:03:38 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 11:03:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa3ccff

dev-ruby/minitest-hooks-1.4.0-r0: keyworded for ~alpha

Gentoo-Bug: 588796

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index e1138b1..336f25c 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~alpha ~amd64 ~arm"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2016-10-02 10:55 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2016-10-02 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     aa078b34bb9cc4b4eb794a7ce5cebaa1767e6a4c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 10:48:22 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 10:54:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa078b34

dev-ruby/minitest-hooks: Mark ~ppc64 (bug #588796).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index 336f25c..c8b6eab 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2016-10-02 11:32 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2016-10-02 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7b61cf83303a8511f15e62156290bc89862ba067
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 11:31:15 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 11:32:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b61cf83

dev-ruby/minitest-hooks: Mark ~hppa (bug #588796).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index c8b6eab..468e940 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-05-26  7:08 Michael Weber
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Weber @ 2017-05-26  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8179c0e0bec570fa0802c4a0369478a356c693b8
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 07:04:38 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 26 07:07:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8179c0e0

dev-ruby/minitest-hooks: add ~ppc keyword (bug 583470).

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index ac30f2ce26e..a8070f86cec 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.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
 
 EAPI=5
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-06-21  7:27 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2017-06-21  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     53c6db94417e2c2d2518dd9ad2ec2fe38aebad8e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 07:11:01 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 07:27:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c6db94

dev-ruby/minitest-hooks: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index a8070f86cec..9bb03f07f70 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-07-01 10:07 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     20e438925cec9f64ee9edb3e5add7bb7c516a2c0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 09:56:33 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 10:06:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e43892

dev-ruby/minitest-hooks: ia64 keyworded, bug #583470

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index 9bb03f07f70..e928f57bf13 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-07-15  9:40 Alexis Ballier
  0 siblings, 0 replies; 35+ messages in thread
From: Alexis Ballier @ 2017-07-15  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     070474b43b5291bc754b4e47a342b8c5c9491bcf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 09:37:36 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 09:39:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070474b4

dev-ruby/minitest-hooks: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
index e928f57bf13..e88c6ecfc8d 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-08-01  5:50 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2017-08-01  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     51dd843e6777095db206246978605a31a6733c92
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 04:32:57 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 04:32:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dd843e

dev-ruby/minitest-hooks: add 1.4.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/minitest-hooks/Manifest                    |  1 +
 dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index 80516afaa20..1e0eb55898a 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1 +1,2 @@
 DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3
+DIST minitest-hooks-1.4.1.gem 10240 SHA256 714d1f0eb452d33935e90ac7699c2b9ad7ec5e6bd0225326752c60debd7b7615 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe WHIRLPOOL 667d6edbd679da798383c8d4959f5dab857db351902911610907b0e5737d4a666a7346e1b978ac41fce95dd4292eb9dd6e175f136c5f690959506b3d5da908ba

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
new file mode 100644
index 00000000000..dbb399a01c0
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
+IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2017-09-13  5:03 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2017-09-13  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     78f6dcf016947e4b134ebef5a62c01a01596f1a2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 05:02:59 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 05:02:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f6dcf0

dev-ruby/minitest-hooks: add 1.4.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/minitest-hooks/Manifest                    |  1 +
 dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index 1e0eb55898a..7c3611f3acc 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1,2 +1,3 @@
 DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3
 DIST minitest-hooks-1.4.1.gem 10240 SHA256 714d1f0eb452d33935e90ac7699c2b9ad7ec5e6bd0225326752c60debd7b7615 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe WHIRLPOOL 667d6edbd679da798383c8d4959f5dab857db351902911610907b0e5737d4a666a7346e1b978ac41fce95dd4292eb9dd6e175f136c5f690959506b3d5da908ba
+DIST minitest-hooks-1.4.2.gem 10752 SHA256 ecd3ad982600401ec2b14a889fa176b38ab9ac2c25b44198ec3bcb25e3dfd752 SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804 WHIRLPOOL f7b4f040388910528d17392b75be578a96a19c5384786cdf0e626741d6bc3b334e8dea2e66cdbaa25cf07ad76ede78d5d082bac16a981ad05c65114eda6add00

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
new file mode 100644
index 00000000000..15c39897a99
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
+IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2018-02-04 15:15 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2018-02-04 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a70de158b4ab5e5588527f0fb955247427ca84c8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 14:42:48 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 15:14:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70de158

dev-ruby/minitest-hooks: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/minitest-hooks/Manifest                    |  2 --
 dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 19 -------------------
 dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild | 19 -------------------
 3 files changed, 40 deletions(-)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index 7198f1dc702..dda67e65922 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1,3 +1 @@
-DIST minitest-hooks-1.4.0.gem 10240 BLAKE2B ffd54e065a18004dfbe9674f383662f2ee851fde27b0c3cd1caef6321e11de6c34d2a256cfbbb7ac1c16c99b05061461ee0681e6eb3a1a3353799676578cbba2 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30
-DIST minitest-hooks-1.4.1.gem 10240 BLAKE2B f15ad63b5762069e730705934444de2bf9aec63e331578ab37c0dcac126ca9586aa414465ef7b7cff5b67608425eeff75c2df17f1b76d976452ff84acae96486 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe
 DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
deleted file mode 100644
index e88c6ecfc8d..00000000000
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild
+++ /dev/null
@@ -1,19 +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"
-
-# Skip tests since they require unpackaged sequel
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
-HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
-IUSE=""

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
deleted file mode 100644
index dbb399a01c0..00000000000
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-# Skip tests since they require unpackaged sequel
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
-HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64"
-IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2018-02-04 15:15 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2018-02-04 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     68924c857863ff9c9b821d8a0b6d7210228b47a1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 14:44:55 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 15:14:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68924c85

dev-ruby/minitest-hooks: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
index 15c39897a99..054ee1d4174 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2018-05-22  5:08 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2018-05-22  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7c73fd890ed7ea94cbc42274d429f24ca8f7861c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 04:56:17 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 22 04:56:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c73fd89

dev-ruby/minitest-hooks: add 1.5.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/minitest-hooks/Manifest                    |  1 +
 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index dda67e65922..40451d4de9c 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1 +1,2 @@
 DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804
+DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
new file mode 100644
index 00000000000..fe7525d3477
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2019-01-10  8:23 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2019-01-10  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c27073418f03d8beb88bd7d4f35c863aa6df29fa
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 10 08:10:24 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 10 08:22:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2707341

dev-ruby/minitest-hooks: add ruby26

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index fe7525d3477..31a276775c6 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2019-04-21  5:54 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2019-04-21  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3f647a819b188e849f0719a149ec877f0f8c0589
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 05:43:10 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 05:54:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f647a81

dev-ruby/minitest-hooks: cleanup

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

 dev-ruby/minitest-hooks/Manifest                    |  1 -
 dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index 40451d4de9c..0c9d9d2869a 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1,2 +1 @@
-DIST minitest-hooks-1.4.2.gem 10752 BLAKE2B fa02dd6885acb285bfa45bb3a1a7cdafa136c916ef794935d0439e4e1f13748a0f17d1081c1d3c963a0b1c9936b055079bfb1b53c466a0f5daf5c04563b6969b SHA512 f6f5a96bc2cbb581b5b6a8cab507da8c560b853ff722fcafba45d08fde1e75a41da5bffe0287bbb5a861eef84145a38a6b25d3e671fdccfb15c0fce3bce85804
 DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
deleted file mode 100644
index d90c72bae7e..00000000000
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.4.2.ebuild
+++ /dev/null
@@ -1,19 +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 ruby25"
-
-# Skip tests since they require unpackaged sequel
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
-HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2019-04-21  5:54 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2019-04-21  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6d452fdd7ffcb01c27f31c6387c0a67d4d93d48a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 05:47:35 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 05:54:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d452fdd

dev-ruby/minitest-hooks: amd64 stable

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 31a276775c6..8a94848081e 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2019-12-27  6:22 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2019-12-27  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0f7503c6215f0ed241741162b7f2660f03f7e5e7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 06:19:17 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 06:21:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7503c6

dev-ruby/minitest-hooks: add ruby27

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 8a94848081e..720a5948564 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2020-07-14 16:38 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2020-07-14 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     3a1ab5f14d86543468a245ba66cc22426086ba84
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul 14 14:54:57 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 16:38:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1ab5f1

dev-ruby/minitest-hooks: keyworded 1.5.0 for sparc, bug #732324

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index bb7988eddac..373a09b01f9 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-05-01  5:21 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2021-05-01  5:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0541ae94cf1d968fb32c60059c5e66938c1022fe
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 05:08:00 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May  1 05:11:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0541ae94

dev-ruby/minitest-hooks: add ruby30

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 373a09b01f9..e2f45e983ed 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-10-17  6:31 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-10-17  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1dc71259e2516219c9ca0e785ec53a2c339508f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 06:30:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 06:30:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc71259

dev-ruby/minitest-hooks: Stabilize 1.5.0 sparc, #818052

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 4ed2bfe1bc3..2da0cf79558 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-12-11 19:10 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2021-12-11 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     fbb45dd4c4107a2e84124ff72bb4044beff2381b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 19:09:46 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 19:10:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb45dd4

dev-ruby/minitest-hooks: Stabilize 1.5.0 ppc, #828662

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 2da0cf79558b..427212ca7557 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-12-12  1:51 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-12-12  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a431be0c913b05770dd886b9a24319d6a5f17ef8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 01:50:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 01:50:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a431be0c

dev-ruby/minitest-hooks: Stabilize 1.5.0 arm64, #828662

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 427212ca7557..bd68a50244d9 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-12-12  1:52 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-12-12  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     92845148fa8ccd1a587ffbd5d7cbbb2c1cd1f737
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 01:51:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 01:51:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92845148

dev-ruby/minitest-hooks: Stabilize 1.5.0 arm, #828662

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index bd68a50244d9..dec49d586c7a 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2021-12-13  7:02 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2021-12-13  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     aeb47896c546f6b3f10c02b7635e9f652a099e28
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 07:00:58 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 07:00:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb47896

dev-ruby/minitest-hooks: x86 stable wrt bug #828662

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index dec49d586c7a..3e138434e1b6 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2022-02-12 15:21 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-02-12 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1a46d2d97d019eb244a1d37fea44e63ba4bf6d51
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 15:21:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 15:21:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a46d2d9

dev-ruby/minitest-hooks: Stabilize 1.5.0 ppc64, #828662

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 3e138434e1b6..6a61e300f31e 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2022-03-14  6:34 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2022-03-14  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b379a4eac94b4c9f4192f7d426057f8f638631d2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 10:11:59 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 06:33:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b379a4ea

dev-ruby/minitest-hooks: add ruby31

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 6a61e300f31e..bf4c2f18502e 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2022-04-26 13:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2022-04-26 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7bcf760cb799cf7388416ead9876b4394e781826
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 13:44:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 13:44:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcf760c

dev-ruby/minitest-hooks: Keyword 1.5.0 s390, #840930

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index bf4c2f18502e..7d7211c354a8 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2023-03-05  8:42 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2023-03-05  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b65278b3318b7f0f759bb31d35b28b41e3697b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 07:42:02 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 08:41:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b65278

dev-ruby/minitest-hooks: enable ruby32

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index b0b6614ee02b..dcbfbfc7d307 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2023-07-14  5:46 Arthur Zamarin
  0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-07-14  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     71f058acbd33cbbb8b3bb807507ac223e7b479a1
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Jul 13 18:03:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 05:45:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f058ac

dev-ruby/minitest-hooks: Keyword 1.5.0 mips, #902699

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index dcbfbfc7d307..62e45c33f352 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2023-07-30  9:32 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2023-07-30  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b460617d63420335a62dcee21b85415f05595d6e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 09:28:13 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:32:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b460617d

dev-ruby/minitest-hooks: add 1.5.1

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

 dev-ruby/minitest-hooks/Manifest                    |  1 +
 dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index 0c9d9d2869a7..bafb507635e9 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1 +1,2 @@
 DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b
+DIST minitest-hooks-1.5.1.gem 8704 BLAKE2B 8513e7694aae942da83323075d048c0aaf5bf2d89c3994c7a2f3c17478f14abc29bf5ee67690e5cd50c8de2d06d60cb2e0de27c69edbc3d6b85946d2ee6e6c3d SHA512 1129205f68688747aa1fbe161cf436e7d82802ec02fe008d564b4266069b1fad014f438d0c16c7c42a98af3f0a89fc4681deea0ae7f421d94653274ce103bd10

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild
new file mode 100644
index 000000000000..25486618ff45
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+# Skip tests since they require unpackaged sequel
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2023-12-27 19:19 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2023-12-27 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f6909f29c65603026f14168381141377a750e26a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 16:37:03 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 19:19:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6909f29

dev-ruby/minitest-hooks: enable ruby33

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild
index 25486618ff45..ec292c0b4544 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2024-08-15  6:22 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2024-08-15  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7b8352dc2808b5eb746f778bfdb759e88b0a079c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 06:22:31 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 06:22:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8352dc

dev-ruby/minitest-hooks: add 1.5.2

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

 dev-ruby/minitest-hooks/Manifest                   |  1 +
 .../minitest-hooks/minitest-hooks-1.5.2.ebuild     | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest
index bafb507635e9..5a0fbb43831c 100644
--- a/dev-ruby/minitest-hooks/Manifest
+++ b/dev-ruby/minitest-hooks/Manifest
@@ -1,2 +1,3 @@
 DIST minitest-hooks-1.5.0.gem 11264 BLAKE2B 740df3b75ade3372fbf75ed7bd861c70af6f11d8cd1f37819272b98bc8cd1fad6ea09375856cd48a75499e0a692411c6da4f5aec212ebae91b47531c4bedda54 SHA512 4e7c969485c6e8d3414710b787c8880ad26b71de9f0b4a93ca1bf343deba426feee1cc06fcc51eee05c4880d851664fff045026d44728e217607e4cb32aa8f4b
 DIST minitest-hooks-1.5.1.gem 8704 BLAKE2B 8513e7694aae942da83323075d048c0aaf5bf2d89c3994c7a2f3c17478f14abc29bf5ee67690e5cd50c8de2d06d60cb2e0de27c69edbc3d6b85946d2ee6e6c3d SHA512 1129205f68688747aa1fbe161cf436e7d82802ec02fe008d564b4266069b1fad014f438d0c16c7c42a98af3f0a89fc4681deea0ae7f421d94653274ce103bd10
+DIST minitest-hooks-1.5.2.tar.gz 8848 BLAKE2B e9a83b52f4ff7ebc27d3dddcad0f5ff03518440665d64a34376807c46046dd10d3e5e96cf4b7aff66f474d883973184f3499038046a8013a5deaed55b2c4885c SHA512 5ce048f4651a9a6c42537667d5653dc4dabef18c86b369e4f9f9978b1f924b0a73bfed2b4b87212c894ff7a14e0ee22044c3657f03718983d3bd2f05a70510e9

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
new file mode 100644
index 000000000000..53816fe4ae7e
--- /dev/null
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_GEMSPEC="minitest-hooks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest"
+HOMEPAGE="https://github.com/jeremyevans/minitest-hooks"
+SRC_URI="https://github.com/jeremyevans/minitest-hooks/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/minitest-5.3"
+
+ruby_add_depend "test? ( >dev-ruby/sequel-4 dev-ruby/sqlite3  dev-ruby/minitest-global_expectations )"
+
+each_ruby_test() {
+	${RUBY} spec/all.rb || die
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2024-08-16  8:12 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2024-08-16  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e32ab50548f427271a0abfc1e621be3f1225e9ca
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 08:11:34 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 08:11:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32ab505

dev-ruby/minitest-hooks: keyword 1.5.2 for ~alpha

The test USE flag has been masked on alpha.

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
index 53816fe4ae7e..5eabbe54b70a 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/jeremyevans/minitest-hooks/archive/refs/tags/${PV}.t
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~alpha ~amd64"
 IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/minitest-5.3"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/
@ 2024-08-18  9:51 Hans de Graaff
  0 siblings, 0 replies; 35+ messages in thread
From: Hans de Graaff @ 2024-08-18  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     95a622b64ea4eb0246ffda219991a98df142f656
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 09:51:34 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 09:51:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a622b6

dev-ruby/minitest-hooks: keyword 1.5.2 for ~loong

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

 dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
index 5eabbe54b70a..ef6906c48d5a 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/jeremyevans/minitest-hooks/archive/refs/tags/${PV}.t
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64"
+KEYWORDS="~alpha ~amd64 ~loong"
 IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/minitest-5.3"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2024-08-18  9:52 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01  5:50 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-08-18  9:51 Hans de Graaff
2024-08-16  8:12 Hans de Graaff
2024-08-15  6:22 Hans de Graaff
2023-12-27 19:19 Hans de Graaff
2023-07-30  9:32 Hans de Graaff
2023-07-14  5:46 Arthur Zamarin
2023-03-05  8:42 Hans de Graaff
2022-04-26 13:45 Sam James
2022-03-14  6:34 Hans de Graaff
2022-02-12 15:21 Sam James
2021-12-13  7:02 Agostino Sarubbo
2021-12-12  1:52 Sam James
2021-12-12  1:51 Sam James
2021-12-11 19:10 Arthur Zamarin
2021-10-17  6:31 Sam James
2021-05-01  5:21 Hans de Graaff
2020-07-14 16:38 Sergei Trofimovich
2019-12-27  6:22 Hans de Graaff
2019-04-21  5:54 Hans de Graaff
2019-04-21  5:54 Hans de Graaff
2019-01-10  8:23 Hans de Graaff
2018-05-22  5:08 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-09-13  5:03 Hans de Graaff
2017-07-15  9:40 Alexis Ballier
2017-07-01 10:07 Sergei Trofimovich
2017-06-21  7:27 Hans de Graaff
2017-05-26  7:08 Michael Weber
2016-10-02 11:32 Jeroen Roovers
2016-10-02 10:55 Jeroen Roovers
2016-09-27 11:04 Tobias Klausmann
2016-08-14 19:31 Markus Meier
2016-07-14  5:52 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox