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

2024-05-26 Thread Hans de Graaff
commit: 6cd22a6fc44eafc0a1b50e3a6e4234f6c5a60ccd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 26 11:35:31 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 27 05:04:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd22a6f

dev-ruby/stringex: drop 2.8.5-r2, 2.8.5-r3

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

 dev-ruby/stringex/Manifest |  1 -
 dev-ruby/stringex/stringex-2.8.5-r2.ebuild | 35 -
 dev-ruby/stringex/stringex-2.8.5-r3.ebuild | 36 --
 3 files changed, 72 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 52ca7c4beb8f..ba8ec18487bf 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1 @@
-DIST stringex-2.8.5.gem 130048 BLAKE2B 
c07eaaee07bf348690166b41b0846bc49eb49c5ba9e39c7eaeea2a3a60d6089edd7c7d1d75fd9a5208c9883c4bff8840ccf56c6f186daeabcf79e7f4fb6b4d25
 SHA512 
53f9908f176f465d2e884e92dffb26abcdf75593c94ee8250253da0eb29eddf489cf5b3f539135659ad4c0e2dd738d2a6a946c50abd5f36517148d8338ce
 DIST stringex-2.8.6.gem 130048 BLAKE2B 
39564e4d195c347de2e647490671688350bf3658e7d42035dc5b4acd73fbd01a44d435540be792eeebb70513a6c4fee7de0bc98a16b9d647af7d93d1ae663a23
 SHA512 
aea0b7b203bb6d57a72869bfd0a3b832893ba355426bd5a4e99b535a0c0a6d2a1c2aa8839f57da73de9235ccde78d900c30f86b858e55c695d921838270e25fd

diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
deleted file mode 100644
index 3cf725072051..
--- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/i18n:1
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   )"
-
-all_ruby_prepare() {
-   # Let tests work with newer rails versions
-   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
-}
-
-each_ruby_prepare() {
-   if has_version 
"dev-ruby/activerecord[ruby_targets_${_ruby_implementation},sqlite]" ; then
-   einfo "Testing activerecord integration"
-   else
-   rm -f test/unit/acts_as_url_integration_test.rb || die
-   fi
-}

diff --git a/dev-ruby/stringex/stringex-2.8.5-r3.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
deleted file mode 100644
index 1bd1c2e18a50..
--- a/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~arm64-macos"
-IUSE="test"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/i18n:1
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   )"
-
-all_ruby_prepare() {
-   # Let tests work with newer rails versions
-   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
-}
-
-each_ruby_prepare() {
-   if has_version 
"dev-ruby/activerecord[ruby_targets_${_ruby_implementation},sqlite]" ; then
-   einfo "Testing activerecord integration"
-   else
-   rm -f test/unit/acts_as_url_integration_test.rb || die
-   fi
-}



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

2024-01-27 Thread Hans de Graaff
commit: 7cb3895151b40a39e01634b811aa30c7e84154fa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 27 07:39:56 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 27 10:34:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb38951

dev-ruby/stringex: enable ruby33

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.6.ebuild 
b/dev-ruby/stringex/stringex-2.8.6.ebuild
index ede1d1ce1b55..876f28a2bbd1 100644
--- a/dev-ruby/stringex/stringex-2.8.6.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.6.ebuild
@@ -1,9 +1,9 @@
-# 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_EXTRAINSTALL="locales"
 inherit ruby-fakegem
 



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

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

dev-ruby/stringex: Stabilize 2.8.6 amd64, #911005

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.6.ebuild 
b/dev-ruby/stringex/stringex-2.8.6.ebuild
index 7ed8394bd137..ede1d1ce1b55 100644
--- a/dev-ruby/stringex/stringex-2.8.6.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~arm64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~arm64-macos"
 IUSE="test"
 
 ruby_add_bdepend "



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

2023-06-12 Thread Hans de Graaff
commit: d7891c4717199b13d7ed61ac96599f47ab25b9d8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 12 18:20:03 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 12 18:20:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7891c47

dev-ruby/stringex: fix tests failing without activerecord

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

 dev-ruby/stringex/stringex-2.8.6.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.8.6.ebuild 
b/dev-ruby/stringex/stringex-2.8.6.ebuild
index 4bb6bb22166f..7ed8394bd137 100644
--- a/dev-ruby/stringex/stringex-2.8.6.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.6.ebuild
@@ -28,5 +28,8 @@ each_ruby_prepare() {
einfo "Testing activerecord integration"
else
rm -f test/unit/acts_as_url_integration_test.rb || die
+   # These tests fails when the acts_as_url code is not loaded
+   # through the above integration test.
+   rm -f test/unit/unicode_point_suite/basic_{greek,latin}_test.rb 
|| die
fi
 }



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

2023-06-11 Thread Sam James
commit: 82abefb4435e0c1c1ec0b041fcb02b4727bd32f1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 12 02:23:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 12 02:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82abefb4

