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

2023-12-27 Thread Hans de Graaff
commit: a1959ec70a914430d416e4cc35d80b1088fbeb82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 20:43:21 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 20:43:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1959ec7

dev-ruby/charlock_holmes: enable ruby33

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

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
index 91592e61c22f..6fbf27ff 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2023-09-13 Thread Hans de Graaff
commit: c7c1d72abd808cbee7ba094fb959e91a052f5e7f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 13 17:33:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 13 19:42:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1d72a

dev-ruby/charlock_holmes: fix minitest deprecation

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

 dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
index 32787317a1d4..91592e61c22f 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
@@ -35,6 +35,9 @@ all_ruby_prepare() {
 
# Avoid dependency on rake-compiler
sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+
+   # Avoid minitest deprecation
+   sed -i -e 's/MiniTest/Minitest/' test/converter_test.rb || die
 }
 
 each_ruby_test() {



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

2023-07-07 Thread Hans de Graaff
commit: ebe54f248e98bbbf1d1ccad2799da8e24c7d0e3b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul  7 17:48:59 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  8 03:43:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe54f24

dev-ruby/charlock_holmes: enable ruby32

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

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
index c397ff037089..32787317a1d4 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2022-05-07 Thread Hans de Graaff
commit: 4e04bdc6f938d80ffd742616152388e87b72fd53
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  7 05:46:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  7 06:33:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e04bdc6

dev-ruby/charlock_holmes: enable ruby31

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

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
index b3f5ce0bc07d..c397ff037089 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2021-10-29 Thread Hans de Graaff
commit: 99639e0c589a3fe3a6001d6675589f880c03717f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct 30 05:08:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct 30 05:16:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99639e0c

dev-ruby/charlock_holmes: cleanup

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

 .../charlock_holmes/charlock_holmes-0.7.7.ebuild   | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
deleted file mode 100644
index a3342a1a238..000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes;
-SRC_URI="https://github.com/brianmario/charlock_holmes/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-   sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' test/helper.rb || die
-
-   # Avoid dependency on rake-compiler
-   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}



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

2021-10-25 Thread Hans de Graaff
commit: ad3a437cb21467ff26386ef5c478e8b5e9260709
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 26 04:27:15 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 26 04:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3a437c

dev-ruby/charlock_holmes: add ruby30; fix extension install

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

 .../charlock_holmes-0.7.7-r1.ebuild| 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
new file mode 100644
index 000..b3f5ce0bc07
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/charlock_holmes/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/charlock_holmes"
+
+RUBY_FAKEGEM_GEMSPEC="charlock_holmes.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2020-09-15 Thread Hans de Graaff
commit: a5a659592daca17a3715b61aac3a9377305a69da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 15 06:04:39 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 15 06:57:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a65959

dev-ruby/charlock_holmes: add ruby27

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

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
index 011e402ef5d..a3342a1a238 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2020-09-08 Thread Hans de Graaff
commit: 10d8daa7a34e62047a82d73f53a4134188e6da76
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Aug 31 17:45:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  8 12:02:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d8daa7

dev-ruby/charlock_holmes: remove unused patch(es)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 .../files/charlock_holmes-0.7.6-gcc5.patch   | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch 
b/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch
deleted file mode 100644
index 944efac1925..000
--- a/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/ext/charlock_holmes/extconf.rb
-+++ b/ext/charlock_holmes/extconf.rb
-@@ -54,11 +54,8 @@
- have_library 'icuuc' or abort 'libicuuc missing'
- have_library 'icudata' or abort 'libicudata missing'
- 
--# icu4c might be built in C++11 mode, but it also might not have been
--icuconfig = `which icu-config`.chomp if icuconfig.empty?
--if File.exist?(icuconfig) && `#{icuconfig} --cxxflags`.include?("c++11")
--  $CXXFLAGS << ' -std=c++11'
--end
-+# Always use C++11
-+$CXXFLAGS << ' -std=c++11'
- 
- $CFLAGS << ' -Wall -funroll-loops'
- $CFLAGS << ' -Wextra -O0 -ggdb3' if ENV['DEBUG']



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

