From ce23b28e3d5f58b4177dfa6006db905a41dd87ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Apr 2023 17:17:49 +0100 Subject: gentoo auto-resync : 30:04:2023 - 17:17:49 --- dev-ruby/hpricot/Manifest | 4 -- dev-ruby/hpricot/files/hpricot-0.8.6-fast_xs.patch | 24 --------- dev-ruby/hpricot/hpricot-0.8.6-r6.ebuild | 57 ---------------------- dev-ruby/hpricot/metadata.xml | 8 --- 4 files changed, 93 deletions(-) delete mode 100644 dev-ruby/hpricot/Manifest delete mode 100644 dev-ruby/hpricot/files/hpricot-0.8.6-fast_xs.patch delete mode 100644 dev-ruby/hpricot/hpricot-0.8.6-r6.ebuild delete mode 100644 dev-ruby/hpricot/metadata.xml (limited to 'dev-ruby/hpricot') diff --git a/dev-ruby/hpricot/Manifest b/dev-ruby/hpricot/Manifest deleted file mode 100644 index 0d0320bfb0a6..000000000000 --- a/dev-ruby/hpricot/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX hpricot-0.8.6-fast_xs.patch 650 BLAKE2B 5ad93195325fa1e26c2d207fefec83c8e01bbcbfdf933e6925a10bcf74a56c94b8517c7000a3c1aecff091b4d5d1cb3c29c9c899af7a5a5f5f0a17b1967118da SHA512 cbb1aa6138ec98e2eac9bcad8d06ed7c435a8ca503e062776576cfdddb944b294b270dd30e2c2924441ea527445df149e7ce34d085652ca6f184c4e66d209b8d -DIST hpricot-0.8.6.gem 293888 BLAKE2B 5c054c6fcd5c3365dbf44f3c502bc4c1c3885f4aa43fd1fd15365aea19600ef0ef48157c39ef1709386bda0bc3fb6bba6d98862e8e28bdb5c173429969ef5ab9 SHA512 f0ea9168ae79d099cdb751dd5a205e0896dfb229759e499fff833e94209d1497aa97becb285176dcbcc1fee19bc11913ca3ac0d7a467067e5d837c1eb6e310ad -EBUILD hpricot-0.8.6-r6.ebuild 1459 BLAKE2B 08243a3b49e686595d7c00fd9b509ce16eaec915d9525fc0f8af209b90be7b9f0a108c2f768d375bfbcec72484b23795b0379d298547e29b6bf54e2b759d1ec9 SHA512 916300caa6bbe240b596fdbf775f7502595233960857007577c69b79687d029c42acbaeb1527a2514d3527275f04034da1b4a2f2ef74bcf53dc2bff6326ccb4c -MISC metadata.xml 248 BLAKE2B 0c876bde3c72e61d28284a95a837103e6d594c9f6fccbd6d7d1039f9c5a604347c20c334c9a57d80b152888fed536196f2807b477e8d0336c80affb0e28c9dc9 SHA512 b2b64178cf6cbbaa5fb4671ffe1ab88b83c920de363ae099ef74fa3e5eb8c8f0285c749cabc0cebf344951503d1b7309ae294afe9e7cf5172700182d8843fa14 diff --git a/dev-ruby/hpricot/files/hpricot-0.8.6-fast_xs.patch b/dev-ruby/hpricot/files/hpricot-0.8.6-fast_xs.patch deleted file mode 100644 index 0b16b6c61b93..000000000000 --- a/dev-ruby/hpricot/files/hpricot-0.8.6-fast_xs.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: hpricot-0.8.6/metadata -=================================================================== ---- hpricot-0.8.6.orig/metadata -+++ hpricot-0.8.6/metadata -@@ -16,7 +16,18 @@ bindir: bin - cert_chain: [] - - date: 2012-01-17 00:00:00 Z --dependencies: [] -+dependencies: -+- !ruby/object:Gem::Dependency -+ name: fast_xs -+ prerelease: false -+ requirement: &id003 !ruby/object:Gem::Requirement -+ none: false -+ requirements: -+ - - ">=" -+ - !ruby/object:Gem::Version -+ version: 0.7.3 -+ type: :runtime -+ version_requirements: *id003 - - description: a swift, liberal HTML parser with a fantastic library - email: why@ruby-lang.org diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r6.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r6.ebuild deleted file mode 100644 index faae50028ebc..000000000000 --- a/dev-ruby/hpricot/hpricot-0.8.6-r6.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -RUBY_FAKEGEM_EXTENSIONS=(ext/hpricot_scan/extconf.rb) - -inherit ruby-fakegem - -DESCRIPTION="A fast and liberal HTML parser for Ruby" -HOMEPAGE="https://github.com/hpricot/hpricot" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "dev-ruby/rake - dev-ruby/rdoc - dev-ruby/rake-compiler" - -ruby_add_rdepend "dev-ruby/fast_xs" - -# Probably needs the same jdk as JRuby but I'm not sure how to express -# that just yet. -DEPEND+=" dev-util/ragel" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die - - # Fix encoding assumption of environment for Ruby 1.9. - # https://github.com/hpricot/hpricot/issues/52 - # sed -i -e '1 iEncoding.default_external=Encoding::UTF_8 if RUBY_VERSION =~ /1.9/' test/load_files.rb || die - - # Avoid unneeded dependency on git. - sed -i -e '/^REV/ s/.*/REV = "6"/' Rakefile || die - - # Fix int size warning - sed -i -e 's/te - ts/(int)(te - ts)/' ext/hpricot_scan/hpricot_css.rl || die -} - -each_ruby_prepare() { - pushd .. &>/dev/null - eapply "${FILESDIR}"/${P}-fast_xs.patch - popd .. &>/dev/null -} - -each_ruby_compile() { - ${RUBY} -S rake ragel || die - - each_fakegem_compile -} diff --git a/dev-ruby/hpricot/metadata.xml b/dev-ruby/hpricot/metadata.xml deleted file mode 100644 index 658c72b1920d..000000000000 --- a/dev-ruby/hpricot/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - -- cgit v1.2.3