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

2024-02-16 Thread Hans de Graaff
commit: 5bbfd8016b0ad434094b2934223f92db44ee4e5f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 17 07:00:35 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 17 07:03:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbfd801

dev-ruby/rspec-expectations: add 3.13.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.13.0.ebuild   | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 51c552f9223e..8b3f0c3b82f1 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,2 +1,3 @@
 DIST rspec-expectations-3.12.3-git.tgz 218754 BLAKE2B 
be6c6c50115bec39758f792030363de88abf5affa8a4df1161a386fee3dfb620542fca6225779e76aa2e72d1f782b65ef9db393be061e9ed47c72d96f47cf981
 SHA512 
37f8e0ba16b1a76f8d59571312febfc802eab1a27ff788d57bb34f410867e753dcfee83ca3d70367b77ad9f823341c653901c8ff02c75df6863937c71315
 DIST rspec-expectations-3.12.4-git.tgz 219529 BLAKE2B 
8858b586cb2b50f06c93530304ca554ddff9f3fe7078e1e2f263ab352e8315d3529bd8028b835d8b83d49bc06345a0723d2fbf31849552ef53567f2162eb503c
 SHA512 
9317d91fb5fb02c1319010517df6f28bc117cccb3b8fd4226bd1adde00fbf13d1505be89cd036bd1849b9a142e24ec966afa536144e384700f8d11e640e2eaf9
+DIST rspec-expectations-3.13.0-git.tgz 220792 BLAKE2B 
526282d357f47d82163b8a44f5fffc0ce24f0fef0d0f5c5f33da93c91680ae704a065c4903a8b7eb3b619d3910314ff137d1c7b636207c0a3383ed0520e2ffaa
 SHA512 
9e1e502d12704fd7573a57b7f01cf4ffe97e2eefe83dc3144842f460165304dc234a1b1946147f2cbcae105d755c8b42b25aec815f9af0c67844baf858c0a6c7

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.13.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.13.0.ebuild
new file mode 100644
index ..96e2fb7e5b11
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.13.0.ebuild
@@ -0,0 +1,50 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Fix minitest deprecation
+   sed -i -e 's/MiniTest/Minitest/' 
spec/rspec/expectations/minitest_integration_spec.rb || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2024-02-08 Thread Hans de Graaff
commit: 5ba727857759a812e50035accd052a5d87eb5f45
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  8 14:19:39 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  8 14:23:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba72785

dev-ruby/rspec-expectations: add 3.12.4

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.4.ebuild   | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index efed04625a37..51c552f9223e 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1 +1,2 @@
 DIST rspec-expectations-3.12.3-git.tgz 218754 BLAKE2B 
be6c6c50115bec39758f792030363de88abf5affa8a4df1161a386fee3dfb620542fca6225779e76aa2e72d1f782b65ef9db393be061e9ed47c72d96f47cf981
 SHA512 
37f8e0ba16b1a76f8d59571312febfc802eab1a27ff788d57bb34f410867e753dcfee83ca3d70367b77ad9f823341c653901c8ff02c75df6863937c71315
+DIST rspec-expectations-3.12.4-git.tgz 219529 BLAKE2B 
8858b586cb2b50f06c93530304ca554ddff9f3fe7078e1e2f263ab352e8315d3529bd8028b835d8b83d49bc06345a0723d2fbf31849552ef53567f2162eb503c
 SHA512 
9317d91fb5fb02c1319010517df6f28bc117cccb3b8fd4226bd1adde00fbf13d1505be89cd036bd1849b9a142e24ec966afa536144e384700f8d11e640e2eaf9

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.4.ebuild
new file mode 100644
index ..96e2fb7e5b11
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.4.ebuild
@@ -0,0 +1,50 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Fix minitest deprecation
+   sed -i -e 's/MiniTest/Minitest/' 
spec/rspec/expectations/minitest_integration_spec.rb || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2023-12-29 Thread Hans de Graaff
commit: ba47c60dd7aee843677a11b3dc1f92ae3065a194
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 30 07:41:45 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 30 07:41:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba47c60d

dev-ruby/rspec-expectations: enable ruby33

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
index 8af717f5741a..b51feaceeda1 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.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="ruby30 ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-12-29 Thread Hans de Graaff
commit: 771df1c4095ba35b46a5e2c76b3f1e9ebdc20ab2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 30 07:22:13 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 30 07:22:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771df1c4

dev-ruby/rspec-expectations: drop 3.12.2

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.12.2.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 6fe75f265621..efed04625a37 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,2 +1 @@
-DIST rspec-expectations-3.12.2-git.tgz 218501 BLAKE2B 
9b4dffb018d11c6d2bea399a7c1c3ebea157f83231d50e641998e0cb77e85e65c097a5d21e6989ce4c123df00137146b409fa2af102691867195fe42f1e11735
 SHA512 
6695959bcb185654e7ae96eaf112263ab49cf89f32781ab2b445e11e5d04b070295c9fa051ed6f4925b7cce78fb233490ad12618ac8f54d24a328ae3a6788859
 DIST rspec-expectations-3.12.3-git.tgz 218754 BLAKE2B 
be6c6c50115bec39758f792030363de88abf5affa8a4df1161a386fee3dfb620542fca6225779e76aa2e72d1f782b65ef9db393be061e9ed47c72d96f47cf981
 SHA512 
37f8e0ba16b1a76f8d59571312febfc802eab1a27ff788d57bb34f410867e753dcfee83ca3d70367b77ad9f823341c653901c8ff02c75df6863937c71315

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
deleted file mode 100644
index 0e66ac93fd45..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2023-08-29 Thread Hans de Graaff
commit: 3f4fdb5e8a1ce0d72efc1fe12a35df8f14861fc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 29 13:41:09 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 29 14:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4fdb5e

dev-ruby/rspec-expectations: drop 3.12.0, 3.12.1

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.12.0.ebuild   | 47 --
 .../rspec-expectations-3.12.1.ebuild   | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 98ec5771a611..6fe75f265621 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,2 @@
-DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83
-DIST rspec-expectations-3.12.1-git.tgz 218331 BLAKE2B 
9a8604bef9d0118fc3ce5c56f3c53597bf5f4a2eb6a85977fb73ba43e585fc430c3a658ed6ca5b2b9c7fce7e11add81303734bac4bafc8331b221eef8eca4a8a
 SHA512 
a0412cbf55d6cc3c0671abb3cb64bbc9473496aeb8adaa0fa5ae35f0036635adf5f894db0a9150002e7a69cffd1bf2b0c952672890197559be5c54bd2b508b64
 DIST rspec-expectations-3.12.2-git.tgz 218501 BLAKE2B 
9b4dffb018d11c6d2bea399a7c1c3ebea157f83231d50e641998e0cb77e85e65c097a5d21e6989ce4c123df00137146b409fa2af102691867195fe42f1e11735
 SHA512 
6695959bcb185654e7ae96eaf112263ab49cf89f32781ab2b445e11e5d04b070295c9fa051ed6f4925b7cce78fb233490ad12618ac8f54d24a328ae3a6788859
 DIST rspec-expectations-3.12.3-git.tgz 218754 BLAKE2B 
be6c6c50115bec39758f792030363de88abf5affa8a4df1161a386fee3dfb620542fca6225779e76aa2e72d1f782b65ef9db393be061e9ed47c72d96f47cf981
 SHA512 
37f8e0ba16b1a76f8d59571312febfc802eab1a27ff788d57bb34f410867e753dcfee83ca3d70367b77ad9f823341c653901c8ff02c75df6863937c71315

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
deleted file mode 100644
index eca130d8b3df..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
deleted file mode 100644
index ac8cf76b410e..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 

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

2023-08-26 Thread Hans de Graaff
commit: 4a38c38f988fb6892622e6fa84126ba6bbc18056
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 15:38:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 15:39:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a38c38f

dev-ruby/rspec-expectations: drop 3.11.0, 3.11.1

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.11.0.ebuild   | 47 --
 .../rspec-expectations-3.11.1.ebuild   | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 85bafe4f7704..98ec5771a611 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,3 @@
-DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
-DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
 DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83
 DIST rspec-expectations-3.12.1-git.tgz 218331 BLAKE2B 
9a8604bef9d0118fc3ce5c56f3c53597bf5f4a2eb6a85977fb73ba43e585fc430c3a658ed6ca5b2b9c7fce7e11add81303734bac4bafc8331b221eef8eca4a8a
 SHA512 
a0412cbf55d6cc3c0671abb3cb64bbc9473496aeb8adaa0fa5ae35f0036635adf5f894db0a9150002e7a69cffd1bf2b0c952672890197559be5c54bd2b508b64
 DIST rspec-expectations-3.12.2-git.tgz 218501 BLAKE2B 
9b4dffb018d11c6d2bea399a7c1c3ebea157f83231d50e641998e0cb77e85e65c097a5d21e6989ce4c123df00137146b409fa2af102691867195fe42f1e11735
 SHA512 
6695959bcb185654e7ae96eaf112263ab49cf89f32781ab2b445e11e5d04b070295c9fa051ed6f4925b7cce78fb233490ad12618ac8f54d24a328ae3a6788859

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
deleted file mode 100644
index 3da23001e151..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
deleted file mode 100644
index ac8cf76b410e..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;

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

2023-08-24 Thread Hans de Graaff
commit: 65299d489ded0e0c4837e4d9f7d5c1d208bc8697
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 24 16:03:36 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 25 05:20:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65299d48

dev-ruby/rspec-expectations: fix minitest deprecation

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
index f350cbe37113..8af717f5741a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
@@ -36,6 +36,9 @@ all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
 
+   # Fix minitest deprecation
+   sed -i -e 's/MiniTest/Minitest/' 
spec/rspec/expectations/minitest_integration_spec.rb || die
+
# Remove the Gemfile to avoid running through 'bundle exec'
rm -f Gemfile || die
 



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

2023-08-04 Thread Sam James
commit: 727ced4724b8c2c0e6e7b7a31a61a7c6ba064ddb
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  4 11:30:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  4 11:30:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727ced47

dev-ruby/rspec-expectations: Stabilize 3.12.3 ppc, #909129

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
index db839d5a4cd9..f350cbe37113 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-07-13 Thread Arthur Zamarin
commit: fc9aff68c490cece272e95811aafa8b80ce36ff5
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Thu Jul 13 18:04:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 14 05:45:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9aff68

dev-ruby/rspec-expectations: Keyword 3.12.3 mips, #902699

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
index ebd31ef30084..db839d5a4cd9 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

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

dev-ruby/rspec-expectations: Stabilize 3.12.2 sparc, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 9d002fbaf296..9bb9a5b65738 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-23 Thread Sam James
commit: 7fea49091603659da0a5a4600764bbef31552657
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 22:27:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 22:27:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fea4909

dev-ruby/rspec-expectations: Stabilize 3.12.2 ppc, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index e52bc66c9d75..9d002fbaf296 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-22 Thread Hans de Graaff
commit: 547524b6b9bd9b5dd3d667a70c772775a9d37b8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 22 06:39:07 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 22 06:40:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547524b6

dev-ruby/rspec-expectations: add 3.12.3

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.3.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 1a0561552fba..4cc46320bae8 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -4,3 +4,4 @@ DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b
 DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83
 DIST rspec-expectations-3.12.1-git.tgz 218331 BLAKE2B 
9a8604bef9d0118fc3ce5c56f3c53597bf5f4a2eb6a85977fb73ba43e585fc430c3a658ed6ca5b2b9c7fce7e11add81303734bac4bafc8331b221eef8eca4a8a
 SHA512 
a0412cbf55d6cc3c0671abb3cb64bbc9473496aeb8adaa0fa5ae35f0036635adf5f894db0a9150002e7a69cffd1bf2b0c952672890197559be5c54bd2b508b64
 DIST rspec-expectations-3.12.2-git.tgz 218501 BLAKE2B 
9b4dffb018d11c6d2bea399a7c1c3ebea157f83231d50e641998e0cb77e85e65c097a5d21e6989ce4c123df00137146b409fa2af102691867195fe42f1e11735
 SHA512 
6695959bcb185654e7ae96eaf112263ab49cf89f32781ab2b445e11e5d04b070295c9fa051ed6f4925b7cce78fb233490ad12618ac8f54d24a328ae3a6788859
+DIST rspec-expectations-3.12.3-git.tgz 218754 BLAKE2B 
be6c6c50115bec39758f792030363de88abf5affa8a4df1161a386fee3dfb620542fca6225779e76aa2e72d1f782b65ef9db393be061e9ed47c72d96f47cf981
 SHA512 
37f8e0ba16b1a76f8d59571312febfc802eab1a27ff788d57bb34f410867e753dcfee83ca3d70367b77ad9f823341c653901c8ff02c75df6863937c71315

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
new file mode 100644
index ..9dd9f12e0e4f
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2023-04-10 Thread Sam James
commit: aeb7270dfbb4e0fac425c10c541deb4122133e08
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 10:55:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 10:55:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb7270d

dev-ruby/rspec-expectations: Stabilize 3.12.2 ppc64, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index a382f466284c..e52bc66c9d75 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-10 Thread Sam James
commit: d080f9e21732914bc05cfe8f0d6feb8a8d7b1830
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 10:53:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 10:54:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d080f9e2

dev-ruby/rspec-expectations: Stabilize 3.12.2 x86, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 7f8e7977c741..32f768fcbc02 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-10 Thread Sam James
commit: 92b4692674a407e84490f5e47540a7729104bf87
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 10:54:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 10:54:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b46926

dev-ruby/rspec-expectations: Stabilize 3.12.2 arm64, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 32f768fcbc02..33da38adb0fd 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-10 Thread Sam James
commit: 3d0aeda994c5bb657d22e810f89afc93a5d7f8e1
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 10:54:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 10:54:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0aeda9

dev-ruby/rspec-expectations: Stabilize 3.12.2 amd64, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 33da38adb0fd..a382f466284c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-10 Thread Sam James
commit: 0199fd1725c1be73f225385fe2827e7ddfcb22f1
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 10:52:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 10:52:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0199fd17

