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

2024-01-02 Thread Hans de Graaff
commit: fbd63497c44058996e280b006e69d1c7cb01a03a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 06:53:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 07:04:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd63497

dev-ruby/test_construct: enable ruby33

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

 dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 6c2e062a13c6..ca318ac1d14f 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2023-08-12 Thread Hans de Graaff
commit: 5840e121047bfe65fdaa4d5257e87174c5a320cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 12 13:07:32 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 13 05:22:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5840e121

dev-ruby/test_construct: fix minitest test failure

Closes: https://bugs.gentoo.org/912062
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 05ab3874fa65..6c2e062a13c6 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.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="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 
@@ -18,12 +18,12 @@ IUSE=""
 
 ruby_add_bdepend "test? (
>=dev-ruby/minitest-5.0.8
-   dev-ruby/mocha:1.0
+   dev-ruby/mocha:2
dev-ruby/rspec:3
 )"
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
 
-   sed -i -e '1igem "mocha", "<2"' test/test_helper.rb || die
+   sed -i -e '/mocha/ s/setup/minitest/' test/test_helper.rb || die
 }



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

2023-04-07 Thread Sam James
commit: bca8e60eafb8f33bf590c5394c10c44f6dca96a3
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 18:23:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:24:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca8e60e

dev-ruby/test_construct: Keyword 2.0.2-r1 sparc, #761550

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 80ffd1e3a18f..05ab3874fa65 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2023-03-21 Thread Sam James
commit: 5113507005e97e5123e912e36d05104098b33506
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 20 11:38:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 22 03:25:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51135070

dev-ruby/test_construct: enable ruby32

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

 dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 95b415ce58ae..80ffd1e3a18f 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.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="CHANGELOG.md README.md"
 



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

2022-12-30 Thread Hans de Graaff
commit: 62994f416975c37d6f11fd46c6d0984cbede1504
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 30 07:58:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 30 07:59:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62994f41

dev-ruby/test_construct: fix tests

Limit mocha to a supported version.

Closes: https://bugs.gentoo.org/888761
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index ff54aa227ce8..95b415ce58ae 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -18,10 +18,12 @@ IUSE=""
 
 ruby_add_bdepend "test? (
>=dev-ruby/minitest-5.0.8
-   >=dev-ruby/mocha-0.14.0
+   dev-ruby/mocha:1.0
dev-ruby/rspec:3
 )"
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
+   sed -i -e '1igem "mocha", "<2"' test/test_helper.rb || die
 }



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

2022-12-18 Thread Sam James
commit: 5ae70fb2f573bab5f41319be8df7a52ee5522afc
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 09:22:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 09:22:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae70fb2

dev-ruby/test_construct: Stabilize 2.0.2-r1 ppc, #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index adcd46638949..ff54aa227ce8 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-12-18 Thread Sam James
commit: 5e261097c9d15308d16c3a339f27bfa608f984b9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 09:22:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 09:22:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e261097

dev-ruby/test_construct: Stabilize 2.0.2-r1 ppc64, #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 05eba41b9794..adcd46638949 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-12-18 Thread Sam James
commit: d435c7755412a9af4a62bf5bcb0ef8cce791f65d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 09:17:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 09:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d435c775

dev-ruby/test_construct: Stabilize 2.0.2-r1 amd64, #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index d18f697b38cc..05eba41b9794 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-06-19 Thread Agostino Sarubbo
commit: 5614cbbc5c99a953d0d8818b1a430960c8069233
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 19 08:24:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 19 08:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5614cbbc

dev-ruby/test_construct: x86 stable wrt bug #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index dd610d5b5b40..d18f697b38cc 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-06-19 Thread Agostino Sarubbo
commit: 13d31aefe564aa4d52a012744da7fb523d757c1c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 19 08:14:59 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 19 08:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d31aef

dev-ruby/test_construct: arm64 stable wrt bug #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 02ff549cca79..dd610d5b5b40 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-06-19 Thread Agostino Sarubbo
commit: 7be9cd73916ca561de8a84b4698473ae52b73df0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 19 08:14:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 19 08:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be9cd73

dev-ruby/test_construct: arm stable wrt bug #852890

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index fc0c489347c8..02ff549cca79 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2022-04-17 Thread Hans de Graaff
commit: e685458a868f914beb04c00d5f3fa7235e9d0869
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 06:48:09 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 06:56:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e685458a

dev-ruby/test_construct: drop 2.0.2

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

 .../test_construct/test_construct-2.0.2.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
deleted file mode 100644
index 25b5c4ee4d30..
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ /dev/null
@@ -1,28 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Creates temporary files and directories for testing"
-HOMEPAGE="https://github.com/bhb/test_construct;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-5.0.8
-   >=dev-ruby/mocha-0.14.0
-   dev-ruby/rspec:3
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}



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

