summaryrefslogtreecommitdiff
path: root/dev-ruby/fast_xs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
commitfc2f1018fc323ef2c6572734a9b130427cba76a6 (patch)
treef834bdc9a67923ce75297c09d00d1e7b90791d26 /dev-ruby/fast_xs
parent162945d2a91899b637bbb9e163b406350de12906 (diff)
gentoo resync : 03.11.2021
Diffstat (limited to 'dev-ruby/fast_xs')
-rw-r--r--dev-ruby/fast_xs/Manifest3
-rw-r--r--dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild46
-rw-r--r--dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild2
3 files changed, 2 insertions, 49 deletions
diff --git a/dev-ruby/fast_xs/Manifest b/dev-ruby/fast_xs/Manifest
index 93a22307ebe0..ea07ad0d29ac 100644
--- a/dev-ruby/fast_xs/Manifest
+++ b/dev-ruby/fast_xs/Manifest
@@ -1,5 +1,4 @@
AUX fast_xs-0.8.0+ruby-1.9.patch 1090 BLAKE2B b5b0b2db3e19adc57e85141b893cdfbed8844def9ad39cd7ba5ade46a5ae73201498782c0093e25e075bd6c2577a895715ba82a87cc14327492410558442d194 SHA512 0c4f4b03db6ed70381b9aa7e671038206648a2c88211bb7d015f552e2114015a7cb749678670ee876aa568505ac3df42535f839367cfd1fc52ba6674429940a5
DIST fast_xs-0.8.0.gem 22016 BLAKE2B b24e65c31623e86ac8ab8b5a442565083bd047e5740aeae74d74e82c09770a8149853ad021ea6c6c036d411e8f299f4a531d78b0b3314ed5bf32d7f8b9fcf697 SHA512 55fc2704fab020f03b1ce138d1631dd5ad73a8601dcd95989a59c7cccb490c70b4e1af59fb8b009bfa0899f2c23feb42cc3068e243cd539ba1cb01a9f7bc573b
-EBUILD fast_xs-0.8.0-r2.ebuild 1310 BLAKE2B d0721f5167efc4dae52de306286e0995c0d7bf91c4bfe5ec208519f780a8a5e769e3e52594a7240e94c3a5b0d46fff7095b2f6f11cd817dc59a719d87e0bc24f SHA512 af29ea28cef2a70fa3dc6f57e0fa71b01d9d207b53be25af6b2507bb12df772f52a3f8635d605da5b37b0e6dc93f4a8febed67a106fdd3bfcb0fcf81f0961287
-EBUILD fast_xs-0.8.0-r3.ebuild 929 BLAKE2B 47e5aceb99870b6b8815f64825760d1c5834058a6662c4c297d09a85480c057551f17a9830ab4a0d59fb0419129a76df608270909aa28f4bc817b27d6d88dbf9 SHA512 be4202e6e8a9333eba9449c690b5d88c03eb9273d3dc4846ca4a18c6fdd02b1cb268f9c0a334a02227a4c4048a18930b86da258a656483e35fff3a35f12a42cb
+EBUILD fast_xs-0.8.0-r3.ebuild 923 BLAKE2B 1fde58f0414d238d08e035177ad181f655e53c3347252a86cbb38bff4384496e6112d6332685730d2049602984a5a5a4eb9b1a68b92e696ab33a67aa72fa467b SHA512 013566c9748777cc9ec7c7079019454b9643100d69c8b54630c6680612757a6e9d21dc0a82ac40bab267ec16db99c168a81362124ebb7f7b33fb6e147de274d6
MISC metadata.xml 345 BLAKE2B 5772ec610b6ea7386ea3477b76ae02012ec9aec20e3e1852dc722c0c50b4a742608e7f66124946062d81dee52215296ca5db5db0be4424e1ce73c1c484a6b164 SHA512 0c86c791ef516fa584933b3ab575f5877907ddbec59cfa96b07bcf73e7e3bfd538f6fac31dd482fca16ca29438d0c15c4e04336dc5440710115a9a94b6aa955d
diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
deleted file mode 100644
index 420d4b66e12f..000000000000
--- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
+++ /dev/null
@@ -1,46 +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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="fast_xs text escaping library ruby bindings"
-HOMEPAGE="https://github.com/brianmario/fast_xs"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rack )"
-
-RUBY_PATCHES=( "${P}+ruby-1.9.patch" )
-
-each_ruby_configure() {
- ${RUBY} -Cext/fast_xs extconf.rb || die "extconf.rb failed"
- ${RUBY} -Cext/fast_xs_extra extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
- emake -Cext/fast_xs CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
- cp ext/fast_xs/fast_xs$(get_modname) lib/ || die
- emake -Cext/fast_xs_extra CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
- cp ext/fast_xs_extra/fast_xs_extra$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- # the Rakefile tries to run all the tests in a single process, but
- # this breaks the monkey-patchers, we're forced to run them one by
- # one.
- for tu in test/test_*.rb; do
- ${RUBY} -Ilib $tu || die "test $tu failed"
- done
-}
diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild
index 1d561300495a..0d575286aec5 100644
--- a/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild
+++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/fast_xs"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/rack )"