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

2024-03-20 Thread Hans de Graaff
commit: db3dab5b1d105504faa8d7d9f03287fa049c8019
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 20 12:03:53 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 20 12:04:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3dab5b

dev-ruby/ruby-progressbar: add ruby33

Drop dependency on unmaintained and broken rspectacular.

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

 .../ruby-progressbar-1.13.0-r1.ebuild  | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild
new file mode 100644
index ..b8659a7f3211
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="ruby-progressbar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -e '/warning_filter/ s:^:#:' \
+   -e '/rspectacular/arequire "ruby-progressbar"; require 
"timecop"' \
+   -e '/rspectacular/ s:^:#:' \
+   -i spec/spec_helper.rb || die
+}



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

2023-08-29 Thread Hans de Graaff
commit: 5923b1f6abaf1d7276ac5fc2566c36c5b4ca1391
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 29 12:32:38 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 29 14:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5923b1f6

dev-ruby/ruby-progressbar: drop 1.11.0

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

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar-1.11.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 382b50679200..71930b4b3bd9 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1 @@
-DIST ruby-progressbar-1.11.0.tar.gz 61341 BLAKE2B 
558de9d15f6c3eafb0a9ef0b39db279727651c8f86234f3ffad1faac7e9ab7f6bdef6662fadb2132bf10d70bcac9412801a695e0bb3afa5879a48dd363920734
 SHA512 
5a5c8a6af410746ef601821ec171933d781d32bfb7cb5f67f9cf877824a399941c11be69bb74380941f2271f6f5139928599881441f88860a71f8b7f7b55d4b4
 DIST ruby-progressbar-1.13.0.tar.gz 67185 BLAKE2B 
27ea25e4caeb70aefb2523a4f4399056bdb9973deb567fc80eb9daeab6193ecc3693c8364bb43fc94906e6b63a0db1ace6bbd9b00defa0e02177983371b54ad3
 SHA512 
64723422d6216f2640bc60c8068c8d0437fbc5f315343b13c3167130d868a0aa978f098554ace3ea71406688c0b3c0ed94296adc6b9229ea14df5dbcb56322a3

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
deleted file mode 100644
index 4db555a80ec6..
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="ruby-progressbar.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-}



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

2023-03-25 Thread Sam James
commit: 1fbaf46fc3f281eafce9902dbf430e1cce5cde8b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 11:56:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 26 03:02:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbaf46f

dev-ruby/ruby-progressbar: enable ruby32

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild
index b77912c368ba..1dc001d98a5d 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_BINWRAP=""



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

2023-03-23 Thread Sam James
commit: b051a9681a982940ed209333598dae1becb6e889
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 22 11:06:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 23 06:51:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b051a968

dev-ruby/ruby-progressbar: add 1.13.0

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

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

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index c9d7f83bc40c..382b50679200 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1 +1,2 @@
 DIST ruby-progressbar-1.11.0.tar.gz 61341 BLAKE2B 
558de9d15f6c3eafb0a9ef0b39db279727651c8f86234f3ffad1faac7e9ab7f6bdef6662fadb2132bf10d70bcac9412801a695e0bb3afa5879a48dd363920734
 SHA512 
5a5c8a6af410746ef601821ec171933d781d32bfb7cb5f67f9cf877824a399941c11be69bb74380941f2271f6f5139928599881441f88860a71f8b7f7b55d4b4
+DIST ruby-progressbar-1.13.0.tar.gz 67185 BLAKE2B 
27ea25e4caeb70aefb2523a4f4399056bdb9973deb567fc80eb9daeab6193ecc3693c8364bb43fc94906e6b63a0db1ace6bbd9b00defa0e02177983371b54ad3
 SHA512 
64723422d6216f2640bc60c8068c8d0437fbc5f315343b13c3167130d868a0aa978f098554ace3ea71406688c0b3c0ed94296adc6b9229ea14df5dbcb56322a3

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.ebuild
new file mode 100644
index ..b77912c368ba
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.13.0.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="ruby27 ruby30 ruby31"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="ruby-progressbar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}



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

2023-01-21 Thread Hans de Graaff
commit: 3bd3a2e69320d739388afbf6699a87f3f6e484e1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 08:43:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 08:44:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd3a2e6

dev-ruby/ruby-progressbar: drop 1.10.1-r1

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

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar-1.10.1-r1.ebuild  | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index de30f3165066..c9d7f83bc40c 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1 @@
-DIST ruby-progressbar-1.10.1.tar.gz 53416 BLAKE2B 
ee435291cd8843ab05254c01a6148711aee54a5ce80d7b03902e32fd8735fda2e3686794f3f2c8a62c7ca26d90df4d63b48c8d947a471279c35131c49898
 SHA512 
6cbd791833a1638949c7283b5c475164b44ec8a5d4c7eb417d741da5c9cda9e777481a785f112be7fd1c3714668ad58cbf9aa39eecb61d1022fb3bb35ddb6203
 DIST ruby-progressbar-1.11.0.tar.gz 61341 BLAKE2B 
558de9d15f6c3eafb0a9ef0b39db279727651c8f86234f3ffad1faac7e9ab7f6bdef6662fadb2132bf10d70bcac9412801a695e0bb3afa5879a48dd363920734
 SHA512 
5a5c8a6af410746ef601821ec171933d781d32bfb7cb5f67f9cf877824a399941c11be69bb74380941f2271f6f5139928599881441f88860a71f8b7f7b55d4b4

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
deleted file mode 100644
index beddeb9f6974..
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-   # Avoid ruby24 syntax for an unneeded check
-   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
-}



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

2022-12-02 Thread Hans de Graaff
commit: 85986b410709a97fd869a922c2c4728b34832f2a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 07:18:08 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 07:18:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85986b41

dev-ruby/ruby-progressbar: stabilize 1.11.0 for amd64

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
index 8d3fea136cfa..3ef40a8ceae9 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
@@ -22,7 +22,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2022-10-21 Thread Hans de Graaff
commit: e06a957e4778380d96b8495a2fa9bc37f6799f29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 21 08:35:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 21 09:11:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06a957e

dev-ruby/ruby-progressbar: enable ruby31 and disable ruby26

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
index 4a0dda0d56ff..8d3fea136cfa 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-06 Thread Hans de Graaff
commit: dc14c5ab1aa2640124704ca28c1a9295abee3231
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Apr  6 15:53:23 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Apr  6 15:59:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc14c5ab

dev-ruby/ruby-progressbar: enable ruby30 and disable ruby25

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
index c66f149c92b3..4a0dda0d56ff 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-03-18 Thread Jakov Smolić
commit: 65dfb7879c6069499b1df2445b5575c6fd64edb0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Mar 15 13:11:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Mar 18 06:48:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dfb787

dev-ruby/ruby-progressbar: keyword 1.11.0 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
index b81bafce2104..c66f149c92b3 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.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
@@ -22,7 +22,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2021-01-03 Thread Hans de Graaff
commit: 8a94aad582bd33039a436232ba3f77a400ec475e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  3 07:24:28 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  3 08:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a94aad5

dev-ruby/ruby-progressbar: cleanup

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

 .../ruby-progressbar-1.10.1.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild
deleted file mode 100644
index 0910ef551af..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-   # Avoid ruby24 syntax for an unneeded check
-   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
-}



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

2021-01-03 Thread Hans de Graaff
commit: 6a8d65f38d777b7e8cb6cc3adea1634ed5165f11
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan  3 07:39:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan  3 08:05:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8d65f3

dev-ruby/ruby-progressbar: add 1.11.0

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

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar-1.11.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 6c56a8cb73e..de30f316506 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1 +1,2 @@
 DIST ruby-progressbar-1.10.1.tar.gz 53416 BLAKE2B 
ee435291cd8843ab05254c01a6148711aee54a5ce80d7b03902e32fd8735fda2e3686794f3f2c8a62c7ca26d90df4d63b48c8d947a471279c35131c49898
 SHA512 
6cbd791833a1638949c7283b5c475164b44ec8a5d4c7eb417d741da5c9cda9e777481a785f112be7fd1c3714668ad58cbf9aa39eecb61d1022fb3bb35ddb6203
+DIST ruby-progressbar-1.11.0.tar.gz 61341 BLAKE2B 
558de9d15f6c3eafb0a9ef0b39db279727651c8f86234f3ffad1faac7e9ab7f6bdef6662fadb2132bf10d70bcac9412801a695e0bb3afa5879a48dd363920734
 SHA512 