2020-08-22 Thread Hans de Graaff
commit: 632c5853e27c2f7a5082b406740049d9945141fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 22 07:47:08 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 22 07:55:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632c5853

dev-ruby/charlock_holmes: cleanup

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

 dev-ruby/charlock_holmes/Manifest  |  1 -
 .../charlock_holmes/charlock_holmes-0.7.6.ebuild   | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index 7fa1b909ad3..f82b909f76e 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1,2 +1 @@
-DIST charlock_holmes-0.7.6.tar.gz 1192708 BLAKE2B 
9024238f225e7c5040c0550beb573615939037e0113672d7d048a9abd536d8e1d224eb1c8f6a15590607439483960e955d0318c47fa2e1330e46275f4e99
 SHA512 
410a210e4fc7e9905f38e3f68375ffdf0cf73cca8a8b230d7c4165ac23503e2460692168b1eb5d69ff183e70d89e5dcfbf6688dd22b736f4adf3c9f3af18575b
 DIST charlock_holmes-0.7.7.tar.gz 1192739 BLAKE2B 
f057a0b53f8624f12029679c96be754e9225bdeaab4db8077ab8b48c1e04883ea6a9a3019cc0c5d875179b287ef0d70aae591201d8c22c2a6e4a5b4d6c592294
 SHA512 
5950db982fbbcf41c6c8f893b2d5e1d755ec85e55bd6ce9072507c06925251edb3198840fdf346e8b74f06f4dc1d63bf94657ce582b78947751d20980f71aa8e

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
deleted file mode 100644
index 46a93acd754..000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes;
-SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-   sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.6-gcc5.patch )
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' test/helper.rb || die
-
-   # Avoid dependency on rake-compiler
-   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}



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

2019-11-08 Thread Hans de Graaff
commit: c607ce41e65a8a0fc23ec7e9ca7927890a6b21fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  9 06:10:02 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  9 06:10:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c607ce41

dev-ruby/charlock_holmes: add 0.7.7

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

 dev-ruby/charlock_holmes/Manifest  |  1 +
 .../charlock_holmes/charlock_holmes-0.7.7.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index dcf26d52bca..7fa1b909ad3 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1 +1,2 @@
 DIST charlock_holmes-0.7.6.tar.gz 1192708 BLAKE2B 
9024238f225e7c5040c0550beb573615939037e0113672d7d048a9abd536d8e1d224eb1c8f6a15590607439483960e955d0318c47fa2e1330e46275f4e99
 SHA512 
410a210e4fc7e9905f38e3f68375ffdf0cf73cca8a8b230d7c4165ac23503e2460692168b1eb5d69ff183e70d89e5dcfbf6688dd22b736f4adf3c9f3af18575b
+DIST charlock_holmes-0.7.7.tar.gz 1192739 BLAKE2B 
f057a0b53f8624f12029679c96be754e9225bdeaab4db8077ab8b48c1e04883ea6a9a3019cc0c5d875179b287ef0d70aae591201d8c22c2a6e4a5b4d6c592294
 SHA512 
5950db982fbbcf41c6c8f893b2d5e1d755ec85e55bd6ce9072507c06925251edb3198840fdf346e8b74f06f4dc1d63bf94657ce582b78947751d20980f71aa8e

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
new file mode 100644
index 000..011e402ef5d
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2019-02-03 Thread Hans de Graaff
commit: 3c0c030f73f4a6b49414a6ebfd8c10d81f980b77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 07:19:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:03:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0c030f

dev-ruby/charlock_holmes: add ruby26

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

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
index 47c7658b1bd..46a93acd754 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.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="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/charlock_holmes/files/, dev-ruby/charlock_holmes/

2018-12-01 Thread David Seifert
commit: bf8936159b56276eb0444560fcd776f13b17db98
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec  1 11:38:12 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec  1 11:39:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf893615

dev-ruby/charlock_holmes: Always build in C++11 mode

Closes: https://bugs.gentoo.org/653398
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild|  4 +++-
 .../files/charlock_holmes-0.7.6-gcc5.patch   | 16 
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
index b9bbacc1a91..47c7658b1bd 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,8 @@ CDEPEND="dev-libs/icu:=
 DEPEND+=" ${CDEPEND}"
 RDEPEND+=" ${CDEPEND}"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.7.6-gcc5.patch )