dev-ruby/rspec-expectations: Stabilize 3.12.2 arm, #904116

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 649efecbf431..7f8e7977c741 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-04-01 Thread Hans de Graaff
commit: ca94428b793f092248042903f62df69b5e975b28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  1 08:48:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  1 08:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca94428b

dev-ruby/rspec-expectations: drop 3.10.1, 3.10.2

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.10.1.ebuild   | 47 --
 .../rspec-expectations-3.10.2.ebuild   | 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 9da6216d2d36..1a0561552fba 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
-DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
 DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
 DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
deleted file mode 100644
index 7ff27b85ca39..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild
deleted file mode 100644
index 89b2242466ee..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7

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

2023-03-28 Thread Sam James
commit: 48d6bab35ac0ef6085a97b05bc0ed9f1c1f3676c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 20:33:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 20:36:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d6bab3

dev-ruby/rspec-expectations: Stabilize 3.12.1 arm, #903383

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
index 4435ea998204..03c5244f64b2 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-03-28 Thread Sam James
commit: 19376b9568831ed1856afcc72bc5f80a1e2fd3a6
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 20:34:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 20:37:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19376b95

dev-ruby/rspec-expectations: Stabilize 3.12.1 sparc, #903383

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
index 255f95a5b431..7627c5b76d74 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-03-28 Thread Sam James
commit: 84044f7cb621d7bc214c4ab31a8fcacb2781dc12
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 20:34:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 20:37:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84044f7c

dev-ruby/rspec-expectations: Stabilize 3.12.1 ppc64, #903383

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
index b96707eb419d..255f95a5b431 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-03-28 Thread Sam James
commit: 860dbec6850ff9b7420ba41e448edb1c89292734
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 20:33:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 20:36:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860dbec6

dev-ruby/rspec-expectations: Stabilize 3.12.1 arm64, #903383

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
index 03c5244f64b2..045f25daef38 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-03-28 Thread Sam James
commit: 284377a79064f1dffd962cfcd6a221ef1f133bd4
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 20:33:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 20:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284377a7

dev-ruby/rspec-expectations: Stabilize 3.12.1 ppc, #903383

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
index 045f25daef38..b96707eb419d 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-03-10 Thread Hans de Graaff
commit: 61fddb793402300ee1b0383e46c308e265571ac0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 10 07:49:39 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 10 09:04:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fddb79

dev-ruby/rspec-expectations: enable ruby32

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

 dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
index 147583e75d53..649efecbf431 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-01-13 Thread Sam James
commit: 71a8193f1a9747df58c64452aa5da592fe568f5d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 13 13:50:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 13 13:50:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a8193f

dev-ruby/rspec-expectations: Stabilize 3.11.1 sparc, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 255f95a5b431..7627c5b76d74 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Sam James
commit: f7b6df056081b258019a3a11d3912262375f07d3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 02:14:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 02:14:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b6df05

dev-ruby/rspec-expectations: Stabilize 3.11.1 arm64, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 2c70d50c074d..255f95a5b431 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Sam James
commit: 0f1d50180b749565afd80d404b2467a3e3ff4f28
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  9 01:28:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  9 01:28:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1d5018

dev-ruby/rspec-expectations: Stabilize 3.11.1 arm, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 8d58d8c2ee8e..2c70d50c074d 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Arthur Zamarin
commit: 33961da4889205a96dd9e378381d58a1306a0d0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan  8 17:00:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  8 17:00:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33961da4

dev-ruby/rspec-expectations: Stabilize 3.11.1 x86, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 19bd7065efac..8d58d8c2ee8e 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Arthur Zamarin
commit: 94537ce494aa7817b905f66631bf1f59e5f95dc0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan  8 17:00:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  8 17:00:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94537ce4

dev-ruby/rspec-expectations: Stabilize 3.11.1 amd64, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 9ecd20d2dc9f..19bd7065efac 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Jakov Smolić
commit: 7c001c5968e03d37c7a99c17eedaeca11ca64fcd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan  8 12:13:06 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan  8 12:13:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c001c59

dev-ruby/rspec-expectations: Stabilize 3.11.1 ppc64, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 79746b29330b..9ecd20d2dc9f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Jakov Smolić
commit: 73cadb5064209e8f2f629030be203db1a6c0c0a4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan  8 12:13:01 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan  8 12:13:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cadb50

dev-ruby/rspec-expectations: Stabilize 3.11.1 ppc, #890196

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
index 7e2877d8201b..79746b29330b 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2023-01-08 Thread Hans de Graaff
commit: 238d04a21a007209178bdc44b0dd80710a219d56
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  8 07:56:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  8 07:56:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238d04a2

dev-ruby/rspec-expectations: add 3.12.2

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.2.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 5fe4002ff6f8..9da6216d2d36 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -5,3 +5,4 @@ DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4
 DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
 DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83
 DIST rspec-expectations-3.12.1-git.tgz 218331 BLAKE2B 
9a8604bef9d0118fc3ce5c56f3c53597bf5f4a2eb6a85977fb73ba43e585fc430c3a658ed6ca5b2b9c7fce7e11add81303734bac4bafc8331b221eef8eca4a8a
 SHA512 
a0412cbf55d6cc3c0671abb3cb64bbc9473496aeb8adaa0fa5ae35f0036635adf5f894db0a9150002e7a69cffd1bf2b0c952672890197559be5c54bd2b508b64
+DIST rspec-expectations-3.12.2-git.tgz 218501 BLAKE2B 
9b4dffb018d11c6d2bea399a7c1c3ebea157f83231d50e641998e0cb77e85e65c097a5d21e6989ce4c123df00137146b409fa2af102691867195fe42f1e11735
 SHA512 
6695959bcb185654e7ae96eaf112263ab49cf89f32781ab2b445e11e5d04b070295c9fa051ed6f4925b7cce78fb233490ad12618ac8f54d24a328ae3a6788859

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
new file mode 100644
index ..147583e75d53
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-12-17 Thread Hans de Graaff
commit: c165091a2e787cbe031907d02ba0bdfe1af4ea56
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 17 08:39:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:21:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c165091a

dev-ruby/rspec-expectations: add 3.12.1

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 905d5d4b19ed..5fe4002ff6f8 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -4,3 +4,4 @@ DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
 DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
 DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83
+DIST rspec-expectations-3.12.1-git.tgz 218331 BLAKE2B 
9a8604bef9d0118fc3ce5c56f3c53597bf5f4a2eb6a85977fb73ba43e585fc430c3a658ed6ca5b2b9c7fce7e11add81303734bac4bafc8331b221eef8eca4a8a
 SHA512 
a0412cbf55d6cc3c0671abb3cb64bbc9473496aeb8adaa0fa5ae35f0036635adf5f894db0a9150002e7a69cffd1bf2b0c952672890197559be5c54bd2b508b64

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
new file mode 100644
index ..7e2877d8201b
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-10-29 Thread Hans de Graaff
commit: 54c38eece9f9babffb2af6f2112c47e677ae8bbe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 29 06:25:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 29 06:26:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c38eec

dev-ruby/rspec-expectations: add 3.12.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.12.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 15b8af107292..905d5d4b19ed 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -3,3 +3,4 @@ DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48b
 DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
 DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9
+DIST rspec-expectations-3.12.0-git.tgz 217524 BLAKE2B 
f9638e2e5c83020818b2de4c06074b7d70f02655a50d598ecfcd8c79e1abb2ec351c5b7aed1ec0ea84fde140fc1a04349a6f2edbffda7cb697135ac0b5788b0c
 SHA512 
51a80b5d45e8ca61a829f2130c60433999c6d5c60343d25f737bdb9d6864e89a156b29b549250f7c4248d5ba7a0cef11eb28e55d3023274051eb11f2d0361c83

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
new file mode 100644
index ..7e2877d8201b
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.12.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-10-01 Thread Hans de Graaff
commit: 8548acc840ee6d88a29ab534e18bf8a26e5f853b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  1 07:05:12 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  1 07:06:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8548acc8

dev-ruby/rspec-expectations: add 3.11.1

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.11.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 376188aea5b8..15b8af107292 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,3 +2,4 @@ DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
+DIST rspec-expectations-3.11.1-git.tgz 217396 BLAKE2B 
b9660b22f0b23a5436d98ffe2b21b58c947765ab5cf7d245bf265faead46a5326fc403ad55ee2fcd72d96c8c29fc996715ecc74c9521ec4ca34daa9d5bc0f819
 SHA512 
1941056eb2f2205f583f335993e25030b433cb0463992d74d5c568c7bbab4313fc6e7e14ada5147064b14d6da49326e3c3cb342408cfe9b38d350c9470e5cdf9

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
new file mode 100644
index ..7e2877d8201b
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-06-24 Thread Hans de Graaff
commit: bbafcc94e9db5da7e0bec4ea561dfc8d8bce08ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 24 07:24:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 24 07:25:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbafcc94

dev-ruby/rspec-expectations: drop 3.9.4

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.9.4.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 59cd523675a7..376188aea5b8 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,4 +2,3 @@ DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
-DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
deleted file mode 100644
index a075d100db38..
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2022-03-30 Thread Hans de Graaff
commit: dd544904d13f28875be0d663f6d05c5b230d25e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 30 06:45:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 31 05:39:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd544904

dev-ruby/rspec-expectations: enable ruby31

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

 dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
index 5180c98f1449..75e012d1768d 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.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"
 



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

2022-02-10 Thread Hans de Graaff
commit: be7ec12887a9c4d3aa2f6922af12f93732b3f6a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 11 07:42:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 11 07:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7ec128

dev-ruby/rspec-expectations: add 3.11.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.11.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index add7b28c5331..59cd523675a7 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,5 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
+DIST rspec-expectations-3.11.0-git.tgz 214878 BLAKE2B 
f830a0a31fb0e7cd6639e711e4daa9faa98e514b6a1dd864c383259d199dc617c6c7ff45dc65f37cf53d3c4581c6ecb9148e42b77f3c37541d8985714d62af23
 SHA512 
209eabafe92db3de1a78524d98facda16b3f5fef11f8f0c8c74bc6fc68529c8d9a835a8196e84b8b8bdf828d548d4b00bb1acdd607cab14dad7874f55a42b0c6
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
new file mode 100644
index ..5180c98f1449
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.11.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 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_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2022-01-14 Thread Hans de Graaff
commit: e89e85d0227ef2f90deed79dce8257ffaa314b58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:28:26 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89e85d0

dev-ruby/rspec-expectations: add 3.10.2

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.10.2.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 182e9ff10716..add7b28c5331 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
+DIST rspec-expectations-3.10.2-git.tgz 213253 BLAKE2B 
51c306d34dfd82d551b8390bed9790748f8f62b9f4b5243399486640d04465dc0c33756f7a575e98c8e61310cf6c25b93b4c1102fc1798814d916defb0ad310e
 SHA512 
819f1b9e881a56d5563c9421e3e897726931c3cb27be5554e35f41077656e426cbac1ddced6a6e61ba21faa7c147c239433ddb9d21ae2e88592d91b286c170a7
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild
new file mode 100644
index ..89b2242466ee
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2021-08-03 Thread Marek Szuba
commit: 34dbb2ee46af9b500490b3b691de9a0a2c4a1bf1
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug  3 11:44:35 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug  3 11:50:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dbb2ee

dev-ruby/rspec-expectations: keyword 2.99.2 for ~riscv, EAPI 5 -> 8

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

 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index 1e6a4c2af16..ba8439da565 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"



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

2021-08-02 Thread Marek Szuba
commit: 79bd436d318001229766cb77a7546e64b58bdd3c
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug  2 21:30:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug  2 21:47:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bd436d

dev-ruby/rspec-expectations: keyword 3.10.1 for ~riscv

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index 0372144c60f..7ff27b85ca3 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-19 Thread Hans de Graaff
commit: 7687a7ea7fcc1453c94be74afe8292d32564e090
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 20 05:11:33 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 20 05:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7687a7ea

dev-ruby/rspec-expectations: amd64 stable

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index d06b1037b4b..0372144c60f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-16 Thread Sam James
commit: a0a5c404f693af4ada4e894cb17c767bb37c4197
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 17 04:59:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 17 04:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a5c404

dev-ruby/rspec-expectations: Stabilize 3.10.1 arm64, #800230

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index d2d7e3ec5b0..7f73a66c60b 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-15 Thread Sergei Trofimovich
commit: dc554d6746f65efbfff4b50ad6cada23fdf6fcd5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 15 22:17:44 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 15 22:17:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc554d67

dev-ruby/rspec-expectations: stable 3.10.1 for ppc

stable wrt bug #800230

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index 537e21832e7..d1c875ca4fd 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-08 Thread Sergei Trofimovich
commit: 6cbd56707a49538c4dc3fb3aaf5f17a8bb5527b4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:17:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:17:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbd5670

dev-ruby/rspec-expectations: stable 3.10.1 for ppc64

stable wrt bug #800230

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index 64f3462c3e2..537e21832e7 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-07 Thread Sergei Trofimovich
commit: 1db8a856ef9ee0373b266ebb44fc9cf07b3dcdde
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jul  7 14:01:49 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  7 14:22:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db8a856

dev-ruby/rspec-expectations: stable 3.10.1 for sparc, bug #800230

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index e005f9f4340..64f3462c3e2 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-07-03 Thread Hans de Graaff
commit: 3cbc34ad79d6157d6bd552908ceb8c5c9340b82f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:51:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:51:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbc34ad

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.10.0.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 0d58088ea2a..182e9ff1071 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,3 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
deleted file mode 100644
index 84439fd818e..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2021-07-03 Thread Hans de Graaff
commit: 2e7349ce0944318f2ac014385d29cfb039c7fa4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:48:05 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7349ce

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.8.4.ebuild| 47 --
 .../rspec-expectations-3.8.6.ebuild| 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index bb62a735dc7..0d58088ea2a 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
-DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
-DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
deleted file mode 100644
index 1177b5849e9..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ /dev/null
@@ -1,47 +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"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
deleted file mode 100644
index 37d5b78b664..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"

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

