diff options
Diffstat (limited to 'dev-ruby/xpath')
-rw-r--r-- | dev-ruby/xpath/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/xpath/xpath-3.2.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest index 7cc14a7ccd5d..63299a4130cb 100644 --- a/dev-ruby/xpath/Manifest +++ b/dev-ruby/xpath/Manifest @@ -1,4 +1,3 @@ DIST xpath-3.2.0.gem 14336 BLAKE2B a7e1927fe8831669171e4ffa4677d33fb2276820742596d20f7cadc47f0a523b1b438d7568c195119259c8e2f9f49e3bdf1bc224001f7e215a4a02af1e84e142 SHA512 2059938387f4d1656867457a480182bd73e02f265071a394472122aea0b5b4fb0af985ec5be513d2425cf1c341bf18c3cfb67616ba02e30ce6331879964dedc3 EBUILD xpath-3.2.0-r1.ebuild 605 BLAKE2B 493f4a336c4138c305288afe3fe4e188aac38f170454b94125420957d02c9e72ee64fa285a084846ed02a1e80d7b26c45e7ebecab33b0aa1b294bddf2aee73e1 SHA512 f985af26fb3eca41286050a7ca8568ed543b29ca30747d1a6f447dc480351bd700c1b7216f9b9255d42fc1dd65be1424726e9ddf2496143bef37f0600af500d1 -EBUILD xpath-3.2.0.ebuild 605 BLAKE2B 4302fa9f4ad296966616560fa786f1a8863be13e015d1418c9b5cbba18926dfc3e1b908363dbc76a4eb611909d9576db7f8b03d9b2c4e709028156fe81e42e0e SHA512 495f2f5f351af70ca1194d60cbe4b47b07f59d43ec434bb344a5950c16dde75a5b9446075bd6b3290f3c6af90dd6ee6d7c60d50a316381f0635c2e610a9bd401 MISC metadata.xml 341 BLAKE2B 5362b80a65aeb49753e199f79df66896f21c8d1d563d30438c8f9a702b26d3b290764859aa448fab4c0e41fbd33292d4c2ec4e2b1cfa3065ba1991d417c14d19 SHA512 9b78da02894c38a658cdd72aba5b27c19a11dfca8cd5eb277a97c167f1de1ca7553d5bb0c8d7591ad7d0e603774bdb3c1a708a18a3a6bfaab72ec89bd5ec18cd diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild b/dev-ruby/xpath/xpath-3.2.0.ebuild deleted file mode 100644 index e13f6c3d7f17..000000000000 --- a/dev-ruby/xpath/xpath-3.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0" -HOMEPAGE="https://github.com/jnicklas/xpath" -LICENSE="MIT" - -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -SLOT="3" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0" - -all_ruby_prepare() { - sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die -} |