2022-04-17 Thread Hans de Graaff
commit: 6b66a3300fa4a0ccd5ad809d384c11263a65527d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 06:52:45 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 06:56:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b66a330

dev-ruby/test_construct: enable ruby31

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

 dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
index 29a9aa5571d5..fc0c489347c8 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.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="CHANGELOG.md README.md"
 



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

2021-11-25 Thread Hans de Graaff
commit: b14ad2e28b7d3defb5bbef427a5c5d423e0a50fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 13:23:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 26 06:31:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14ad2e2

dev-ruby/test_construct: add ruby30

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

 .../test_construct/test_construct-2.0.2-r1.ebuild  | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
new file mode 100644
index ..29a9aa5571d5
--- /dev/null
+++ b/dev-ruby/test_construct/test_construct-2.0.2-r1.ebuild
@@ -0,0 +1,27 @@
+# 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="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Creates temporary files and directories for testing"
+HOMEPAGE="https://github.com/bhb/test_construct;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.0.8
+   >=dev-ruby/mocha-0.14.0
+   dev-ruby/rspec:3
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2021-11-07 Thread Yixun Lan
commit: c25fc04479e5685972313ba2c5268ce9f2e0a68b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Nov  5 11:45:09 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Nov  8 02:49:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25fc044

dev-ruby/test_construct: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index 95eb2e7918b..25b5c4ee4d3 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2021-10-31 Thread Sam James
commit: d8e807cc9a85537b1ecd58e9edea104514fff193
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Oct 31 09:00:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 18:02:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e807cc

dev-ruby/test_construct: keyworded 2.0.2 for hppa, bug #816501

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index ab64f8376d3..95eb2e7918b 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2021-10-10 Thread Sam James
commit: eb5f5c0dea04a3401ef3f20841dd0d8648dac412
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 21:47:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 21:47:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5f5c0d

dev-ruby/test_construct: Keyword 2.0.2 arm, #816501

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index c3b98c57863..ab64f8376d3 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2020-07-26 Thread Sam James
commit: 03993db04070f039bafed5bc087d505bd4c9bc64
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 02:07:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 02:07:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03993db0

dev-ruby/test_construct: arm64 keyworded (bug #733784)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index eacffd0fe2c..c3b98c57863 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2020-07-24 Thread Hans de Graaff
commit: d3e626a4f3ae7e423800db4417c31e78922b73c6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 24 08:11:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 25 05:31:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e626a4

dev-ruby/test_construct: cleanup

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

 dev-ruby/test_construct/Manifest   |  1 -
 .../test_construct/test_construct-2.0.1-r1.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/test_construct/Manifest b/dev-ruby/test_construct/Manifest
index 4b58575f613..63f21554af6 100644
--- a/dev-ruby/test_construct/Manifest
+++ b/dev-ruby/test_construct/Manifest
@@ -1,2 +1 @@
-DIST test_construct-2.0.1.gem 13312 BLAKE2B 
cda8bec1e1fe343ae506c73bf480a982fdd1224da1e77ab19827a3b76dba57294397d811040448cef6956c8492c9c5cb618d204834d31b54e8619b3d224da20c
 SHA512 
c9898beb04d23974dc5b66a9d7bb4a77cd040cc63b724108c4fc4b81f0680d23a9e09b96110c1b5458107d0c2c8714cbed8b2e81611eef8ca7fab92b31014e98
 DIST test_construct-2.0.2.gem 13312 BLAKE2B 
e1a5068e8133f739dfc407e943b0486c0c2bb2a8f18943a23b366205b206a56b792630daad7a92a021ea367d490b117aec1313faa0e5360bf6b984df3b82c16c
 SHA512 
d73e2daf5c5974c79aedfcd7e1cd6681a3f1f6fe3f2c68bcde26690a18be920ea53b648407e4ee33444364b2a02f1517362c876e703abad02fc528a47de092ff

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
deleted file mode 100644
index a4233d5a6d9..000
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,28 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Creates temporary files and directories for testing"
-HOMEPAGE="https://github.com/bhb/test_construct;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-5.0.8
-   >=dev-ruby/mocha-0.14.0
-   dev-ruby/rspec:3
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}



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

2020-07-12 Thread Hans de Graaff
commit: 08c785c6ffcc46c1b65ca7ccb37d6b32dd904905
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 12 06:15:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 12 06:21:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c785c6

dev-ruby/test_construct: add ruby27

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
index dd4b939f5a6..eacffd0fe2c 100644
--- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.2.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="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2019-05-30 Thread Hans de Graaff
commit: c2541b94f6d9834643cf76c2d8669bf1fdecd307
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 31 04:12:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 31 04:12:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2541b94

dev-ruby/test_construct: add 2.0.2

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

 dev-ruby/test_construct/Manifest   |  1 +
 .../test_construct/test_construct-2.0.2.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/test_construct/Manifest b/dev-ruby/test_construct/Manifest