5a5c8a6af410746ef601821ec171933d781d32bfb7cb5f67f9cf877824a399941c11be69bb74380941f2271f6f5139928599881441f88860a71f8b7f7b55d4b4

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
new file mode 100644
index 000..75257d96de1
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="ruby-progressbar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}



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

2020-12-20 Thread Sam James
commit: f81897f94497aede7dbdbce87850878fdfeef64c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:04:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:14:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81897f9

dev-ruby/ruby-progressbar: Keyword 1.10.1-r1 ppc, #692324

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
index 09b9ffbb987..bf18d30bc5b 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
@@ -21,7 +21,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2020-12-20 Thread Sam James
commit: 1185f2e34019ef02c026d51e59ce14bce7d081dc
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 18:54:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1185f2e3

dev-ruby/ruby-progressbar: Keyword 1.10.1-r1 ppc64, #692324

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
index 9a3af0575d9..09b9ffbb987 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
@@ -21,7 +21,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2020-09-08 Thread Hans de Graaff
commit: 8b5ce1005319007f4f9b64136fd7043f07de96e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  8 09:33:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  8 12:02:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5ce100

dev-ruby/ruby-progressbar: cleanup

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

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar-1.10.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 8a19b48fc7a..6c56a8cb73e 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1 @@
-DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
 DIST ruby-progressbar-1.10.1.tar.gz 53416 BLAKE2B 
ee435291cd8843ab05254c01a6148711aee54a5ce80d7b03902e32fd8735fda2e3686794f3f2c8a62c7ca26d90df4d63b48c8d947a471279c35131c49898
 SHA512 
6cbd791833a1638949c7283b5c475164b44ec8a5d4c7eb417d741da5c9cda9e777481a785f112be7fd1c3714668ad58cbf9aa39eecb61d1022fb3bb35ddb6203

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
deleted file mode 100644
index b111a54ef13..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-   # Avoid ruby24 syntax for an unneeded check
-   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
-}



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

2020-08-07 Thread Hans de Graaff
commit: 13cb9f500db175a31065113bdf0c2074b60f7bc0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug  7 07:45:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug  7 07:46:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cb9f50

dev-ruby/ruby-progressbar: cleanup

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

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

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index cee7ccd88d9..8a19b48fc7a 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,3 +1,2 @@
 DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
 DIST ruby-progressbar-1.10.1.tar.gz 53416 BLAKE2B 
ee435291cd8843ab05254c01a6148711aee54a5ce80d7b03902e32fd8735fda2e3686794f3f2c8a62c7ca26d90df4d63b48c8d947a471279c35131c49898
 SHA512 
6cbd791833a1638949c7283b5c475164b44ec8a5d4c7eb417d741da5c9cda9e777481a785f112be7fd1c3714668ad58cbf9aa39eecb61d1022fb3bb35ddb6203
-DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
deleted file mode 100644
index b1ae93a641e..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
-}



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

2020-04-27 Thread Hans de Graaff
commit: 7e3457696a2b5a0ea25671f6b26c8f2e41abb73a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 27 07:58:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 27 07:58:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e345769

dev-ruby/ruby-progressbar: amd64 stable

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
index b6ec3ad1768..9a3af0575d9 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
@@ -21,7 +21,7 @@ RUBY_S="ruby-progressbar-releases-v${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2020-04-13 Thread Hans de Graaff
commit: 13f330603c88d1bc0ec155a33bc221eb40888bbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 13 13:08:48 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 13 13:08:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f33060

dev-ruby/ruby-progressbar: add ruby27

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

 .../ruby-progressbar-1.10.1-r1.ebuild  | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
new file mode 100644
index 000..b6ec3ad1768
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



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

2019-05-28 Thread Hans de Graaff
commit: db6254c7524e259b056b23dc10a0fb0a11b2b7b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 28 18:15:51 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 28 18:15:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6254c7

dev-ruby/ruby-progressbar: add 1.10.1

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

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar-1.10.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index c68e26b67f5..cee7ccd88d9 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
+DIST ruby-progressbar-1.10.1.tar.gz 53416 BLAKE2B 
ee435291cd8843ab05254c01a6148711aee54a5ce80d7b03902e32fd8735fda2e3686794f3f2c8a62c7ca26d90df4d63b48c8d947a471279c35131c49898
 SHA512 