+
 all_ruby_prepare() {
sed -i -e '/bundler/d' test/helper.rb || die
 

diff --git a/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch 
b/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch
new file mode 100644
index 000..944efac1925
--- /dev/null
+++ b/dev-ruby/charlock_holmes/files/charlock_holmes-0.7.6-gcc5.patch
@@ -0,0 +1,16 @@
+--- a/ext/charlock_holmes/extconf.rb
 b/ext/charlock_holmes/extconf.rb
+@@ -54,11 +54,8 @@
+ have_library 'icuuc' or abort 'libicuuc missing'
+ have_library 'icudata' or abort 'libicudata missing'
+ 
+-# icu4c might be built in C++11 mode, but it also might not have been
+-icuconfig = `which icu-config`.chomp if icuconfig.empty?
+-if File.exist?(icuconfig) && `#{icuconfig} --cxxflags`.include?("c++11")
+-  $CXXFLAGS << ' -std=c++11'
+-end
++# Always use C++11
++$CXXFLAGS << ' -std=c++11'
+ 
+ $CFLAGS << ' -Wall -funroll-loops'
+ $CFLAGS << ' -Wextra -O0 -ggdb3' if ENV['DEBUG']



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

2018-12-01 Thread David Seifert
commit: d39c4e4c83715ac044fe9a8d4a831ed752b01f05
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec  1 11:38:47 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec  1 11:39:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c4e4c

dev-ruby/charlock_holmes: Remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-ruby/charlock_holmes/Manifest  |  1 -
 .../charlock_holmes/charlock_holmes-0.7.5.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index b237f6ad824..dcf26d52bca 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1,2 +1 @@
-DIST charlock_holmes-0.7.5.tar.gz 1192676 BLAKE2B 
d1e5bb3089d32ef7efa46fe54d37c71caa75b5d3a059c45d1d0275014822690031a8df894295e72be11be5ca685e90f35832dd6a06a4c482afe938da2a25ea28
 SHA512 
a5ee9d47d8c8386e7be9ad10e93e7bd7663713df285b33e5d8afd865570e463a9f785e568675363f9b949a8207bbcc144a7378dfb206645824e9f0abc33ec668
 DIST charlock_holmes-0.7.6.tar.gz 1192708 BLAKE2B 
9024238f225e7c5040c0550beb573615939037e0113672d7d048a9abd536d8e1d224eb1c8f6a15590607439483960e955d0318c47fa2e1330e46275f4e99
 SHA512 
410a210e4fc7e9905f38e3f68375ffdf0cf73cca8a8b230d7c4165ac23503e2460692168b1eb5d69ff183e70d89e5dcfbf6688dd22b736f4adf3c9f3af18575b

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
deleted file mode 100644
index b9bbacc1a91..000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes;
-SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-   sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' test/helper.rb || die
-
-   # Avoid dependency on rake-compiler
-   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}



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

2018-03-31 Thread Hans de Graaff
commit: 9001ee87f41a9f45b76b12f79442ec18990648e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 31 06:01:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 31 06:01:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9001ee87

dev-ruby/charlock_holmes: add 0.7.6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/charlock_holmes/Manifest  |  1 +
 .../charlock_holmes/charlock_holmes-0.7.6.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index ed310850910..b237f6ad824 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1 +1,2 @@
 DIST charlock_holmes-0.7.5.tar.gz 1192676 BLAKE2B 
d1e5bb3089d32ef7efa46fe54d37c71caa75b5d3a059c45d1d0275014822690031a8df894295e72be11be5ca685e90f35832dd6a06a4c482afe938da2a25ea28
 SHA512 
a5ee9d47d8c8386e7be9ad10e93e7bd7663713df285b33e5d8afd865570e463a9f785e568675363f9b949a8207bbcc144a7378dfb206645824e9f0abc33ec668
+DIST charlock_holmes-0.7.6.tar.gz 1192708 BLAKE2B 
9024238f225e7c5040c0550beb573615939037e0113672d7d048a9abd536d8e1d224eb1c8f6a15590607439483960e955d0318c47fa2e1330e46275f4e99
 SHA512 