2021-04-12 Thread Sam James
commit: 23dc75c96cc6cad486c9a0d01dd36ba72beade64
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 16:40:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 16:40:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dc75c9

dev-ruby/rspec-expectations: Stabilize 3.9.4 arm, #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index c2fef86846b..a075d100db3 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-04-11 Thread Sam James
commit: 8103fe5b0cc1e4722db5d95b18b890e4edbcb9ec
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 15:49:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 11 15:54:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8103fe5b

dev-ruby/rspec-expectations: Stabilize 3.9.4 arm64, #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index 81a67810bd6..c2fef86846b 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-21 Thread Sergei Trofimovich
commit: ea6b30e8ecf6ea506d3531991abaf2a2dd11f744
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 21 09:27:02 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 21 09:45:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6b30e8

dev-ruby/rspec-expectations: stable 3.9.4 for ppc

stable wrt bug #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index 10b10ab5256..81a67810bd6 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-12 Thread Sergei Trofimovich
commit: 8787ff257d3bfb7ce908a15399b5ae5bd4aa84d0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 12 19:26:32 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 12 19:27:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8787ff25

dev-ruby/rspec-expectations: stable 3.9.4 for ppc64

stable wrt bug #774948

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index 5e5395698ee..10b10ab5256 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-09 Thread Sam James
commit: a52d672ee9328db5deda28cf0885835f25bc61db
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 11:29:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 11:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52d672e

dev-ruby/rspec-expectations: Stabilize 3.9.4 x86, #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index a2927b6ff9d..5e5395698ee 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-09 Thread Sam James
commit: 033dc80f977a4c9b29e46d4b67230d46fd96fb00
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 11:22:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 11:22:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033dc80f

dev-ruby/rspec-expectations: Stabilize 3.9.4 amd64, #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index 7e4fba2602f..a2927b6ff9d 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-09 Thread Sam James
commit: 2eaabcaec109ce86c80ccd96ca45a3d368a32963
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 11:19:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 11:19:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaabcae

dev-ruby/rspec-expectations: Stabilize 3.9.4 sparc, #774948

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
index b1c99b29bae..7e4fba2602f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2021-03-08 Thread Hans de Graaff
commit: 442762c2ee1cf5d694ac28b000adda2daeaa28c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:50:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:50:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442762c2

dev-ruby/rspec-expectations: add ruby30

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

 dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
index 84439fd818e..e005f9f4340 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2021-03-08 Thread Hans de Graaff
commit: 31dec400b0e9a8c7364fb437adf15595ffbdfc3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar  9 06:23:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar  9 06:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dec400

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.9.1.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 90087c30c7a..bb62a735dc7 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -3,5 +3,4 @@ DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
-DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
deleted file mode 100644
index 8e7b7dbf84d..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2020-12-28 Thread Hans de Graaff
commit: 12ef7c4ab26606d1f61c6999358211da219d2961
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 28 14:41:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 29 06:36:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ef7c4a

dev-ruby/rspec-expectations: add 3.10.1

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.10.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 00c26ca13bb..90087c30c7a 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,6 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
+DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
new file mode 100644
index 000..51856b64738
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-11-13 Thread Hans de Graaff
commit: 7c16cba7e48d708603424b7951355e17c277f1f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:43:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c16cba7

dev-ruby/rspec-expectations: add 3.10.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.10.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index dd17a6e881f..00c26ca13bb 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,5 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
+DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
new file mode 100644
index 000..51856b64738
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-11-05 Thread Sam James
commit: 2119bacd898f84a4a819dd8bfc28c5aa09685c54
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  6 02:52:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  6 03:20:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2119bacd

dev-ruby/rspec-expectations: Stabilize 2.99.2 arm64, #753047

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

 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index ad762b8c7d7..d5009ecc1b0 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"



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

2020-10-31 Thread Hans de Graaff
commit: 41bdfec00c137754a93dd2abc78256654200597a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 31 07:58:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 31 07:59:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bdfec0

dev-ruby/rspec-expectations: add 3.9.4

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.9.4.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index e7185df186d..dd17a6e881f 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,3 +2,4 @@ DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572
+DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
new file mode 100644
index 000..eff2dd3e614
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-09-09 Thread Hans de Graaff
commit: e7b44811c619a47c4c285025a0d39072b7fec67b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep  9 08:28:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep  9 09:24:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b44811

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.9.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index e027d12e20c..e7185df186d 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
-DIST rspec-expectations-3.9.0-git.tgz 203008 BLAKE2B 
aec60d36516ecfd599479b581815e952322e9072a8b807f9f2ac9e9b6b806ad74f4c0313b77a0dc5662b7698549d732578ab960265a4087e9b59ef9c54796d31
 SHA512 
663b9739681c19b5bb1301447017ce4e10bc377ea3f4e51745ccfaa12b014a47e893aeb262b6fa3792e823adb90ae7a15f5c146c48aa80c72eec5faaf84d516c
 DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild
deleted file mode 100644
index 2df69af6404..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2020-03-14 Thread Hans de Graaff
commit: 11d01df7d3601083974a8a824611080b484bf6d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 14 09:53:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 14 11:03:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d01df7

dev-ruby/rspec-expectations: add 3.9.1

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.9.1.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 62f699d6fb9..e027d12e20c 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,3 +2,4 @@ DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.0-git.tgz 203008 BLAKE2B 
aec60d36516ecfd599479b581815e952322e9072a8b807f9f2ac9e9b6b806ad74f4c0313b77a0dc5662b7698549d732578ab960265a4087e9b59ef9c54796d31
 SHA512 
663b9739681c19b5bb1301447017ce4e10bc377ea3f4e51745ccfaa12b014a47e893aeb262b6fa3792e823adb90ae7a15f5c146c48aa80c72eec5faaf84d516c
+DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
new file mode 100644
index 000..467a599c226
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-01-13 Thread Hans de Graaff
commit: 6b60990ce47bac5413aa51712433c46e0ff4e529
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 13 19:14:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 13 19:24:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b60990c

dev-ruby/rspec-expectations: add ruby27

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

 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index 1ccac87ba93..afe2e00f7f1 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.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=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -51,9 +51,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_prepare() {
-   case ${RUBY} in
-   *ruby24|*ruby25|*ruby26)
-   sed -i -e 's/of Fixnum/of Integer/' 
spec/rspec/expectations/expectation_target_spec.rb 
spec/rspec/matchers/be_instance_of_spec.rb || die
-   ;;
-   esac
+   sed -i -e 's/of Fixnum/of Integer/' 
spec/rspec/expectations/expectation_target_spec.rb 
spec/rspec/matchers/be_instance_of_spec.rb || die
 }



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

2020-01-11 Thread Hans de Graaff
commit: d69d24d6585680f917b99f35a8becaa299c9f368
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 12 07:13:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 12 07:13:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69d24d6

dev-ruby/rspec-expectations: add ruby27

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

 dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild
index 6f396186674..467a599c226 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.9.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-expectations/files/

2019-11-10 Thread Aaron Bauman
commit: c9f62df10aa3d06e06a81b01d5ea2ac87519cce7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Nov  9 18:37:11 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 10 03:59:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f62df1

