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

2024-04-06 Thread Hans de Graaff
commit: 68248fd09db8bdf6d4330a62831f19c63c98eba0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  6 05:56:46 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  6 06:14:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68248fd0

dev-ruby/rake: add 13.2.1

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.2.1.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 5074cc79ca62..3d3b4acd4012 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-13.0.6.tar.gz 123485 BLAKE2B 
39c99b9d125ba7519bd8eaadac85646e785cc01fafad549becea5b2801f14d74085365743f1c5eb1126d0ae32b19ebcde636badc06670a0ad0dba419082e691f
 SHA512 
1b438be96d8cedaf70e961b0bbd2217692b0b5537b2e1d5f599158e7da3e300cf6ab0c5f0c52fea89be0beb675effbbf563d24e55c84fb673b4982013355e03c
 DIST rake-13.1.0.tar.gz 124144 BLAKE2B 
753995c99c165c2f7fb58da698c8599bed700503fe887062c984f20f0792c8d27aa9e7bb00b4c234aa493437f569d389068c6ace1cd72be9c21f7a4b515df584
 SHA512 
aaea4566834e588ff5cf9f48892cb7aea40f0057db949eb0053755b2f601d5c19073128aedb1f3c98cace441518bbf9bc215ba45d9135123d5b3a48a1625a995
 DIST rake-13.2.0.tar.gz 124514 BLAKE2B 
07765d63d46e2044bf571491aea70a9a74156c8a68d524339c443e38ad298efc53bc9cbba288039ec7ad02cf6984ca3a1008c22478188bab0e2a7c4bda82ccb4
 SHA512 
c1c36de667c92a5e627b29d6d504aa22bf845f27d04eace5fbc13b10845932fe6ba58b4d64d6aca45436f6db6f2b4fbab4c155120d4818db0870c8d58e957d9c
+DIST rake-13.2.1.tar.gz 124565 BLAKE2B 
c9ec38d3808705aa583d815966c026ee891f4af8860267515b92e14e4a9c2f85f6d08c338546837cd01cda6f4398bf5001017838561b4b8abeba5aa54ce6f19b
 SHA512 
23948361713d751c6ed83fa84ce2c02031604d2c6f2f8d4db92a50ba2b614214f58b3c156066bb2653dd9728243493100cefbc76ee95ba377ccb90f696974952

diff --git a/dev-ruby/rake/rake-13.2.1.ebuild b/dev-ruby/rake/rake-13.2.1.ebuild
new file mode 100644
index ..9f9e0a5bc533
--- /dev/null
+++ b/dev-ruby/rake/rake-13.2.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc"
+
+BDEPEND+=" app-alternatives/gzip"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e 's:_relative ": "./:' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true RUBYLIB="$(pwd)/lib" ${RUBY} -Ilib:test:. -e 
'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2024-04-02 Thread Hans de Graaff
commit: 157d3a01610aab56675a0206f1cfdc20a958d295
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr  3 05:45:22 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr  3 05:49:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157d3a01

dev-ruby/rake: add 13.2.0

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.2.0.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index b395512fb84f..5074cc79ca62 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,2 +1,3 @@
 DIST rake-13.0.6.tar.gz 123485 BLAKE2B 
39c99b9d125ba7519bd8eaadac85646e785cc01fafad549becea5b2801f14d74085365743f1c5eb1126d0ae32b19ebcde636badc06670a0ad0dba419082e691f
 SHA512 
1b438be96d8cedaf70e961b0bbd2217692b0b5537b2e1d5f599158e7da3e300cf6ab0c5f0c52fea89be0beb675effbbf563d24e55c84fb673b4982013355e03c
 DIST rake-13.1.0.tar.gz 124144 BLAKE2B 
753995c99c165c2f7fb58da698c8599bed700503fe887062c984f20f0792c8d27aa9e7bb00b4c234aa493437f569d389068c6ace1cd72be9c21f7a4b515df584
 SHA512 
aaea4566834e588ff5cf9f48892cb7aea40f0057db949eb0053755b2f601d5c19073128aedb1f3c98cace441518bbf9bc215ba45d9135123d5b3a48a1625a995
+DIST rake-13.2.0.tar.gz 124514 BLAKE2B 
07765d63d46e2044bf571491aea70a9a74156c8a68d524339c443e38ad298efc53bc9cbba288039ec7ad02cf6984ca3a1008c22478188bab0e2a7c4bda82ccb4
 SHA512 
c1c36de667c92a5e627b29d6d504aa22bf845f27d04eace5fbc13b10845932fe6ba58b4d64d6aca45436f6db6f2b4fbab4c155120d4818db0870c8d58e957d9c

diff --git a/dev-ruby/rake/rake-13.2.0.ebuild b/dev-ruby/rake/rake-13.2.0.ebuild
new file mode 100644
index ..9f9e0a5bc533
--- /dev/null
+++ b/dev-ruby/rake/rake-13.2.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc"
+
+BDEPEND+=" app-alternatives/gzip"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e 's:_relative ": "./:' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true RUBYLIB="$(pwd)/lib" ${RUBY} -Ilib:test:. -e 
'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2024-02-11 Thread Hans de Graaff
commit: 5e3ad3aea814b5d4c6528a11bd63424eeeb95dde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 11 15:12:04 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 11 15:12:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3ad3ae

dev-ruby/rake-compiler: add 1.2.7

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.7.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 3fe1ff649a93..cf6abdcb8b00 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-1.2.3.tar.gz 38603 BLAKE2B 
d6cb1714ec3983051d794307e0516c01379a1d2a59430fad9780cc4b037a159c924a4edc1abf6cfbfa1b245203e4cfd4ea7bf887dbf2ea02ca93138629012062
 SHA512 
3dd3374630dbf0ce9d31caf62d399481622ed55aa15184073836043b907d40994b3284c40945f89c604296cc0cd2b588245e2310cef80846da48883c0e6a2f34
 DIST rake-compiler-1.2.5.tar.gz 38723 BLAKE2B 
9f619026574467e6abd31a449f1825c49e0df691b1f139c7a8829a9361df3401bab65312303ab7a566eaf73f4a3a6b78674c73abe6f1cc72d1f1bbb6f619e51a
 SHA512 
843b9286f874b487f23a3558b0a7565eea5e2a22144a8ece944b4b69d40945eee16cca8341e2ea3678418df7f36637574c6832899215676ca3294ae61b24ff5a
 DIST rake-compiler-1.2.6.tar.gz 38890 BLAKE2B 
0d0e854b86fda590ea80cdff548195fda09f8851aad444546f88b8bd3594766b459e94185398d99c0322ca4314bee5b8ae9ebdc573ff1df1e3b78c3af651498b
 SHA512 
29ad4a756149788676cf8f33dd419f0c306390d098f22b88aee211e61593b69f53e7f2b566d28c32cf3676478c0c2dba73a360715db1a9d6d50dedbbddb97379
+DIST rake-compiler-1.2.7.tar.gz 39664 BLAKE2B 
457359489e5c3c2155d0b2118b146bdf0ed0249b642859d34950640f472e4ed1d166ff3491ba5f739612f4a32e537b8319ee0eca2cd85cd5bfb61aec7a7daecc
 SHA512 
7405037092446e245028f73494acbeeb9b67cdcbc4e90832180d3c53d36df008b05a83e88e1919b884754e39365ca5685aa22cf8caf9e7f96786c11ac7208ead

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.7.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.7.ebuild
new file mode 100644
index ..810b46de41d0
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.7.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/rake-compiler/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/rake-compiler/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby30 ruby31 ruby32" ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+
+   # Fix compatibility with newer rspec versions.
+   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby30|*ruby31|*ruby32)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2024-02-09 Thread Hans de Graaff
commit: 12d733dbb55780dd082174b43e2d4c13f6a912ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  9 09:10:15 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  9 09:13:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d733db

dev-ruby/rake: fix tests when rake is not installed

Ensure that the test suite uses the local files only, otherwise
one of the tests will mysteriously fail when rake is not already
installed.

Also avoid loading minitest plugins which may break when rake is not
present.

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

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

diff --git a/dev-ruby/rake/rake-13.1.0.ebuild b/dev-ruby/rake/rake-13.1.0.ebuild
index 4ce7d447e2c7..2b254de6cfb7 100644
--- a/dev-ruby/rake/rake-13.1.0.ebuild
+++ b/dev-ruby/rake/rake-13.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -43,7 +43,7 @@ all_ruby_compile() {
 }
 
 each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+   MT_NO_PLUGINS=true RUBYLIB="$(pwd)/lib" ${RUBY} -Ilib:test:. -e 
'Dir["test/test_*.rb"].each{|f| require f}' || die
 }
 
 all_ruby_install() {



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

2024-01-25 Thread Hans de Graaff
commit: 940c42998bfeb704ef15f5aa25aa19a1b554df15
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 25 08:58:22 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 25 08:59:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940c4299

dev-ruby/rake-compiler: add 1.2.6

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.6.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index b52e7559ccb0..a097391f3dde 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce
 DIST rake-compiler-1.2.3.tar.gz 38603 BLAKE2B 
d6cb1714ec3983051d794307e0516c01379a1d2a59430fad9780cc4b037a159c924a4edc1abf6cfbfa1b245203e4cfd4ea7bf887dbf2ea02ca93138629012062
 SHA512 
3dd3374630dbf0ce9d31caf62d399481622ed55aa15184073836043b907d40994b3284c40945f89c604296cc0cd2b588245e2310cef80846da48883c0e6a2f34
 DIST rake-compiler-1.2.5.tar.gz 38723 BLAKE2B 
9f619026574467e6abd31a449f1825c49e0df691b1f139c7a8829a9361df3401bab65312303ab7a566eaf73f4a3a6b78674c73abe6f1cc72d1f1bbb6f619e51a
 SHA512 
843b9286f874b487f23a3558b0a7565eea5e2a22144a8ece944b4b69d40945eee16cca8341e2ea3678418df7f36637574c6832899215676ca3294ae61b24ff5a
+DIST rake-compiler-1.2.6.tar.gz 38890 BLAKE2B 
0d0e854b86fda590ea80cdff548195fda09f8851aad444546f88b8bd3594766b459e94185398d99c0322ca4314bee5b8ae9ebdc573ff1df1e3b78c3af651498b
 SHA512 
29ad4a756149788676cf8f33dd419f0c306390d098f22b88aee211e61593b69f53e7f2b566d28c32cf3676478c0c2dba73a360715db1a9d6d50dedbbddb97379

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.6.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.6.ebuild
new file mode 100644
index ..810b46de41d0
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.6.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/rake-compiler/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/rake-compiler/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE="test"
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby30 ruby31 ruby32" ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+
+   # Fix compatibility with newer rspec versions.
+   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby30|*ruby31|*ruby32)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2024-01-25 Thread Hans de Graaff
commit: 13d7b2601e736da25895cbea86bd84f9f3350271
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 25 08:58:37 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 25 08:59:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d7b260

