dev-ruby/xpath: cleanup
authorHans de Graaff <graaff@gentoo.org>
Mon, 1 Jan 2018 06:25:16 +0000 (07:25 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 1 Jan 2018 06:25:16 +0000 (07:25 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

dev-ruby/xpath/Manifest
dev-ruby/xpath/xpath-2.0.0-r1.ebuild [deleted file]

index 83d885c7559f58e3763a6a76e8b2678cbb306db9..4221d64cd780a8004ed3df7ac7d550328c97dc08 100644 (file)
@@ -1,2 +1 @@
-DIST xpath-2.0.0.gem 18944 BLAKE2B 94c099ab106622b960fd0a6bad3183d122bae213ea4242a6bb065e707463f9f53bbf8027207caaf506beb470d5e423c5216a277d727beeb181f593c86d73b0fd SHA512 5d0375d795c755b88d4a16b7da9efe2bf234190066e38654360bbb0d837fdd481c946f055d95975d905330eef7e57d9b1eb4f1c5340d540db0fbd78fb58af690
 DIST xpath-2.1.0.gem 16896 BLAKE2B b8dc2b0e207c666446ba5948f6e37c71f410d8a5a027dddd17d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3 SHA512 50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
deleted file mode 100644 (file)
index ab25d43..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-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 ~x86"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/d' spec/spec_helper.rb || die
-}