dev-ruby/rspec-expectations: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/rspec-expectations-3.7.0-ruby25.patch| 33 --
 1 file changed, 33 deletions(-)

diff --git 
a/dev-ruby/rspec-expectations/files/rspec-expectations-3.7.0-ruby25.patch 
b/dev-ruby/rspec-expectations/files/rspec-expectations-3.7.0-ruby25.patch
deleted file mode 100644
index feeddb0eff1..000
--- a/dev-ruby/rspec-expectations/files/rspec-expectations-3.7.0-ruby25.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 5999ad46df4782a3136c4bad0c2353daede2cbbd Mon Sep 17 00:00:00 2001
-From: Myron Marston 
-Date: Sat, 30 Dec 2017 17:36:55 -0800
-Subject: [PATCH] Disable Ruby 2.5 feature to avoid test failures on 2.5.
-

- spec/rspec/expectations/failure_aggregator_spec.rb | 13 +
- 1 file changed, 13 insertions(+)
-
-diff --git a/spec/rspec/expectations/failure_aggregator_spec.rb 
b/spec/rspec/expectations/failure_aggregator_spec.rb
-index 6628aa75..40a1ae35 100644
 a/spec/rspec/expectations/failure_aggregator_spec.rb
-+++ b/spec/rspec/expectations/failure_aggregator_spec.rb
-@@ -216,6 +216,19 @@ def expect_error_included_in_aggregated_failure(error)
- end
- 
- context "when an expectation failure happens in another thread" do
-+  # On Ruby 2.5+, the new `report_on_exception` causes the errors in the 
threads
-+  # to print warnings, which our rspec-support test harness converts into 
a test
-+  # failure since we want to enforce warnings-free code. To prevent the 
warning,
-+  # we need to disable the setting here.
-+  if Thread.respond_to?(:report_on_exception)
-+around do |example|
-+  orig = Thread.report_on_exception
-+  Thread.report_on_exception = false
-+  example.run
-+  Thread.report_on_exception = orig
-+end
-+  end
-+
-   it "includes the failure in the failures array if there are other 
failures" do
- expect {
-   aggregate_failures do



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

2019-11-02 Thread Hans de Graaff
commit: 146c03ef8fce0c85152b45204cf267e3dce28a14
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 07:12:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 07:12:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146c03ef

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.7.0.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 7c1acdeecb0..62f699d6fb9 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.0-git.tgz 203008 BLAKE2B 
aec60d36516ecfd599479b581815e952322e9072a8b807f9f2ac9e9b6b806ad74f4c0313b77a0dc5662b7698549d732578ab960265a4087e9b59ef9c54796d31
 SHA512 
663b9739681c19b5bb1301447017ce4e10bc377ea3f4e51745ccfaa12b014a47e893aeb262b6fa3792e823adb90ae7a15f5c146c48aa80c72eec5faaf84d516c

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
deleted file mode 100644
index f7e06817c86..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-PATCHES=( "${FILESDIR}/${P}-ruby25.patch" )
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2019-10-09 Thread Hans de Graaff
commit: 155d25e63c8d21f123d1ddae531b6a47f7c1f865
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 05:20:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155d25e6

dev-ruby/rspec-expectations: add 3.8.6

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.8.6.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 27fc7a6593e..b23f67b9fa1 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
+DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
new file mode 100644
index 000..6f396186674
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2019-09-13 Thread Mikle Kolyada
commit: 2610876cb70e40e7398af827fca326b29abea127
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 13 17:29:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 13 17:29:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2610876c

dev-ruby/rspec-expectations: arm stable wrt bug #692686

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 511285081a9..abc31db7d8c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-24 Thread Sergei Trofimovich
commit: 36efc0ca77a5d31274bade2e7b6ed550d0ddf0f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 24 19:33:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 24 21:24:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36efc0ca

dev-ruby/rspec-expectations: stable 3.8.4 for hppa, bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 42c080fc20a..511285081a9 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-23 Thread Agostino Sarubbo
commit: 4a5eef9975758ea0354a3b21fd09fa512b4d4538
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 23 16:33:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 23 16:33:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5eef99

dev-ruby/rspec-expectations: alpha stable wrt bug #692686

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 9100750587f..42c080fc20a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-23 Thread Agostino Sarubbo
commit: e3f9a4f5496f72774404c15d20b21a45994560e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 23 13:11:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 23 13:11:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f9a4f5

dev-ruby/rspec-expectations: ia64 stable wrt bug #692686

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 6bdb307984c..9100750587f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-23 Thread Agostino Sarubbo
commit: 0e84c0c0a5a3b6ac7e04d0c0442ef6180f10f9a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 23 09:59:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 23 09:59:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e84c0c0

dev-ruby/rspec-expectations: s390 stable wrt bug #692686

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 9152aa30e7a..6bdb307984c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-22 Thread Agostino Sarubbo
commit: e44397a9d7d35a02c880c3300371b8e5c866967c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 22 22:03:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 22 22:03:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44397a9

dev-ruby/rspec-expectations: ppc64 stable wrt bug #692686

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index ce02aedfa39..9152aa30e7a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-22 Thread Agostino Sarubbo
commit: 624ef485ca064516cb970cd6159dc50d6ab50e5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 22 22:01:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 22 22:01:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624ef485

dev-ruby/rspec-expectations: ppc stable wrt bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 8352f3d6e43..ce02aedfa39 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-22 Thread Sergei Trofimovich
commit: 704d12da48f52c995d6e9ecdd976f90d77d6e1b7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 22 16:45:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Aug 22 18:32:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704d12da

dev-ruby/rspec-expectations: stable 3.8.4 for sparc, bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index ce2cbe5607d..8352f3d6e43 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-22 Thread Agostino Sarubbo
commit: a210a5374d3ac7737464973f3c165a869d68e85c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 22 11:48:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 22 11:48:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a210a537

dev-ruby/rspec-expectations: x86 stable wrt bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 4824329e621..ce2cbe5607d 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-21 Thread Agostino Sarubbo
commit: 825e189ad874966741f076fe9e0f826723cf30cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 21 21:06:46 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 21 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825e189a

dev-ruby/rspec-expectations: amd64 stable wrt bug #692686

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
index 647c42d8500..4824329e621 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-08-19 Thread Hans de Graaff
commit: df690da8d06dfd0f4312f4ddf078c3cf1ac138a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 19 07:59:24 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 19 08:01:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df690da8

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.8.2.ebuild| 47 --
 .../rspec-expectations-3.8.3.ebuild| 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 82420b17363..27fc7a6593e 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,3 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
-DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198
-DIST rspec-expectations-3.8.3-git.tgz 200239 BLAKE2B 
88295c7df00a99486bb19ae37ee74a857a087afdb4c14eb6db8c343e639ef322c45ab9de25b0c70707a9f17cbc81c47baff8b7695fc6a1440de5509b1508cb1f
 SHA512 
328b3403e7ac2864ed6ad1a196ca24df6693797e35525559f2082c7e1c161d60da7776ca1a68a82364a7ea55115ac2c12ebf6af8486ef88757a4818a9683ae80
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
deleted file mode 100644
index 3d7edbe767c..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
deleted file mode 100644
index 647c42d8500..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;

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

2019-06-10 Thread Hans de Graaff
commit: d8569b2312139a2570097ff65e167c82d60583d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 11 04:59:32 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 11 05:40:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8569b23

dev-ruby/rspec-expectations: add 3.8.4

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.8.4.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index a7561379b73..82420b17363 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,3 +2,4 @@ DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198
 DIST rspec-expectations-3.8.3-git.tgz 200239 BLAKE2B 
88295c7df00a99486bb19ae37ee74a857a087afdb4c14eb6db8c343e639ef322c45ab9de25b0c70707a9f17cbc81c47baff8b7695fc6a1440de5509b1508cb1f
 SHA512 
328b3403e7ac2864ed6ad1a196ca24df6693797e35525559f2082c7e1c161d60da7776ca1a68a82364a7ea55115ac2c12ebf6af8486ef88757a4818a9683ae80
+DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
new file mode 100644
index 000..647c42d8500
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2019-04-21 Thread Hans de Graaff
commit: b368a9646a03d1084a009e568559a29184603c88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 22 05:16:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 22 05:16:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b368a964

dev-ruby/rspec-expectations: add 3.8.3

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.8.3.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 6ca8131fccb..a7561379b73 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198
+DIST rspec-expectations-3.8.3-git.tgz 200239 BLAKE2B 
88295c7df00a99486bb19ae37ee74a857a087afdb4c14eb6db8c343e639ef322c45ab9de25b0c70707a9f17cbc81c47baff8b7695fc6a1440de5509b1508cb1f
 SHA512 
328b3403e7ac2864ed6ad1a196ca24df6693797e35525559f2082c7e1c161d60da7776ca1a68a82364a7ea55115ac2c12ebf6af8486ef88757a4818a9683ae80

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
new file mode 100644
index 000..647c42d8500
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2019-03-16 Thread Mikle Kolyada
commit: d5c6dedada929c1342783389ee059a0cd6697216
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 16 19:56:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 16 19:56:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c6deda

dev-ruby/rspec-expectations: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 2 +-
 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild  | 4 ++--
 dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index 86ee348aeca..91635a06d90 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index aee9d28b47c..4eb12ad1379 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
index 248a6e5cf4b..3d7edbe767c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2019-01-18 Thread Hans de Graaff
commit: a8ea55fbfe0d1f34c4483a3df6c451dbec39a378
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 18 11:10:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 18 11:12:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ea55fb

dev-ruby/rspec-expectations: add ruby26

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

 dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
index 2c12f2af442..86ee348aeca 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.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_TEST="rspec"
 
@@ -52,7 +52,7 @@ all_ruby_prepare() {
 
 each_ruby_prepare() {
case ${RUBY} in
-   *ruby24|*ruby25)
+   *ruby24|*ruby25|*ruby26)
sed -i -e 's/of Fixnum/of Integer/' 
spec/rspec/expectations/expectation_target_spec.rb 
spec/rspec/matchers/be_instance_of_spec.rb || die
;;
esac



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

2019-01-04 Thread Hans de Graaff
commit: 5aecc90b583d1dc4a78e6690a16705a7c96c43be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan  5 07:49:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan  5 07:58:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aecc90b

dev-ruby/rspec-expectations: add ruby26

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

 dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
index f172e8ea668..248a6e5cf4b 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-12-11 Thread Hans de Graaff
commit: a012daf0bf7c9d3a9a8672ffd5552b961f0df180
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 11 11:30:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 11 11:30:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a012daf0

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.6.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index e071e030aa4..6ca8131fccb 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,3 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.6.0-git.tgz 193897 BLAKE2B 
f3fc2b06a317e77838e2d483416ab0e05aefed8a129058ceaf1a80d3068b41e81abc9fd85576433fd1577e6114ccc65130734b850997f89310b80b549f80d679
 SHA512 
5c784eff2c076623f471bcfff6e014420782c8d52ff54a68adc9b4d6b60a91726da36e3989535f4ab7f1fcc6b1e2a3c3a63ee330f8ea55f475711741762c0f07
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
deleted file mode 100644
index aa7530d2fe5..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2018-11-24 Thread Sergei Trofimovich
commit: e5c46c7cc873c507cc23bde43dabce0937d68992
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 10:38:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 10:38:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c46c7c

dev-ruby/rspec-expectations: stable 3.7.0 for hppa, bug #666742

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

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 3b7b623f4fe..aee9d28b47c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-11-24 Thread Hans de Graaff
commit: ada5e6029505b515fcae1e1c8cbeb69f91858f55
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 24 08:09:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 24 08:09:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada5e602

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.8.0.ebuild| 47 --
 .../rspec-expectations-3.8.1.ebuild| 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 8e55605538f..e071e030aa4 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.6.0-git.tgz 193897 BLAKE2B 
f3fc2b06a317e77838e2d483416ab0e05aefed8a129058ceaf1a80d3068b41e81abc9fd85576433fd1577e6114ccc65130734b850997f89310b80b549f80d679
 SHA512 
5c784eff2c076623f471bcfff6e014420782c8d52ff54a68adc9b4d6b60a91726da36e3989535f4ab7f1fcc6b1e2a3c3a63ee330f8ea55f475711741762c0f07
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
-DIST rspec-expectations-3.8.0-git.tgz 198184 BLAKE2B 
4bd191885a7944ca4909a1275618726cd0fff95352ef7e88f05d94e5f7088632d2c9ac7a9f47ea94c79e3665198482098daf7f6fc286c59563c8efbdee585241
 SHA512 
7157dcf09c18d2b56156ba4c1b0bc1a11cb98ab05e43ab9cbd65eea3f796cadf3319711d4e9837905cbba8d70cf297aea47f1f8631fd7a97be763dd33ce08002
-DIST rspec-expectations-3.8.1-git.tgz 198732 BLAKE2B 
243dccbf1771bda4a445abdadfbb79e67ad2e3a2a92013bcefdf746bcb6a3c99c1c999c15cf3a0ed324d587463ce57676785670ee5b2fa85ee216359b694bb64
 SHA512 
91d637210ccc4322073ce3e258b923de0e69f0a6eb0f07dd31bfe41da0a0ff18685c289e02c3ccabdea0f332ad55dbcb197fc16c7d6b144958e11cc90bfc8496
 DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild
deleted file mode 100644
index 4f2f517824f..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild
deleted file mode 100644
index 4f2f517824f..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-

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

2018-11-24 Thread Hans de Graaff
commit: 3b25d2f5c78ee077c81b259eef14772e706d91fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 24 08:05:59 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 24 08:05:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b25d2f5

dev-ruby/rspec-expectations: ppc64 stable, bug 666742

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

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 0a614997279..3b7b623f4fe 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-11-18 Thread Sergei Trofimovich
commit: c2afe41d1a4c99b0cb18adaba0518068088a4c00
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 10:33:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 10:33:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2afe41d

dev-ruby/rspec-expectations: stable 3.7.0 for ia64, bug #666742

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

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index b1735046714..0a614997279 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-11-07 Thread Sergei Trofimovich
commit: 825974a92536ddf623ee53cd1d8d3eeb7b222ebe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  7 22:55:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  7 22:59:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825974a9

dev-ruby/rspec-expectations: stable 3.7.0 for ppc, bug #666742

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

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 86a099902d3..b1735046714 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-10-15 Thread Markus Meier
commit: f79441ec4160ffd93995503d64b5ba9f5a2424db
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 15 18:11:33 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 15 18:11:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79441ec

dev-ruby/rspec-expectations: arm stable, bug #666742

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 69138fc9f5a..86a099902d3 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-10-14 Thread Hans de Graaff
commit: 259a4a242fa87dc9758e5115539c87614d614fab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 14 05:45:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 14 05:45:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259a4a24

dev-ruby/rspec-expectations: add 3.8.2

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.8.2.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 74e861fb1ff..8e55605538f 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -3,3 +3,4 @@ DIST rspec-expectations-3.6.0-git.tgz 193897 BLAKE2B 
f3fc2b06a317e77838e2d483416
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.0-git.tgz 198184 BLAKE2B 
4bd191885a7944ca4909a1275618726cd0fff95352ef7e88f05d94e5f7088632d2c9ac7a9f47ea94c79e3665198482098daf7f6fc286c59563c8efbdee585241
 SHA512 
7157dcf09c18d2b56156ba4c1b0bc1a11cb98ab05e43ab9cbd65eea3f796cadf3319711d4e9837905cbba8d70cf297aea47f1f8631fd7a97be763dd33ce08002
 DIST rspec-expectations-3.8.1-git.tgz 198732 BLAKE2B 
243dccbf1771bda4a445abdadfbb79e67ad2e3a2a92013bcefdf746bcb6a3c99c1c999c15cf3a0ed324d587463ce57676785670ee5b2fa85ee216359b694bb64
 SHA512 
91d637210ccc4322073ce3e258b923de0e69f0a6eb0f07dd31bfe41da0a0ff18685c289e02c3ccabdea0f332ad55dbcb197fc16c7d6b144958e11cc90bfc8496
+DIST rspec-expectations-3.8.2-git.tgz 198952 BLAKE2B 
6952f895251f26f8a1b7746b277fc92b296e78fb23b8f581e90f649ccc28e21e0a695f87b012b4925becfcda8f8876414f74a826c75bdfa5114092849bbfe525
 SHA512 
d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
new file mode 100644
index 000..f172e8ea668
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2018-10-11 Thread Tobias Klausmann
commit: 7f2f3421ddac7de36a97bbaa3e2b7f85e681b61c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Oct 11 17:28:22 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Oct 11 18:49:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2f3421

dev-ruby/rspec-expectations-3.7.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/666742
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 563a8f718fe..69138fc9f5a 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-09-23 Thread Hans de Graaff
commit: a78c51b8f9e2fa63c222b159b38aee34bc786ef9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 24 04:49:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 24 04:49:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78c51b8

dev-ruby/rspec-expectations: amd64 stable, bug 666742

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 68effce114c..563a8f718fe 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-09-23 Thread Thomas Deutschmann
commit: b0edc7adbac21562d5c9222aa97963f02aa45629
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 24 01:42:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 24 01:42:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0edc7ad

dev-ruby/rspec-expectations: x86 stable (bug #666742)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 699a24254bb..68effce114c 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-09-23 Thread Sergei Trofimovich
commit: 06630222a55745600f3a377a685c554fa39654f5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 23 08:04:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 23 10:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06630222

dev-ruby/rspec-expectations: stable 3.7.0 for sparc, bug #666742

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

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index 930e5911e98..699a24254bb 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-09-22 Thread Hans de Graaff
commit: b030247283e61a0ea23790be8276c0b0a893ace8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 22 06:09:54 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 22 06:09:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0302472

dev-ruby/rspec-expectations: move ~sparc keyword forward

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild | 2 +-
 dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild | 2 +-
 dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
index a9e1c41d484..930e5911e98 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild
index f478350c65e..4f2f517824f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild
index f478350c65e..4f2f517824f 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.8.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(ver_cut 1-2)"



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

2018-09-22 Thread Hans de Graaff
commit: 926693df999d703f65395f41ebe4cec50415e134
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 22 05:56:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 22 05:56:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926693df

dev-ruby/rspec-expectations: cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.5.0.ebuild| 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index fc881df7393..74e861fb1ff 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,5 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.5.0-git.tgz 187600 BLAKE2B 
607dabc38e077ed82e18cdc690900f7fef86e6bb30a8004534992804717f8430a132b8f7d882226557e8c83832a1a8f43a32e9791b19869919c9b0aa8cfead8f
 SHA512 
e6077549a028de0e34cdd50d93552ca3ee0f30bb550e9df20d391f287beb57070dcb3a5104627e7adb55689e7b102c91b7d3a3b944b8c4ff1235761140f2dce0
 DIST rspec-expectations-3.6.0-git.tgz 193897 BLAKE2B 
f3fc2b06a317e77838e2d483416ab0e05aefed8a129058ceaf1a80d3068b41e81abc9fd85576433fd1577e6114ccc65130734b850997f89310b80b549f80d679
 SHA512 
5c784eff2c076623f471bcfff6e014420782c8d52ff54a68adc9b4d6b60a91726da36e3989535f4ab7f1fcc6b1e2a3c3a63ee330f8ea55f475711741762c0f07
 DIST rspec-expectations-3.7.0-git.tgz 194071 BLAKE2B 
67c8db15c43cc1141b19c6eb99390eaaf2535ec03f0fdc7b05576daa463d252f56ff251d40f5771726ee6451d57eef206c893f2593b01d413b5d96cdf21f0daf
 SHA512 
bdd3222089299e9bfdd6f17a2b8af81d5e695290a3ce976630d586d51ff2df5baf76a3887b8adb31294bd6623ba85f8c2a4a31ac520046515aeeb81fa3a1bd5a
 DIST rspec-expectations-3.8.0-git.tgz 198184 BLAKE2B 
4bd191885a7944ca4909a1275618726cd0fff95352ef7e88f05d94e5f7088632d2c9ac7a9f47ea94c79e3665198482098daf7f6fc286c59563c8efbdee585241
 SHA512 
7157dcf09c18d2b56156ba4c1b0bc1a11cb98ab05e43ab9cbd65eea3f796cadf3319711d4e9837905cbba8d70cf297aea47f1f8631fd7a97be763dd33ce08002

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
deleted file mode 100644
index 8d7056ae252..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2018-09-19 Thread Sergei Trofimovich
commit: 6a8bbd941e32ffbe4b1b1774f6bd6907e538cdda
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep 19 20:24:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 19 20:26:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8bbd94

dev-ruby/rspec-expectations: stable 3.6.0 for ia64, bug #653658

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
index 006db3d09cd..aa7530d2fe5 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2018-08-23 Thread Thomas Deutschmann
commit: 0ada9480a690169bce612a8ffda70362cc630480
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 24 01:29:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 24 01:29:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ada9480

dev-ruby/rspec-expectations: x86 stable (bug #653658)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
index 92b33ed3041..006db3d09cd 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.6.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



  1   2   >