dev-ruby/rake-compiler: drop 1.2.1

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

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index a097391f3dde..3fe1ff649a93 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,4 +1,3 @@
-DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce
 DIST rake-compiler-1.2.3.tar.gz 38603 BLAKE2B 
d6cb1714ec3983051d794307e0516c01379a1d2a59430fad9780cc4b037a159c924a4edc1abf6cfbfa1b245203e4cfd4ea7bf887dbf2ea02ca93138629012062
 SHA512 
3dd3374630dbf0ce9d31caf62d399481622ed55aa15184073836043b907d40994b3284c40945f89c604296cc0cd2b588245e2310cef80846da48883c0e6a2f34
 DIST rake-compiler-1.2.5.tar.gz 38723 BLAKE2B 
9f619026574467e6abd31a449f1825c49e0df691b1f139c7a8829a9361df3401bab65312303ab7a566eaf73f4a3a6b78674c73abe6f1cc72d1f1bbb6f619e51a
 SHA512 
843b9286f874b487f23a3558b0a7565eea5e2a22144a8ece944b4b69d40945eee16cca8341e2ea3678418df7f36637574c6832899215676ca3294ae61b24ff5a
 DIST rake-compiler-1.2.6.tar.gz 38890 BLAKE2B 
0d0e854b86fda590ea80cdff548195fda09f8851aad444546f88b8bd3594766b459e94185398d99c0322ca4314bee5b8ae9ebdc573ff1df1e3b78c3af651498b
 SHA512 
29ad4a756149788676cf8f33dd419f0c306390d098f22b88aee211e61593b69f53e7f2b566d28c32cf3676478c0c2dba73a360715db1a9d6d50dedbbddb97379

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
deleted file mode 100644
index 04d59aba4b68..
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ /dev/null
@@ -1,55 +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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "test? ( dev-util/cucumber )"
-
-all_ruby_prepare() {
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-
-   # Fix compatibility with newer cucumber versions. The not syntax has
-   # been supported since cucumber 3.x.
-   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
-
-   # Fix compatibility with newer rspec versions.
-   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
-   case ${RUBY} in
-   *ruby27|*ruby30|*ruby31)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}



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

2024-01-19 Thread Hans de Graaff
commit: 9ffbf2a1f006bf5bc54e40d0e76add7f56d15a06
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 07:48:39 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 08:08:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffbf2a1

dev-ruby/rake-remote_task: enable ruby33

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

 dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild
index e6b3fea36a6f..dd093c41c7a5 100644
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
 



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

2023-10-28 Thread Hans de Graaff
commit: 627990037e1085cda16ad7572af4507ab8fd58f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 28 06:27:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 28 06:42:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62799003

dev-ruby/rake: add 13.1.0

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.1.0.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 6c4b0b3b81a6..b395512fb84f 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1 +1,2 @@
 DIST rake-13.0.6.tar.gz 123485 BLAKE2B 
39c99b9d125ba7519bd8eaadac85646e785cc01fafad549becea5b2801f14d74085365743f1c5eb1126d0ae32b19ebcde636badc06670a0ad0dba419082e691f
 SHA512 
1b438be96d8cedaf70e961b0bbd2217692b0b5537b2e1d5f599158e7da3e300cf6ab0c5f0c52fea89be0beb675effbbf563d24e55c84fb673b4982013355e03c
+DIST rake-13.1.0.tar.gz 124144 BLAKE2B 
753995c99c165c2f7fb58da698c8599bed700503fe887062c984f20f0792c8d27aa9e7bb00b4c234aa493437f569d389068c6ace1cd72be9c21f7a4b515df584
 SHA512 
aaea4566834e588ff5cf9f48892cb7aea40f0057db949eb0053755b2f601d5c19073128aedb1f3c98cace441518bbf9bc215ba45d9135123d5b3a48a1625a995

diff --git a/dev-ruby/rake/rake-13.1.0.ebuild b/dev-ruby/rake/rake-13.1.0.ebuild
new file mode 100644
index ..9e314a7afdda
--- /dev/null
+++ b/dev-ruby/rake/rake-13.1.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc"
+
+BDEPEND+=" app-alternatives/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e 's:_relative ": "./:' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2023-08-29 Thread Hans de Graaff
commit: 608c10fa7f7a24530d4f48debb7217b1a11228f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 29 14:47:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 29 14:50:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608c10fa

dev-ruby/rake-compiler: enable cucumber tests for ruby32

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

 dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild
index 7d80307e353a..ef97f6e94f3e 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild
@@ -27,7 +27,7 @@ ruby_add_rdepend "dev-ruby/rake"
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
 
-USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "test? ( dev-util/cucumber )"
+USE_RUBY="ruby30 ruby31 ruby32" ruby_add_bdepend "test? ( dev-util/cucumber )"
 
 all_ruby_prepare() {
# Avoid failing features for native gems, this also fails with rubygems
@@ -44,7 +44,7 @@ all_ruby_prepare() {
 each_ruby_test() {
# Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
case ${RUBY} in
-   *ruby27|*ruby30|*ruby31)
+   *ruby30|*ruby31|*ruby32)
RSPEC_VERSION=3 ruby-ng_rspec
ruby-ng_cucumber
;;



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

2023-08-04 Thread Sam James
commit: 7dc1b6a8bc599724f7f66608d7fd1d0cb7d01db5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  5 01:35:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  5 01:35:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc1b6a8

dev-ruby/rake-compiler: Stabilize 1.2.3 ppc, #910986

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

 dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
index 4d62b7e0f03e..b31740aa8098 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-08-04 Thread Hans de Graaff
commit: 01fb9ed0b87243420669b328d0ff01b4188c8395
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  4 17:27:27 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug  4 17:30:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fb9ed0

dev-ruby/rake-compiler: add 1.2.5

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 6fcdf2282671..b52e7559ccb0 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1,3 @@
 DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce
 DIST rake-compiler-1.2.3.tar.gz 38603 BLAKE2B 
d6cb1714ec3983051d794307e0516c01379a1d2a59430fad9780cc4b037a159c924a4edc1abf6cfbfa1b245203e4cfd4ea7bf887dbf2ea02ca93138629012062
 SHA512 
3dd3374630dbf0ce9d31caf62d399481622ed55aa15184073836043b907d40994b3284c40945f89c604296cc0cd2b588245e2310cef80846da48883c0e6a2f34
+DIST rake-compiler-1.2.5.tar.gz 38723 BLAKE2B 
9f619026574467e6abd31a449f1825c49e0df691b1f139c7a8829a9361df3401bab65312303ab7a566eaf73f4a3a6b78674c73abe6f1cc72d1f1bbb6f619e51a
 SHA512 
843b9286f874b487f23a3558b0a7565eea5e2a22144a8ece944b4b69d40945eee16cca8341e2ea3678418df7f36637574c6832899215676ca3294ae61b24ff5a

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild
new file mode 100644
index ..7d80307e353a
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.5.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/rake-compiler/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/rake-compiler/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+
+   # Fix compatibility with newer rspec versions.
+   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby27|*ruby30|*ruby31)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2023-08-04 Thread Hans de Graaff
commit: dfc5ad1628cc5c68840d92256d035344829ca311
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  4 17:28:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug  4 17:30:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc5ad16

dev-ruby/rake-compiler: update upstream metadata

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

 dev-ruby/rake-compiler/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/metadata.xml 
b/dev-ruby/rake-compiler/metadata.xml
index 1f0fcedcc36e..499364daa9ff 100644
--- a/dev-ruby/rake-compiler/metadata.xml
+++ b/dev-ruby/rake-compiler/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-luislavena/rake-compiler
+rake-compiler/rake-compiler
   
 



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

2023-07-24 Thread Jakov Smolić
commit: f942702f6c8451f774cbb21215d4f0f41be86fe5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 12:06:37 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 12:06:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f942702f

dev-ruby/rake-compiler: Stabilize 1.2.3 x86, #910986

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

 dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
index 79c590ff48cb..6dd1b3bc6097 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-07-21 Thread Hans de Graaff
commit: 4028399b8195891323cc669764cb19cf7c207c8a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 21 07:37:51 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 21 08:16:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4028399b

dev-ruby/rake-remote_task: drop 2.4.4

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

 .../rake-remote_task/rake-remote_task-2.4.4.ebuild | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
deleted file mode 100644
index 4f6ac2c2a0e6..
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extends Rake with remote task goodness"
-HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( dev-ruby/minitest )"
-ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2023-07-08 Thread Sam James
commit: d9367841216769db497b06b1f76a69114f668bbf
Author: Violet Purcell  inventati  org>
AuthorDate: Fri Jul  7 21:44:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  9 02:07:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9367841

dev-ruby/rake: Change app-arch/gzip dependency to app-alternatives/gzip

Signed-off-by: Violet Purcell  inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31795
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/rake/rake-13.0.6-r2.ebuild 
b/dev-ruby/rake/rake-13.0.6-r2.ebuild
index 0cd3a7152daf..dccfcd88769a 100644
--- a/dev-ruby/rake/rake-13.0.6-r2.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r2.ebuild
@@ -24,7 +24,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="doc"
 
-DEPEND+=" app-arch/gzip"
+BDEPEND+=" app-alternatives/gzip"
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
doc? ( dev-ruby/rdoc )"



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

2023-06-29 Thread Hans de Graaff
commit: b7cc18a1cc6d9247bae78ba14a607124c79783ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 29 18:39:25 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 29 20:13:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cc18a1

dev-ruby/rake-remote_task: update EAPI 7 -> 8

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

 .../rake-remote_task-2.4.4-r1.ebuild   | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild
new file mode 100644
index ..e6b3fea36a6f
--- /dev/null
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4-r1.ebuild
@@ -0,0 +1,28 @@
+# 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_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extends Rake with remote task goodness"
+HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? ( dev-ruby/minitest )"
+ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2023-06-16 Thread Sam James
commit: 594d94f491be2eb7cd37295a93522cf18559337f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 16 17:42:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 16 17:42:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594d94f4

dev-ruby/rake: revbump to propagate ruby-fakegem fix

Bug: https://bugs.gentoo.org/908598
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/rake/{rake-13.0.6-r1.ebuild => rake-13.0.6-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r2.ebuild
similarity index 100%
rename from dev-ruby/rake/rake-13.0.6-r1.ebuild
rename to dev-ruby/rake/rake-13.0.6-r2.ebuild



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

2023-06-06 Thread Hans de Graaff
commit: 62e45d21790a1322d4c377034451e097b3290bf9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 13:22:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 13:22:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e45d21

dev-ruby/rake-compiler: add 1.2.3

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index b3d46b82b292..6fcdf2282671 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1 +1,2 @@
 DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce
+DIST rake-compiler-1.2.3.tar.gz 38603 BLAKE2B 
d6cb1714ec3983051d794307e0516c01379a1d2a59430fad9780cc4b037a159c924a4edc1abf6cfbfa1b245203e4cfd4ea7bf887dbf2ea02ca93138629012062
 SHA512 
3dd3374630dbf0ce9d31caf62d399481622ed55aa15184073836043b907d40994b3284c40945f89c604296cc0cd2b588245e2310cef80846da48883c0e6a2f34

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
new file mode 100644
index ..ec50b05cae87
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.3.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+
+   # Fix compatibility with newer rspec versions.
+   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby27|*ruby30|*ruby31)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2023-03-29 Thread Hans de Graaff
commit: 6f1b6e7927fb1befac0180291000b68ca10ae1f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 29 08:48:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 29 08:49:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1b6e79

