summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-08-21 08:55:34 +0200
committerHans de Graaff <graaff@gentoo.org>2020-08-21 08:57:21 +0200
commit31b64fef03297d3c360728812d3fe814c0b26c67 (patch)
tree3604057681779f5b38d2bff8cb0b4d203d94a054 /dev-ruby/nokogumbo
parentdev-ruby/net-ssh: cleanup (diff)
downloadgentoo-31b64fef03297d3c360728812d3fe814c0b26c67.tar.gz
gentoo-31b64fef03297d3c360728812d3fe814c0b26c67.tar.bz2
gentoo-31b64fef03297d3c360728812d3fe814c0b26c67.zip
dev-ruby/nokogumbo: cleanup
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/nokogumbo')
-rw-r--r--dev-ruby/nokogumbo/Manifest1
-rw-r--r--dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-ruby/nokogumbo/Manifest b/dev-ruby/nokogumbo/Manifest
index 294cfe003c4d..234c2b7fbd5f 100644
--- a/dev-ruby/nokogumbo/Manifest
+++ b/dev-ruby/nokogumbo/Manifest
@@ -1,2 +1 @@
-DIST nokogumbo-1.5.0.gem 228352 BLAKE2B 66740dfb9bd9edea13c6bc872e1cadf855116ee7247c7691210d3eaa81ad4c7b972fe8edd02a6f7ade6c172c870923c9af3fc24b10c5594cd0255b2fa0c2cd82 SHA512 a89ec7ae4d42cce5431070e790f0f10734655654f6f680c0b949fab7527b6a811953f1c3c13d633427b40980f9e9bd434a9afe1a9d1f1e504af05246d96be77e
DIST nokogumbo-2.0.2.tar.gz 295558 BLAKE2B ce52794eb3359ad34234d8f5faad4aff7c197326f6449a09a2264cb1a3d920886377f805e055980224644223d31a6621300c583a04f48ce8a8abe275b2614470 SHA512 fd115e072d2763ff63c46dc6f6117bb841b2c2ac28df0180d44a581a2a46f0b7b90ec17ae1b629e3e7c2f8a2cade53031cc118c8a946bbfb7e9e8600efefd67c
diff --git a/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild b/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild
deleted file mode 100644
index 5f07eb3fc6c9..000000000000
--- a/dev-ruby/nokogumbo/nokogumbo-1.5.0.ebuild
+++ /dev/null
@@ -1,44 +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_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Nokogiri interface to the Gumbo HTML5 parser"
-HOMEPAGE="https://github.com/rubys/nokogumbo"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND+=">=dev-libs/gumbo-0.10"
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.5-r1"
-
-all_ruby_prepare() {
- # Define rakehome in scope
- sed -i -e "1irakehome=File.expand_path('../../')" ext/nokogumboc/extconf.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/nokogumboc extconf.rb || die
- sed -i -e 's:-Wl,--no-undefined::' ext/nokogumboc/Makefile || die
-}
-
-each_ruby_compile() {
- emake -Cext/nokogumboc V=1
- cp ext/nokogumboc/nokogumboc.so lib/ || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test-nokogumbo.rb || die
-}