6cbd791833a1638949c7283b5c475164b44ec8a5d4c7eb417d741da5c9cda9e777481a785f112be7fd1c3714668ad58cbf9aa39eecb61d1022fb3bb35ddb6203
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild
new file mode 100644
index 000..0910ef551af
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



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

2019-04-13 Thread Hans de Graaff
commit: 14b715be9f480b431ac2ad27dac794ab22562e50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 13 05:34:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 13 06:33:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b715be

dev-ruby/ruby-progressbar: cleanup

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

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar/ruby-progressbar-1.9.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 180501ebe0d..c68e26b67f5 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,3 +1,2 @@
 DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
-DIST ruby-progressbar-1.9.0.tar.gz 47888 BLAKE2B 
26707f4f931e378da18a29d20da47963c06bde537155d0e9bd3a623b9b3edd9d653a50ca106dcb29ffb53668a869815818398ae514ef3302465cf5a5504b2cda
 SHA512 
d2b01c205dec3bad6989a1ea466070fdc0c3fc5bc0c8685a21094c52d2f2c6a11849b42d88d3ec70df1475ad47c9f84a4c4b603948344643310e2180122d9b67

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
deleted file mode 100644
index 033082b7ba8..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-   # Avoid ruby24 syntax for an unneeded check
-   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
-}



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

2019-03-29 Thread Hans de Graaff
commit: 79fbb936bf5b82a6c88c5edf0004806d5430b0ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 29 09:14:18 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 29 09:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fbb936

dev-ruby/ruby-progressbar: add ruby26

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

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
index 033082b7ba8..b111a54ef13 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-08-17 Thread Hans de Graaff
commit: 4d7a1929bfe7dd36a4ed1ca603f8537948d25708
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 18 04:59:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 18 05:03:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7a1929

dev-ruby/ruby-progressbar: add 1.10.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar-1.10.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 574141e11e1..180501ebe0d 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1,3 @@
+DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 DIST ruby-progressbar-1.9.0.tar.gz 47888 BLAKE2B 
26707f4f931e378da18a29d20da47963c06bde537155d0e9bd3a623b9b3edd9d653a50ca106dcb29ffb53668a869815818398ae514ef3302465cf5a5504b2cda
 SHA512 
d2b01c205dec3bad6989a1ea466070fdc0c3fc5bc0c8685a21094c52d2f2c6a11849b42d88d3ec70df1475ad47c9f84a4c4b603948344643310e2180122d9b67

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
new file mode 100644
index 000..033082b7ba8
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



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

2018-06-22 Thread Hans de Graaff
commit: d4f6c846f47d0023726b93106a04aafacdc83998
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 23 05:56:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 23 05:56:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f6c846

dev-ruby/ruby-progressbar: add ruby24

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
index ea6370d2e54..af0511dbb7d 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-05-21 Thread Hans de Graaff
commit: 0602149547a02c4dade5878af804c0dd43cdebba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 21 18:13:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 21 18:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06021495

dev-ruby/ruby-progressbar: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
index 8d332539bfb..033082b7ba8 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-04-29 Thread Hans de Graaff
commit: 25d93bf8677fc40d9068565bf2d82c13aa13e7a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 29 07:51:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 29 09:41:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d93bf8

dev-ruby/ruby-progressbar: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/ruby-progressbar/Manifest |  2 --
 .../ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 29 ---
 .../ruby-progressbar-1.8.3-r1.ebuild   | 33 --
 3 files changed, 64 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 79da0a0e594..574141e11e1 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,4 +1,2 @@
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
-DIST ruby-progressbar-1.8.1.gem 26112 BLAKE2B 
2e4a8406328f07b2be0b59b5d08e8f56e17d4e5ae43325b4fadd563427aabde1e354fb05e6e67403c9f00c17e0f8e3239cdc3d0cb40d4c8cc6520306214289b3
 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
-DIST ruby-progressbar-1.8.3.tar.gz 44706 BLAKE2B 
ef0b7bc2647da5af777e4ee88b85632ad47d7bee3a1b5f3ade57108362b663a66a78b023080039a94bb452694b41be3e6d52da1e322d1e6d86a2f28ff8aa7fc3
 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b
 DIST ruby-progressbar-1.9.0.tar.gz 47888 BLAKE2B 
26707f4f931e378da18a29d20da47963c06bde537155d0e9bd3a623b9b3edd9d653a50ca106dcb29ffb53668a869815818398ae514ef3302465cf5a5504b2cda
 SHA512 