410a210e4fc7e9905f38e3f68375ffdf0cf73cca8a8b230d7c4165ac23503e2460692168b1eb5d69ff183e70d89e5dcfbf6688dd22b736f4adf3c9f3af18575b

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
new file mode 100644
index 000..b9bbacc1a91
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2018-02-02 Thread Hans de Graaff
commit: 6ee3dfe8418d492b6969e49bd8f8d5f587793458
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  2 16:25:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  2 16:41:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee3dfe8

dev-ruby/charlock_holmes: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
index 1e6a842207d..b9bbacc1a91 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.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="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-02-02 Thread Hans de Graaff
commit: ac338c25aadef81ea6b7653a636492a9662a7034
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  2 16:24:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  2 16:41:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac338c25

dev-ruby/charlock_holmes: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/charlock_holmes/Manifest  |  2 -
 .../charlock_holmes/charlock_holmes-0.7.3.ebuild   | 46 -
 .../charlock_holmes/charlock_holmes-0.7.4.ebuild   | 47 --
 3 files changed, 95 deletions(-)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index daba12c4757..ed310850910 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1,3 +1 @@
-DIST charlock_holmes-0.7.3.gem 1196544 BLAKE2B 
c9152bb9c54c0b507f18b0dac969131091ef236495f5759c353ace8b7edc990581e28c8c97b39c63c71b1194f3a023bb8df382afadd922a98c8572d6f0610114
 SHA512 
29e173f5ce870c16fd1af2e38b9aa2cada4b8ddae534933f18c82b719ae65b8fac82434ed87696b435b7236e180c06c9ccaa16c742dff5f8b1fd87da48894027
-DIST charlock_holmes-0.7.4.tar.gz 1192569 BLAKE2B 
4f723a75f08ef87084ea78693f4f3fc0026246be0e2b3d35354f9416ac7c9a2f998d33072c0e23f56996618ad5e611d789363aa299fc49f9f3f0ee655ab94dce
 SHA512 
2c9569cceacd4f80896ef852f581b5260790f6fb4cf02372b032dc2b692afdf99e04b4ac5230d42d48ee40d0433342c84f4974ffa77662db33287e80bb5fc72e
 DIST charlock_holmes-0.7.5.tar.gz 1192676 BLAKE2B 
d1e5bb3089d32ef7efa46fe54d37c71caa75b5d3a059c45d1d0275014822690031a8df894295e72be11be5ca685e90f35832dd6a06a4c482afe938da2a25ea28
 SHA512 
a5ee9d47d8c8386e7be9ad10e93e7bd7663713df285b33e5d8afd865570e463a9f785e568675363f9b949a8207bbcc144a7378dfb206645824e9f0abc33ec668

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
deleted file mode 100644
index 8ac72af952a..000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
+++ /dev/null
@@ -1,46 +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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-   sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' test/helper.rb || die
-
-   # Avoid dependency on rake-compiler
-   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
deleted file mode 100644
index 34c4a819f3a..000
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Character encoding detecting library for Ruby using ICU"
-HOMEPAGE="https://github.com/brianmario/charlock_holmes;
-SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest )"
-
-CDEPEND="dev-libs/icu:=
-   sys-libs/zlib"
-DEPEND+=" ${CDEPEND}"
-RDEPEND+=" ${CDEPEND}"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' test/helper.rb || die
-
-   # Avoid dependency on rake-compiler
-   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}



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

2017-08-26 Thread Hans de Graaff
commit: ec7f3ecdf87901ef1537d0fad0885cfdd680d12c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 06:01:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 08:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f3ecd

dev-ruby/charlock_holmes: add 0.7.5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/charlock_holmes/Manifest  |  1 +
 .../charlock_holmes/charlock_holmes-0.7.5.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index 6b672177fd6..7d2bcee4fd6 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1,2 +1,3 @@
 DIST charlock_holmes-0.7.3.gem 1196544 SHA256 
c7d15154b442e393adbcd838f6e3b620a7fbe07197a7cd57d7ba4a7ec434544b SHA512 
29e173f5ce870c16fd1af2e38b9aa2cada4b8ddae534933f18c82b719ae65b8fac82434ed87696b435b7236e180c06c9ccaa16c742dff5f8b1fd87da48894027
 WHIRLPOOL 
48c964c1ae89f9f88939dbcc3ed8bfdf80677a7c1b2eabf1514f7ed7a95fd92b03cc05f079e8844e5df5d24d7d306a85306721e39fa2352c185175c6fe1422d9
 DIST charlock_holmes-0.7.4.tar.gz 1192569 SHA256 
7f1dd487bc6cd221108651be9fcada743095bda9f19b7c2a448fd7e70723aebf SHA512 
2c9569cceacd4f80896ef852f581b5260790f6fb4cf02372b032dc2b692afdf99e04b4ac5230d42d48ee40d0433342c84f4974ffa77662db33287e80bb5fc72e
 WHIRLPOOL 
01cfb7ee6f2f7995d474c5769638a67b55d2ee590cdc6a5c8e2f1a0f4ffd1a1eab14cb8e4ff93ee78ba98089a02b1de09f58b18193a883e53810510588770156
+DIST charlock_holmes-0.7.5.tar.gz 1192676 SHA256 
95d5fe0d88b4858a01f6252e56d835345ea133113e3741009429c9fa992253fc SHA512 
a5ee9d47d8c8386e7be9ad10e93e7bd7663713df285b33e5d8afd865570e463a9f785e568675363f9b949a8207bbcc144a7378dfb206645824e9f0abc33ec668
 WHIRLPOOL 
67679622c86c93bcb2b248c6efd06ad9d22adafa131dd43ca3a14bc6fed4df89b2cbef4c81fb0c4467ee7c2ee41d03d339236deb7b1a4b0a00aacb8f75aa2a0b

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
new file mode 100644
index 000..1e6a842207d
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.5.ebuild
@@ -0,0 +1,47 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2017-08-13 Thread Hans de Graaff
commit: 9ec008a0af706d70f76c9700057c77aafc2b5e8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 14 05:16:46 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 14 05:16:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec008a0

dev-ruby/charlock_holmes: add 0.7.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/charlock_holmes/Manifest  |  1 +
 .../charlock_holmes/charlock_holmes-0.7.4.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index 599cd2e09a1..6b672177fd6 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1 +1,2 @@
 DIST charlock_holmes-0.7.3.gem 1196544 SHA256 
c7d15154b442e393adbcd838f6e3b620a7fbe07197a7cd57d7ba4a7ec434544b SHA512 
29e173f5ce870c16fd1af2e38b9aa2cada4b8ddae534933f18c82b719ae65b8fac82434ed87696b435b7236e180c06c9ccaa16c742dff5f8b1fd87da48894027
 WHIRLPOOL 
48c964c1ae89f9f88939dbcc3ed8bfdf80677a7c1b2eabf1514f7ed7a95fd92b03cc05f079e8844e5df5d24d7d306a85306721e39fa2352c185175c6fe1422d9
+DIST charlock_holmes-0.7.4.tar.gz 1192569 SHA256 
7f1dd487bc6cd221108651be9fcada743095bda9f19b7c2a448fd7e70723aebf SHA512 
2c9569cceacd4f80896ef852f581b5260790f6fb4cf02372b032dc2b692afdf99e04b4ac5230d42d48ee40d0433342c84f4974ffa77662db33287e80bb5fc72e
 WHIRLPOOL 
01cfb7ee6f2f7995d474c5769638a67b55d2ee590cdc6a5c8e2f1a0f4ffd1a1eab14cb8e4ff93ee78ba98089a02b1de09f58b18193a883e53810510588770156

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
new file mode 100644
index 000..34c4a819f3a
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2016-09-07 Thread Manuel Rüger
commit: 8c63db8850db3613fca3d744ef916fce42582446
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep  7 23:13:26 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep  7 23:13:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c63db88

dev-ruby/charlock_holmes: Add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
index 0a80074..65b8254 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2016-03-08 Thread Manuel Rüger
commit: 4c923935385cbea3621d96abd7a4bde55a0d26f9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar  8 21:54:33 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar  8 21:54:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c923935

dev-ruby/charlock_holmes: Remove ruby19

Package-Manager: portage-2.2.27

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

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
index 29c9757..0a80074 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.3.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"