public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2016-04-03  6:56 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-04-03  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     029d09241daaaf7f07c8ac421191b652ce5d82fc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 06:55:06 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 06:55:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029d0924

dev-ruby/tidy_table: drop ruby19, add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index 258e069..5db8948 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.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 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2016-04-03  6:56 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-04-03  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f203c29530462899ae1c0d4626bb6d751c613283
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 06:56:10 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 06:56:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f203c295

dev-ruby/tidy_table: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index 5db8948..fa179d2 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/topfunky/tidy_table"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 all_ruby_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2016-04-03  6:56 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-04-03  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f30b88e8de5c6e83476866d70c46b52cb2448da4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 06:56:26 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 06:56:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30b88e8

dev-ruby/tidy_table: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild | 30 --------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild
deleted file mode 100644
index 30aad5a..0000000
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r3.ebuild
+++ /dev/null
@@ -1,30 +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"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tool to convert an array of struct into an HTML table"
-HOMEPAGE="https://github.com/topfunky/tidy_table"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-
-all_ruby_prepare() {
-	# Remove reference to RSpec 1
-	sed -i -e '/spec/d' spec/spec_helper.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2018-01-23  6:53 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-01-23  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8b32ac62a6aaa8ae8bcfd7a96f2ab09bc087e340
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 06:50:45 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 06:52:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b32ac62

dev-ruby/tidy_table: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index c39962905be..d676c249fc0 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2018-09-04  5:43 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-09-04  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f368c99152b54c1ccac6abf2577fe3af293c94a7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 04:52:30 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 04:52:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f368c991

dev-ruby/tidy_table: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index d676c249fc0..1b47836e391 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2019-01-15  6:02 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2019-01-15  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9bf510b85c81cc18d45e22c296a8559f4f34e8d9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 05:59:39 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 05:59:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf510b8

dev-ruby/tidy_table: add ruby26

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
index 1b47836e391..fc378a13908 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -23,5 +23,5 @@ IUSE=""
 
 all_ruby_prepare() {
 	# Remove reference to RSpec 1
-	sed -i -e '/spec/d' spec/spec_helper.rb || die
+	sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2019-02-16 12:02 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2019-02-16 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd919abcca6b042ff8d525dcc95d96fc51427b4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 08:56:34 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 12:02:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd919ab

dev-ruby/tidy_table: fix gemspec

dev-ruby/hoe was listed as a runtime dependency in the gemspec but it is
a built-time dependency that we don't use.

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 31 ++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
new file mode 100644
index 00000000000..b9cae1ccddc
--- /dev/null
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
@@ -0,0 +1,31 @@
+# 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_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tool to convert an array of struct into an HTML table"
+HOMEPAGE="https://github.com/topfunky/tidy_table"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	# Remove reference to RSpec 1
+	sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
+
+	# Remove metadata so a stub gemspec will be created to avoid the
+	# wrong runtime dependency on dev-ruby/hoe.
+	rm -f ../metadata || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2020-04-13  9:18 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2020-04-13  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7eb6b47d74244579807f955a1ee44b31a73c4d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 09:02:06 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 09:18:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7eb6b4

dev-ruby/tidy_table: add ruby27

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
index b9cae1ccddc..d3ba8348cef 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.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=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2021-07-15  9:07 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-07-15  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     7009e187b4c60c6e9b710b30a8269fa7c403406d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 08:50:20 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 08:50:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7009e187

dev-ruby/tidy_table: cleanup

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 27 --------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
deleted file mode 100644
index fc378a13908..00000000000
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tool to convert an array of struct into an HTML table"
-HOMEPAGE="https://github.com/topfunky/tidy_table"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-	# Remove reference to RSpec 1
-	sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2021-07-15  9:07 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-07-15  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     56cd6d2af402cd227e82fb6e66a476e6d9b3cacc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 08:50:06 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 08:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56cd6d2a

dev-ruby/tidy_table: amd64, x86 stable

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
index d3ba8348cef..ae0efecf5fb 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.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=6
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/topfunky/tidy_table"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 all_ruby_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2021-10-25  6:27 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-10-25  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3404150f015dddd04eef26b3048b8f14417bcb68
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 06:25:20 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 06:26:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3404150f

dev-ruby/tidy_table: add ruby30

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild | 30 ++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
new file mode 100644
index 00000000000..52707fd36dd
--- /dev/null
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
@@ -0,0 +1,30 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tool to convert an array of struct into an HTML table"
+HOMEPAGE="https://github.com/topfunky/tidy_table"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	# Remove reference to RSpec 1
+	sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
+
+	# Remove metadata so a stub gemspec will be created to avoid the
+	# wrong runtime dependency on dev-ruby/hoe.
+	rm -f ../metadata || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2022-04-17  8:09 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2022-04-17  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0c6235626cce63729ce7bdd80bd03d60571191b1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 07:24:21 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:08:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c623562

dev-ruby/tidy_table: stabilize 0.0.5-r6 for amd64, x86

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
index 52707fd36dd7..d46ffd98e19a 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.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
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/topfunky/tidy_table"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 all_ruby_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2022-04-17  8:09 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2022-04-17  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     46509dad8094e8f9997672e36fdb8a69412629ef
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 07:29:17 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:08:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46509dad

dev-ruby/tidy_table: enable ruby31

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
index d46ffd98e19a..3863956913ca 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2022-05-26 10:36 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2022-05-26 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     94691c239b2017bd9bdcdfc12500c2034cb27a99
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 10:15:27 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 26 10:35:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94691c23

dev-ruby/tidy_table: drop 0.0.5-r5

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild | 31 --------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
deleted file mode 100644
index ae0efecf5fb3..000000000000
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tool to convert an array of struct into an HTML table"
-HOMEPAGE="https://github.com/topfunky/tidy_table"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-	# Remove reference to RSpec 1
-	sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die
-
-	# Remove metadata so a stub gemspec will be created to avoid the
-	# wrong runtime dependency on dev-ruby/hoe.
-	rm -f ../metadata || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2023-04-26  5:57 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-04-26  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a6bd4b84d4ac9c2acc0108e32fb34597c533c016
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 05:56:48 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 05:57:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bd4b84

dev-ruby/tidy_table: enable ruby32

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
index 3863956913ca..f65ad95ad228 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.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"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/
@ 2023-12-31  8:45 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2023-12-31  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7af362f5e0e5d79bdf6cea620d2fc63c826bb05e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 08:36:44 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 08:45:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af362f5

dev-ruby/tidy_table: enable ruby33

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

 dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
index f65ad95ad228..c8cec69a04e8 100644
--- a/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
+++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r6.ebuild
@@ -2,7 +2,7 @@
 # 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_RECIPE_TEST="rspec3"
 


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

end of thread, other threads:[~2023-12-31  8:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15  9:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31  8:45 Hans de Graaff
2023-04-26  5:57 Hans de Graaff
2022-05-26 10:36 Hans de Graaff
2022-04-17  8:09 Hans de Graaff
2022-04-17  8:09 Hans de Graaff
2021-10-25  6:27 Hans de Graaff
2021-07-15  9:07 Hans de Graaff
2020-04-13  9:18 Hans de Graaff
2019-02-16 12:02 Hans de Graaff
2019-01-15  6:02 Hans de Graaff
2018-09-04  5:43 Hans de Graaff
2018-01-23  6:53 Hans de Graaff
2016-04-03  6:56 Hans de Graaff
2016-04-03  6:56 Hans de Graaff
2016-04-03  6:56 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