d2b01c205dec3bad6989a1ea466070fdc0c3fc5bc0c8685a21094c52d2f2c6a11849b42d88d3ec70df1475ad47c9f84a4c4b603948344643310e2180122d9b67

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
deleted file mode 100644
index 09df95ee0e3..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
deleted file mode 100644
index e1340a5cc0e..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="ruby-progressbar-releases-v${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-}



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

2018-02-24 Thread Hans de Graaff
commit: aa1dd339390354f24aad9dd75ca3a56352c5aae4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 25 07:29:06 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 25 07:47:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1dd339

dev-ruby/ruby-progressbar: add ruby23

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
index cf0379c1e7c..ea6370d2e54 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-02-07 Thread Hans de Graaff
commit: 7d7c72c5576beb63ee66f6976184956c0bbcce7e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb  7 19:18:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb  7 19:18:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7c72c5

dev-ruby/ruby-progressbar: add 1.9.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar/ruby-progressbar-1.9.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index f332707b3f7..79da0a0e594 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 DIST ruby-progressbar-1.8.1.gem 26112 BLAKE2B 
2e4a8406328f07b2be0b59b5d08e8f56e17d4e5ae43325b4fadd563427aabde1e354fb05e6e67403c9f00c17e0f8e3239cdc3d0cb40d4c8cc6520306214289b3
 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 DIST ruby-progressbar-1.8.3.tar.gz 44706 BLAKE2B 
ef0b7bc2647da5af777e4ee88b85632ad47d7bee3a1b5f3ade57108362b663a66a78b023080039a94bb452694b41be3e6d52da1e322d1e6d86a2f28ff8aa7fc3
 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b
+DIST ruby-progressbar-1.9.0.tar.gz 47888 BLAKE2B 
26707f4f931e378da18a29d20da47963c06bde537155d0e9bd3a623b9b3edd9d653a50ca106dcb29ffb53668a869815818398ae514ef3302465cf5a5504b2cda
 SHA512 
d2b01c205dec3bad6989a1ea466070fdc0c3fc5bc0c8685a21094c52d2f2c6a11849b42d88d3ec70df1475ad47c9f84a4c4b603948344643310e2180122d9b67

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
new file mode 100644
index 000..8d332539bfb
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.9.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



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

2018-01-24 Thread Hans de Graaff
commit: 15f349ecb6bf2c5f144ecfa2a240e2b300bb64cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 25 06:29:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 25 06:29:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f349ec

dev-ruby/ruby-progressbar: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
index c18decbf595..80a4fba0aa6 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-01-22 Thread Hans de Graaff
commit: c38e89944ddc52e6d8ea916da3b801290ab2189c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 18:27:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:03:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e8994

dev-ruby/ruby-progressbar: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-progressbar/Manifest |  1 -
 .../ruby-progressbar/ruby-progressbar-1.7.5.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 03e7e247313..f332707b3f7 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,4 +1,3 @@
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
-DIST ruby-progressbar-1.7.5.gem 21504 BLAKE2B 
abb50406df3b952327bbacdb4600a66751772ab3c22053a172150618cfb36e9aa567461ea31772ae74372d9b3df4d13419994fd8597c9f0f10ea090251493e6d
 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 DIST ruby-progressbar-1.8.1.gem 26112 BLAKE2B 
2e4a8406328f07b2be0b59b5d08e8f56e17d4e5ae43325b4fadd563427aabde1e354fb05e6e67403c9f00c17e0f8e3239cdc3d0cb40d4c8cc6520306214289b3
 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 DIST ruby-progressbar-1.8.3.tar.gz 44706 BLAKE2B 
ef0b7bc2647da5af777e4ee88b85632ad47d7bee3a1b5f3ade57108362b663a66a78b023080039a94bb452694b41be3e6d52da1e322d1e6d86a2f28ff8aa7fc3
 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
deleted file mode 100644
index 3d5a68f380d..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
-
-all_ruby_prepare() {
-   sed -i -e '/warning_filter/ s:^:#:' \
-   spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
-   case ${RUBY} in
-   *ruby20)
-   # Skip specs since rspectacular doesn't work with ruby 
2.0:
-   # https://github.com/thekompanee/rspectacular/issues/4
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec spec || die
-   ;;
-   esac
-}



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

