From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-persistent/
Date: Sun, 18 Aug 2019 05:51:08 +0000 (UTC) [thread overview]
Message-ID: <1566107240.a4571e902e45cc07fa1febf1853261b413a51a6b.graaff@gentoo> (raw)
commit: a4571e902e45cc07fa1febf1853261b413a51a6b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 05:47:20 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 05:47:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4571e90
dev-ruby/net-http-persistent: cleanup
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-http-persistent/Manifest | 1 -
.../net-http-persistent-2.9.4-r2.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-ruby/net-http-persistent/Manifest b/dev-ruby/net-http-persistent/Manifest
index 54d1eedba3f..35a42c9ebb1 100644
--- a/dev-ruby/net-http-persistent/Manifest
+++ b/dev-ruby/net-http-persistent/Manifest
@@ -1,4 +1,3 @@
-DIST net-http-persistent-2.9.4.gem 31232 BLAKE2B 54388d26971c3ea3353e0c39acd00fe77befd66e408c54be13f7ecea194517a2e71b8d9bebb1238f4d36d7be96584c0be9e6a7bbc44f81f88004dd118fa56311 SHA512 9251e8422c2f43e7ecd8bc287fa9fff682fac84ed95d143425b0e7e7678a06c9be01db56e6a956588d6c33ddccbd1eff45a6f399f43d452de8e3134e6c50b74e
DIST net-http-persistent-3.0.0.gem 30208 BLAKE2B 2bbd87d66e65081c76bc9cddaeb38f3ffd8a92b5b64f7717f77c7a927e2032fa732c2e82e220a75a63ddc10dfaa6a0f24e4fa7e0964e2ebd3d0729127f1fb452 SHA512 a601d3abde43b196406e3cdd6b704796ed70db67dfb67c9b510e0164ce7355cc925cac37fbf4c5889f41b069890ba2e2c15440fb40294ed21891fd08d9f87894
DIST net-http-persistent-3.0.1.gem 26112 BLAKE2B 987e7c690d1e08e6be490aaecbd42ec8dc95fe5d2dc3609313b5be301453e4a30a66486334419e2ce9af9bd08158c3b78600cd8364fc6f489529ca1657436ee3 SHA512 33f23c6d23a8d2e44c0268e720200e4e19ba50bbfb9268a3c7af653fbfff62e606f1d10b2ff35ea345f4f7c0456892a901753257da87e9a2bb329edd36030761
DIST net-http-persistent-3.1.0.gem 31744 BLAKE2B fdd9c36ab5216c1cd1fe358207a689276e109845ac374ea16011469b6cb2b165115e78e701cce98c280e7f878c23d8016e75cac4508c7e579209012671b64101 SHA512 65b5afc4ad0729ec14b642e0e36363cecfff3dc25b26308d632866e93fed3eccfb83ce85da78f631553c6a1fe3ee834fcbc9d3681c85db6387463abbc30e60fa
diff --git a/dev-ruby/net-http-persistent/net-http-persistent-2.9.4-r2.ebuild b/dev-ruby/net-http-persistent/net-http-persistent-2.9.4-r2.ebuild
deleted file mode 100644
index cdcadb22d43..00000000000
--- a/dev-ruby/net-http-persistent/net-http-persistent-2.9.4-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8"
-HOMEPAGE="https://github.com/drbrain/net-http-persistent"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_bdepend "
- test? ( dev-ruby/hoe dev-ruby/minitest )"
-
-all_ruby_prepare() {
- # due to hoe
- sed -i -e "/license/d" Rakefile || die
-
- # Avoid unsafe legacy SSL version
- sed -i -e '/ssl_version =/ s/:SSLv3/:TLSv1_2/' test/test_net_http_persistent_ssl_reuse.rb || die
-}
next reply other threads:[~2019-08-18 5:51 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-18 5:51 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-02 9:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-persistent/ Hans de Graaff
2025-01-02 9:34 Hans de Graaff
2024-12-05 10:08 Hans de Graaff
2024-11-14 18:41 Sam James
2024-09-30 5:35 Hans de Graaff
2023-12-28 7:27 Hans de Graaff
2023-08-26 19:07 Hans de Graaff
2023-04-15 7:28 Hans de Graaff
2023-04-03 0:47 Sam James
2023-03-29 14:36 Sam James
2023-03-29 13:04 Sam James
2022-12-04 17:56 Arthur Zamarin
2022-12-04 17:56 Arthur Zamarin
2022-05-26 10:36 Hans de Graaff
2021-10-17 8:33 Hans de Graaff
2021-09-19 21:39 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-05-14 4:18 Hans de Graaff
2021-01-14 6:41 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-09-11 5:14 Hans de Graaff
2020-06-04 4:15 Hans de Graaff
2019-07-25 5:55 Hans de Graaff
2019-04-30 5:49 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-03-15 7:13 Hans de Graaff
2018-04-30 20:11 Hans de Graaff
2017-07-22 6:00 Hans de Graaff
2017-07-20 6:25 Hans de Graaff
2016-08-23 5:06 Hans de Graaff
2016-06-13 5:16 Hans de Graaff
2016-06-13 5:16 Hans de Graaff
2016-01-03 5:38 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1566107240.a4571e902e45cc07fa1febf1853261b413a51a6b.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox