Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/xpath/
Date: Mon, 01 Jan 2018 06:45:28
Message-Id: 1514787916.4d9d5ed024a2a29dc4f640b089f970be3eebc71b.graaff@gentoo
1 commit: 4d9d5ed024a2a29dc4f640b089f970be3eebc71b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 06:25:16 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 06:25:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9d5ed0
7
8 dev-ruby/xpath: cleanup
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-ruby/xpath/Manifest | 1 -
13 dev-ruby/xpath/xpath-2.0.0-r1.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
17 index 83d885c7559..4221d64cd78 100644
18 --- a/dev-ruby/xpath/Manifest
19 +++ b/dev-ruby/xpath/Manifest
20 @@ -1,2 +1 @@
21 -DIST xpath-2.0.0.gem 18944 BLAKE2B 94c099ab106622b960fd0a6bad3183d122bae213ea4242a6bb065e707463f9f53bbf8027207caaf506beb470d5e423c5216a277d727beeb181f593c86d73b0fd SHA512 5d0375d795c755b88d4a16b7da9efe2bf234190066e38654360bbb0d837fdd481c946f055d95975d905330eef7e57d9b1eb4f1c5340d540db0fbd78fb58af690
22 DIST xpath-2.1.0.gem 16896 BLAKE2B b8dc2b0e207c666446ba5948f6e37c71f410d8a5a027dddd17d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3 SHA512 50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
23
24 diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
25 deleted file mode 100644
26 index ab25d43f9ab..00000000000
27 --- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
35 -
36 -RUBY_FAKEGEM_EXTRADOC="README.md"
37 -
38 -RUBY_FAKEGEM_TASK_DOC=""
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
44 -HOMEPAGE="https://github.com/jnicklas/xpath"
45 -LICENSE="MIT"
46 -
47 -KEYWORDS="~amd64 ~x86"
48 -SLOT="2"
49 -IUSE=""
50 -
51 -ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
52 -
53 -all_ruby_prepare() {
54 - sed -i -e '/bundler/d' spec/spec_helper.rb || die
55 -}