dev-ruby/stringex: add 2.8.6

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

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

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index c6b7c372c9ab..52ca7c4beb8f 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.8.5.gem 130048 BLAKE2B 
c07eaaee07bf348690166b41b0846bc49eb49c5ba9e39c7eaeea2a3a60d6089edd7c7d1d75fd9a5208c9883c4bff8840ccf56c6f186daeabcf79e7f4fb6b4d25
 SHA512 
53f9908f176f465d2e884e92dffb26abcdf75593c94ee8250253da0eb29eddf489cf5b3f539135659ad4c0e2dd738d2a6a946c50abd5f36517148d8338ce
+DIST stringex-2.8.6.gem 130048 BLAKE2B 
39564e4d195c347de2e647490671688350bf3658e7d42035dc5b4acd73fbd01a44d435540be792eeebb70513a6c4fee7de0bc98a16b9d647af7d93d1ae663a23
 SHA512 
aea0b7b203bb6d57a72869bfd0a3b832893ba355426bd5a4e99b535a0c0a6d2a1c2aa8839f57da73de9235ccde78d900c30f86b858e55c695d921838270e25fd

diff --git a/dev-ruby/stringex/stringex-2.8.6.ebuild 
b/dev-ruby/stringex/stringex-2.8.6.ebuild
new file mode 100644
index ..4bb6bb22166f
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.6.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_EXTRAINSTALL="locales"
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~arm64-macos"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.7.0:1
+   >=dev-ruby/redcloth-4.2.9
+   >=dev-ruby/test-unit-3.0.9:2
+   )
+"
+
+each_ruby_prepare() {
+   if has_version 
"dev-ruby/activerecord[ruby_targets_${_ruby_implementation},sqlite]" ; then
+   einfo "Testing activerecord integration"
+   else
+   rm -f test/unit/acts_as_url_integration_test.rb || die
+   fi
+}



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

2023-06-01 Thread Sam James
commit: 255f93a8bd8590e11bbccd6a3bde469941e19986
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 06:21:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 06:21:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255f93a8

dev-ruby/stringex: Stabilize 2.8.5-r3 amd64, #907546

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

 dev-ruby/stringex/stringex-2.8.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r3.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
index f05feaccc48d..355b5d8fa4f2 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "



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

2023-04-01 Thread Sam James
commit: 858ed927ac580d6310674e158ca35010eb7daa74
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 01:47:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 01:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858ed927

dev-ruby/stringex: install locales

Noticed when investigating the test failure bug, although this
*does not* fix it.

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

 dev-ruby/stringex/stringex-2.8.5-r3.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r3.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
new file mode 100644
index ..f05feaccc48d
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.5-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/i18n:1
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   )"
+
+all_ruby_prepare() {
+   # Let tests work with newer rails versions
+   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
+}
+
+each_ruby_prepare() {
+   if has_version 
"dev-ruby/activerecord[ruby_targets_${_ruby_implementation},sqlite]" ; then
+   einfo "Testing activerecord integration"
+   else
+   rm -f test/unit/acts_as_url_integration_test.rb || die
+   fi
+}



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

2023-04-01 Thread Sam James
commit: ebd29a3a780ae95eebcce0cb5034652208fd2ba3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  2 01:45:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  2 01:50:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd29a3a

dev-ruby/stringex: enable ruby32

I get the same failures as with each other ruby (same number, same
precise failures too) and I think it's something environment-specific.

Reverse deps work too.

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
index 8a1bc01b272d..3cf725072051 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
 
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 inherit ruby-fakegem
 
 DESCRIPTION="Extensions for Ruby's String class"



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

2023-03-05 Thread Hans de Graaff
commit: 1eaf8fd73e8cc9fc0b2576a834236da079f48204
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar  5 09:53:59 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  6 06:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf8fd7

dev-ruby/stringex: enable ruby31

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

 dev-ruby/stringex/stringex-2.8.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
index aa996951c12b..8a1bc01b272d 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 inherit ruby-fakegem
 



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

2022-09-09 Thread Hans de Graaff
commit: 4a2011e286216ef3041279b5577b61e30c1754f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep  9 06:41:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 10 05:42:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2011e2

dev-ruby/stringex: drop 2.8.5-r1

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

 dev-ruby/stringex/stringex-2.8.5-r1.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
deleted file mode 100644
index 665397c975fd..
--- a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   dev-ruby/i18n:1
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   || ( dev-ruby/activerecord:7.0[sqlite] 
dev-ruby/activerecord:6.1[sqlite] dev-ruby/activerecord:6.0[sqlite] 
dev-ruby/activerecord:5.2[sqlite] )
-   )"
-
-all_ruby_prepare() {
-   # Let tests work with newer rails versions
-   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
-}



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

