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: Fri, 29 Apr 2016 04:32:54
Message-Id: 1461903787.2f185156d1d85c4550f0800f38b61dad70ae9b9d.graaff@gentoo
1 commit: 2f185156d1d85c4550f0800f38b61dad70ae9b9d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 04:23:07 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 04:23:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f185156
7
8 dev-ruby/ethon: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/ethon/Manifest | 2 --
13 dev-ruby/ethon/ethon-0.7.4.ebuild | 33 ---------------------------------
14 dev-ruby/ethon/ethon-0.8.0-r1.ebuild | 33 ---------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
18 index e4dd869..b71ef75 100644
19 --- a/dev-ruby/ethon/Manifest
20 +++ b/dev-ruby/ethon/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST ethon-0.7.4.gem 54272 SHA256 2670e329ff113f772448b9af8ed45fabf570f37b1dea9f68377ed056fb94ce13 SHA512 a4df7083b545d1b777e640ba238f63a939ee1db97d25f6d4be6f4a20f0e629eb3e107724a6a87da037529667130ad220f216a82c3b4044588780f5fff809f69b WHIRLPOOL a64b0573869dc4cc48eb1c6488eac065fa9b2053b3362a82af906af2c35025f318ccb0b46a8cda18e30f697dc2ec4ae9c7461c48b8afefffa4a978ce1779f930
23 -DIST ethon-0.8.0.gem 54784 SHA256 63889de174693c81b48421cbbe98070d1c61aa8ecabc57beb8a1528bb96a92e5 SHA512 8882dccd0da00efa59e18168f06e9bb492463cdd36408bf1239799f78a20932a02cfa9635736cdd16c2d00d82e2e716f9a0d0b413dfd311ba61dc4e636413f4d WHIRLPOOL c736d4b84a1829dca644384b29dad878574660289cfa46025dbd7a58e9cbc3e3bd90e579d40b8a112270e86b80ae6e64e02e002f661100ec88728eca324157b2
24 DIST ethon-0.8.1.gem 55296 SHA256 327a3413c1aac2be7d5a56ea4fdaf6e0c8878d9ce97732a10463e8aec9dedb29 SHA512 9626f4e4c98a8cdd925b528044ac1ee2bbff594ccb521db44c642019b4c99e05cab71ca567b85036683856a2cfe7dc663cede1ba815a32ed69ee9b678fe9dd76 WHIRLPOOL f01f154caad31ee6512a2a7567fe8d014dff6476d5438b86c21dda3500439bb5845d039e30efe8bf85e242ce3eff63d7798cc6834cfd4f03388d2fe65c85f5b7
25 DIST ethon-0.9.0.gem 55808 SHA256 8e17d26b47c9fd335747c7c4d2fc2670d892121b1113ef9f3e28a5906ba48b1c SHA512 5061977f6a94b5cf03f361844aea1be38436810fc88d1faa37f12d798050e55da30530d46cda295d7623d810c2286b5683b638077cf01c0b90127bb78b298868 WHIRLPOOL 9311f6ad4ec099d6c41417779075ce896c7f23203348ead7824bf236ffd4b0f68cba8f4037c223ebfa263b593d5936043da270b76ea665076151f24df6352543
26
27 diff --git a/dev-ruby/ethon/ethon-0.7.4.ebuild b/dev-ruby/ethon/ethon-0.7.4.ebuild
28 deleted file mode 100644
29 index 01ea1df..0000000
30 --- a/dev-ruby/ethon/ethon-0.7.4.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
43 -
44 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="Very lightweight libcurl wrapper"
49 -HOMEPAGE="https://github.com/typhoeus/ethon"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64"
54 -IUSE=""
55 -
56 -RDEPEND+=" net-misc/curl"
57 -
58 -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
59 -
60 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
61 -
62 -all_ruby_prepare() {
63 - rm Gemfile || die
64 - sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
65 -}
66
67 diff --git a/dev-ruby/ethon/ethon-0.8.0-r1.ebuild b/dev-ruby/ethon/ethon-0.8.0-r1.ebuild
68 deleted file mode 100644
69 index 9f6534c..0000000
70 --- a/dev-ruby/ethon/ethon-0.8.0-r1.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -
79 -USE_RUBY="ruby20 ruby21 ruby22"
80 -
81 -RUBY_FAKEGEM_TASK_DOC=""
82 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
83 -
84 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="Very lightweight libcurl wrapper"
89 -HOMEPAGE="https://github.com/typhoeus/ethon"
90 -
91 -LICENSE="MIT"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~arm ~x86"
94 -IUSE=""
95 -
96 -RDEPEND+=" net-misc/curl"
97 -
98 -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
99 -
100 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
101 -
102 -all_ruby_prepare() {
103 - rm Gemfile || die
104 - sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
105 -}