index ef54db1a618..4b58575f613 100644
--- a/dev-ruby/test_construct/Manifest
+++ b/dev-ruby/test_construct/Manifest
@@ -1 +1,2 @@
 DIST test_construct-2.0.1.gem 13312 BLAKE2B 
cda8bec1e1fe343ae506c73bf480a982fdd1224da1e77ab19827a3b76dba57294397d811040448cef6956c8492c9c5cb618d204834d31b54e8619b3d224da20c
 SHA512 
c9898beb04d23974dc5b66a9d7bb4a77cd040cc63b724108c4fc4b81f0680d23a9e09b96110c1b5458107d0c2c8714cbed8b2e81611eef8ca7fab92b31014e98
+DIST test_construct-2.0.2.gem 13312 BLAKE2B 
e1a5068e8133f739dfc407e943b0486c0c2bb2a8f18943a23b366205b206a56b792630daad7a92a021ea367d490b117aec1313faa0e5360bf6b984df3b82c16c
 SHA512 
d73e2daf5c5974c79aedfcd7e1cd6681a3f1f6fe3f2c68bcde26690a18be920ea53b648407e4ee33444364b2a02f1517362c876e703abad02fc528a47de092ff

diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
new file mode 100644
index 000..dd4b939f5a6
--- /dev/null
+++ b/dev-ruby/test_construct/test_construct-2.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Creates temporary files and directories for testing"
+HOMEPAGE="https://github.com/bhb/test_construct;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.0.8
+   >=dev-ruby/mocha-0.14.0
+   dev-ruby/rspec:3
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2019-01-14 Thread Hans de Graaff
commit: 3e288b7e1b3a4a758f8035b98ae06fa0f2853f1a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 15 05:56:59 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 15 05:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e288b7e

dev-ruby/test_construct: add ruby26

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

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
index d02da3418fa..a4233d5a6d9 100644
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2018-07-04 Thread Hans de Graaff
commit: 0851745315526a8a5650988cb47149b631a49125
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  4 20:52:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  4 20:56:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08517453

dev-ruby/test_construct: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
index 003c82d42e6..d02da3418fa 100644
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.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=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2017-08-23 Thread Hans de Graaff
commit: e212982394167a835faba889958dffbd0402ad48
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 05:58:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:10:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2129823

dev-ruby/test_construct: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../test_construct/test_construct-2.0.1.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1.ebuild
deleted file mode 100644
index 484db8afc17..000
--- a/dev-ruby/test_construct/test_construct-2.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Creates temporary files and directories for testing"
-HOMEPAGE="https://github.com/bhb/test_construct;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-5.0.8
-   >=dev-ruby/mocha-0.14.0
-   dev-ruby/rspec:3
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-}



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

2017-07-18 Thread Hans de Graaff
commit: 738e7c3a9d5de5007c9bd96eba396314d4d57dfb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 06:04:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 06:45:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738e7c3a

dev-ruby/test_construct: add back ~ppc and ~x86 keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
index 2d6ee656877..003c82d42e6 100644
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/bhb/test_construct;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? (



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

2017-07-18 Thread Hans de Graaff
commit: 61d2df2a7a5d5ec8d074f2afea08fff942a0ea5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 06:02:36 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 06:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d2df2a

dev-ruby/test_construct: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
index 217537141f0..2d6ee656877 100644
--- a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # 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"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2016-10-29 Thread Manuel Rüger
commit: 3bfeb0135a1de8330689fb7c691580338873d91d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 29 15:03:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 29 15:03:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfeb013

dev-ruby/test_construct: Add ruby23, remove ~ppc, ~x86

Package-Manager: portage-2.3.2

 .../test_construct/test_construct-2.0.1-r1.ebuild  | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
new file mode 100644
index ..fcddd25
--- /dev/null
+++ b/dev-ruby/test_construct/test_construct-2.0.1-r1.ebuild
@@ -0,0 +1,29 @@
+# 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"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Creates temporary files and directories for testing"
+HOMEPAGE="https://github.com/bhb/test_construct;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.0.8
+   >=dev-ruby/mocha-0.14.0
+   dev-ruby/rspec:3
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2016-03-23 Thread Hans de Graaff
commit: c2bf9c365f32625eb63a321b5fb05bb6204b837d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 22 15:43:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 23 06:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bf9c36

dev-ruby/test_construct: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/test_construct/test_construct-2.0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/test_construct/test_construct-2.0.1.ebuild 
b/dev-ruby/test_construct/test_construct-2.0.1.ebuild
index e75210d..add4f68 100644
--- a/dev-ruby/test_construct/test_construct-2.0.1.ebuild
+++ b/dev-ruby/test_construct/test_construct-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -24,6 +24,6 @@ ruby_add_bdepend "test? (
dev-ruby/rspec:3
 )"
 
-all_ruby_prepare () {
+all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
 }