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

2024-06-15 Thread Hans de Graaff
commit: a6e66bcafac3bd46dda51e55426754f69605f3fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 15 05:51:31 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 15 05:51:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e66bca

dev-ruby/will_paginate: add 4.0.1

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-4.0.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 886ada85f58d..f27f5c5795a9 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1,3 @@
 DIST will_paginate-3.3.1.gem 34816 BLAKE2B 
c8506fd9c529764e539ba799b3ef12f47e8d17a8579f2337163ab316cb6d9fe40c3d41c94e9616f55b9f3766989b11e5fb0579f0a69d2ee52c3f5c6104f32b7b
 SHA512 
6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64
 DIST will_paginate-4.0.0.tar.gz 36062 BLAKE2B 
9d2c61bc7e223be1b94b67807ef80c0d0094c062b06415dd688af8a5e8f62b9eb1a81c84c9fc15ada328cb9df28d354b98cdbbcaa5056cfa3b48a2c6d0ce1be3
 SHA512 
b6268ef9ec45a03cd21928578ad7df14c80de905b386978cc2dd50b42ea919c9e139ee820362cdd64ed0258bb3f38b3a1c39f4207828891cb1691d16f7699bc0
+DIST will_paginate-4.0.1.tar.gz 36082 BLAKE2B 
970b217806eb226bffcc9459fae9f47cbb823f4414da712c7d7063706b09d096537f6a24ff73175dc02a4316d2fba04b5e2410cddac00bf2c57d0afdfd5aabac
 SHA512 
ce0667af75b88500923aac80555423023ac3437e7193e2f5b50d6d8632ad5c6110546ba363f9604ebcc5fefdb96f13e4577553954d865083fff36c6a3cf8b28d

diff --git a/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild
new file mode 100644
index ..6f155028baa5
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-4.0.1.ebuild
@@ -0,0 +1,32 @@
+# 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_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="will_paginate.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+SRC_URI="https://github.com/mislav/will_paginate/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="test"
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/activerecord[sqlite]
+   dev-ruby/mocha
+   )"



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

2024-05-23 Thread Hans de Graaff
commit: add1a4a7a9715b964c8200750a9aba752bf926b8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 23 05:29:18 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 23 06:13:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add1a4a7