dev-ruby/rake-compiler: drop 1.1.1

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

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 3a622934c1bd..b3d46b82b292 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1 @@
-DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d
 DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
deleted file mode 100644
index c0171b026f01..
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby25 ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-
-   # Fix compatibility with newer cucumber versions. The not syntax has
-   # been supported since cucumber 3.x.
-   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   *ruby25|*ruby26|*ruby27)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}



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

2023-03-29 Thread Hans de Graaff
commit: 84e0c86bc1f5eed14458c8709848d54c47e54c21
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 29 08:48:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 29 08:49:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e0c86b

dev-ruby/rake-compiler: fix cucumber features for rspec 3

This allows us to drop the last rspec:2 dependency.

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index f09f3ca19bdb..a98de583e37f 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -27,24 +27,24 @@ ruby_add_rdepend "dev-ruby/rake"
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
 
-USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "test? ( dev-util/cucumber )"
 
 all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
# Avoid failing features for native gems, this also fails with rubygems
sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
 
# Fix compatibility with newer cucumber versions. The not syntax has
# been supported since cucumber 3.x.
sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+
+   # Fix compatibility with newer rspec versions.
+   sed -i -e 's/be_true/be true/ ; s/be_false/be false/' 
features/step_definitions/*.rb || die
 }
 
 each_ruby_test() {
# Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
case ${RUBY} in
-   *ruby26|*ruby27)
+   *ruby27|*ruby30|*ruby31)
RSPEC_VERSION=3 ruby-ng_rspec
ruby-ng_cucumber
;;



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

2023-03-28 Thread Sam James
commit: d561d2069810f387e4dfef643b9af5c2dd784acc
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 29 00:09:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 29 00:09:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d561d206

dev-ruby/rake: Stabilize 13.0.6-r1 hppa, #903439

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index 412a22f71ed0..1e9b7d5e586d 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips 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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2023-03-28 Thread Sam James
commit: 4e040320fe9b22acfdab8f15b9b12d2cc0a245de
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 23:39:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 23:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e040320

dev-ruby/rake: Stabilize 13.0.6-r1 ppc, #903439

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index efa4c33078f3..412a22f71ed0 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2023-03-28 Thread Sam James
commit: 56c5d489d2970611407424147d94eccac3878adc
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 23:39:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 23:39:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c5d489

dev-ruby/rake: Stabilize 13.0.6-r1 ppc64, #903439

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index 3ef4eba8a493..efa4c33078f3 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~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 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2023-03-28 Thread Sam James
commit: 1c01e19132b4ef7260707f68240f459863cc26e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 23:19:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 23:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c01e191

dev-ruby/rake-compiler: Stabilize 1.2.1 ppc, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index c66f2dfafbd9..f09f3ca19bdb 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 415ff9b2e7c903d8ed2f7f089b704e54ef120afc
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 23:19:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 23:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ff9b2

dev-ruby/rake-compiler: Stabilize 1.2.1 ppc64, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index 3ee62610d390..c66f2dfafbd9 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 6133529ff6a582055844b7f099d29dc7be2ac225
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:13:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:13:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6133529f

dev-ruby/rake: Stabilize 13.0.6-r1 arm, #903439

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index e035b776b4b1..3ef4eba8a493 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2023-03-28 Thread Sam James
commit: 5d3c5197271b60b8247cb4aef2cd7d3802196a7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:11:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:11:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3c5197

dev-ruby/rake-compiler: Stabilize 1.2.1 arm, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index bda81b36f723..45739d3e9f73 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 36f26122d0d1addbba9ffcb07d15a80ad30d9330
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:11:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:11:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f26122

dev-ruby/rake-compiler: Stabilize 1.2.1 sparc, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index 45739d3e9f73..dbba90f5dc8e 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: d903d401dc0e31e04adde1644c7cabdb596d62c2
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:11:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:11:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d903d401

dev-ruby/rake-compiler: Stabilize 1.2.1 x86, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index dbba90f5dc8e..3ee62610d390 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 8600c7539af5c5edc4536df167aa670ad6b34a41
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 22:11:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 22:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8600c753

dev-ruby/rake-compiler: Stabilize 1.2.1 amd64, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index 9c23fcd7ee5b..bda81b36f723 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 15f098bb38610604f14f960d86801b3090f6d14d
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:48:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:48:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f098bb

dev-ruby/rake-compiler: Stabilize 1.2.1 arm64, #903447

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index 6aaf3bfa3a9a..9c23fcd7ee5b 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2023-03-28 Thread Sam James
commit: 5ff491027e8e9512433ae7e54a0bab8feaff89c0
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:48:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:48:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff49102

dev-ruby/rake: Stabilize 13.0.6-r1 arm64, #903439

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index 730c31ccc371..ded1d47b33c7 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2023-03-28 Thread Hans de Graaff
commit: 246c478b4d8c2804f62b39a9741fa789b3754c3d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 28 10:19:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 28 11:50:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246c478b

dev-ruby/rake-compiler: drop 1.1.3, 1.1.9, 1.2.0

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

 dev-ruby/rake-compiler/Manifest   |  3 --
 dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild | 55 ---
 dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild | 55 ---
 dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild | 55 ---
 4 files changed, 168 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 69c150684ffe..3a622934c1bd 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,5 +1,2 @@
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d
-DIST rake-compiler-1.1.3.tar.gz 35894 BLAKE2B 
cf395392ed4940a9cae1a0c3eed530de0b2ab4af32b0662f8e316f17f1f351170b876afb18cfc74208863fc124db6031f485c37b0ead73b235029d9b0bf01f11
 SHA512 
542a3579baf9bbb046bb99d72799d50e2f0efe71bb18a8c8aa7a9f740d8dc5706cec1c9619a977ba50eef615f66cbf415b5f8a351843d03ea2d72ed1203ac72d
-DIST rake-compiler-1.1.9.tar.gz 36565 BLAKE2B 
6c41d2e3e63cdea0d21d7b8bde6739dc719f87535e50fa1e09dab28e2aa9d88cbc71e826b813426eed7ea75f213f7d84337a01b1949ff006699c5239474d5778
 SHA512 
d6acc9a36c8c2778d3c958d34ca9d6cba8cdf82365849a818eefb024cc80558512652c20b84a0c756007f7349e2c0380a3818ac1e246eeb8dbfff13283405a21
-DIST rake-compiler-1.2.0.tar.gz 36596 BLAKE2B 
56394a2a8d6761f0f36bbc9fa63b2c36e57a33ba6c0bc660f31ef671e9fa90c581d65acb218ba8699dda7793fe6b8eac03e988c9a6dd486df422fd1228bc8b72
 SHA512 
77b6dd8b976039484ec7d6bb9e0b2432d40153f218ce2e1d242246711d40dc3ed9be7ba6ec99ee8fd89192ab04d5d1a97b4d1c089c86c7d20b163eb8d4ae68d5
 DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild
deleted file mode 100644
index 8003fcf53fda..
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-
-   # Fix compatibility with newer cucumber versions. The not syntax has
-   # been supported since cucumber 3.x.
-   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   *ruby25|*ruby26|*ruby27)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild
deleted file mode 100644
index 8cf7bf67922d..
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

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

2023-03-27 Thread Sam James
commit: 27257c7cc7e6cfdb49627231b4b7b84df3f440cf
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 08:32:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 08:34:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27257c7c

dev-ruby/rake-compiler: enable ruby32

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

 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
index 1b8fb593666a..6aaf3bfa3a9a 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2023-03-04 Thread Hans de Graaff
commit: a88853a4cbb3c1ae2f633c9ece97e572dd2f9b57
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 28 07:50:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar  4 10:24:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88853a4

dev-ruby/rake: enable ruby32

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

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

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
index c1be6eaba717..730c31ccc371 100644
--- a/dev-ruby/rake/rake-13.0.6-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"



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

2022-12-24 Thread Hans de Graaff
commit: e07de56e655a8c2a1e1fd350be2147cef6ba2324
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 24 09:53:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 24 15:00:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07de56e

dev-ruby/rake-compiler: add 1.2.1

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 1f1fbee6876d..69c150684ffe 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -2,3 +2,4 @@ DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb6
 DIST rake-compiler-1.1.3.tar.gz 35894 BLAKE2B 
cf395392ed4940a9cae1a0c3eed530de0b2ab4af32b0662f8e316f17f1f351170b876afb18cfc74208863fc124db6031f485c37b0ead73b235029d9b0bf01f11
 SHA512 
542a3579baf9bbb046bb99d72799d50e2f0efe71bb18a8c8aa7a9f740d8dc5706cec1c9619a977ba50eef615f66cbf415b5f8a351843d03ea2d72ed1203ac72d
 DIST rake-compiler-1.1.9.tar.gz 36565 BLAKE2B 
6c41d2e3e63cdea0d21d7b8bde6739dc719f87535e50fa1e09dab28e2aa9d88cbc71e826b813426eed7ea75f213f7d84337a01b1949ff006699c5239474d5778
 SHA512 
d6acc9a36c8c2778d3c958d34ca9d6cba8cdf82365849a818eefb024cc80558512652c20b84a0c756007f7349e2c0380a3818ac1e246eeb8dbfff13283405a21
 DIST rake-compiler-1.2.0.tar.gz 36596 BLAKE2B 
56394a2a8d6761f0f36bbc9fa63b2c36e57a33ba6c0bc660f31ef671e9fa90c581d65acb218ba8699dda7793fe6b8eac03e988c9a6dd486df422fd1228bc8b72
 SHA512 
77b6dd8b976039484ec7d6bb9e0b2432d40153f218ce2e1d242246711d40dc3ed9be7ba6ec99ee8fd89192ab04d5d1a97b4d1c089c86c7d20b163eb8d4ae68d5
+DIST rake-compiler-1.2.1.tar.gz 37723 BLAKE2B 
685278cec10f9bd028ed7973446f8f164fd81567d5f390507321fd7fcd260b746e53ebde60fcee025ab20bcf248f274f1d8a0fac16d2f7ef13c0b8996c667037
 SHA512 
fd99c3a46a9a47f2fc70e59d2c33e6a68b849708cab35e6af46bafa0e9f3c843c20ec1287a463cda7d6237fc79e4cd4965cc78b309ac8b9519c0e7f44f2be8ce

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
new file mode 100644
index ..1b8fb593666a
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.1.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby26|*ruby27)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2022-12-04 Thread WANG Xuerui
commit: 5b9eed87fde65056159cff2d6d504308c4200234
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Dec  4 15:23:30 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 15:58:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9eed87

dev-ruby/rake-compiler: keyword 1.2.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild
index 8cf7bf67922d..616c1306d784 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2022-04-22 Thread Hans de Graaff
commit: fb3df02f2fe1e7d792041ef34e8bbf2bf6a33c2e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 07:39:07 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:14:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3df02f

dev-ruby/rake-compiler: add 1.2.0

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index c595489bf089..1f1fbee6876d 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d
 DIST rake-compiler-1.1.3.tar.gz 35894 BLAKE2B 
cf395392ed4940a9cae1a0c3eed530de0b2ab4af32b0662f8e316f17f1f351170b876afb18cfc74208863fc124db6031f485c37b0ead73b235029d9b0bf01f11
 SHA512 
542a3579baf9bbb046bb99d72799d50e2f0efe71bb18a8c8aa7a9f740d8dc5706cec1c9619a977ba50eef615f66cbf415b5f8a351843d03ea2d72ed1203ac72d
 DIST rake-compiler-1.1.9.tar.gz 36565 BLAKE2B 
6c41d2e3e63cdea0d21d7b8bde6739dc719f87535e50fa1e09dab28e2aa9d88cbc71e826b813426eed7ea75f213f7d84337a01b1949ff006699c5239474d5778
 SHA512 
d6acc9a36c8c2778d3c958d34ca9d6cba8cdf82365849a818eefb024cc80558512652c20b84a0c756007f7349e2c0380a3818ac1e246eeb8dbfff13283405a21
+DIST rake-compiler-1.2.0.tar.gz 36596 BLAKE2B 
56394a2a8d6761f0f36bbc9fa63b2c36e57a33ba6c0bc660f31ef671e9fa90c581d65acb218ba8699dda7793fe6b8eac03e988c9a6dd486df422fd1228bc8b72
 SHA512 
77b6dd8b976039484ec7d6bb9e0b2432d40153f218ce2e1d242246711d40dc3ed9be7ba6ec99ee8fd89192ab04d5d1a97b4d1c089c86c7d20b163eb8d4ae68d5

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild
new file mode 100644
index ..8cf7bf67922d
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.2.0.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby26|*ruby27)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2022-04-16 Thread Hans de Graaff
commit: 848a4b4181e6d1ec007838088bc18baef60f3399
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 16 09:02:19 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 05:31:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848a4b41

dev-ruby/rake-remote_task: enable ruby31 and disable ruby25

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

 dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
index 75dafd1c6c79..4f6ac2c2a0e6 100644
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
 



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

2022-04-12 Thread Hans de Graaff
commit: c9f20c92e2072d7e26209b9596bd29928dd68ac7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr 13 05:04:29 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr 13 05:04:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f20c92

dev-ruby/rake-compiler: add 1.1.9

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index e221a033c671..c595489bf089 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1,3 @@
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d
 DIST rake-compiler-1.1.3.tar.gz 35894 BLAKE2B 
cf395392ed4940a9cae1a0c3eed530de0b2ab4af32b0662f8e316f17f1f351170b876afb18cfc74208863fc124db6031f485c37b0ead73b235029d9b0bf01f11
 SHA512 
542a3579baf9bbb046bb99d72799d50e2f0efe71bb18a8c8aa7a9f740d8dc5706cec1c9619a977ba50eef615f66cbf415b5f8a351843d03ea2d72ed1203ac72d
+DIST rake-compiler-1.1.9.tar.gz 36565 BLAKE2B 
6c41d2e3e63cdea0d21d7b8bde6739dc719f87535e50fa1e09dab28e2aa9d88cbc71e826b813426eed7ea75f213f7d84337a01b1949ff006699c5239474d5778
 SHA512 
d6acc9a36c8c2778d3c958d34ca9d6cba8cdf82365849a818eefb024cc80558512652c20b84a0c756007f7349e2c0380a3818ac1e246eeb8dbfff13283405a21

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild
new file mode 100644
index ..8cf7bf67922d
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.9.ebuild
@@ -0,0 +1,55 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet due to rspec 2 
usage)
+   case ${RUBY} in
+   *ruby26|*ruby27)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2022-03-11 Thread Hans de Graaff
commit: 1dc1fdd8f4218328a49e6a898b479e3dfe7cfcca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 12 07:16:44 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 12 07:21:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc1fdd8

dev-ruby/rake: add ruby31; EAPI 8

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

 dev-ruby/rake/rake-13.0.6-r1.ebuild | 61 +
 1 file changed, 61 insertions(+)

diff --git a/dev-ruby/rake/rake-13.0.6-r1.ebuild 
b/dev-ruby/rake/rake-13.0.6-r1.ebuild
new file mode 100644
index ..56b5c8015f57
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.6-r1.ebuild
@@ -0,0 +1,61 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e "s:_relative ': './:" \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2022-03-06 Thread Sam James
commit: 1a5aac994b4bb0e18dad06b2297f117b2d3505ef
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  7 03:46:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  7 03:46:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5aac99

dev-ruby/rake-compiler: Stabilize 1.1.1 arm64, #834428

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 709389aaf767..c0171b026f01 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-12-07 Thread Hans de Graaff
commit: 829c54e45b99f54cad43d163bb79856832380b31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  8 06:27:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  8 06:27:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829c54e4

dev-ruby/rake-compiler: add 1.1.3

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 034bcfe66823..e221a033c671 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1 +1,2 @@
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d
+DIST rake-compiler-1.1.3.tar.gz 35894 BLAKE2B 
cf395392ed4940a9cae1a0c3eed530de0b2ab4af32b0662f8e316f17f1f351170b876afb18cfc74208863fc124db6031f485c37b0ead73b235029d9b0bf01f11
 SHA512 
542a3579baf9bbb046bb99d72799d50e2f0efe71bb18a8c8aa7a9f740d8dc5706cec1c9619a977ba50eef615f66cbf415b5f8a351843d03ea2d72ed1203ac72d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild
new file mode 100644
index ..8003fcf53fda
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   *ruby25|*ruby26|*ruby27)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2021-09-11 Thread Hans de Graaff
commit: 0363fda0ac3f84908d6d3dd869dd044aa4b72050
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 11 08:11:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 11 08:12:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0363fda0

dev-ruby/rake-compiler: fix tests with new cucumber

Closes: https://bugs.gentoo.org/811975
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 0933269b99d..709389aaf76 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -35,6 +35,10 @@ all_ruby_prepare() {
 
# Avoid failing features for native gems, this also fails with rubygems
sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+
+   # Fix compatibility with newer cucumber versions. The not syntax has
+   # been supported since cucumber 3.x.
+   sed -i -e "s/~@java/'not @java'/" cucumber.yml || die
 }
 
 each_ruby_test() {



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

2021-09-11 Thread Hans de Graaff
commit: 7cf95f0d6d1ff5b7875cc449a78254a751a1004b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 11 08:07:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 11 08:12:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf95f0d

dev-ruby/rake-compiler: cleanup

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

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index e30f7200917..034bcfe6682 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1 @@
-DIST rake-compiler-1.1.0.tar.gz 34819 BLAKE2B 
ec4fec1eb92031f9f6b378b190c4e8a2f2627623afd6fb11922f71a93431de94bce640863deea2aab05656612533ee2b110f295f87590b48500583af71b08dae
 SHA512 
77338776506df66c2e99e9b1b82dc4d54cc4e7c8fdb1f8b7b6d7507b9f9cb0718839e5139e9c0cb6295259e819dc8a011101e2427cdd387b568b639889321d60
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
deleted file mode 100644
index 68e836908a9..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ /dev/null
@@ -1,51 +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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby24 ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   **ruby24|*ruby25|*ruby26)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}



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

2021-09-07 Thread Marek Szuba
commit: ca673bbb8d4649712a3eb2849ad605eaa89eeeb2
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 12:13:02 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 12:30:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca673bbb

dev-ruby/rake-compiler: keyword 1.1.1 for ~riscv

Currently requires either some tweaking or  gentoo.org>

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 9494aec965d..0933269b99d 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-09-02 Thread Sam James
commit: 527fa48cf8c56394de299ac6b8642bd3ef839ba3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  3 01:52:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  3 01:52:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527fa48c

dev-ruby/rake-compiler: Stabilize 1.1.1 arm, #805353

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index e8d2e24d7f4..9494aec965d 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-08-03 Thread Agostino Sarubbo
commit: 29b258acdec8a2c4073e977f2c2da2b0d11eed4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  3 10:56:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  3 10:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b258ac

dev-ruby/rake-compiler: amd64 stable wrt bug #805353

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 6aefd8b0100..d7152088d34 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-08-01 Thread Agostino Sarubbo
commit: cc11f1fde627b94eecddc005de2be6d33f18feeb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  2 04:02:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  2 04:02:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc11f1fd

dev-ruby/rake-compiler: ppc stable wrt bug #805353

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 6838617a512..6aefd8b0100 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-08-01 Thread Agostino Sarubbo
commit: 62dada3f26399838a9094d44ae67b2b3d2998b18
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Aug  1 08:08:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Aug  1 08:08:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dada3f

dev-ruby/rake-compiler: ppc64 stable wrt bug #805353

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index a0e816b703c..6838617a512 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-07-31 Thread Sergei Trofimovich
commit: cf8784ae9c8b29cc567c731f1e150eb5fce4f9f5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jul 31 19:14:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 31 19:23:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8784ae

dev-ruby/rake-compiler: stable 1.1.1 for sparc, bug #805353

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/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 341b4b51d96..a0e816b703c 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-07-30 Thread Hans de Graaff
commit: 235a5845fd47e7c9eebc21eb6c7b1e28436e01bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 30 09:58:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 30 09:58:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235a5845

dev-ruby/rake: cleanup

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

 dev-ruby/rake/Manifest   |  1 -
 dev-ruby/rake/rake-12.3.3.ebuild | 52 ---
 dev-ruby/rake/rake-13.0.3.ebuild | 59 
 3 files changed, 112 deletions(-)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index d6e3e0766a6..6ffdee07f35 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,4 +1,3 @@
-DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.3.tar.gz 122825 BLAKE2B 
a36cc6d8e5f560bc502455a756b89d763899e71b711ba6b11d17fd86a460b4cb3ac47705645d4ccbaef9b6d8964cdc5d4d535b4470582cb3658016a399f78d58
 SHA512 
aff09bbfa58620cd6902e6679ae3f54d90424bfac40c7ad6efcc590a1c9624ae7a0c5597b8b05b378d90e422285c41d781485b9aebe1819c0c2eaf5f2624afa2
 DIST rake-13.0.4.tar.gz 123399 BLAKE2B 
f91079b3e22f0b1e09857ac5f549ad1cd4372ccbd2bc152e1ed57241ebf05e8605992008a6f7e4f172f7a0fd77450092b9d03e7026e3cbba25c52731d4aaeb57
 SHA512 
78533cc966cf285ba5556645cc674affb41baa3076e873055491c5700c6b2301b2da8ec212f260a44d2fe83003bf84b12cd2b81775fc354c89e3fcd346030bb9
 DIST rake-13.0.6.tar.gz 123485 BLAKE2B 
39c99b9d125ba7519bd8eaadac85646e785cc01fafad549becea5b2801f14d74085365743f1c5eb1126d0ae32b19ebcde636badc06670a0ad0dba419082e691f
 SHA512 
1b438be96d8cedaf70e961b0bbd2217692b0b5537b2e1d5f599158e7da3e300cf6ab0c5f0c52fea89be0beb675effbbf563d24e55c84fb673b4982013355e03c

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
deleted file mode 100644
index 56e8a203e5c..000
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ /dev/null
@@ -1,52 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_compile() {
-   if use doc; then
-   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
-   ruby_fakegem_binwrapper rake
-
-   if use doc; then
-   pushd html
-   dodoc -r *
-   popd
-   fi
-
-   doman doc/rake.1
-
-   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
-}

diff --git a/dev-ruby/rake/rake-13.0.3.ebuild b/dev-ruby/rake/rake-13.0.3.ebuild
deleted file mode 100644
index 349412196d2..000
--- a/dev-ruby/rake/rake-13.0.3.ebuild
+++ /dev/null
@@ -1,59 +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_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}
-
-all_ruby_compile() {
-   if use doc; then
-   rdoc --title "Rake - Ruby Make" --main 

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

2021-07-21 Thread Marek Szuba
commit: 540b58aabf5918bca896f8fa62042d2e867bce24
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 10:07:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 10:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540b58aa

dev-ruby/rake: keyword 13.0.6 for ~riscv

One of the tests fails on a clean installation but passes with rake
previously installed, same as on amd64 (Bug #436068).

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

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

diff --git a/dev-ruby/rake/rake-13.0.6.ebuild b/dev-ruby/rake/rake-13.0.6.ebuild
index 0ac434efec6..c238697d984 100644
--- a/dev-ruby/rake/rake-13.0.6.ebuild
+++ b/dev-ruby/rake/rake-13.0.6.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-15 Thread Sergei Trofimovich
commit: 0456270c6097fead99e4ae3c37138017e907a24b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jul 15 13:35:45 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 15 13:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0456270c

dev-ruby/rake: stable 13.0.3-r1 for hppa, bug #801439

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

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index 285a4a9bd8d..080ae9f22d0 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips 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 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-13 Thread Agostino Sarubbo
commit: 875fd972da3a08bd30e1801ff22c01c13436b63c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 13 06:33:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 13 06:33:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875fd972

dev-ruby/rake: x86 stable wrt bug #801439

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

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index dbd2c1e9f4b..285a4a9bd8d 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips 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 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-13 Thread Agostino Sarubbo
commit: c2310856c78585b14c668bfbc1cfdb4a20a4c1a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 13 06:31:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 13 06:31:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2310856

dev-ruby/rake: sparc stable wrt bug #801439

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index 0f535eaaefc..dbd2c1e9f4b 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips 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 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-13 Thread Agostino Sarubbo
commit: b1042c7e4cec802666e7399c8927a26c2d5688e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 13 06:29:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 13 06:29:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1042c7e

dev-ruby/rake: ppc64 stable wrt bug #801439

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

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index 9c417b6ea5a..0f535eaaefc 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips 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 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-11 Thread Agostino Sarubbo
commit: 09f5c4b4588c6a974b53c766457fa8a206d0b354
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 11 09:00:14 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 11 09:00:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f5c4b4

dev-ruby/rake: ppc stable wrt bug #801439

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

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index cbc8675a3c8..9c417b6ea5a 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~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 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-11 Thread Agostino Sarubbo
commit: 27b2e0c5dca03ab763eb97ee5ac1083bee2de4cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 11 08:58:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 11 08:58:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b2e0c5

dev-ruby/rake: amd64 stable wrt bug #801439

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

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

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
index b458f2fc2d1..cbc8675a3c8 100644
--- a/dev-ruby/rake/rake-13.0.3-r1.ebuild
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2021-07-10 Thread Hans de Graaff
commit: 5db0edc9eb5f9c2b1a4f8f25820fb9e6eac54534
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 10 06:22:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 10 06:22:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db0edc9

dev-ruby/rake: add 13.0.6

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.6.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index b4366cbab0b..d6e3e0766a6 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.3.tar.gz 122825 BLAKE2B 
a36cc6d8e5f560bc502455a756b89d763899e71b711ba6b11d17fd86a460b4cb3ac47705645d4ccbaef9b6d8964cdc5d4d535b4470582cb3658016a399f78d58
 SHA512 
aff09bbfa58620cd6902e6679ae3f54d90424bfac40c7ad6efcc590a1c9624ae7a0c5597b8b05b378d90e422285c41d781485b9aebe1819c0c2eaf5f2624afa2
 DIST rake-13.0.4.tar.gz 123399 BLAKE2B 
f91079b3e22f0b1e09857ac5f549ad1cd4372ccbd2bc152e1ed57241ebf05e8605992008a6f7e4f172f7a0fd77450092b9d03e7026e3cbba25c52731d4aaeb57
 SHA512 
78533cc966cf285ba5556645cc674affb41baa3076e873055491c5700c6b2301b2da8ec212f260a44d2fe83003bf84b12cd2b81775fc354c89e3fcd346030bb9
+DIST rake-13.0.6.tar.gz 123485 BLAKE2B 
39c99b9d125ba7519bd8eaadac85646e785cc01fafad549becea5b2801f14d74085365743f1c5eb1126d0ae32b19ebcde636badc06670a0ad0dba419082e691f
 SHA512 
1b438be96d8cedaf70e961b0bbd2217692b0b5537b2e1d5f599158e7da3e300cf6ab0c5f0c52fea89be0beb675effbbf563d24e55c84fb673b4982013355e03c

diff --git a/dev-ruby/rake/rake-13.0.6.ebuild b/dev-ruby/rake/rake-13.0.6.ebuild
new file mode 100644
index 000..0ac434efec6
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.6.ebuild
@@ -0,0 +1,61 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e "s:_relative ': './:" \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2021-07-07 Thread Hans de Graaff
commit: bba1f89f5743dc99579497a05b0a1af9bb33d93b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 07:47:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 07:47:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba1f89f

dev-ruby/rake: add 13.0.4

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.4.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 0bf69b938c2..b4366cbab0b 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,2 +1,3 @@
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.3.tar.gz 122825 BLAKE2B 
a36cc6d8e5f560bc502455a756b89d763899e71b711ba6b11d17fd86a460b4cb3ac47705645d4ccbaef9b6d8964cdc5d4d535b4470582cb3658016a399f78d58
 SHA512 
aff09bbfa58620cd6902e6679ae3f54d90424bfac40c7ad6efcc590a1c9624ae7a0c5597b8b05b378d90e422285c41d781485b9aebe1819c0c2eaf5f2624afa2
+DIST rake-13.0.4.tar.gz 123399 BLAKE2B 
f91079b3e22f0b1e09857ac5f549ad1cd4372ccbd2bc152e1ed57241ebf05e8605992008a6f7e4f172f7a0fd77450092b9d03e7026e3cbba25c52731d4aaeb57
 SHA512 
78533cc966cf285ba5556645cc674affb41baa3076e873055491c5700c6b2301b2da8ec212f260a44d2fe83003bf84b12cd2b81775fc354c89e3fcd346030bb9

diff --git a/dev-ruby/rake/rake-13.0.4.ebuild b/dev-ruby/rake/rake-13.0.4.ebuild
new file mode 100644
index 000..0ac434efec6
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.4.ebuild
@@ -0,0 +1,61 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -type f -print0/' \
+   -e "s:_relative ': './:" \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2021-07-07 Thread Hans de Graaff
commit: c15176cd3e81d6900cbcfe9de72926ddb4059119
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 06:52:41 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 06:53:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15176cd

dev-ruby/rake: cleanup

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

 dev-ruby/rake/Manifest   |  2 --
 dev-ruby/rake/rake-13.0.0.ebuild | 59 
 dev-ruby/rake/rake-13.0.1.ebuild | 59 
 3 files changed, 120 deletions(-)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 2d18ff4e9a6..0bf69b938c2 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,4 +1,2 @@
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
-DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79
-DIST rake-13.0.1.tar.gz 122821 BLAKE2B 
698e92d32d4bedf523bc81636f4183ccb11da1f467d116f7ff4978e121bddc41b66160798e2c0a2b00aa8f79171a81df7e214e556adeb386bdb00a72a18b82b7
 SHA512 
50d82b3a9bbe194467c7669000ed9dd8e55fbb22307fbc7180aff6ab77095108a2519b3095965ad08b52cc984d0384016d7b166676f2e97394409a069d01545f
 DIST rake-13.0.3.tar.gz 122825 BLAKE2B 
a36cc6d8e5f560bc502455a756b89d763899e71b711ba6b11d17fd86a460b4cb3ac47705645d4ccbaef9b6d8964cdc5d4d535b4470582cb3658016a399f78d58
 SHA512 
aff09bbfa58620cd6902e6679ae3f54d90424bfac40c7ad6efcc590a1c9624ae7a0c5597b8b05b378d90e422285c41d781485b9aebe1819c0c2eaf5f2624afa2

diff --git a/dev-ruby/rake/rake-13.0.0.ebuild b/dev-ruby/rake/rake-13.0.0.ebuild
deleted file mode 100644
index 7b475131353..000
--- a/dev-ruby/rake/rake-13.0.0.ebuild
+++ /dev/null
@@ -1,59 +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_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}
-
-all_ruby_compile() {
-   if use doc; then
-   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
-   rm -f html/js/*.js.gz
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
-   ruby_fakegem_binwrapper rake
-
-   if use doc; then
-   pushd html
-   dodoc -r *
-   popd
-   fi
-
-   doman doc/rake.1
-
-   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
-}

diff --git a/dev-ruby/rake/rake-13.0.1.ebuild b/dev-ruby/rake/rake-13.0.1.ebuild
deleted file mode 100644
index e6e0aa0764c..000
--- a/dev-ruby/rake/rake-13.0.1.ebuild
+++ /dev/null
@@ -1,59 +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_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-

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

2021-07-04 Thread Hans de Graaff
commit: 90d5831df72cdf3d509dcaedf13ae70bb47e473c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 08:50:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 10:25:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d5831d

dev-ruby/rake-remote_task: cleanup

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

 dev-ruby/rake-remote_task/Manifest |  1 -
 .../rake-remote_task-2.4.3-r1.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/rake-remote_task/Manifest 
b/dev-ruby/rake-remote_task/Manifest
index 3daec55456a..2099e768cf3 100644
--- a/dev-ruby/rake-remote_task/Manifest
+++ b/dev-ruby/rake-remote_task/Manifest
@@ -1,2 +1 @@
-DIST rake-remote_task-2.4.3.gem 18944 BLAKE2B 
65105ded7e7c98f13c33376887220fae849a0077fa05d65f17079512f1290b1049373d130b50c756523c1562a7fdd608cf28d7fe32355ce4b52e1e09982a6b98
 SHA512 
0c81a4156853e6a58c094723eb5748a6aba826c62624c9a04b63e505e8c4bfab1b8fdfb80c0d28d6ab84e6a06280c52b263b515c17cab9d248d1eb9abbe78ac8
 DIST rake-remote_task-2.4.4.gem 18944 BLAKE2B 
3157d38346cbefe1ac522fe3d33638e65c44f58bb35ca822e5e7eab5988abbe0ed788ee22ac6f7ec2b104c72145bbd4d259effab7c2d6584f688d1b5055aaf2b
 SHA512 
885cda1754c2f8e4a4f2ab4d688bdaf3f06924f8d5e491b9cbd61af39373a95884d2cdd78b0f964e69941f56bf0a1dac0a586cd3c7fb729fcb96ecd37715ccd8

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild
deleted file mode 100644
index 93a9022ff54..000
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extends Rake with remote task goodness"
-HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( dev-ruby/minitest )"
-ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2021-07-04 Thread Hans de Graaff
commit: b7efe784fe4b931d47aa369e618029f81768d047
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 08:51:17 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 10:25:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7efe784

dev-ruby/rake-remote_task: add ruby30

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

 dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
index 43c5e8251d9..75dafd1c6c7 100644
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
 



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

2021-03-13 Thread Hans de Graaff
commit: 0ec0b7b5a07f83b856e15156cd754d6524c9ce30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 13 09:08:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 13 09:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec0b7b5

dev-ruby/rake-compiler: enable cucumber for ruby27; drop unused eutils

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 9fe226e1b91..659d38f58cd 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
 
 RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
 
-inherit ruby-fakegem eutils
+inherit ruby-fakegem
 
 DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
 HOMEPAGE="https://github.com/luislavena/rake-compiler;
@@ -27,7 +27,7 @@ ruby_add_rdepend "dev-ruby/rake"
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
 
-USE_RUBY="ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+USE_RUBY="ruby25 ruby26 ruby27" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
 
 all_ruby_prepare() {
# Make sure the right rspec version is used in cucumber.
@@ -40,7 +40,7 @@ all_ruby_prepare() {
 each_ruby_test() {
# Skip cucumber for new ruby versions (not ready yet)
case ${RUBY} in
-   *ruby25|*ruby26)
+   *ruby25|*ruby26|*ruby27)
RSPEC_VERSION=3 ruby-ng_rspec
ruby-ng_cucumber
;;



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

2021-03-13 Thread Hans de Graaff
commit: 5814f0f2a2f1f31232ee451be27d9127cfcc520d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 13 09:11:31 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 13 09:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5814f0f2

dev-ruby/rake-compiler: add ruby30

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

 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
index 659d38f58cd..341b4b51d96 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.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="none"
 



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

2021-02-01 Thread Hans de Graaff
commit: 49344ed6063687e6681b39aa994d0fbdeb94e0e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  2 05:39:36 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  2 05:39:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49344ed6

dev-ruby/rake: fix gemspec generation

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

 dev-ruby/rake/rake-13.0.3-r1.ebuild | 59 +
 1 file changed, 59 insertions(+)

diff --git a/dev-ruby/rake/rake-13.0.3-r1.ebuild 
b/dev-ruby/rake/rake-13.0.3-r1.ebuild
new file mode 100644
index 000..b458f2fc2d1
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.3-r1.ebuild
@@ -0,0 +1,59 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -type f -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2020-12-31 Thread Hans de Graaff
commit: 95a6bddc7985f792fa179103af5e5dafdc499ad1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 31 06:38:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 31 09:05:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a6bddc

dev-ruby/rake-remote_task: add 2.4.4

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

 dev-ruby/rake-remote_task/Manifest |  1 +
 .../rake-remote_task/rake-remote_task-2.4.4.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rake-remote_task/Manifest 
b/dev-ruby/rake-remote_task/Manifest
index ed725038c54..3daec55456a 100644
--- a/dev-ruby/rake-remote_task/Manifest
+++ b/dev-ruby/rake-remote_task/Manifest
@@ -1 +1,2 @@
 DIST rake-remote_task-2.4.3.gem 18944 BLAKE2B 
65105ded7e7c98f13c33376887220fae849a0077fa05d65f17079512f1290b1049373d130b50c756523c1562a7fdd608cf28d7fe32355ce4b52e1e09982a6b98
 SHA512 
0c81a4156853e6a58c094723eb5748a6aba826c62624c9a04b63e505e8c4bfab1b8fdfb80c0d28d6ab84e6a06280c52b263b515c17cab9d248d1eb9abbe78ac8
+DIST rake-remote_task-2.4.4.gem 18944 BLAKE2B 
3157d38346cbefe1ac522fe3d33638e65c44f58bb35ca822e5e7eab5988abbe0ed788ee22ac6f7ec2b104c72145bbd4d259effab7c2d6584f688d1b5055aaf2b
 SHA512 
885cda1754c2f8e4a4f2ab4d688bdaf3f06924f8d5e491b9cbd61af39373a95884d2cdd78b0f964e69941f56bf0a1dac0a586cd3c7fb729fcb96ecd37715ccd8

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
new file mode 100644
index 000..43c5e8251d9
--- /dev/null
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.4.ebuild
@@ -0,0 +1,28 @@
+# 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_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extends Rake with remote task goodness"
+HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? ( dev-ruby/minitest )"
+ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2020-12-27 Thread Hans de Graaff
commit: 1be4c7110aa425a1a572b9a823fe814aa255c976
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 28 07:38:58 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 28 07:46:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be4c711

dev-ruby/rake: add 13.0.3

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.3.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 8902027a44a..2d18ff4e9a6 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79
 DIST rake-13.0.1.tar.gz 122821 BLAKE2B 
698e92d32d4bedf523bc81636f4183ccb11da1f467d116f7ff4978e121bddc41b66160798e2c0a2b00aa8f79171a81df7e214e556adeb386bdb00a72a18b82b7
 SHA512 
50d82b3a9bbe194467c7669000ed9dd8e55fbb22307fbc7180aff6ab77095108a2519b3095965ad08b52cc984d0384016d7b166676f2e97394409a069d01545f
+DIST rake-13.0.3.tar.gz 122825 BLAKE2B 
a36cc6d8e5f560bc502455a756b89d763899e71b711ba6b11d17fd86a460b4cb3ac47705645d4ccbaef9b6d8964cdc5d4d535b4470582cb3658016a399f78d58
 SHA512 
aff09bbfa58620cd6902e6679ae3f54d90424bfac40c7ad6efcc590a1c9624ae7a0c5597b8b05b378d90e422285c41d781485b9aebe1819c0c2eaf5f2624afa2

diff --git a/dev-ruby/rake/rake-13.0.3.ebuild b/dev-ruby/rake/rake-13.0.3.ebuild
new file mode 100644
index 000..f4f4bbd23a5
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2020-09-14 Thread Hans de Graaff
commit: e338b062ef18c093f02ac676f5c776ca1884
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 14 07:28:10 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 14 07:28:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e338b062

dev-ruby/rake-compiler: cleanup

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

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.0.7.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 871639f17e3..e30f7200917 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,2 @@
-DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
 DIST rake-compiler-1.1.0.tar.gz 34819 BLAKE2B 
ec4fec1eb92031f9f6b378b190c4e8a2f2627623afd6fb11922f71a93431de94bce640863deea2aab05656612533ee2b110f295f87590b48500583af71b08dae
 SHA512 
77338776506df66c2e99e9b1b82dc4d54cc4e7c8fdb1f8b7b6d7507b9f9cb0718839e5139e9c0cb6295259e819dc8a011101e2427cdd387b568b639889321d60
 DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.7.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.7.ebuild
deleted file mode 100644
index a8f73e59c4b..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.0.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 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="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby23 ruby24 ruby25" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   *ruby23|*ruby24|*ruby25)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}



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

2020-09-13 Thread Sergei Trofimovich
commit: 168ec2a621e867c024d5403548b7a6b52764a82d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 13 10:22:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 13 10:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168ec2a6

dev-ruby/rake-compiler: stable 1.1.0 for hppa, bug #728194

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

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index d1c395fb375..fb9cec9efee 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-07-22 Thread Hans de Graaff
commit: e085f6590b696f07b6e1ee6545bec89d77bc93c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 22 09:30:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 22 09:38:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e085f659

dev-ruby/rake-remote_task: cleanup

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

 .../rake-remote_task/rake-remote_task-2.4.3.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.3.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.3.ebuild
deleted file mode 100644
index 1f2271a6002..000
--- a/dev-ruby/rake-remote_task/rake-remote_task-2.4.3.ebuild
+++ /dev/null
@@ -1,26 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extends Rake with remote task goodness"
-HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? ( dev-ruby/minitest )"
-ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2020-07-09 Thread Hans de Graaff
commit: a816aa836da29ac3d23d2a3c106bedfe09fa3fc8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 10 04:11:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 10 04:11:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a816aa83

dev-ruby/rake-compiler: add 1.1.1

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 446ed35ff5e..871639f17e3 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1,3 @@
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
 DIST rake-compiler-1.1.0.tar.gz 34819 BLAKE2B 
ec4fec1eb92031f9f6b378b190c4e8a2f2627623afd6fb11922f71a93431de94bce640863deea2aab05656612533ee2b110f295f87590b48500583af71b08dae
 SHA512 
77338776506df66c2e99e9b1b82dc4d54cc4e7c8fdb1f8b7b6d7507b9f9cb0718839e5139e9c0cb6295259e819dc8a011101e2427cdd387b568b639889321d60
+DIST rake-compiler-1.1.1.tar.gz 34692 BLAKE2B 
c6862f24ec57c25fdeb7faeeda9eb96cb64ac972c852a81b77ec9b35d21018a5647089cd38d80b03a79e2c07d3f9af42bbaf9998457ad3beed27c8285c23689f
 SHA512 
e9cf9752e48eae912657a34d2f86a2b41f7d57620c6e43b1fa6fb8e5715336b2fdf99bf20a4851889e8b9b7b2e834421c13e108c538abdc3cec968952345361d

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
new file mode 100644
index 000..87dee3f74ea
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.1.ebuild
@@ -0,0 +1,51 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   *ruby25|*ruby26)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2020-06-21 Thread Agostino Sarubbo
commit: 76b2431bb5eff7cd0a43e3add831a4db01162a56
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 17:12:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 17:12:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b2431b

dev-ruby/rake-compiler: sparc stable wrt bug #728194

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index d11df9cc70e..d1c395fb375 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-06-21 Thread Agostino Sarubbo
commit: 6771279a5c9251a4a0f62067b12157977eef5f24
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 16:58:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 16:58:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6771279a

dev-ruby/rake-compiler: arm stable wrt bug #728194

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

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index 2c6a8f7ce35..865a545989b 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-06-21 Thread Agostino Sarubbo
commit: f076ebaba19555eecb406d898c7f1a94a532099e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 21 16:53:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 21 16:54:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f076ebab

dev-ruby/rake-compiler: amd64 stable wrt bug #728194

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

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index a25e0df32ec..2c6a8f7ce35 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-06-20 Thread Thomas Deutschmann
commit: c6bc6d0c5b5549992384e96a588be4678553ce6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 15:29:58 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 15:45:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bc6d0c

dev-ruby/rake-compiler: x86 stable (bug #728194)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index e2ce8f73bff..a25e0df32ec 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 
 SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2020-05-24 Thread Hans de Graaff
commit: 7c4fb5b5e93e10c8d4cb59bbd820c05939704873
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 25 05:21:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 25 05:22:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4fb5b5

dev-ruby/rake-remote_task: add missing rsync dependency

Closes: https://bugs.gentoo.org/723894
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 .../rake-remote_task-2.4.3-r1.ebuild   | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild 
b/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild
new file mode 100644
index 000..93a9022ff54
--- /dev/null
+++ b/dev-ruby/rake-remote_task/rake-remote_task-2.4.3-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extends Rake with remote task goodness"
+HOMEPAGE="https://github.com/seattlerb/rake-remote_task;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "
+   test? ( dev-ruby/minitest )"
+ruby_add_rdepend ">=dev-ruby/open4-1.0 >=dev-ruby/rake-0.8 

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

2020-04-29 Thread Hans de Graaff
commit: 5742eb0dfe6a47f764c6363b9a06a9d3fccbdc57
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 30 05:23:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 30 05:26:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5742eb0d

dev-ruby/rake-compiler: cleanup

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

 dev-ruby/rake-compiler/Manifest   |  2 -
 dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild | 49 --
 dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild | 51 ---
 3 files changed, 102 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 8ec30fb66c7..446ed35ff5e 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,4 +1,2 @@
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
-DIST rake-compiler-1.0.8.tar.gz 33547 BLAKE2B 
542544543cd6d02a9ff964571244c65a0d748e09ea88027a514f25d13086463094aec29b0961881aa175f9553afcf14fc9f7c12dba0e96a07bf88e21f51e87bf
 SHA512 
30b753d45a1180e034b520ad6385f2799098f0916d55e8b4729f5e3a29dabc1acfa292475edfb384c7809543e1c3e428e28db1bacb5383deb9f4bb31b18d6fe5
-DIST rake-compiler-1.0.9.tar.gz 34780 BLAKE2B 
59b736dedf70de3daffdf30b74d251dc3b3d7588610dc57d3aa7e13b55dad2d637b1569beb31075a0e5336d9827adfe3b9f89c9a8b75b141c3012a1d48274d2a
 SHA512 
8a5ccbc4bbe6a546634f939c1cbe42b35d952173bbe914e7a22eb78f3f2e85b48e207ff36b70432fe469a2d07d62b8e59c9827352181122fde76ba89bbc2aca0
 DIST rake-compiler-1.1.0.tar.gz 34819 BLAKE2B 
ec4fec1eb92031f9f6b378b190c4e8a2f2627623afd6fb11922f71a93431de94bce640863deea2aab05656612533ee2b110f295f87590b48500583af71b08dae
 SHA512 
77338776506df66c2e99e9b1b82dc4d54cc4e7c8fdb1f8b7b6d7507b9f9cb0718839e5139e9c0cb6295259e819dc8a011101e2427cdd387b568b639889321d60

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild
deleted file mode 100644
index be4047d3141..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
-
-USE_RUBY="ruby24 ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-
-   # Avoid failing features for native gems, this also fails with rubygems
-   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
-}
-
-each_ruby_test() {
-   # Skip cucumber for new ruby versions (not ready yet)
-   case ${RUBY} in
-   **ruby24|*ruby25|*ruby26)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec
-   ;;
-   esac
-}

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild
deleted file mode 100644
index 0c864a706a3..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux 

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

2020-01-22 Thread Hans de Graaff
commit: 6ac57cb4353197e39a0f03c0a6cc0dd4af949eae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 22 11:57:19 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 22 18:40:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac57cb4

dev-ruby/rake-compiler: add ruby27

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

 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
index ed865bdec89..f1bb6726d7a 100644
--- a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -2,7 +2,7 @@
 # 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="none"
 



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

2020-01-05 Thread Hans de Graaff
commit: 46037a1c12955af1a2ba4073304518dd43ae4b18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  6 06:15:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  6 06:15:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46037a1c

dev-ruby/rake-compiler: add 1.1.0

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 87d75ebea27..8ec30fb66c7 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
 DIST rake-compiler-1.0.8.tar.gz 33547 BLAKE2B 
542544543cd6d02a9ff964571244c65a0d748e09ea88027a514f25d13086463094aec29b0961881aa175f9553afcf14fc9f7c12dba0e96a07bf88e21f51e87bf
 SHA512 
30b753d45a1180e034b520ad6385f2799098f0916d55e8b4729f5e3a29dabc1acfa292475edfb384c7809543e1c3e428e28db1bacb5383deb9f4bb31b18d6fe5
 DIST rake-compiler-1.0.9.tar.gz 34780 BLAKE2B 
59b736dedf70de3daffdf30b74d251dc3b3d7588610dc57d3aa7e13b55dad2d637b1569beb31075a0e5336d9827adfe3b9f89c9a8b75b141c3012a1d48274d2a
 SHA512 
8a5ccbc4bbe6a546634f939c1cbe42b35d952173bbe914e7a22eb78f3f2e85b48e207ff36b70432fe469a2d07d62b8e59c9827352181122fde76ba89bbc2aca0
+DIST rake-compiler-1.1.0.tar.gz 34819 BLAKE2B 
ec4fec1eb92031f9f6b378b190c4e8a2f2627623afd6fb11922f71a93431de94bce640863deea2aab05656612533ee2b110f295f87590b48500583af71b08dae
 SHA512 
77338776506df66c2e99e9b1b82dc4d54cc4e7c8fdb1f8b7b6d7507b9f9cb0718839e5139e9c0cb6295259e819dc8a011101e2427cdd387b568b639889321d60

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
new file mode 100644
index 000..ed865bdec89
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+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"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby24 ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   **ruby24|*ruby25|*ruby26)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2019-12-26 Thread Hans de Graaff
commit: 32052978491491853348ccce4407153b4e7b1bc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 26 09:52:15 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 26 11:05:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32052978

dev-ruby/rake: add ruby27

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

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

diff --git a/dev-ruby/rake/rake-13.0.1.ebuild b/dev-ruby/rake/rake-13.0.1.ebuild
index 217d6fabbdc..233762fa09a 100644
--- a/dev-ruby/rake/rake-13.0.1.ebuild
+++ b/dev-ruby/rake/rake-13.0.1.ebuild
@@ -2,7 +2,7 @@
 # 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_DOC="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"



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

2019-12-22 Thread Hans de Graaff
commit: c78286f4f0b9046548df08f176d03dd8897fc2d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 23 05:46:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 23 05:46:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78286f4

dev-ruby/rake-compiler: add 1.0.9

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index d52a48bf00f..87d75ebea27 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1,3 @@
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
 DIST rake-compiler-1.0.8.tar.gz 33547 BLAKE2B 
542544543cd6d02a9ff964571244c65a0d748e09ea88027a514f25d13086463094aec29b0961881aa175f9553afcf14fc9f7c12dba0e96a07bf88e21f51e87bf
 SHA512 
30b753d45a1180e034b520ad6385f2799098f0916d55e8b4729f5e3a29dabc1acfa292475edfb384c7809543e1c3e428e28db1bacb5383deb9f4bb31b18d6fe5
+DIST rake-compiler-1.0.9.tar.gz 34780 BLAKE2B 
59b736dedf70de3daffdf30b74d251dc3b3d7588610dc57d3aa7e13b55dad2d637b1569beb31075a0e5336d9827adfe3b9f89c9a8b75b141c3012a1d48274d2a
 SHA512 
8a5ccbc4bbe6a546634f939c1cbe42b35d952173bbe914e7a22eb78f3f2e85b48e207ff36b70432fe469a2d07d62b8e59c9827352181122fde76ba89bbc2aca0

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild
new file mode 100644
index 000..bb6873915d0
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.0.9.ebuild
@@ -0,0 +1,51 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rake-compiler.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+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"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby24 ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   **ruby24|*ruby25|*ruby26)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2019-12-03 Thread Hans de Graaff
commit: 0e5be6d6b327276b80f839fbd3f66cd2c50fa21b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  3 10:21:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  3 10:24:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5be6d6

dev-ruby/rake: cleanup

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

 dev-ruby/rake/Manifest   |  1 -
 dev-ruby/rake/rake-12.3.1.ebuild | 56 
 2 files changed, 57 deletions(-)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 787f13b197f..8902027a44a 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,4 +1,3 @@
-DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79
 DIST rake-13.0.1.tar.gz 122821 BLAKE2B 
698e92d32d4bedf523bc81636f4183ccb11da1f467d116f7ff4978e121bddc41b66160798e2c0a2b00aa8f79171a81df7e214e556adeb386bdb00a72a18b82b7
 SHA512 
50d82b3a9bbe194467c7669000ed9dd8e55fbb22307fbc7180aff6ab77095108a2519b3095965ad08b52cc984d0384016d7b166676f2e97394409a069d01545f

diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild
deleted file mode 100644
index 3ea356166b2..000
--- a/dev-ruby/rake/rake-12.3.1.ebuild
+++ /dev/null
@@ -1,56 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_prepare() {
-   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-}
-
-all_ruby_compile() {
-   if use doc; then
-   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
-   ruby_fakegem_binwrapper rake
-
-   if use doc; then
-   pushd html
-   dodoc -r *
-   popd
-   fi
-
-   doman doc/rake.1
-
-   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
-}



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

2019-11-30 Thread Sergei Trofimovich
commit: dfd4f1e3f4a4f25b664262f21a57e59ee9b21ef5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 30 21:43:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 30 21:43:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd4f1e3

dev-ruby/rake: stable 12.3.3 for hppa, bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index 1f576da6301..3700041b851 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 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 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-27 Thread Mikle Kolyada
commit: abb3a8bad44fb395df6bfcd1c4f3ac6d5b78d77e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 27 13:02:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 27 13:02:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb3a8ba

dev-ruby/rake: arm stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index cfb874e5f4a..1f576da6301 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 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 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-26 Thread Sergei Trofimovich
commit: a288d440b25756a8c9d39580cca79506d4265698
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Nov 26 17:07:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 26 19:34:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a288d440

dev-ruby/rake: stable 12.3.3 for sparc, bug #700922

Package-Manager: Portage-2.3.76, 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/rake/rake-12.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index ef03df3b23a..cfb874e5f4a 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh ~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 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-23 Thread Agostino Sarubbo
commit: 1e6d5ae27e2d118a29f31097fa76654a509cb5fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 16:53:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 16:53:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6d5ae2

dev-ruby/rake: ppc64 stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index 70bcd0d7004..ef03df3b23a 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~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 ~mips ppc ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-23 Thread Agostino Sarubbo
commit: 37fc16a51f4fe376a61fa02e1e5ff100176a2e87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 15:46:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 15:46:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fc16a5

dev-ruby/rake: ppc stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index a86adce90e5..70bcd0d7004 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~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 ~mips ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-23 Thread Agostino Sarubbo
commit: 0e3cec1ed5b4a8dc1cbdfda9319d625a70c98863
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 15:40:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 15:40:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3cec1e

dev-ruby/rake: ia64 stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index d131ddb3881..a86adce90e5 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~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 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-23 Thread Agostino Sarubbo
commit: edb801cbe8bcc38044b0f7431b92a871b7159856
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 15:33:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 15:33:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb801cb

dev-ruby/rake: s390 stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index 5c20f8b53d0..d131ddb3881 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-23 Thread Agostino Sarubbo
commit: 096173d51805176a6aab51de104c0914a3dd7d9a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 23 12:46:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 23 12:46:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096173d5

dev-ruby/rake: amd64 stable wrt bug #700922

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

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index 2df271ceeda..5c20f8b53d0 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-22 Thread Aaron Bauman
commit: de33fd961285744cda56b278d29d5e3fb2ff7475
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 22 22:03:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Nov 23 00:13:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de33fd96

dev-ruby/rake: arm64 stable (bug #700922)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index bf3b7cf157b..cb0b2dd6984 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-22 Thread Matt Turner
commit: cdac9356f6b04fd711c8452c6bf8ae54a736acf7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 22 16:23:40 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 22 16:23:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdac9356

dev-ruby/rake-12.3.3: alpha stable, bug 700922

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
index d9d8710da0d..bf3b7cf157b 100644
--- a/dev-ruby/rake/rake-12.3.3.ebuild
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2019-11-11 Thread Hans de Graaff
commit: be1b45b4e19ca2cb734169de5c690457ac7c6312
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 12 06:28:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 12 06:28:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1b45b4

dev-ruby/rake: add 13.0.1

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.1.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index d0c400a7de3..787f13b197f 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79
+DIST rake-13.0.1.tar.gz 122821 BLAKE2B 
698e92d32d4bedf523bc81636f4183ccb11da1f467d116f7ff4978e121bddc41b66160798e2c0a2b00aa8f79171a81df7e214e556adeb386bdb00a72a18b82b7
 SHA512 
50d82b3a9bbe194467c7669000ed9dd8e55fbb22307fbc7180aff6ab77095108a2519b3095965ad08b52cc984d0384016d7b166676f2e97394409a069d01545f

diff --git a/dev-ruby/rake/rake-13.0.1.ebuild b/dev-ruby/rake/rake-13.0.1.ebuild
new file mode 100644
index 000..217d6fabbdc
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.1.ebuild
@@ -0,0 +1,59 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2019-11-02 Thread Hans de Graaff
commit: d1dffdced3db85870b89a199f606b6f6d76ae050
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  2 08:16:19 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  2 08:51:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dffdce

dev-ruby/rake: cleanup

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

 dev-ruby/rake/Manifest   |  1 -
 dev-ruby/rake/rake-12.3.2.ebuild | 52 
 2 files changed, 53 deletions(-)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index c982712953b..d0c400a7de3 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,4 +1,3 @@
 DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
-DIST rake-12.3.2.tar.gz 121854 BLAKE2B 
76d52fbb08f626232bb829da5d125236f99ade886e26a65c8faa7126cb0a902659160971520b1106064371b55f1bf3f27f77ad10c6879200bfbc8e724d57874f
 SHA512 
ed96decf44140ea79726a5862c8850cbf4db56702a6a7326784249efe432b37f16d4d96ef2c2886fdd693966f5770838802f1bc3446b0724617b8d0869a4
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
 DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79

diff --git a/dev-ruby/rake/rake-12.3.2.ebuild b/dev-ruby/rake/rake-12.3.2.ebuild
deleted file mode 100644
index 1db61dc6279..000
--- a/dev-ruby/rake/rake-12.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="Make-like scripting in Ruby"
-HOMEPAGE="https://github.com/ruby/rake;
-SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND+=" app-arch/gzip"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
-   doc? ( dev-ruby/rdoc )"
-
-all_ruby_compile() {
-   if use doc; then
-   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
-   ruby_fakegem_binwrapper rake
-
-   if use doc; then
-   pushd html
-   dodoc -r *
-   popd
-   fi
-
-   doman doc/rake.1
-
-   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
-}



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

2019-09-27 Thread Hans de Graaff
commit: 206fa5915b6cc18e3023858bf0b972d6f920c733
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 28 05:29:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 28 05:45:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206fa591

dev-ruby/rake: add 13.0.0

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.0.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index ad60d73b25e..c982712953b 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
 DIST rake-12.3.2.tar.gz 121854 BLAKE2B 
76d52fbb08f626232bb829da5d125236f99ade886e26a65c8faa7126cb0a902659160971520b1106064371b55f1bf3f27f77ad10c6879200bfbc8e724d57874f
 SHA512 
ed96decf44140ea79726a5862c8850cbf4db56702a6a7326784249efe432b37f16d4d96ef2c2886fdd693966f5770838802f1bc3446b0724617b8d0869a4
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
+DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79

diff --git a/dev-ruby/rake/rake-13.0.0.ebuild b/dev-ruby/rake/rake-13.0.0.ebuild
new file mode 100644
index 000..87784d9ab79
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.0.ebuild
@@ -0,0 +1,59 @@
+# 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_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2019-09-21 Thread Hans de Graaff
commit: 767ec247dd0995f870e71a1429c8fab04428ff66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 21 06:29:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 21 06:30:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767ec247

dev-ruby/rake-compiler: add 1.0.8

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

 dev-ruby/rake-compiler/Manifest   |  1 +
 dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 14721e8f1ca..d52a48bf00f 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1 +1,2 @@
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268
+DIST rake-compiler-1.0.8.tar.gz 33547 BLAKE2B 
542544543cd6d02a9ff964571244c65a0d748e09ea88027a514f25d13086463094aec29b0961881aa175f9553afcf14fc9f7c12dba0e96a07bf88e21f51e87bf
 SHA512 
30b753d45a1180e034b520ad6385f2799098f0916d55e8b4729f5e3a29dabc1acfa292475edfb384c7809543e1c3e428e28db1bacb5383deb9f4bb31b18d6fe5

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild
new file mode 100644
index 000..1c37feb616f
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-1.0.8.ebuild
@@ -0,0 +1,49 @@
+# 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="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+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"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 )"
+
+USE_RUBY="ruby24 ruby25 ruby26" ruby_add_bdepend "test? ( dev-util/cucumber 
dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+   # Make sure the right rspec version is used in cucumber.
+   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+
+   # Avoid failing features for native gems, this also fails with rubygems
+   sed -i -e '/generate native gem/,$ s:^:#:' features/package.feature || 
die
+}
+
+each_ruby_test() {
+   # Skip cucumber for new ruby versions (not ready yet)
+   case ${RUBY} in
+   **ruby24|*ruby25|*ruby26)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ;;
+   esac
+}



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

2019-07-23 Thread Hans de Graaff
commit: 9b9636cfac517beda8b36d034a290ce347f51cd1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 23 06:01:12 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 23 06:01:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9636cf

dev-ruby/rake: add 12.3.3

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-12.3.3.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index d2b87ba90ac..ad60d73b25e 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,2 +1,3 @@
 DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
 DIST rake-12.3.2.tar.gz 121854 BLAKE2B 
76d52fbb08f626232bb829da5d125236f99ade886e26a65c8faa7126cb0a902659160971520b1106064371b55f1bf3f27f77ad10c6879200bfbc8e724d57874f
 SHA512 
ed96decf44140ea79726a5862c8850cbf4db56702a6a7326784249efe432b37f16d4d96ef2c2886fdd693966f5770838802f1bc3446b0724617b8d0869a4
+DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b

diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild
new file mode 100644
index 000..a65e0ab0ae4
--- /dev/null
+++ b/dev-ruby/rake/rake-12.3.3.ebuild
@@ -0,0 +1,52 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2019-06-05 Thread Hans de Graaff
commit: e0896565f5007850119958685973ccc790d7c796
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun  5 17:47:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun  5 17:56:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0896565

dev-ruby/rake-compiler: cleanup

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

 dev-ruby/rake-compiler/Manifest   |  1 -
 dev-ruby/rake-compiler/rake-compiler-1.0.2.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index bfc0818184e..14721e8f1ca 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,2 +1 @@
-DIST rake-compiler-1.0.2.tar.gz 32823 BLAKE2B 
0751435c46a881b0501bcb6c4e1e29abe8a156f02aca79ccd4a6cf472ff696f8be89c4e8f860dc74e27a093a586b10c9a59e1df7b496ef3f530ab07dd84e8dcd
 SHA512 
ef7132eff3afb29e98ce21facfd663cfe495053ca98d54b26275ee8e186c91f81f0450e52bf282bfad64e1443f6e065aefa62a30692895648a89966a8a0f0ebe
 DIST rake-compiler-1.0.7.tar.gz 33444 BLAKE2B 
c3a92206d4d7defdf21295aaf094f704596962a3ee79c3517ea1058732e1f9f378b5f14bbe3b9652572564d11c566e26014e187dcdb488409bf95ea9a52e0a7c
 SHA512 
fa901f5cc48891f07bd8d9a27cf4e745e87d5a667dbee0c9f4b43f9564fdfe3067b9c658f10ea8bcacd32ea7320a542ef0fca9373147057472f5572a4a4c5268

diff --git a/dev-ruby/rake-compiler/rake-compiler-1.0.2.ebuild 
b/dev-ruby/rake-compiler/rake-compiler-1.0.2.ebuild
deleted file mode 100644
index 00fd1dfbfe8..000
--- a/dev-ruby/rake-compiler/rake-compiler-1.0.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Provide a standard and simplified way to build and package Ruby 
extensions"
-HOMEPAGE="https://github.com/luislavena/rake-compiler;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-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"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rake"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-USE_RUBY="ruby21 ruby22" ruby_add_bdepend "test? ( dev-util/cucumber )"
-
-all_ruby_prepare() {
-   # Make sure the right rspec version is used in cucumber.
-   sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
-}
-
-each_ruby_test() {
-   # Skip cucumber for ruby23 (not ready yet)
-   case ${RUBY} in
-   *ruby21|*ruby22)
-   ruby-ng_rspec
-   ruby-ng_cucumber
-   ;;
-   *)
-   ruby-ng_rspec
-   ;;
-   esac
-}



  1   2   3   >