2017-12-01 Thread Hans de Graaff
commit: fb7cc17cc87659a01d19a99d570ea20207aaabff
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  2 05:15:26 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  2 06:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7cc17c

dev-ruby/ruby-progressbar: drop hppa stable, bug 623950

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ruby-progressbar/Manifest | 8 
 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index afebdd06719..03e7e247313 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,4 +1,4 @@
-DIST ruby-progressbar-1.4.2.gem 24064 SHA256 
1285524b097446471bc60c4b756f9f8c4b527dd870eaf318e7d83380cde99fa7 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 WHIRLPOOL 
50bcbefce6fe3e1b05ad20476f67f9e610e5e91e5d9bc92a8ecc0ef5ab79233c16237c04f3782878855fae8115e556d53a0c6624d151fcd49bd58792aeb370f7
-DIST ruby-progressbar-1.7.5.gem 21504 SHA256 
71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 WHIRLPOOL 
13e05a761c10c6fbb87cfb11f83f18acae93daeec1e11306b432ee751427e0d95a56d63cd7528590242b3e5241d4de6eaef2ea1b9190a1c1196430f4828f5580
-DIST ruby-progressbar-1.8.1.gem 26112 SHA256 
95ded755295440de814704970d7ccaf3cb259854534f03a03a6d05918f3eece3 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 WHIRLPOOL 
3e2c00c55734819fab7eaf9e0b1666cc1ff7a733edf2d14260f4f5baf77d2d608db1473c76c45759a5d055ee5c59ef7fdbd7869964e00b4ef6ea23882bce2150
-DIST ruby-progressbar-1.8.3.tar.gz 44706 SHA256 
b3ac685d7b1dcf21cb41ec381faadd74d854eeac1dc0256772d5cdad6e0c8b54 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b
 WHIRLPOOL 
9b1e7155ce44cceb3727378b7e32244f1c5010c102fa2a49c0da2fa21991f7a37eb4e46cc2515545d71291bed38e76dc8bfea603c73af64f9c714c244302a7b6
+DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
+DIST ruby-progressbar-1.7.5.gem 21504 BLAKE2B 
abb50406df3b952327bbacdb4600a66751772ab3c22053a172150618cfb36e9aa567461ea31772ae74372d9b3df4d13419994fd8597c9f0f10ea090251493e6d
 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
+DIST ruby-progressbar-1.8.1.gem 26112 BLAKE2B 
2e4a8406328f07b2be0b59b5d08e8f56e17d4e5ae43325b4fadd563427aabde1e354fb05e6e67403c9f00c17e0f8e3239cdc3d0cb40d4c8cc6520306214289b3
 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
+DIST ruby-progressbar-1.8.3.tar.gz 44706 BLAKE2B 
ef0b7bc2647da5af777e4ee88b85632ad47d7bee3a1b5f3ade57108362b663a66a78b023080039a94bb452694b41be3e6d52da1e322d1e6d86a2f28ff8aa7fc3
 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
index a7c6276c65d..cf0379c1e7c 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
 
 IUSE="test"
 



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

2017-09-26 Thread Hans de Graaff
commit: a621abca450644201ee19cf87d78090b3d4d58f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 27 05:09:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 27 05:09:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a621abca