dev-ruby/will_paginate: enable ruby33

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
index c9a6d92dedaf..6f155028baa5 100644
--- a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-4.0.0.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="README.md"
 RUBY_FAKEGEM_GEMSPEC="will_paginate.gemspec"
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/mislav/will_paginate/archive/refs/tags/v${PV}.tar.gz
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
 all_ruby_prepare() {
# Remove tests for unpackaged ORMs



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

2023-08-28 Thread Hans de Graaff
commit: bc7be036f6d1379cabc0c6495648a59b5e85ca97
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 28 05:06:52 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 28 09:25:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7be036

dev-ruby/will_paginate: enable ruby32

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
index 5b453cc64405..f417796a4b52 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-07-09 Thread Hans de Graaff
commit: 0debcec3b78b2e7068686957d22df123fdd8b354
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  9 10:30:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  9 12:23:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0debcec3

dev-ruby/will_paginate: fix sqlite dependency

Depend on activerecord with the sqlite USE flag to ensure that we
request a sqlite version that is compatible with activerecord.

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
index d108591d7aad..c9a6d92dedaf 100644
--- a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
@@ -27,6 +27,6 @@ all_ruby_prepare() {
 ruby_add_bdepend "
test? (
dev-ruby/rails
-   dev-ruby/sqlite3
+   dev-ruby/activerecord[sqlite]
dev-ruby/mocha
)"



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

2023-07-08 Thread Hans de Graaff
commit: 85c455b911abb731c6081b790c46e6953a16b612
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  8 17:38:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  8 20:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c455b9

dev-ruby/will_paginate: add 4.0.0

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-4.0.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 7658f048a4d9..886ada85f58d 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1 +1,2 @@
 DIST will_paginate-3.3.1.gem 34816 BLAKE2B 
c8506fd9c529764e539ba799b3ef12f47e8d17a8579f2337163ab316cb6d9fe40c3d41c94e9616f55b9f3766989b11e5fb0579f0a69d2ee52c3f5c6104f32b7b
 SHA512 
6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64
+DIST will_paginate-4.0.0.tar.gz 36062 BLAKE2B 
9d2c61bc7e223be1b94b67807ef80c0d0094c062b06415dd688af8a5e8f62b9eb1a81c84c9fc15ada328cb9df28d354b98cdbbcaa5056cfa3b48a2c6d0ce1be3
 SHA512 
b6268ef9ec45a03cd21928578ad7df14c80de905b386978cc2dd50b42ea919c9e139ee820362cdd64ed0258bb3f38b3a1c39f4207828891cb1691d16f7699bc0

diff --git a/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
new file mode 100644
index ..d108591d7aad
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-4.0.0.ebuild
@@ -0,0 +1,32 @@
+# 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="README.md"
+RUBY_FAKEGEM_GEMSPEC="will_paginate.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+SRC_URI="https://github.com/mislav/will_paginate/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/sqlite3
+   dev-ruby/mocha
+   )"



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

2023-04-07 Thread Sam James
commit: c590e3bb9de5ff3e148d5c10efa53e4a3866d308
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  7 17:21:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  7 18:09:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c590e3bb

dev-ruby/will_paginate: enable ruby31

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
index 7b27665a53cb..5b453cc64405 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.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="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-06-25 Thread Hans de Graaff
commit: 49789137f2b3577b4751408c6373d9b7929c7042
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 13:26:53 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 26 05:43:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49789137

dev-ruby/will_paginate: enable ruby30

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
index 0c766344ec96..7b27665a53cb 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-16 Thread Hans de Graaff
commit: 1e3f83d85b5ae5bf7be89040e91e30f477b75d36
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 16 07:03:47 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 16 07:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3f83d8

dev-ruby/will_paginate: limit rails version for tests

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

 dev-ruby/will_paginate/will_paginate-3.3.1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
index ce6a5ea33efd..0c766344ec96 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.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=8
@@ -21,11 +21,14 @@ IUSE=""
 all_ruby_prepare() {
# Remove tests for unpackaged ORMs
rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+
+   # Use a supported rails version
+   sed -e '1igem "activerecord", "<7"; gem "actionpack", "<7"' -i 
spec/spec_helper.rb || die
 }
 
 ruby_add_bdepend "
test? (
-   dev-ruby/rails
+   

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

2022-04-09 Thread Hans de Graaff
commit: 9ea4d3e9a663d58474aed2ea10f40e1a97351079
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  9 10:59:36 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  9 12:08:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea4d3e9

dev-ruby/will_paginate: drop 3.3.0

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

 dev-ruby/will_paginate/Manifest   |  1 -
 dev-ruby/will_paginate/will_paginate-3.3.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 32c2ad3a7b2d..7658f048a4d9 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1 @@
-DIST will_paginate-3.3.0.gem 37888 BLAKE2B 
f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04
 SHA512 
2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab
 DIST will_paginate-3.3.1.gem 34816 BLAKE2B 
c8506fd9c529764e539ba799b3ef12f47e8d17a8579f2337163ab316cb6d9fe40c3d41c94e9616f55b9f3766989b11e5fb0579f0a69d2ee52c3f5c6104f32b7b
 SHA512 
6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
deleted file mode 100644
index cc8736e460c0..
--- a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/sqlite3
-   dev-ruby/mocha
-   )"



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

2021-08-13 Thread Hans de Graaff
commit: d2c6ace8d91b84de0b6aa391a6d9520e7823904f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 13 06:43:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 13 06:56:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c6ace8

dev-ruby/will_paginate: add 3.3.1

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

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

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 7427ae63c9d..32c2ad3a7b2 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1 +1,2 @@
 DIST will_paginate-3.3.0.gem 37888 BLAKE2B 
f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04
 SHA512 
2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab
+DIST will_paginate-3.3.1.gem 34816 BLAKE2B 
c8506fd9c529764e539ba799b3ef12f47e8d17a8579f2337163ab316cb6d9fe40c3d41c94e9616f55b9f3766989b11e5fb0579f0a69d2ee52c3f5c6104f32b7b
 SHA512 
6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
new file mode 100644
index 000..ce6a5ea33ef
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/sqlite3
+   dev-ruby/mocha
+   )"



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

2021-07-06 Thread Hans de Graaff
commit: 26f779a6892a197013c3fa2e20eca37307e32075
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 08:59:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 10:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f779a6