2022-08-27 Thread Hans de Graaff
commit: 9a7f04639cc6334bd368d0a7ffa5557cb6621e0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 27 06:35:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 27 08:09:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7f0463

dev-ruby/stringex: stabilize 2.8.5-r2 for amd64

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
index 16b70bb6361d..aa996951c12b 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 
 ruby_add_bdepend "



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

2022-07-18 Thread Hans de Graaff
commit: 67f4ea4cd77455c0617bb0113475e709348ab8ab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 18 12:51:28 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 18 13:32:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f4ea4c

dev-ruby/stringex: drop activerecord test dependency

The activerecord dependency brings in a huge dependency tree that
is not really required for packages depending on stringex, most
notable kramdown. This will make it easier for arches to get a stable
kramdown without requiring a stable activerecord.

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

 dev-ruby/stringex/stringex-2.8.5-r2.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
new file mode 100644
index ..16b70bb6361d
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/i18n:1
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   )"
+
+all_ruby_prepare() {
+   # Let tests work with newer rails versions
+   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
+}
+
+each_ruby_prepare() {
+   if has_version 
"dev-ruby/activerecord[ruby_targets_${_ruby_implementation},sqlite]" ; then
+   einfo "Testing activerecord integration"
+   else
+   rm -f test/unit/acts_as_url_integration_test.rb || die
+   fi
+}



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

2022-07-03 Thread Agostino Sarubbo
commit: 4ff0b622b1696bfef85d4c11262f029be2c8ac17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul  3 10:47:14 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul  3 10:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff0b622

dev-ruby/stringex: amd64 stable wrt bug #855383

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
index 2f09946b5255..665397c975fd 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2022-06-21 Thread Hans de Graaff
commit: f8cd0c931c4804f60b6bdc03b3a6aedba4f931e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 21 06:12:16 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 22 04:30:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cd0c93

dev-ruby/stringex: drop 2.8.5

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

 dev-ruby/stringex/stringex-2.8.5.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
deleted file mode 100644
index 57771381bc08..
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   dev-ruby/i18n:1
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   || ( dev-ruby/activerecord:6.0 dev-ruby/activerecord:5.2 )
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>1.0"; gem "activerecord", "~> 6.0.0"' 
test/test_helper.rb || die
-}



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

2022-06-21 Thread Hans de Graaff
commit: acd7a7b96db75245f850b20f56c801820db2cd75
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 21 06:11:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 22 04:30:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7a7b9

dev-ruby/stringex: keyword 2.8.5-r1 for ~hppa, ~ppc, ~ppc64

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
index 50c2d61426e1..2f09946b5255 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2022-04-26 Thread Sam James
commit: f38f6b485f47a17c07fc9319d8208e7721a4f0e5
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 14:34:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 14:38:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38f6b48

dev-ruby/stringex: Keyword 2.8.5-r1 s390, #840930

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
index e03217216203..50c2d61426e1 100644
--- a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~s390 ~sparc ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2022-04-03 Thread Hans de Graaff
commit: 9f5d6621f6802d864a5f1889be1b08131afb0656
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  3 07:13:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  4 05:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5d6621

dev-ruby/stringex: update EAPI 6 -> 8, add ruby30

Fix sqlite version issue by using the activerecord USE flag for it
rather than a separate dependency.

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

 dev-ruby/stringex/stringex-2.8.5-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.8.5-r1.ebuild 