dev-ruby/ruby-progressbar: don't install default binstubs, bug 632080

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 .../{ruby-progressbar-1.8.3.ebuild => ruby-progressbar-1.8.3-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
similarity index 97%
rename from dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
rename to dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
index 6f35a98714a..c18decbf595 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3-r1.ebuild
@@ -10,6 +10,8 @@ RUBY_FAKEGEM_TASK_DOC=""
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
+RUBY_FAKEGEM_BINWRAP=""
+
 inherit ruby-fakegem
 
 DESCRIPTION="A Text Progress Bar Library for Ruby"



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

2017-09-25 Thread Hans de Graaff
commit: 1c7e00e837dc387e7e3c54132e7ec0d9b52233ad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 26 05:49:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 26 05:49:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7e00e8

dev-ruby/ruby-progressbar: add 1.8.3

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar/ruby-progressbar-1.8.3.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 7cfe293ecde..afebdd06719 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-progressbar-1.4.2.gem 24064 SHA256 
1285524b097446471bc60c4b756f9f8c4b527dd870eaf318e7d83380cde99fa7 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 WHIRLPOOL 
50bcbefce6fe3e1b05ad20476f67f9e610e5e91e5d9bc92a8ecc0ef5ab79233c16237c04f3782878855fae8115e556d53a0c6624d151fcd49bd58792aeb370f7
 DIST ruby-progressbar-1.7.5.gem 21504 SHA256 
71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 WHIRLPOOL 
13e05a761c10c6fbb87cfb11f83f18acae93daeec1e11306b432ee751427e0d95a56d63cd7528590242b3e5241d4de6eaef2ea1b9190a1c1196430f4828f5580
 DIST ruby-progressbar-1.8.1.gem 26112 SHA256 
95ded755295440de814704970d7ccaf3cb259854534f03a03a6d05918f3eece3 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 WHIRLPOOL 
3e2c00c55734819fab7eaf9e0b1666cc1ff7a733edf2d14260f4f5baf77d2d608db1473c76c45759a5d055ee5c59ef7fdbd7869964e00b4ef6ea23882bce2150
+DIST ruby-progressbar-1.8.3.tar.gz 44706 SHA256 
b3ac685d7b1dcf21cb41ec381faadd74d854eeac1dc0256772d5cdad6e0c8b54 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b
 WHIRLPOOL 
9b1e7155ce44cceb3727378b7e32244f1c5010c102fa2a49c0da2fa21991f7a37eb4e46cc2515545d71291bed38e76dc8bfea603c73af64f9c714c244302a7b6

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
new file mode 100644
index 000..6f35a98714a
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}



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

2017-05-25 Thread Michael Weber
commit: 02783a7b29403327917641d5325b7fbd7754f383
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 25 19:53:06 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 25 19:53:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02783a7b

dev-ruby/ruby-progressbar: add ~ppc keyword (bug 574738).

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild | 4 ++--
 dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
index 3949d97861e..3d5a68f380d 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index bb1d4559305..f845f87b4ac 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2017-03-01 Thread Hans de Graaff
commit: 8f3c5c5470d47199651ec3d6544217149307a1c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar  2 06:18:33 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar  2 06:18:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c5c54

dev-ruby/ruby-progressbar: add missing timecop test dependency, fixing bug 
595896

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index dc9bee8d5d7..bb1d4559305 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86
 
 IUSE="test"
 
-ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
 
 all_ruby_prepare() {
sed -i -e '/warning_filter/ s:^:#:' \



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

2017-03-01 Thread Hans de Graaff
commit: c058f4ad4aa5ac6e6cb1d20debd0c098268f8b57
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar  2 06:15:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar  2 06:15:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c058f4ad

dev-ruby/ruby-progressbar: drop ruby20

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 16 ++--
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index e3af4e89c22..dc9bee8d5d7 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""
@@ -27,15 +27,3 @@ all_ruby_prepare() {
sed -i -e '/warning_filter/ s:^:#:' \
spec/spec_helper.rb || die
 }
-
-each_ruby_test() {
-   case ${RUBY} in
-   *ruby20)
-   # Skip specs since rspectacular doesn't work with ruby 
2.0:
-   # https://github.com/thekompanee/rspectacular/issues/4
-   ;;
-   *)
-   RSPEC_VERSION=3 ruby-ng_rspec spec || die
-   ;;
-   esac
-}



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

2016-11-17 Thread Hans de Graaff
commit: bb251de8ed675aef7c650e95974054fe73eb025a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 18 06:26:33 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 18 06:27:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb251de8

dev-ruby/ruby-progressbar: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index 0232156..efadf6b 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-10-02 Thread Jeroen Roovers
commit: b6e8c1c06e38c2a2964b7f746558b4325af6d3fb
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 10:45:57 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 10:45:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e8c1c0

dev-ruby/ruby-progressbar: Mark ~hppa ~ppc64 (bug #574738).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index 48eaf0f..0232156 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2016-07-22 Thread Hans de Graaff
commit: af75658af2d5a2d09b2c654a8a8a22789a246d33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:22:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:04:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af75658a

dev-ruby/ruby-progressbar: mark ruby21 revision stable

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
index d7b0491..5f24848 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
 
 IUSE="test"
 



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

2016-07-22 Thread Hans de Graaff
commit: 4d4d8bbcb8857fbef5e2efbc26d0a3c81dbd9939
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:23:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4d8bbc

dev-ruby/ruby-progressbar: cleanup

Package-Manager: portage-2.2.28

 .../ruby-progressbar/ruby-progressbar-1.4.2.ebuild | 29 --
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
deleted file mode 100644
index 9b2a18d..000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Text Progress Bar Library for Ruby"
-HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
-
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' spec/spec_helper.rb || die
-}



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