dev-ruby/will_paginate: add ruby27

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
index 2195f9149eb..cc8736e460c 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2021-01-06 Thread Fabian Groffen
commit: 11e8eb9010b83d0c6826eebe335c75ad170c7d97
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:30:24 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e8eb90

dev-ruby/will_paginate: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
index 3a5f5a7925e..2195f9149eb 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mislav/will_paginate/;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
+KEYWORDS="~amd64"
 IUSE=""
 
 all_ruby_prepare() {



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

2020-09-06 Thread Hans de Graaff
commit: ada479e47372e7f6eb624dc55305e6ded14afd8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep  6 06:33:47 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep  6 06:48:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada479e4

dev-ruby/will_paginate: cleanup

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

 dev-ruby/will_paginate/Manifest   |  1 -
 dev-ruby/will_paginate/will_paginate-3.2.1.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 899a54fdc0e..7427ae63c9d 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1 @@
-DIST will_paginate-3.2.1.gem 37888 BLAKE2B 
94737d52b755d51ba52310a131409ebb4eb4d68cfafd45e931460bf0584158ac4774e7a9d1a93f41bc512b306687b45572ef90bf80302ad21ea2012486f94f5b
 SHA512 
8b98a52d95f1f4eb253900103ef6664070e04c1f5144bd97ac66762b11a2098637a0233e1390ed80620dd16565154f6a43995c5e32028f88f2de6cb7af01c714
 DIST will_paginate-3.3.0.gem 37888 BLAKE2B 
f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04
 SHA512 
2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab

diff --git a/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
deleted file mode 100644
index 3c47cb11bde..000
--- a/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
+++ /dev/null
@@ -1,30 +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="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"



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

2020-06-06 Thread Hans de Graaff
commit: 20f39e8dc05c8429e0f82f4449f6497ae8004e30
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  6 08:12:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  6 09:02:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f39e8d

dev-ruby/will_paginate: cleanup

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

 dev-ruby/will_paginate/Manifest   |  2 --
 dev-ruby/will_paginate/will_paginate-3.1.8.ebuild | 30 ---
 dev-ruby/will_paginate/will_paginate-3.2.0.ebuild | 30 ---
 3 files changed, 62 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 2aac431f3c8..899a54fdc0e 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,4 +1,2 @@
-DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
-DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1
 DIST will_paginate-3.2.1.gem 37888 BLAKE2B 
94737d52b755d51ba52310a131409ebb4eb4d68cfafd45e931460bf0584158ac4774e7a9d1a93f41bc512b306687b45572ef90bf80302ad21ea2012486f94f5b
 SHA512 
8b98a52d95f1f4eb253900103ef6664070e04c1f5144bd97ac66762b11a2098637a0233e1390ed80620dd16565154f6a43995c5e32028f88f2de6cb7af01c714
 DIST will_paginate-3.3.0.gem 37888 BLAKE2B 
f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04
 SHA512 
2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild
deleted file mode 100644
index 3c47cb11bde..000
--- a/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild
+++ /dev/null
@@ -1,30 +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="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"

diff --git a/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
deleted file mode 100644
index 3c47cb11bde..000
--- a/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
+++ /dev/null
@@ -1,30 +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="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"



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

2020-06-06 Thread Hans de Graaff
commit: 3a830f4b56d715040f35bc22180a00ce4e63eccd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  6 08:15:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  6 09:02:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a830f4b

dev-ruby/will_paginate: add missing test dependency

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

 dev-ruby/will_paginate/will_paginate-3.3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
index 3f25988e7ab..3a5f5a7925e 100644
--- a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
@@ -26,5 +26,6 @@ all_ruby_prepare() {
 ruby_add_bdepend "
test? (
dev-ruby/rails
+   dev-ruby/sqlite3
dev-ruby/mocha
)"



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

2020-02-25 Thread Hans de Graaff
commit: 9f86206dfbd1bbd2a368e94a0e03da1fb7da6011
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 26 05:46:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 26 05:46:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f86206d

dev-ruby/will_paginate: add 3.3.0

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.3.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index eaa85d640bd..2aac431f3c8 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,3 +1,4 @@
 DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
 DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1
 DIST will_paginate-3.2.1.gem 37888 BLAKE2B 
94737d52b755d51ba52310a131409ebb4eb4d68cfafd45e931460bf0584158ac4774e7a9d1a93f41bc512b306687b45572ef90bf80302ad21ea2012486f94f5b
 SHA512 
8b98a52d95f1f4eb253900103ef6664070e04c1f5144bd97ac66762b11a2098637a0233e1390ed80620dd16565154f6a43995c5e32028f88f2de6cb7af01c714
+DIST will_paginate-3.3.0.gem 37888 BLAKE2B 
f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04
 SHA512 
2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab

diff --git a/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
new file mode 100644
index 000..3f25988e7ab
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.3.0.ebuild
@@ -0,0 +1,30 @@
+# 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="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



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

2019-10-15 Thread Hans de Graaff
commit: 2d74217c7944a27ac31608ad97bc1a1984905e37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 15 04:40:27 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 15 04:40:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d74217c

dev-ruby/will_paginate: add 3.2.1

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.2.1.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 77081ca612d..eaa85d640bd 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1,3 @@
 DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
 DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1
+DIST will_paginate-3.2.1.gem 37888 BLAKE2B 
94737d52b755d51ba52310a131409ebb4eb4d68cfafd45e931460bf0584158ac4774e7a9d1a93f41bc512b306687b45572ef90bf80302ad21ea2012486f94f5b
 SHA512 
8b98a52d95f1f4eb253900103ef6664070e04c1f5144bd97ac66762b11a2098637a0233e1390ed80620dd16565154f6a43995c5e32028f88f2de6cb7af01c714

diff --git a/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
new file mode 100644
index 000..3c47cb11bde
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
@@ -0,0 +1,30 @@
+# 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="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



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

2019-10-15 Thread Hans de Graaff
commit: ff5812bce37cba4fbd3de6fc54c54e06b7ac9957
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 15 04:38:24 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 15 04:38:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5812bc

dev-ruby/will_paginate: cleanup

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

 dev-ruby/will_paginate/Manifest   |  2 --
 dev-ruby/will_paginate/will_paginate-3.1.6.ebuild | 31 ---
 dev-ruby/will_paginate/will_paginate-3.1.7.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 0f336859036..77081ca612d 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,4 +1,2 @@
-DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
-DIST will_paginate-3.1.7.gem 36864 BLAKE2B 
d003952c78f3447a21c332c2dd6e878cd5c24486e7697e0abe6d70db5e0c56858a0d03fa76a4c18dcf10e121b706cd80812d9f438360eb931430244a0e31ee11
 SHA512 
2741fb24482a6b55322e6ae83fc1d269074be39014e1b0e719025c86d20edf82b6b551cfb1264381b28dec240a0b5b10e9f41e3b081dd5aca94767cd98ce7376
 DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
 DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
deleted file mode 100644
index 4d75f1b64d2..000
--- a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
+++ /dev/null
@@ -1,31 +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="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
deleted file mode 100644
index 474b9d8d398..000
--- a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
+++ /dev/null
@@ -1,31 +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="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"



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

2019-10-09 Thread Hans de Graaff
commit: d7f0088fe21afd3122edf47f2172d6afba6e0fec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 10 04:59:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 10 05:42:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f0088f

dev-ruby/will_paginate: add 3.2.0

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.2.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 25e237c9bf5..0f336859036 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,3 +1,4 @@
 DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 DIST will_paginate-3.1.7.gem 36864 BLAKE2B 
d003952c78f3447a21c332c2dd6e878cd5c24486e7697e0abe6d70db5e0c56858a0d03fa76a4c18dcf10e121b706cd80812d9f438360eb931430244a0e31ee11
 SHA512 
2741fb24482a6b55322e6ae83fc1d269074be39014e1b0e719025c86d20edf82b6b551cfb1264381b28dec240a0b5b10e9f41e3b081dd5aca94767cd98ce7376
 DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa
+DIST will_paginate-3.2.0.gem 37888 BLAKE2B 
d53bba1576d1f8cffbbeb24138d1e776f35c717fa6354c059dc73d5c1accbf11a53d04137d56050239d7e4b86f490cc42cd9d2aebae7f618b31b5dcbaa6a8eba
 SHA512 
461e8c186bae8a94295c04839e71d2a8449ce5bd8e28f5cf23964b22e64cbd10b15d7d88f379c26dbce4ff980e91ac35e1f839cd26f377ada152db254740c4d1

diff --git a/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
new file mode 100644
index 000..3c47cb11bde
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.2.0.ebuild
@@ -0,0 +1,30 @@
+# 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="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



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

2019-08-25 Thread Hans de Graaff
commit: 5817920bb7915e90b6fceee3429e659e80c8e51f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 25 05:41:36 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 25 05:41:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5817920b

dev-ruby/will_paginate: add 3.1.8

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

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.1.8.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index c3c4ea94191..25e237c9bf5 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1,3 @@
 DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 DIST will_paginate-3.1.7.gem 36864 BLAKE2B 
d003952c78f3447a21c332c2dd6e878cd5c24486e7697e0abe6d70db5e0c56858a0d03fa76a4c18dcf10e121b706cd80812d9f438360eb931430244a0e31ee11
 SHA512 
2741fb24482a6b55322e6ae83fc1d269074be39014e1b0e719025c86d20edf82b6b551cfb1264381b28dec240a0b5b10e9f41e3b081dd5aca94767cd98ce7376
+DIST will_paginate-3.1.8.gem 36864 BLAKE2B 
e9089ea72fb12f7010d95c1f3233f66e3189dabf41a2c9bc3a624cf43a6423711c8150a423b8c6f85af390b107d945aa659d30df4e71e00cae8e7d973e423479
 SHA512 
51e5fe45b14451b7fd8014a5fddd3a9c049e2ec52d2f6e0ec25019b0680a32fe157f8ffa48449d07df880d0255b2aff59ba24a82398659ae4520c25aec6d99aa

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild
new file mode 100644
index 000..3c47cb11bde
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.1.8.ebuild
@@ -0,0 +1,30 @@
+# 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="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



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

2019-05-06 Thread Hans de Graaff
commit: c4477c5bf183436d833d7ff749211fb9c611aa93
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 17:57:05 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 17:58:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4477c5b

dev-ruby/will_paginate: add 3.1.7

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

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
index 459c8b5f955..474b9d8d398 100644
--- a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
@@ -2,7 +2,7 @@
 # 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="rspec"
 



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

2019-03-24 Thread Hans de Graaff
commit: b45c1436145bcc66de3b79ea7df99be603137520
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 24 07:14:43 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 24 08:34:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45c1436

dev-ruby/will_paginate: add 3.1.7

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

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

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index e31fe7a8388..c3c4ea94191 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1 +1,2 @@
 DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
+DIST will_paginate-3.1.7.gem 36864 BLAKE2B 
d003952c78f3447a21c332c2dd6e878cd5c24486e7697e0abe6d70db5e0c56858a0d03fa76a4c18dcf10e121b706cd80812d9f438360eb931430244a0e31ee11
 SHA512 
2741fb24482a6b55322e6ae83fc1d269074be39014e1b0e719025c86d20edf82b6b551cfb1264381b28dec240a0b5b10e9f41e3b081dd5aca94767cd98ce7376

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
new file mode 100644
index 000..459c8b5f955
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.1.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"



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

2018-08-07 Thread Hans de Graaff
commit: 1952bcb7bba0b036ce5025c62f8acdf7f9bdf4cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug  7 18:02:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug  7 18:02:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1952bcb7

dev-ruby/will_paginate: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/will_paginate/will_paginate-3.1.6.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
index e9964593ec2..4d75f1b64d2 100644
--- a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -20,14 +20,12 @@ KEYWORDS="~amd64 ~x86-macos"
 IUSE=""
 
 all_ruby_prepare() {
-   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
-
# Remove tests for unpackaged ORMs
rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
 }
 
 ruby_add_bdepend "
test? (
-   

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

2017-12-08 Thread Hans de Graaff
commit: 648e9356d440ad7a42adb8d3400d0e8bfecb102d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  8 10:15:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 07:50:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648e9356

dev-ruby/will_paginate: drop x86 for rails 4.2 cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/will_paginate/Manifest   |  3 +--
 dev-ruby/will_paginate/will_paginate-3.1.5.ebuild | 33 ---
 2 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 7740a5cc4f1..e31fe7a8388 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1 @@
-DIST will_paginate-3.1.5.gem 36864 SHA256 
d204bac6b85c34e6c13f176583ccef1fdfdbd802658271d1b84791d7ca0b2f06 SHA512 
3bac95c0c602d3eba9f6a96bce0cffa619d0e297db85f866287317621713885f2f53257f9d69faa7a2b31c2db86b10c5969206d6118ab8b4d11f4f8fa54f1732
 WHIRLPOOL 
387d539c8ee9e8c51a4a1bf3fa1037d6f7a643f5b2d1b14b14f68ec6ef59622406a34c111a580ba1a154fc2dd2eb5351769699d89f68c05c207f6fcc3bc25820
-DIST will_paginate-3.1.6.gem 36864 SHA256 
c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 WHIRLPOOL 
e9cc0362f11fb525761a3be6f4ace8decf9cb9f61fac71608441e49a296ddbb59b96641bfd214acbb2be5e9eb5e15f7a1c3250a2ad8a53478e6ef01847aa679c
+DIST will_paginate-3.1.6.gem 36864 BLAKE2B 
c6babf7125c20d7ed646930b7df39db864d0d46fd89d743daab73ba35254650ec0b4c7e203c5d5a2b00439d928b95508c1a82107db142f8cd77d27a14be00e7f
 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
deleted file mode 100644
index d66149d9a43..000
--- a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
-
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   

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

2017-08-23 Thread Hans de Graaff
commit: 22e759f72105322188a42abc2ca0767861b84796
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 05:22:25 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:09:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e759f7

dev-ruby/will_paginate: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/will_paginate/Manifest|  1 -
 .../will_paginate/will_paginate-3.1.0-r1.ebuild| 33 --
 dev-ruby/will_paginate/will_paginate-3.1.0.ebuild  | 33 --
 3 files changed, 67 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index fdd678e3b6d..7740a5cc4f1 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,3 +1,2 @@
-DIST will_paginate-3.1.0.gem 36352 SHA256 
d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 
e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
 WHIRLPOOL 
d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a
 DIST will_paginate-3.1.5.gem 36864 SHA256 
d204bac6b85c34e6c13f176583ccef1fdfdbd802658271d1b84791d7ca0b2f06 SHA512 
3bac95c0c602d3eba9f6a96bce0cffa619d0e297db85f866287317621713885f2f53257f9d69faa7a2b31c2db86b10c5969206d6118ab8b4d11f4f8fa54f1732
 WHIRLPOOL 
387d539c8ee9e8c51a4a1bf3fa1037d6f7a643f5b2d1b14b14f68ec6ef59622406a34c111a580ba1a154fc2dd2eb5351769699d89f68c05c207f6fcc3bc25820
 DIST will_paginate-3.1.6.gem 36864 SHA256 
c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 WHIRLPOOL 
e9cc0362f11fb525761a3be6f4ace8decf9cb9f61fac71608441e49a296ddbb59b96641bfd214acbb2be5e9eb5e15f7a1c3250a2ad8a53478e6ef01847aa679c

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild
deleted file mode 100644
index 239139854e3..000
--- a/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
-
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
-
-   # Remove tests for unpackaged ORMs
-   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
-   test? (
-   

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

2017-08-08 Thread Hans de Graaff
commit: 482a89f9cacf5ba2cdec09d4f50c2d0f46970c2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  9 04:48:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  9 04:49:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482a89f9

dev-ruby/will_paginate: move ~x86 keyword forward

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
index 239139854e3..d66149d9a43 100644
--- a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.1.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
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mislav/will_paginate/;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-08-08 Thread Hans de Graaff
commit: 8369019e9f4bfbb1a201a3ea616a230380683699
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  9 04:46:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  9 04:49:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8369019e

dev-ruby/will_paginate: add 3.1.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.1.6.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index a8a80d5be72..fdd678e3b6d 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1,3 @@
 DIST will_paginate-3.1.0.gem 36352 SHA256 
d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 
e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
 WHIRLPOOL 
d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a
 DIST will_paginate-3.1.5.gem 36864 SHA256 
d204bac6b85c34e6c13f176583ccef1fdfdbd802658271d1b84791d7ca0b2f06 SHA512 
3bac95c0c602d3eba9f6a96bce0cffa619d0e297db85f866287317621713885f2f53257f9d69faa7a2b31c2db86b10c5969206d6118ab8b4d11f4f8fa54f1732
 WHIRLPOOL 
387d539c8ee9e8c51a4a1bf3fa1037d6f7a643f5b2d1b14b14f68ec6ef59622406a34c111a580ba1a154fc2dd2eb5351769699d89f68c05c207f6fcc3bc25820
+DIST will_paginate-3.1.6.gem 36864 SHA256 
c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46 SHA512 
50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
 WHIRLPOOL 
e9cc0362f11fb525761a3be6f4ace8decf9cb9f61fac71608441e49a296ddbb59b96641bfd214acbb2be5e9eb5e15f7a1c3250a2ad8a53478e6ef01847aa679c

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
new file mode 100644
index 000..e9964593ec2
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.1.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
+
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   

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

2016-10-16 Thread Manuel Rüger
commit: e6cc2f41088bd2e810b1e3d767d61c57818b5f7a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Oct 16 14:52:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Oct 16 14:53:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cc2f41

dev-ruby/will_paginate: Version bump to 3.1.5

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 8cabd87..a8a80d5 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1 +1,2 @@
 DIST will_paginate-3.1.0.gem 36352 SHA256 
d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 
e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
 WHIRLPOOL 
d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a
+DIST will_paginate-3.1.5.gem 36864 SHA256 
d204bac6b85c34e6c13f176583ccef1fdfdbd802658271d1b84791d7ca0b2f06 SHA512 
3bac95c0c602d3eba9f6a96bce0cffa619d0e297db85f866287317621713885f2f53257f9d69faa7a2b31c2db86b10c5969206d6118ab8b4d11f4f8fa54f1732
 WHIRLPOOL 
387d539c8ee9e8c51a4a1bf3fa1037d6f7a643f5b2d1b14b14f68ec6ef59622406a34c111a580ba1a154fc2dd2eb5351769699d89f68c05c207f6fcc3bc25820

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
new file mode 100644
index ..4a59d88
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
+
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
+ruby_add_bdepend "
+   test? (
+   

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

2016-09-01 Thread Hans de Graaff
commit: 700a91cdc0de080c0cc47fabfdf312a4681828ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 19:21:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 19:49:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700a91cd

dev-ruby/will_paginate: fix tests, add ruby23 revision

Package-Manager: portage-2.2.28

 ..._paginate-3.1.0.ebuild => will_paginate-3.1.0-r1.ebuild} | 13 ++---
 dev-ruby/will_paginate/will_paginate-3.1.0.ebuild   |  9 -
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild
similarity index 61%
copy from dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
copy to dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild
index a27a210..4a59d88 100644
--- a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -17,11 +17,18 @@ HOMEPAGE="https://github.com/mislav/will_paginate/;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
+KEYWORDS="~amd64 ~x86-macos"
 IUSE=""
 
+all_ruby_prepare() {
+   sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die
+
+   # Remove tests for unpackaged ORMs
+   rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
+}
+
 ruby_add_bdepend "
test? (
-   dev-ruby/rails
+   

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

2016-08-28 Thread Manuel Rüger
commit: f180e0bde2aa0fc60c12b2d7027815ce857385fc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 29 00:14:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 29 00:14:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f180e0bd

dev-ruby/will_paginate: Add ruby22

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
index a44710c..a27a210 100644
--- a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
+++ b/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-03-19 Thread Manuel Rüger
commit: 9bf2af97fb9880d1a9436bd73beb1a4ef4ac3e44
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Mar 17 00:35:40 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Mar 17 00:35:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf2af97

dev-ruby/will_paginate: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/will_paginate/Manifest   |  1 -
 dev-ruby/will_paginate/will_paginate-3.0.7.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 21928fd..8cabd87 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1 @@
-DIST will_paginate-3.0.7.gem 35840 SHA256 
49ec0239005b65efec4c762e187674ff9963a1a82123fa4b01d1bc037381abcb SHA512 
2f675905bcc5c890781677188576584ea7b2a003d3e5e9c9c32a5c5a1093ae436dec72b93cc39a1a7c897d81b181fbd8ab88ed7d098ba204426f7462806f677b
 WHIRLPOOL 
16842c0091ab2a3027f77d7cfd10787a1eeb8105d6ecd80bee5ce04dd17da634dac10ea96a9048f995af4d77ff10547acb8dac15f00684959266852304d596ca
 DIST will_paginate-3.1.0.gem 36352 SHA256 
d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 
e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
 WHIRLPOOL 
d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild
deleted file mode 100644
index b2eabc7..000
--- a/dev-ruby/will_paginate/will_paginate-3.0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"



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

2016-01-04 Thread Hans de Graaff
commit: 091ee88ba4a6e0d9b3e7190b4b7155e9ff44d069
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  5 06:00:26 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  5 06:05:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091ee88b

dev-ruby/will_paginate: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/will_paginate/Manifest   |  2 --
 dev-ruby/will_paginate/will_paginate-3.0.5.ebuild | 31 ---
 dev-ruby/will_paginate/will_paginate-3.0.6.ebuild | 27 
 3 files changed, 60 deletions(-)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 6fca3d1..965e246 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,3 +1 @@
-DIST will_paginate-3.0.5.gem 34816 SHA256 
4b0b2c85011a8bc3675e932d6f9a86d75b5563e47586f02f63a2263dd3261867 SHA512 
540b400c93841481a68934b849add0775b3c8538a754a2f5c7a7425e8097a224315ccb0b582510b3f7fb7289e259a2825ddee9501fe605c05a47bf89ba1007c7
 WHIRLPOOL 
6b9300bdd0781296a31ac211ce684b87bc55aebfea4c93522a75fca3f363477ca0be2f2f5193e98c645427f86840d7e318abfe40b4332f0f3bde9faa645de40d
-DIST will_paginate-3.0.6.gem 35840 SHA256 
24762459c71fc5a0fe077a63a59835345a189a041587f48dcee7d543123c40db SHA512 
cd800b7f460fdacd5fdef137c368d382f51dda20af2c8557806bb09db36d3a795d1bb693da4ead66365417a312721c3d31ad08b7a9333a78f05cc404fbd2ddbf
 WHIRLPOOL 
b9325dd66c88539e385d1c60c820311cfe321ffd90c061cc01dfa96c75beac084efe9cd5d9227a72593ce6930c3124a0fa307f7919604027404d8b07601798c3
 DIST will_paginate-3.0.7.gem 35840 SHA256 
49ec0239005b65efec4c762e187674ff9963a1a82123fa4b01d1bc037381abcb SHA512 
2f675905bcc5c890781677188576584ea7b2a003d3e5e9c9c32a5c5a1093ae436dec72b93cc39a1a7c897d81b181fbd8ab88ed7d098ba204426f7462806f677b
 WHIRLPOOL 
16842c0091ab2a3027f77d7cfd10787a1eeb8105d6ecd80bee5ce04dd17da634dac10ea96a9048f995af4d77ff10547acb8dac15f00684959266852304d596ca

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild
deleted file mode 100644
index 55bc56d..000
--- a/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   =dev-ruby/rails-3*
-   dev-ruby/mocha
-   )"
-
-all_ruby_prepare() {
-   sed -e '1igem "rails", "~> 3.2.0"' -i spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild
deleted file mode 100644
index b2eabc7..000
--- a/dev-ruby/will_paginate/will_paginate-3.0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rails
-   dev-ruby/mocha
-   )"



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

2016-01-04 Thread Hans de Graaff
commit: d8a854b0efc9bd613574df84157e87d09bd821fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan  5 06:03:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan  5 06:05:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a854b0

dev-ruby/will_paginate: add 3.1.0

Package-Manager: portage-2.2.26

 dev-ruby/will_paginate/Manifest   |  1 +
 dev-ruby/will_paginate/will_paginate-3.1.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 965e246..21928fd 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1 +1,2 @@
 DIST will_paginate-3.0.7.gem 35840 SHA256 
49ec0239005b65efec4c762e187674ff9963a1a82123fa4b01d1bc037381abcb SHA512 
2f675905bcc5c890781677188576584ea7b2a003d3e5e9c9c32a5c5a1093ae436dec72b93cc39a1a7c897d81b181fbd8ab88ed7d098ba204426f7462806f677b
 WHIRLPOOL 
16842c0091ab2a3027f77d7cfd10787a1eeb8105d6ecd80bee5ce04dd17da634dac10ea96a9048f995af4d77ff10547acb8dac15f00684959266852304d596ca
+DIST will_paginate-3.1.0.gem 36352 SHA256 
d8fa4bddfce6999a1c2f201b5330b70be77b06df188004ceb892caf154cac0c2 SHA512 
e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
 WHIRLPOOL 
d990d73a2358536ade835bcdaf58e36f9a69ef12a7c2d7e1e6da838c9bbfb6cea769fbaba2ea2227b035d295e6b2c694383d2f2976a3c64f6dfa042b14882b7a

diff --git a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild 
b/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
new file mode 100644
index 000..a44710c
--- /dev/null
+++ b/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Most awesome pagination solution for Ruby"
+HOMEPAGE="https://github.com/mislav/will_paginate/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rails
+   dev-ruby/mocha
+   )"