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/addressable/
Date: Thu, 30 Mar 2017 06:08:24
Message-Id: 1490853980.321fb26333067d42235b8753d9cd86e5fd093375.graaff@gentoo
1 commit: 321fb26333067d42235b8753d9cd86e5fd093375
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 30 06:06:20 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 30 06:06:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321fb263
7
8 dev-ruby/addressable: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/addressable/Manifest | 1 -
13 dev-ruby/addressable/addressable-2.3.8-r1.ebuild | 38 ------------------------
14 dev-ruby/addressable/addressable-2.3.8.ebuild | 38 ------------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-ruby/addressable/Manifest b/dev-ruby/addressable/Manifest
18 index 844a2f7d092..89dc1ce4a2a 100644
19 --- a/dev-ruby/addressable/Manifest
20 +++ b/dev-ruby/addressable/Manifest
21 @@ -1,4 +1,3 @@
22 DIST addressable-2.3.6.gem 98304 SHA256 e822c28133d151d450778bbcf1f6e7742d4c3aba54498eb0da33d80a3990ee8c SHA512 26a2d754397a5e46bc22ea9755d1c1a1b9f993e38fcf9b0a6133ea6d0aa7bdc0fe6bfe83bc39991e3b258fa3122e44bbd0b0758026be02af2a70ffef96d0dfa4 WHIRLPOOL 19ef0436df04172ca5dd9811d75616e069871476df879c10bc711e9db084636ca6edebed7500707d9409d6bd9041ece431609a7e4b2e42121a7cce6989bf5964
23 -DIST addressable-2.3.8.gem 99840 SHA256 a64ef127ac7b0ceed1324dfbccb478e8b0e4b272f6a53a8f11ffbe826a576394 SHA512 56c3f4b95a78af3b35fa0813cc0b010f89c698fefb0c79865af553ba5c2a162b936921de40b2659498812efc1692ed49e95f9984a044c0ed42f96a26b666b5fc WHIRLPOOL 537aa51973efe6c834f02b2bec884f1385132e4923ef633614ffc022c7b9a550ecc83b837aa0b6232f21a163006f7b6bbbdbe8b3df99c39c2008c493dd3c0546
24 DIST addressable-2.4.0.gem 102400 SHA256 7abfff765571b0a73549c9a9d2f7e143979cd0c252f7fa4c81e7102a973ef656 SHA512 b81fa48e7c4188827c03ac93960b6fd6fb9f5a438f5243cddea39d6820ef756ee7c0086ec330dc4a3538008b3b254757af7d30248624127649cc006a2793eda8 WHIRLPOOL 6f245a158eb13b69add13a024421e88c8b4b5344f11b74bd95d9967fb265889e0123c63c041660d74994d08bcc18c345a34e91c45b20aef40ee5cbc5abfd80b7
25 DIST addressable-2.5.0.gem 103424 SHA256 bc5bf921b39640675fbb3484cdb45e4241b4c88d8d5a7d85a3985424ad02b9c8 SHA512 188689b99b4d83756844592ad697e8e20d27540e5c6bc758934f75592adddf7ef98ca5c9ad0d407d3dda9298496c18a661eda8a52776128ff089fd4f315fdbe1 WHIRLPOOL 1128dbcc7cb2ef290e329b0fb0d6cf8786ec1d0de104230d4642fb34b2b1a5c4d7ae1abc8b83aa4c81135a5725489aa4c3b1393ea7325207acceb63c35b1806d
26
27 diff --git a/dev-ruby/addressable/addressable-2.3.8-r1.ebuild b/dev-ruby/addressable/addressable-2.3.8-r1.ebuild
28 deleted file mode 100644
29 index a88dd9935f3..00000000000
30 --- a/dev-ruby/addressable/addressable-2.3.8-r1.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
38 -
39 -RUBY_FAKEGEM_TASK_DOC="doc:yard"
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -RAKE_FAKEGEM_DOCDIR="doc"
43 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
44 -
45 -RUBY_FAKEGEM_EXTRAINSTALL="data"
46 -
47 -inherit ruby-fakegem
48 -
49 -DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library"
50 -HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/addressable"
51 -
52 -LICENSE="Apache-2.0"
53 -
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
56 -IUSE="doc test"
57 -
58 -ruby_add_bdepend "doc? ( dev-ruby/yard )"
59 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
60 -
61 -all_ruby_prepare() {
62 - # Remove spec-related tasks so that we don't need to require rspec
63 - # just to build the documentation, bug 383611.
64 - sed -i -e '/spectask/d' Rakefile || die
65 - rm tasks/rspec.rake || die
66 - sed -i -e '/[Cc]overalls/d' spec/spec_helper.rb || die
67 -
68 - # Remove specs requiring network connectivity
69 - rm spec/addressable/net_http_compat_spec.rb || die
70 -}
71
72 diff --git a/dev-ruby/addressable/addressable-2.3.8.ebuild b/dev-ruby/addressable/addressable-2.3.8.ebuild
73 deleted file mode 100644
74 index ee34bf587d8..00000000000
75 --- a/dev-ruby/addressable/addressable-2.3.8.ebuild
76 +++ /dev/null
77 @@ -1,38 +0,0 @@
78 -# Copyright 1999-2016 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -USE_RUBY="ruby20 ruby21 ruby22"
83 -
84 -RUBY_FAKEGEM_TASK_DOC="doc:yard"
85 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
86 -
87 -RAKE_FAKEGEM_DOCDIR="doc"
88 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
89 -
90 -RUBY_FAKEGEM_EXTRAINSTALL="data"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library"
95 -HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/addressable"
96 -
97 -LICENSE="Apache-2.0"
98 -
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
101 -IUSE="doc test"
102 -
103 -ruby_add_bdepend "doc? ( dev-ruby/yard )"
104 -ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
105 -
106 -all_ruby_prepare() {
107 - # Remove spec-related tasks so that we don't need to require rspec
108 - # just to build the documentation, bug 383611.
109 - sed -i -e '/spectask/d' Rakefile || die
110 - rm tasks/rspec.rake || die
111 - sed -i -e '/[Cc]overalls/d' spec/spec_helper.rb || die
112 -
113 - # Remove specs requiring network connectivity
114 - rm spec/addressable/net_http_compat_spec.rb || die
115 -}