2016-05-27 Thread Hans de Graaff
commit: b3bf87e26130ca78ff280d591d86ceb7400a36e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 05:21:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 05:21:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf87e2

dev-ruby/ruby-progressbar: add 1.8.1

Package-Manager: portage-2.2.28

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 0d64539..7cfe293 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-progressbar-1.4.2.gem 24064 SHA256 
1285524b097446471bc60c4b756f9f8c4b527dd870eaf318e7d83380cde99fa7 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 WHIRLPOOL 
50bcbefce6fe3e1b05ad20476f67f9e610e5e91e5d9bc92a8ecc0ef5ab79233c16237c04f3782878855fae8115e556d53a0c6624d151fcd49bd58792aeb370f7
 DIST ruby-progressbar-1.7.5.gem 21504 SHA256 
71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 WHIRLPOOL 
13e05a761c10c6fbb87cfb11f83f18acae93daeec1e11306b432ee751427e0d95a56d63cd7528590242b3e5241d4de6eaef2ea1b9190a1c1196430f4828f5580
+DIST ruby-progressbar-1.8.1.gem 26112 SHA256 
95ded755295440de814704970d7ccaf3cb259854534f03a03a6d05918f3eece3 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 WHIRLPOOL 
3e2c00c55734819fab7eaf9e0b1666cc1ff7a733edf2d14260f4f5baf77d2d608db1473c76c45759a5d055ee5c59ef7fdbd7869964e00b4ef6ea23882bce2150

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
new file mode 100644
index 000..48eaf0f
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby20)
+   # Skip specs since rspectacular doesn't work with ruby 
2.0:
+   # https://github.com/thekompanee/rspectacular/issues/4
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec spec || die
+   ;;
+   esac
+}



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

2016-05-09 Thread Manuel Rüger
commit: f854c0b098323af78ea093501e068334a1d15076
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May  9 22:32:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May  9 22:32:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f854c0b0

dev-ruby/ruby-progressbar: Drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild | 4 ++--
 dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
index f320a6c..d7b0491 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
index 28a34bd..9b2a18d 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-02-21 Thread Fabian Groffen
commit: 76cafe790f3979e6d2a727ab61143ac603eb3992
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Feb 21 15:27:21 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Feb 21 15:28:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cafe79

dev-ruby/ruby-progressbar: keyworded for Prefix, bug #574738

Package-Manager: portage-2.2.27-prefix

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

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
index 95e83ef..48eaf0f 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test"
 



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

2016-02-14 Thread Hans de Graaff
commit: 9e6bb51191179ede39e174e3007b077818a47ec3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 14 19:42:42 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 14 19:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6bb511

dev-ruby/ruby-progressbar: add 1.7.5

Drop hppa, ppc, ppc64, x86, prefix keywords due to new
dev-ruby/rspectacular test dependency, bug 574738

Package-Manager: portage-2.2.26

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar/ruby-progressbar-1.7.5.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 35545e2..0d64539 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1 +1,2 @@
 DIST ruby-progressbar-1.4.2.gem 24064 SHA256 
1285524b097446471bc60c4b756f9f8c4b527dd870eaf318e7d83380cde99fa7 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 WHIRLPOOL 
50bcbefce6fe3e1b05ad20476f67f9e610e5e91e5d9bc92a8ecc0ef5ab79233c16237c04f3782878855fae8115e556d53a0c6624d151fcd49bd58792aeb370f7
+DIST ruby-progressbar-1.7.5.gem 21504 SHA256 
71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 WHIRLPOOL 
13e05a761c10c6fbb87cfb11f83f18acae93daeec1e11306b432ee751427e0d95a56d63cd7528590242b3e5241d4de6eaef2ea1b9190a1c1196430f4828f5580

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
new file mode 100644
index 000..95e83ef
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby20)
+   # Skip specs since rspectacular doesn't work with ruby 
2.0:
+   # https://github.com/thekompanee/rspectacular/issues/4
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec spec || die
+   ;;
+   esac
+}