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

2023-03-27 Thread Sam James
commit: 2523563a4069c7cb13df7db8df4897cfb9632721
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 08:11:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 08:34:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2523563a

dev-ruby/dust: enable ruby32

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

 dev-ruby/dust/dust-0.1.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r3.ebuild 
b/dev-ruby/dust/dust-0.1.7-r3.ebuild
index 981aa22ca32c..24399b347b55 100644
--- a/dev-ruby/dust/dust-0.1.7-r3.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r3.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_EXTRADOC="README"
 



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

2022-04-23 Thread Hans de Graaff
commit: 3ad66504955db6c1beef635ab0bcfadb74eaf54a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 23 07:24:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 08:00:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad66504

dev-ruby/dust: enable ruby31

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

 dev-ruby/dust/dust-0.1.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r3.ebuild 
b/dev-ruby/dust/dust-0.1.7-r3.ebuild
index d62bf684f36a..981aa22ca32c 100644
--- a/dev-ruby/dust/dust-0.1.7-r3.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r3.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=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README"
 



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

2021-10-25 Thread Hans de Graaff
commit: 45ff5062a3895a81bb61a175d76db7ba625ab47f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 25 06:26:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 25 06:26:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ff5062

dev-ruby/dust: add ruby30

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

 dev-ruby/dust/dust-0.1.7-r3.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/dust/dust-0.1.7-r3.ebuild 
b/dev-ruby/dust/dust-0.1.7-r3.ebuild
new file mode 100644
index 000..f1dc68162c9
--- /dev/null
+++ b/dev-ruby/dust/dust-0.1.7-r3.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_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Descriptive block syntax definition for Test::Unit"
+HOMEPAGE="http://dust.rubyforge.org/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# Remove a long-obsolete rubygems method.
+all_ruby_prepare() {
+   sed -i -e '/manage_gems/d' \
+   -e '/gempackagetask/d' \
+   -e '/GemPackageTask/,/end/d' \
+   -e 's:rake/rdoctask:rdoc/task:' rakefile.rb || die "Unable to 
update rakefile.rb"
+
+}
+
+each_ruby_test() {
+   ${RUBY} -I. test/all_tests.rb || die
+}



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

2020-04-13 Thread Hans de Graaff
commit: 347d77c3721326db9a2d99547259af19601db9a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 09:08:29 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 09:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347d77c3

dev-ruby/dust: add ruby27

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

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index 5663dd0ae8a..d3c856b4915 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.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=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README"



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

2019-02-02 Thread Hans de Graaff
commit: 8026bbca1fccd1e2d967c76920012335c9497b68
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 11:33:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 17:16:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8026bbca

dev-ruby/dust: add ruby26

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

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index 95714046449..5663dd0ae8a 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.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=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README"



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

2018-02-26 Thread Hans de Graaff
commit: 679b9e913f5e5113e61b508ab8d2a4239536e26e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 06:04:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 06:07:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679b9e91

dev-ruby/dust: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index a0c00e48e20..95714046449 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.ebuild
@@ -1,9 +1,10 @@
-# 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 ruby25"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README"
 
 inherit ruby-fakegem



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

2016-04-11 Thread Hans de Graaff
commit: 1f451d230d9c7c4e53bc00e72aa31f007703dde3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 12 04:49:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 12 04:49:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f451d23

dev-ruby/dust: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/dust/dust-0.1.7-r1.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r1.ebuild 
b/dev-ruby/dust/dust-0.1.7-r1.ebuild
deleted file mode 100644
index 125fb0a..000
--- a/dev-ruby/dust/dust-0.1.7-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Descriptive block syntax definition for Test::Unit"
-HOMEPAGE="http://dust.rubyforge.org/;
-LICENSE="MIT"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-# Remove a long-obsolete rubygems method.
-all_ruby_prepare() {
-   sed -i '/manage_gems/d' rakefile.rb || die "Unable to update 
rakefile.rb"
-}
-
-each_ruby_test() {
-   ${RUBY} -I. test/all_tests.rb || die
-}



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

2016-04-11 Thread Hans de Graaff
commit: fd4f45f4f14c1fb50b238f9733e05bb94a455a43
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 12 04:48:48 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 12 04:48:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4f45f4

dev-ruby/dust: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index 01f0a51..caad999 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Descriptive block syntax definition for 
Test::Unit"
 HOMEPAGE="http://dust.rubyforge.org/;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 



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

2016-04-11 Thread Hans de Graaff
commit: 2b6f42debd443dafece5dc51dedc6dae6b47d8c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 12 04:47:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 12 04:47:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6f42de

dev-ruby/dust: drop ruby19, add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index 8783df3..01f0a51 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.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_EXTRADOC="README"