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: Thu, 28 Oct 2021 05:20:20
Message-Id: 1635397649.4167699c77aac67189539ce54572da213d9269a9.graaff@gentoo
1 commit: 4167699c77aac67189539ce54572da213d9269a9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 05:07:29 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 05:07:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4167699c
7
8 dev-ruby/ethon: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ethon/Manifest | 2 --
14 dev-ruby/ethon/ethon-0.12.0.ebuild | 33 ---------------------------------
15 dev-ruby/ethon/ethon-0.13.0.ebuild | 33 ---------------------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
19 index 6bdd2e5d32e..6f5c8316010 100644
20 --- a/dev-ruby/ethon/Manifest
21 +++ b/dev-ruby/ethon/Manifest
22 @@ -1,3 +1 @@
23 -DIST ethon-0.12.0.gem 56832 BLAKE2B 04765dcb9599e7435c3f71b1e8c35b815123ec460dbb761360146b24acaff1aeb52a75efe5dbbacdbd11e7247743988629ce965604cdfd15cdd75ef03301d9da SHA512 5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596
24 -DIST ethon-0.13.0.gem 57344 BLAKE2B 2d8000bba75bb2b047bfb22dbbc11f9ae77b2b2a0a00e75680f8d6eadfdb5e2dcb72dfcd314e5560f1ebe0429f6aab5b25c265c2a6079d638dff5b5e1e2284ee SHA512 835de568dd701d8b7fd8848a4fd48043569b6473859bc17b2214f0d645da270303060a3dc242d9dc814edd58cb8a753a07386b18fd1ef99dea1cec52fc2e346b
25 DIST ethon-0.14.0.gem 57344 BLAKE2B 10dd81966e3e11607f3954616d17fed79be4ba0793cb4e67b39d5b0768ce2adcea88551238c57889b6d14b3d4d9b8e96110d622f5fc40c3856788338a288d4c6 SHA512 765454c3c9132204d6cc0ff09478b252e5cbc78d4f3ca35654942ba19b5aa541d846f1c37ec16e51c54aa41e03debdf8fc084b8f4540d230431d0e6f885f1a51
26
27 diff --git a/dev-ruby/ethon/ethon-0.12.0.ebuild b/dev-ruby/ethon/ethon-0.12.0.ebuild
28 deleted file mode 100644
29 index 390efe9b19e..00000000000
30 --- a/dev-ruby/ethon/ethon-0.12.0.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
39 -
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
42 -
43 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="Very lightweight libcurl wrapper"
48 -HOMEPAGE="https://github.com/typhoeus/ethon"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~x86"
53 -IUSE=""
54 -
55 -RDEPEND+=" net-misc/curl"
56 -
57 -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0"
58 -
59 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
60 -
61 -all_ruby_prepare() {
62 - rm Gemfile || die
63 - sed -e '/bundler/I s:^:#:' \
64 - -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
65 -}
66
67 diff --git a/dev-ruby/ethon/ethon-0.13.0.ebuild b/dev-ruby/ethon/ethon-0.13.0.ebuild
68 deleted file mode 100644
69 index 92e6a1ab5fd..00000000000
70 --- a/dev-ruby/ethon/ethon-0.13.0.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -USE_RUBY="ruby25 ruby26 ruby27"
79 -
80 -RUBY_FAKEGEM_TASK_DOC=""
81 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
82 -
83 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
84 -
85 -inherit ruby-fakegem
86 -
87 -DESCRIPTION="Very lightweight libcurl wrapper"
88 -HOMEPAGE="https://github.com/typhoeus/ethon"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~x86"
93 -IUSE=""
94 -
95 -RDEPEND+=" net-misc/curl"
96 -
97 -ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
98 -
99 -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
100 -
101 -all_ruby_prepare() {
102 - rm Gemfile || die
103 - sed -e '/bundler/I s:^:#:' \
104 - -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
105 -}