summaryrefslogtreecommitdiff
path: root/dev-ruby/fast_xs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/fast_xs
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/fast_xs')
-rw-r--r--dev-ruby/fast_xs/Manifest4
-rw-r--r--dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild49
-rw-r--r--dev-ruby/fast_xs/files/fast_xs-0.8.0+ruby-1.9.patch23
-rw-r--r--dev-ruby/fast_xs/metadata.xml11
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-ruby/fast_xs/Manifest b/dev-ruby/fast_xs/Manifest
deleted file mode 100644
index 3d241d380e40..000000000000
--- a/dev-ruby/fast_xs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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 1325 BLAKE2B e78c419a52f1c96141f8e2b5de1faed0e5b036b948e98f925085896f3f196cd79df6649052f2a8ad055d9794a2fc6a48d9ec6917f54f310e677f5802757ed44e SHA512 fdddec187dcd70db19a475e1999113edb883fd191a04b8b0d24dfec82aff5bfc758c597c655c40a50c22651fd3c86808d46d9cf38fb8aa58e9f5af4fe1f28fe7
-MISC metadata.xml 344 BLAKE2B 606e2ea9e00823abb5e87d45ac41c0ebfe100de30901b120d74b90966d50c525b068796591c3aa7be7a8767f98b2e9d93c2a1b556efc861fa5d6b29b8955c36e SHA512 4c84dc383d13d166f199d39a7a9cea86063392034a467b0aeec29a06c2b70949785662c0bd9b0dc60884cab74455d92f113613519708889f64e11a6d4bbc53fc
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 ebdb7672146f..000000000000
--- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? (
- >=dev-ruby/hoe-2.3.2
- 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/files/fast_xs-0.8.0+ruby-1.9.patch b/dev-ruby/fast_xs/files/fast_xs-0.8.0+ruby-1.9.patch
deleted file mode 100644
index cdd72f2db3fb..000000000000
--- a/dev-ruby/fast_xs/files/fast_xs-0.8.0+ruby-1.9.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: fast_xs-0.8.0/test/test_erb_util_module_overrides.rb
-===================================================================
---- fast_xs-0.8.0.orig/test/test_erb_util_module_overrides.rb
-+++ fast_xs-0.8.0/test/test_erb_util_module_overrides.rb
-@@ -35,11 +35,13 @@ class TestErbUtilModuleOverrides < Test:
-
- def test_preserve_encoding
- foo = "foo"
-- foo.force_encoding Encoding::US_ASCII
-- assert_equal Encoding::US_ASCII, url_encode(foo).encoding
-- assert_equal Encoding::US_ASCII, html_escape(foo).encoding
-- assert_equal Encoding::US_ASCII, u(foo).encoding
-- assert_equal Encoding::US_ASCII, h(foo).encoding
-+ ascii_encoding = (RUBY_VERSION =~ /1\.9/) ? Encoding::ASCII_8BIT : Encoding::US_ASCII
-+
-+ foo.force_encoding ascii_encoding
-+ assert_equal ascii_encoding, url_encode(foo).encoding
-+ assert_equal ascii_encoding, html_escape(foo).encoding
-+ assert_equal ascii_encoding, u(foo).encoding
-+ assert_equal ascii_encoding, h(foo).encoding
-
- foo.force_encoding Encoding::BINARY
- assert_equal Encoding::BINARY, url_encode(foo).encoding
diff --git a/dev-ruby/fast_xs/metadata.xml b/dev-ruby/fast_xs/metadata.xml
deleted file mode 100644
index 1733736bd1e2..000000000000
--- a/dev-ruby/fast_xs/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">brianmario/fast_xs</remote-id>
- </upstream>
-</pkgmetadata>