* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2016-03-09 22:55 Manuel Rüger
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2016-03-09 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 9f83f40c1f3eca9f688612350959ba87daac5d05
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 22:54:18 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 22:54:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f83f40c
dev-ruby/fast-stemmer: Remove ruby19
Package-Manager: portage-2.2.27
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index 1d5fc6c..a838111 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.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_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2016-12-23 21:42 Manuel Rüger
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2016-12-23 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 6e8aaa4f53ecc1a1117d64e928055514018c6a1b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 21:42:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 21:42:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8aaa4f
dev-ruby/fast-stemmer: Add ruby23
Package-Manager: portage-2.3.3
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index a838111..4dcd1d5 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2017-03-24 6:00 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2017-03-24 6:00 UTC (permalink / raw
To: gentoo-commits
commit: 62b701cf67fcd11753249a6e6e527ae2d6665d56
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 05:58:39 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 05:58:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b701cf
dev-ruby/fast-stemmer: add ruby24
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index f7a0091836b..8adccc30aec 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
@@ -31,5 +31,5 @@ each_ruby_compile() {
}
each_ruby_test() {
- ${RUBY} -Ilib -S testrb test/fast_stemmer_test.rb || die
+ ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2018-02-03 18:22 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2018-02-03 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 6698ceb085bf48f44a6938c7442a2f7639b63018
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 10:06:33 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 18:21:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6698ceb0
dev-ruby/fast-stemmer: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index 8adccc30aec..d796080adec 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.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=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2019-02-02 9:00 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2019-02-02 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 7dc98ea8d63f1030e5bf9a24d434e30a5a6d28cc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 2 08:57:57 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 2 08:57:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc98ea8
dev-ruby/fast-stemmer: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index d796080adec..a07ca10e223 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2020-05-09 9:20 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2020-05-09 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 3bc8396deac8ff81bf31d1f8ff7a1c9d381bdae9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 08:40:17 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 9 09:20:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc8396d
dev-ruby/fast-stemmer: add ruby27
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index a07ca10e223..f99a6bdd08c 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.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=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_TASK_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2020-07-27 2:09 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2020-07-27 2:09 UTC (permalink / raw
To: gentoo-commits
commit: cae2c7770cc5c7513d505e7ea3bd126ada99a73f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 02:05:17 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 02:05:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae2c777
dev-ruby/fast-stemmer: arm64 keyworded (bug #733784)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
index f99a6bdd08c..8001a57b69e 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/romanbsd/fast-stemmer"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE=""
all_ruby_prepare() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2021-06-30 6:56 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2021-06-30 6:56 UTC (permalink / raw
To: gentoo-commits
commit: d1479586ef9e798f187f4f88cc872137fbd2658f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 07:47:05 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 06:56:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1479586
dev-ruby/fast-stemmer: fix extension install; ruby30
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild
new file mode 100644
index 00000000000..03fbee88251
--- /dev/null
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Simple wrapper around multithreaded Porter stemming algorithm"
+HOMEPAGE="https://github.com/romanbsd/fast-stemmer"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+all_ruby_prepare() {
+ rm ext/Makefile || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2021-10-24 9:25 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2021-10-24 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 1e85eb06574059aefb82709d7424ea2835f1254a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 08:42:50 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 09:25:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e85eb06
dev-ruby/fast-stemmer: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
deleted file mode 100644
index 8001a57b69e..00000000000
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Simple wrapper around multithreaded Porter stemming algorithm"
-HOMEPAGE="https://github.com/romanbsd/fast-stemmer"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-all_ruby_prepare() {
- rm ext/Makefile || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
- emake V=1 -Cext
- cp ext/stemmer$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2022-05-06 8:20 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2022-05-06 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 16a59e8779f688109491b53304a8b005d3b0218a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 07:53:10 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 6 08:19:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a59e87
dev-ruby/fast-stemmer: update EAPI 7 -> 8, ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
new file mode 100644
index 000000000000..7840a1559e99
--- /dev/null
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple wrapper around multithreaded Porter stemming algorithm"
+HOMEPAGE="https://github.com/romanbsd/fast-stemmer"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+all_ruby_prepare() {
+ rm ext/Makefile || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2023-03-27 8:35 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-03-27 8:35 UTC (permalink / raw
To: gentoo-commits
commit: b7264aea1be79cc726cd079df14ae4b89a6c7f46
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 08:11:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 08:34:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7264aea
dev-ruby/fast-stemmer: enable ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
index 7840a1559e99..a4dac81e07e1 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2023-03-31 1:03 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-03-31 1:03 UTC (permalink / raw
To: gentoo-commits
commit: c08ce97d8bfc78b5c12493edb3d31772b9dca5e1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 00:28:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 00:54:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08ce97d
dev-ruby/fast-stemmer: drop 1.0.2-r3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild
deleted file mode 100644
index 03fbee88251d..000000000000
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Simple wrapper around multithreaded Porter stemming algorithm"
-HOMEPAGE="https://github.com/romanbsd/fast-stemmer"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-all_ruby_prepare() {
- rm ext/Makefile || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb-2 test/fast_stemmer_test.rb || die
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/
@ 2023-12-27 20:12 Hans de Graaff
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff @ 2023-12-27 20:12 UTC (permalink / raw
To: gentoo-commits
commit: a91713157327ee19ca394fd79d407f023b8353d1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:06:57 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 20:06:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9171315
dev-ruby/fast-stemmer: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
index a4dac81e07e1..4454eb8d553a 100644
--- a/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
+++ b/dev-ruby/fast-stemmer/fast-stemmer-1.0.2-r4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="README"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-12-27 20:12 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24 6:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast-stemmer/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-12-27 20:12 Hans de Graaff
2023-03-31 1:03 Sam James
2023-03-27 8:35 Sam James
2022-05-06 8:20 Hans de Graaff
2021-10-24 9:25 Hans de Graaff
2021-06-30 6:56 Hans de Graaff
2020-07-27 2:09 Sam James
2020-05-09 9:20 Hans de Graaff
2019-02-02 9:00 Hans de Graaff
2018-02-03 18:22 Hans de Graaff
2016-12-23 21:42 Manuel Rüger
2016-03-09 22:55 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox