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/ethon/
Date: Wed, 21 Mar 2018 06:41:49
Message-Id: 1521612718.ab26ecf7d06d20e1033a26be657affa3a1a8bf06.graaff@gentoo
1 commit: ab26ecf7d06d20e1033a26be657affa3a1a8bf06
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 06:11:58 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 06:11:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab26ecf7
7
8 dev-ruby/ethon: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/ethon/Manifest | 2 --
13 dev-ruby/ethon/ethon-0.10.1.ebuild | 33 ---------------------------------
14 dev-ruby/ethon/ethon-0.9.1.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
18 index 64f97a42343..e4ebdd2c169 100644
19 --- a/dev-ruby/ethon/Manifest
20 +++ b/dev-ruby/ethon/Manifest
21 @@ -1,3 +1 @@
22 -DIST ethon-0.10.1.gem 55808 BLAKE2B 589f7431fe0689a85c40113684d7b2641b1bf6358a64f902a4ec97333a64354774a4bd5d93b94709a32fc6d658d3233465e2b46b1b8bea5115a39ce0646e7c16 SHA512 cbc3d40dfa04aed73780e669979fbaa21d98a7a607f727bff05e679461502ed7e06c29dc81cce89b01458d7e2bea81c99cc43544e85a2329944eb5c2955cba07
23 DIST ethon-0.11.0.gem 56832 BLAKE2B 64f184e3dbedf6fc05cb97d7e642366b45b9493ccd79ba1dd9f4ddafea695bc8d5e72bc5a305e192ad6f78d55704319316a13ced61c14aef7d3e41936ec69a78 SHA512 271ff2ce5578352722bab318ad40f06d9c76fdbdead573a015fed0a38f3fd6341bcf70acedaa9470fe97f47069977b09ac9f71d8dacb21b67aad917c2a078c72
24 -DIST ethon-0.9.1.gem 55808 BLAKE2B 8d91ca9d0e8dda8eb51f0204783a7a03017cde8b0c0f5476031d7b5ca38b2196ffb5d9c34165302f6c513dea88f14304d5aef96d1f6740b10465b1ce36980219 SHA512 2104a463283340513c02ad97a6578140cf3d23bee664de40fa0ae4a7bb8aedac69ef09310edf3582f83bff5fa7d65feec9ace663568b9cb798833f2db61adb80
25
26 diff --git a/dev-ruby/ethon/ethon-0.10.1.ebuild b/dev-ruby/ethon/ethon-0.10.1.ebuild
27 deleted file mode 100644
28 index 9d470c03ed2..00000000000
29 --- a/dev-ruby/ethon/ethon-0.10.1.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
41 -
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Very lightweight libcurl wrapper"
47 -HOMEPAGE="https://github.com/typhoeus/ethon"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~x86"
52 -IUSE=""
53 -
54 -RDEPEND+=" net-misc/curl"
55 -
56 -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
57 -
58 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
59 -
60 -all_ruby_prepare() {
61 - rm Gemfile || die
62 - sed -e '/bundler/I s:^:#:' \
63 - -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
64 -}
65
66 diff --git a/dev-ruby/ethon/ethon-0.9.1.ebuild b/dev-ruby/ethon/ethon-0.9.1.ebuild
67 deleted file mode 100644
68 index 91c80e11e08..00000000000
69 --- a/dev-ruby/ethon/ethon-0.9.1.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2016 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -
77 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
78 -
79 -RUBY_FAKEGEM_TASK_DOC=""
80 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
81 -
82 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
83 -
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="Very lightweight libcurl wrapper"
87 -HOMEPAGE="https://github.com/typhoeus/ethon"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~arm"
92 -IUSE=""
93 -
94 -RDEPEND+=" net-misc/curl"
95 -
96 -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
97 -
98 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
99 -
100 -all_ruby_prepare() {
101 - rm Gemfile || die
102 - sed -e '/bundler/I s:^:#:' \
103 - -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
104 -}