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/pathutil/
Date: Thu, 08 Feb 2018 06:25:46
Message-Id: 1518071068.ae2f93da5a131a674f8d6d652a418ee74ffcede1.graaff@gentoo
1 commit: ae2f93da5a131a674f8d6d652a418ee74ffcede1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 05:22:38 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 06:24:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2f93da
7
8 dev-ruby/pathutil: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/pathutil/Manifest | 3 ---
13 dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild | 32 -----------------------------
14 dev-ruby/pathutil/pathutil-0.14.0.ebuild | 22 --------------------
15 dev-ruby/pathutil/pathutil-0.16.0.ebuild | 32 -----------------------------
16 4 files changed, 89 deletions(-)
17
18 diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest
19 index b3851fab3d0..202e9fb0a9f 100644
20 --- a/dev-ruby/pathutil/Manifest
21 +++ b/dev-ruby/pathutil/Manifest
22 @@ -1,4 +1 @@
23 -DIST pathutil-0.14.0.gem 11776 BLAKE2B 58a5678d62e8bfce51a7f97ecd5409649c5cd53baa133a2e52ed581ae1844383dd81fedc282c11098c61627704a29d565162bb19e40f930ec636c540942061d9 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
24 -DIST pathutil-0.14.0.tar.gz 18606 BLAKE2B bbd8410c616965e582f1daa1f2ee23f6828bc82abb363f5e9407c663f0c951cc6bc3ec2cc16eca73cbb1ab4244182622f39b3d91c93499ed64a342ee73479418 SHA512 48830ebdc594888a67104dbc6afb026c4e28d095cf433f459f39e0c0086da17a606c0c9946ebd37eb72d548d65e0a710f2f022bd9a77270567d6861c34a22a6f
25 -DIST pathutil-0.16.0.tar.gz 18369 BLAKE2B 781ccae00ecb431fc70e83f26ca60b0bc37e326425e94eadb772a63c81fc44f99286af636ef06a9bdda03d3f858f2cf1307d1cec1101056a118dba84f9f1927d SHA512 459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f
26 DIST pathutil-0.16.1.tar.gz 18374 BLAKE2B a134cc3f687ca1b293fb9816f0a926fbde888209ef2a048f037fb6eb9274618731f19a562157b7572a006a9b3e633e5e6335427157ba1bc48a9e6bfb1f8fd9d6 SHA512 bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998
27
28 diff --git a/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild b/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
29 deleted file mode 100644
30 index e07be91031b..00000000000
31 --- a/dev-ruby/pathutil/pathutil-0.14.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -USE_RUBY="ruby21 ruby22 ruby23"
40 -
41 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
43 -
44 -RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="Like Pathname but a little less insane"
49 -HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
50 -SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64"
55 -IUSE=""
56 -
57 -ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
58 - <dev-ruby/forwardable-extended-3"
59 -
60 -all_ruby_prepare() {
61 - sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
62 - -e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
63 - spec/rspec/helper.rb || die
64 - rm -f spec/support/coverage.rb || die
65 -}
66
67 diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
68 deleted file mode 100644
69 index 1a3da7c59c6..00000000000
70 --- a/dev-ruby/pathutil/pathutil-0.14.0.ebuild
71 +++ /dev/null
72 @@ -1,22 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
79 -
80 -RUBY_FAKEGEM_TASK_DOC=""
81 -RUBY_FAKEGEM_TASK_TEST=""
82 -
83 -inherit ruby-fakegem
84 -
85 -DESCRIPTION="Like Pathname but a little less insane"
86 -HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64"
91 -IUSE=""
92 -
93 -ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
94 - <dev-ruby/forwardable-extended-3"
95
96 diff --git a/dev-ruby/pathutil/pathutil-0.16.0.ebuild b/dev-ruby/pathutil/pathutil-0.16.0.ebuild
97 deleted file mode 100644
98 index d6583688b0e..00000000000
99 --- a/dev-ruby/pathutil/pathutil-0.16.0.ebuild
100 +++ /dev/null
101 @@ -1,32 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -USE_RUBY="ruby22 ruby23 ruby24"
108 -
109 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
110 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
111 -
112 -RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
113 -
114 -inherit ruby-fakegem
115 -
116 -DESCRIPTION="Like Pathname but a little less insane"
117 -HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
118 -SRC_URI="https://github.com/envygeeks/pathutil/archive/v${PV}.tar.gz -> ${P}.tar.gz"
119 -
120 -LICENSE="MIT"
121 -SLOT="0"
122 -KEYWORDS="~amd64"
123 -IUSE=""
124 -
125 -ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
126 - <dev-ruby/forwardable-extended-3"
127 -
128 -all_ruby_prepare() {
129 - sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
130 - -e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \
131 - spec/rspec/helper.rb || die
132 - rm -f spec/support/coverage.rb || die
133 -}