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/patron/
Date: Mon, 29 Apr 2019 05:33:00
Message-Id: 1556515957.d92675669d2043db3e99d72980b87ee6b115e5ec.graaff@gentoo
1 commit: d92675669d2043db3e99d72980b87ee6b115e5ec
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 05:28:48 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 05:32:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9267566
7
8 dev-ruby/patron: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/patron/Manifest | 1 -
14 dev-ruby/patron/patron-0.10.0.ebuild | 44 ------------------------------------
15 dev-ruby/patron/patron-0.13.1.ebuild | 44 ------------------------------------
16 3 files changed, 89 deletions(-)
17
18 diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
19 index 3004437d36b..5c5faffddb2 100644
20 --- a/dev-ruby/patron/Manifest
21 +++ b/dev-ruby/patron/Manifest
22 @@ -1,2 +1 @@
23 -DIST patron-0.10.0.gem 59904 BLAKE2B f4ec8c81e4c0c13f3d3b5e0696955c01c8ff962980a8ed83ca7aaca722c422b0466a806af9b2c36f0183c16767f5b3f37dae4ae4a8801866592c8f861ba9778d SHA512 bfe5fabbcbfa3d1c73ef6f79d100547de7e4121bcbd1f427423a127f0bc698bb8b6ade06c0e2eb1f529d1524e95fc36245b8be9d6e2c12b7e8d18b5f03ae6606
24 DIST patron-0.13.1.gem 64512 BLAKE2B 14f691cb0fd1c863a1ef634ba8aee94751095138e940f13bf09860e9e0061872fe14fa33416f59f82d4adc53963721d653936a3f058b27654ea7593d6068d0b7 SHA512 7b082ff7442c2635c38b37132cd61f6cd18d4792d41cbf3bed1201fb7371b75bb628a295f4e3dd173c23e086d3c1f54f0217df3f7d1a30c1031fcca86269e1e7
25
26 diff --git a/dev-ruby/patron/patron-0.10.0.ebuild b/dev-ruby/patron/patron-0.10.0.ebuild
27 deleted file mode 100644
28 index ff20b0eeb69..00000000000
29 --- a/dev-ruby/patron/patron-0.10.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby22 ruby23 ruby24"
37 -
38 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -
42 -inherit multilib ruby-fakegem
43 -
44 -DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
45 -HOMEPAGE="https://toland.github.com/patron/"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
50 -IUSE=""
51 -
52 -DEPEND+=" net-misc/curl"
53 -RDEPEND+=" net-misc/curl"
54 -
55 -all_ruby_prepare() {
56 - # Fix Rakefile
57 - sed -i -e 's:rake/rdoctask:rdoc/task:' \
58 - -e 's/README.txt/README.md/' \
59 - -e '/bundler/I s:^:#:' \
60 - -e '/extensiontask/ s:^:#:' \
61 - -e '/ExtensionTask/,/^end/ s:^:#:' \
62 - Rakefile || die
63 -
64 - # Avoid specs with failures. We were not running any specs before.
65 - rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb || die
66 -}
67 -
68 -each_ruby_configure() {
69 - ${RUBY} -Cext/patron extconf.rb || die
70 -}
71 -
72 -each_ruby_compile() {
73 - emake -Cext/patron V=1
74 - cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
75 -}
76
77 diff --git a/dev-ruby/patron/patron-0.13.1.ebuild b/dev-ruby/patron/patron-0.13.1.ebuild
78 deleted file mode 100644
79 index 07e50489407..00000000000
80 --- a/dev-ruby/patron/patron-0.13.1.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2018 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -USE_RUBY="ruby23 ruby24 ruby25"
88 -
89 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
90 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
91 -RUBY_FAKEGEM_EXTRADOC="README.md"
92 -
93 -inherit multilib ruby-fakegem
94 -
95 -DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
96 -HOMEPAGE="https://toland.github.com/patron/"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
101 -IUSE=""
102 -
103 -DEPEND+=" net-misc/curl"
104 -RDEPEND+=" net-misc/curl"
105 -
106 -all_ruby_prepare() {
107 - # Fix Rakefile
108 - sed -i -e 's:rake/rdoctask:rdoc/task:' \
109 - -e 's/README.txt/README.md/' \
110 - -e '/bundler/I s:^:#:' \
111 - -e '/extensiontask/ s:^:#:' \
112 - -e '/ExtensionTask/,/^end/ s:^:#:' \
113 - Rakefile || die
114 -
115 - # Avoid specs with failures. We were not running any specs before.
116 - rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb || die
117 -}
118 -
119 -each_ruby_configure() {
120 - ${RUBY} -Cext/patron extconf.rb || die
121 -}
122 -
123 -each_ruby_compile() {
124 - emake -Cext/patron V=1
125 - cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
126 -}