b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
new file mode 100644
index ..e03217216203
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.5-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   dev-ruby/i18n:1
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   || ( dev-ruby/activerecord:7.0[sqlite] 
dev-ruby/activerecord:6.1[sqlite] dev-ruby/activerecord:6.0[sqlite] 
dev-ruby/activerecord:5.2[sqlite] )
+   )"
+
+all_ruby_prepare() {
+   # Let tests work with newer rails versions
+   sed -i -e 's/update_attributes/update/' test/unit/acts_as_url/adapter/* 
|| die
+}



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

2022-03-26 Thread Hans de Graaff
commit: 70abfa4124123236c57722daedd387c0160ed77f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 26 07:46:28 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 26 07:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70abfa41

dev-ruby/stringex: fix activerecord test dep

Closes: https://bugs.gentoo.org/829455

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index b462fe523553..57771381bc08 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -25,9 +25,9 @@ ruby_add_bdepend "
dev-ruby/i18n:1
dev-ruby/redcloth
dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
+   || ( dev-ruby/activerecord:6.0 dev-ruby/activerecord:5.2 )
dev-ruby/sqlite3 )"
 
 all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>1.0"' test/test_helper.rb || die
+   sed -i -e '1agem "i18n", "~>1.0"; gem "activerecord", "~> 6.0.0"' 
test/test_helper.rb || die
 }



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

2022-02-27 Thread Yixun Lan
commit: f1650b2c3a2df5d55d291ede58dd91bb161b87ce
Author: Alex Fan  gmail  com>
AuthorDate: Mon Feb 28 01:26:33 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Feb 28 07:01:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1650b2c

dev-ruby/stringex: keyword 2.8.5 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 33c75756f2f8..b462fe523553 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2022-02-10 Thread Sam James
commit: eff27ce89449475d6f3b0159987731cc079fe517
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 10:20:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 10:20:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff27ce8

dev-ruby/stringex: Keyword 2.8.5 x86, #828125

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 458c387941e6..33c75756f2f8 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.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=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2021-12-17 Thread Sam James
commit: f4c121d31bebca03552b679d1b191841a4acfbde
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 17 13:05:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 18 02:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c121d3

dev-ruby/stringex: keyword 2.8.5 for sparc, bug #828125

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 8fdfc1106fba..458c387941e6 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2021-12-14 Thread Sam James
commit: 241b695da21c283a23380d91bb999673a83498d8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Dec 13 16:16:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 14 22:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241b695d

dev-ruby/stringex: keyword 2.8.5 for hppa, bug #828125

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 365551c36ec1..8fdfc1106fba 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2020-12-28 Thread Hans de Graaff
commit: 6b7319f947535ec3e46a4dc167a9583ab29b4817
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 29 06:49:29 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 29 06:52:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7319f9

dev-ruby/stringex: add ruby27

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

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

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 1b59c985132..365551c36ec 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2019-05-04 Thread Hans de Graaff
commit: 6898836017cfaec31745f565acc5cc3211362e2a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  4 18:26:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  4 18:32:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68988360

dev-ruby/stringex: add ruby26

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

 dev-ruby/stringex/stringex-2.8.5.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
index 30df68532ab..1b59c985132 100644
--- a/dev-ruby/stringex/stringex-2.8.5.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
@@ -22,12 +22,12 @@ IUSE="test"
 # USE flags at all.
 ruby_add_bdepend "
test? (
-   >=dev-ruby/i18n-0.7.0:0.7
+   dev-ruby/i18n:1
dev-ruby/redcloth
dev-ruby/test-unit:2
>=dev-ruby/activerecord-3
dev-ruby/sqlite3 )"
 
 all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
+   sed -i -e '1agem "i18n", "~>1.0"' test/test_helper.rb || die
 }



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

2018-12-17 Thread Hans de Graaff
commit: d378d44c59b5d7f434cfc83fa9dde5a621b50a50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 18 05:48:35 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 18 05:48:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d378d44c

dev-ruby/stringex: cleanup

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

 dev-ruby/stringex/Manifest  |  2 --
 dev-ruby/stringex/stringex-2.8.2.ebuild | 34 -
 dev-ruby/stringex/stringex-2.8.4.ebuild | 34 -
 3 files changed, 70 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index acc049f318a..c6b7c372c9a 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,3 +1 @@
-DIST stringex-2.8.2.gem 130048 BLAKE2B 
3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51
 SHA512 
e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497
-DIST stringex-2.8.4.gem 130048 BLAKE2B 
69cf894a0d7a6828197d70c474f6075083c41cf36171808d8f16763283654c7907938411b44bdd6a2af85ae445442bf018788c851f72276f89eeae467c01da59
 SHA512 
5ab6e096133e49ef426c8faee897bd8fbb6fc61db87a80ced13900f7191639b8f5abe223bdfc5170e5049ef7b340883a436ab53feefb708c47207d6fead9094a
 DIST stringex-2.8.5.gem 130048 BLAKE2B 
c07eaaee07bf348690166b41b0846bc49eb49c5ba9e39c7eaeea2a3a60d6089edd7c7d1d75fd9a5208c9883c4bff8840ccf56c6f186daeabcf79e7f4fb6b4d25
 SHA512 
53f9908f176f465d2e884e92dffb26abcdf75593c94ee8250253da0eb29eddf489cf5b3f539135659ad4c0e2dd738d2a6a946c50abd5f36517148d8338ce

diff --git a/dev-ruby/stringex/stringex-2.8.2.ebuild 
b/dev-ruby/stringex/stringex-2.8.2.ebuild
deleted file mode 100644
index dea7e6cb5f8..000
--- a/dev-ruby/stringex/stringex-2.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.7.0:0.7
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
-}

diff --git a/dev-ruby/stringex/stringex-2.8.4.ebuild 
b/dev-ruby/stringex/stringex-2.8.4.ebuild
deleted file mode 100644
index 28fe4e7fa7e..000
--- a/dev-ruby/stringex/stringex-2.8.4.ebuild
+++ /dev/null
@@ -1,34 +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_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.7.0:0.7
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
-}



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

2018-11-06 Thread Hans de Graaff
commit: c445c88bc79f8a37ff59059ec51f156f2523776e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  7 06:17:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  7 07:18:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c445c88b

dev-ruby/stringex: add 2.8.5

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

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

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 4a8d22924ce..acc049f318a 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.8.2.gem 130048 BLAKE2B 
3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51
 SHA512 
e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497
 DIST stringex-2.8.4.gem 130048 BLAKE2B 
69cf894a0d7a6828197d70c474f6075083c41cf36171808d8f16763283654c7907938411b44bdd6a2af85ae445442bf018788c851f72276f89eeae467c01da59
 SHA512 
5ab6e096133e49ef426c8faee897bd8fbb6fc61db87a80ced13900f7191639b8f5abe223bdfc5170e5049ef7b340883a436ab53feefb708c47207d6fead9094a
+DIST stringex-2.8.5.gem 130048 BLAKE2B 
c07eaaee07bf348690166b41b0846bc49eb49c5ba9e39c7eaeea2a3a60d6089edd7c7d1d75fd9a5208c9883c4bff8840ccf56c6f186daeabcf79e7f4fb6b4d25
 SHA512 
53f9908f176f465d2e884e92dffb26abcdf75593c94ee8250253da0eb29eddf489cf5b3f539135659ad4c0e2dd738d2a6a946c50abd5f36517148d8338ce

diff --git a/dev-ruby/stringex/stringex-2.8.5.ebuild 
b/dev-ruby/stringex/stringex-2.8.5.ebuild
new file mode 100644
index 000..30df68532ab
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.7.0:0.7
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
+}



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

2018-08-17 Thread Hans de Graaff
commit: 30bd37d319ca5a75afdc00f71ee974976b24072e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 17 06:34:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 17 08:18:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bd37d3

dev-ruby/stringex: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/stringex/stringex-2.8.4.ebuild 
b/dev-ruby/stringex/stringex-2.8.4.ebuild
index 158b4c62093..28fe4e7fa7e 100644
--- a/dev-ruby/stringex/stringex-2.8.4.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.4.ebuild
@@ -2,7 +2,7 @@
 # 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_DOC_DIR="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2018-05-06 Thread Hans de Graaff
commit: 39cee256c95c9d25839dc40f76097227756d81bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  6 17:37:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  6 17:37:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cee256

dev-ruby/stringex: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/stringex/Manifest  |  1 -
 dev-ruby/stringex/stringex-2.7.1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 16744064e02..4a8d22924ce 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,3 +1,2 @@
-DIST stringex-2.7.1.gem 130048 BLAKE2B 
e16eba7e5bf85fdaf262205e39387483a00559bdaeaabed51b349319328d0fec4b14a2117c949f36e3d190bc86dfd9cebb93823ce23521df74c4783a58225e4f
 SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 DIST stringex-2.8.2.gem 130048 BLAKE2B 
3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51
 SHA512 
e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497
 DIST stringex-2.8.4.gem 130048 BLAKE2B 
69cf894a0d7a6828197d70c474f6075083c41cf36171808d8f16763283654c7907938411b44bdd6a2af85ae445442bf018788c851f72276f89eeae467c01da59
 SHA512 
5ab6e096133e49ef426c8faee897bd8fbb6fc61db87a80ced13900f7191639b8f5abe223bdfc5170e5049ef7b340883a436ab53feefb708c47207d6fead9094a

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
deleted file mode 100644
index 7aaf587b1f2..000
--- a/dev-ruby/stringex/stringex-2.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.6.9:0.6
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   # rake seems to break this
-   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
-}



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

2018-04-15 Thread Hans de Graaff
commit: 0862d5a2b50bf6187b8c1bdc258dc432771f1003
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 16 04:57:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 16 04:57:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0862d5a2

dev-ruby/stringex: move ~ppc forward

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/stringex/stringex-2.8.4.ebuild 
b/dev-ruby/stringex/stringex-2.8.4.ebuild
index 7b44be261f9..158b4c62093 100644
--- a/dev-ruby/stringex/stringex-2.8.4.ebuild
+++ b/dev-ruby/stringex/stringex-2.8.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2018-03-21 Thread Hans de Graaff
commit: 1a87a09ef2d2092b6e356099659a8f55881ce15a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 21 06:10:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 21 06:10:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a87a09e

dev-ruby/stringex: add 2.8.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 1874a7c3a70..16744064e02 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.7.1.gem 130048 BLAKE2B 
e16eba7e5bf85fdaf262205e39387483a00559bdaeaabed51b349319328d0fec4b14a2117c949f36e3d190bc86dfd9cebb93823ce23521df74c4783a58225e4f
 SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 DIST stringex-2.8.2.gem 130048 BLAKE2B 
3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51
 SHA512 
e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497
+DIST stringex-2.8.4.gem 130048 BLAKE2B 
69cf894a0d7a6828197d70c474f6075083c41cf36171808d8f16763283654c7907938411b44bdd6a2af85ae445442bf018788c851f72276f89eeae467c01da59
 SHA512 
5ab6e096133e49ef426c8faee897bd8fbb6fc61db87a80ced13900f7191639b8f5abe223bdfc5170e5049ef7b340883a436ab53feefb708c47207d6fead9094a

diff --git a/dev-ruby/stringex/stringex-2.8.4.ebuild 
b/dev-ruby/stringex/stringex-2.8.4.ebuild
new file mode 100644
index 000..7b44be261f9
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.4.ebuild
@@ -0,0 +1,34 @@
+# 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_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.7.0:0.7
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
+}



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

2017-12-22 Thread Hans de Graaff
commit: 19a61033ec51fdfe809c1d5697fed99adaa4afcc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 23 06:24:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 23 06:24:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a61033

dev-ruby/stringex: add 2.8.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index d94182ec188..1874a7c3a70 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.7.1.gem 130048 BLAKE2B 
e16eba7e5bf85fdaf262205e39387483a00559bdaeaabed51b349319328d0fec4b14a2117c949f36e3d190bc86dfd9cebb93823ce23521df74c4783a58225e4f
 SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
+DIST stringex-2.8.2.gem 130048 BLAKE2B 
3f3e88d69924a26eba830d94d9bc9240eb2b7a32cc9d3e444fb55af5f462d2091f2069c8c0ba39c9bebc7c4a48b54d23ee5b3fb9ba18f93a4c122d5b2f237e51
 SHA512 
e5750df84eeea6787d85f9289200d1f32fe9feb31c44c583a8e2e153c7d6cbcd940ca1cfd7cfd6f9a958e4a866f0ea3204ddb584ff2a43893da274e9813a4497

diff --git a/dev-ruby/stringex/stringex-2.8.2.ebuild 
b/dev-ruby/stringex/stringex-2.8.2.ebuild
new file mode 100644
index 000..dea7e6cb5f8
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.8.2.ebuild
@@ -0,0 +1,34 @@
+# 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_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.7.0:0.7
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.7.0"' test/test_helper.rb || die
+}



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

2017-12-08 Thread Hans de Graaff
commit: 591134c2df4634c3cbc1350ce9664750761076ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  8 09:23:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 07:50:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591134c2

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/stringex/Manifest  |  3 +--
 dev-ruby/stringex/stringex-2.7.0.ebuild | 39 -
 dev-ruby/stringex/stringex-2.7.1.ebuild |  4 ++--
 3 files changed, 3 insertions(+), 43 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 84be1d695be..d94182ec188 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1 @@
-DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6
-DIST stringex-2.7.1.gem 130048 SHA256 
bb054a02e2d43bfc918d2d40e815f6059e38394f804a6b181dc46c05c01e89fd SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 WHIRLPOOL 
fadca31bf7ffc295d822d0e68238168c4b8a292ad685dccad4af65091af546fbc93626e2ec4a011da0e67bfbe6b82c16197783307a5da95f516de3465204e564
+DIST stringex-2.7.1.gem 130048 BLAKE2B 
e16eba7e5bf85fdaf262205e39387483a00559bdaeaabed51b349319328d0fec4b14a2117c949f36e3d190bc86dfd9cebb93823ce23521df74c4783a58225e4f
 SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4

diff --git a/dev-ruby/stringex/stringex-2.7.0.ebuild 
b/dev-ruby/stringex/stringex-2.7.0.ebuild
deleted file mode 100644
index 1b9bcabc710..000
--- a/dev-ruby/stringex/stringex-2.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.6.9:0.6
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   # rake seems to break this
-   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
-}

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
index 71237f02b88..7aaf587b1f2 100644
--- a/dev-ruby/stringex/stringex-2.7.1.ebuild
+++ b/dev-ruby/stringex/stringex-2.7.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23"
 
 RUBY_FAKEGEM_DOC_DIR="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2017-08-12 Thread Hans de Graaff
commit: fd8f0313a11e77a18db6efd25124b6730b29e5e4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 13 05:08:44 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 13 05:28:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8f0313

dev-ruby/stringex: move ~x86 forward

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
index 8adb0face61..71237f02b88 100644
--- a/dev-ruby/stringex/stringex-2.7.1.ebuild
+++ b/dev-ruby/stringex/stringex-2.7.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2017-08-12 Thread Hans de Graaff
commit: 40635843279e76bc3bb2011c67c3892a9f6796ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 13 05:09:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 13 05:28:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40635843

dev-ruby/stringex: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/stringex/Manifest  |  1 -
 dev-ruby/stringex/stringex-2.6.1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 0df19096f8a..84be1d695be 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,3 +1,2 @@
-DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
 DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6
 DIST stringex-2.7.1.gem 130048 SHA256 
bb054a02e2d43bfc918d2d40e815f6059e38394f804a6b181dc46c05c01e89fd SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 WHIRLPOOL 
fadca31bf7ffc295d822d0e68238168c4b8a292ad685dccad4af65091af546fbc93626e2ec4a011da0e67bfbe6b82c16197783307a5da95f516de3465204e564

diff --git a/dev-ruby/stringex/stringex-2.6.1.ebuild 
b/dev-ruby/stringex/stringex-2.6.1.ebuild
deleted file mode 100644
index b58e11e6a0b..000
--- a/dev-ruby/stringex/stringex-2.6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.6.9:0.6
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   # rake seems to break this
-   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
-}



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

2017-02-13 Thread Michael Weber
commit: e1fdc496d331c5ee69f447c09dbdb60b009cca6d
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Feb 13 23:16:47 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Feb 14 00:35:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fdc496

dev-ruby/stringex: Add ~ppc keyword (bug 583390).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
index 26469ec1f1..f4a5e77e3f 100644
--- a/dev-ruby/stringex/stringex-2.7.1.ebuild
+++ b/dev-ruby/stringex/stringex-2.7.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2017-02-10 Thread Hans de Graaff
commit: 674985890ee00c6cb56d232c024b96fa0a46b151
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 11 06:19:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 11 06:19:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67498589

dev-ruby/stringex: add 2.7.1

Package-Manager: portage-2.3.3

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.7.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index cecebe366d..0df19096f8 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
 DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6
+DIST stringex-2.7.1.gem 130048 SHA256 
bb054a02e2d43bfc918d2d40e815f6059e38394f804a6b181dc46c05c01e89fd SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 WHIRLPOOL 
fadca31bf7ffc295d822d0e68238168c4b8a292ad685dccad4af65091af546fbc93626e2ec4a011da0e67bfbe6b82c16197783307a5da95f516de3465204e564

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
new file mode 100644
index 00..26469ec1f1
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.7.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2017-01-18 Thread Hans de Graaff
commit: 2f8b9df46cedf14530589e8ec54e5d6b705249f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 19 05:59:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 19 05:59:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8b9df4

dev-ruby/stringex: add 2.7.0

Package-Manager: portage-2.3.0

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.7.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index de6252c..cecebe3 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
+DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6

diff --git a/dev-ruby/stringex/stringex-2.7.0.ebuild 
b/dev-ruby/stringex/stringex-2.7.0.ebuild
new file mode 100644
index ..26469ec
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2016-12-29 Thread Hans de Graaff
commit: 040ea8fcef5a5c8066df58388292f096228299e6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 29 08:50:54 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 29 13:05:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ea8fc

dev-ruby/stringex: drop ~ppc, keywording timeout

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/stringex/stringex-2.6.1.ebuild 
b/dev-ruby/stringex/stringex-2.6.1.ebuild
index 5d8da22..06ffed3 100644
--- a/dev-ruby/stringex/stringex-2.6.1.ebuild
+++ b/dev-ruby/stringex/stringex-2.6.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2016-09-25 Thread Hans de Graaff
commit: f1f9f001e808d6cbd667b92c2bc6957b05040644
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 26 05:00:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 26 05:00:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f9f001

dev-ruby/stringex: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/stringex/Manifest |  2 --
 dev-ruby/stringex/stringex-2.5.2.ebuild| 51 --
 dev-ruby/stringex/stringex-2.6.0-r1.ebuild | 40 ---
 dev-ruby/stringex/stringex-2.6.0.ebuild| 51 --
 4 files changed, 144 deletions(-)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 3f52e80..de6252c 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,3 +1 @@
-DIST stringex-2.5.2.gem 128000 SHA256 
27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 
06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41
 WHIRLPOOL 
21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
-DIST stringex-2.6.0.gem 129536 SHA256 
15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 
a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb
 WHIRLPOOL 
f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6
 DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1

diff --git a/dev-ruby/stringex/stringex-2.5.2.ebuild 
b/dev-ruby/stringex/stringex-2.5.2.ebuild
deleted file mode 100644
index c38d197..
--- a/dev-ruby/stringex/stringex-2.5.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.6.9:0.6
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   )"
-
-USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( 
>=dev-ruby/activerecord-3 dev-ruby/sqlite3 )"
-
-all_ruby_prepare() {
-   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
-}
-
-each_ruby_prepare() {
-   case ${RUBY} in
-   *ruby22)
-   # Avoid tests depending on 
Rails until we have a version
-   # keyworded.
-   rm -rf 
test/unit/{acts_as_url,localization}* || die
-   ;;
-   esac
-}
-
-each_ruby_test() {
-   # rake seems to break this
-   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
-}

diff --git a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild 
b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
deleted file mode 100644
index 5d8da22..
--- a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_DOC_DIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Extensions for Ruby's String class"
-HOMEPAGE="https://github.com/rsl/stringex;
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-# we could rely on activerecord[sqlite3], but since we do not remove the
-# sqlite3 adapter from activerecord when building -sqlite3, it's easier
-# to just add another dependency, so the user doesn't have to change the
-# USE flags at all.
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/i18n-0.6.9:0.6
-   dev-ruby/redcloth
-   dev-ruby/test-unit:2
-   >=dev-ruby/activerecord-3
-   dev-ruby/sqlite3 

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

2016-07-14 Thread Hans de Graaff
commit: 6e97fe62daa9020aed2b14642cbcf7a45253cbb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 15 05:37:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 15 05:37:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e97fe62

dev-ruby/stringex: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.6.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 925f97d..3f52e80 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.5.2.gem 128000 SHA256 
27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 
06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41
 WHIRLPOOL 
21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
 DIST stringex-2.6.0.gem 129536 SHA256 
15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 
a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb
 WHIRLPOOL 
f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6
+DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1

diff --git a/dev-ruby/stringex/stringex-2.6.1.ebuild 
b/dev-ruby/stringex/stringex-2.6.1.ebuild
new file mode 100644
index 000..5d8da22
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.6.1.ebuild
@@ -0,0 +1,40 @@
+# 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_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2016-05-28 Thread Hans de Graaff
commit: 26101abd8e5787454aea7a37f29c50cfccd7d5d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 08:14:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 08:40:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26101abd

dev-ruby/stringex: add back ~ppc and ~x86

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild 
b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
index 0b0f5dd..5d8da22 100644
--- a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
+++ b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rsl/stringex;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 # we could rely on activerecord[sqlite3], but since we do not remove the



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

2016-04-23 Thread Manuel Rüger
commit: 3dd863dc517c5305989485c98cf187be1836e81e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr 19 23:06:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Apr 23 23:59:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd863dc

dev-ruby/stringex: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/stringex/stringex-2.5.2.ebuild 
b/dev-ruby/stringex/stringex-2.5.2.ebuild
index 6b8c115..c38d197 100644
--- a/dev-ruby/stringex/stringex-2.5.2.ebuild
+++ b/dev-ruby/stringex/stringex-2.5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_DOC_DIR="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2016-04-19 Thread Manuel Rüger
commit: 7239e600920c4602d35ba2c0e55a94617f485f4d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr 19 23:05:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr 19 23:05:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7239e600

dev-ruby/stringex: Add ruby22

Package-Manager: portage-2.2.28

 dev-ruby/stringex/stringex-2.6.0-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-ruby/stringex/stringex-2.6.0-r1.ebuild 
b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
new file mode 100644
index 000..0b0f5dd
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.6.0-r1.ebuild
@@ -0,0 +1,40 @@
+# 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_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2016-02-17 Thread Manuel Rüger
commit: f49cd18685bf92a7a7d1eeb57cd6f4b5bf29259e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Feb 17 22:12:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Feb 17 22:12:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49cd186

dev-ruby/stringex: Version bump

Package-Manager: portage-2.2.27

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.6.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index 80ea041..925f97d 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.5.2.gem 128000 SHA256 
27a8ee92a808a83284438e51ed391f3539ae6b39731b95cb4ad940974f6d0a94 SHA512 
06905b5d59b40f59c0901bbaacbf303cd906be110cd69a4b8cc29cecd69b6aa73d80cee0c9c0e2014f662b9fca1611c0fe334fcba3c4fa686224dac94f4e0d41
 WHIRLPOOL 
21a66f7babd2424035e4874d9f5168736c81f6da8388764633d9618064998bfeb076076cfd0d9125583903be25070fa329c4e8fccd81ebb8f801c4447e6be7b4
+DIST stringex-2.6.0.gem 129536 SHA256 
15611e3765430e6e4cb794d289be6bb7b8a8c873d3ff6fd7dbf8c222c68f7ff6 SHA512 
a54bf6ab9fcb0a11f6e27a125e6b1d8a49fa0ef4ca703d512c99a20ad59316184017a30e8fede5e7df3449cac53a395f530dde2033d6b15ca540b2c51aab92eb
 WHIRLPOOL 
f9102672888332145cc7548f971d5cde6550391e155c4a27ec5796cfd6aa2cc92dcedd51d431705362fd5b7fe362a713aa718d5741eb35a56348a885f41426f6

diff --git a/dev-ruby/stringex/stringex-2.6.0.ebuild 
b/dev-ruby/stringex/stringex-2.6.0.ebuild
new file mode 100644
index 000..c38d197
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.6.0.ebuild
@@ -0,0 +1,51 @@
+# 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_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   )"
+
+USE_RUBY=${USE_RUBY/ruby22/} ruby_add_bdepend "test? ( 
>=dev-ruby/activerecord-3 dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_prepare() {
+   case ${RUBY} in
+   *ruby22)
+   # Avoid tests depending on 
Rails until we have a version
+   # keyworded.
+   rm -rf 
test/unit/{acts_as_url,localization}* || die
+   ;;
+   esac
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}