summaryrefslogtreecommitdiff
path: root/dev-ruby/rest-client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 14:07:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 14:07:44 +0000
commit6a84e414622fd99c22318ce656a77bb2a0433fc7 (patch)
tree048f41d4a2a9c373e50bf0906c5508e6f5104fae /dev-ruby/rest-client
parenta1b20429e7e2ba1b44414459afd5a2b50788cd9c (diff)
gentoo auto-resync : 25:01:2023 - 14:07:44
Diffstat (limited to 'dev-ruby/rest-client')
-rw-r--r--dev-ruby/rest-client/Manifest1
-rw-r--r--dev-ruby/rest-client/rest-client-2.1.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/rest-client/Manifest b/dev-ruby/rest-client/Manifest
index 968c76a69114..77df077b5ffb 100644
--- a/dev-ruby/rest-client/Manifest
+++ b/dev-ruby/rest-client/Manifest
@@ -1,4 +1,3 @@
DIST rest-client-2.1.0.gem 147456 BLAKE2B 602e3cea1bdb117ad8b783d30741f699b18085fd6dd4f0d26a8a8f3b658bc6f807357a7412eaae312566f1b4d5ee7e311f51d5fd4a8eb9063e8552335b019a2e SHA512 fe5d44409dfe607566b4c0324441d9a3981776699027bfbc92283b1cd425f204211fc872593cb0784e0ca7a5e061e98793540eedfeb1891d9a8afd53a5ce01de
EBUILD rest-client-2.1.0-r1.ebuild 1050 BLAKE2B bac93429e1867d1265ed8e57b840e0af159b20343a2b40d9d634f2e72efc0440a097bece35a40d6fe8028a1627a2fe64d6ae0bc5fdcb30e5972ad7f5f5619413 SHA512 e98efb43f36c498e5da57751096478ade893057f0c3f17210395ac7965371ebac2526f7bfb12fbb47b700a722b00a74eb3cb2799ab51edbddd50126f9410f426
-EBUILD rest-client-2.1.0.ebuild 870 BLAKE2B 37ac664708d1a85f6bfc12b890fa6c0e3bb902ece733f09182c4110ced924490e2cf86798a8c6422f5d6c938bdeeb30879083594b8a7ecdff11551ed2595999f SHA512 4c74e8c2869d496d1d3bf5e9ecb64d624985636bde8b1c92faea6b2770b17dee253c3de95ab2c406b6cfce886f3d0bdb82f64636d3f4d0c3bcef8d239d2644b9
MISC metadata.xml 350 BLAKE2B 0f9bc9df0eb60fb95afbfbe988a68f7f13c2bf30e12a2c0a50e752a55b60e4453782ffe56570c8bd413502a376f03b1d18652514a4048389e66f6e383e21ecdc SHA512 1088d5d495489ccc952b2a3edc4db6b5a96b237be2b06ba31775744c4d088fe16c17bea4fd933bfabd1a84cf6b68a1d7419389cb0cc94f86d3f493108a6ac3c8
diff --git a/dev-ruby/rest-client/rest-client-2.1.0.ebuild b/dev-ruby/rest-client/rest-client-2.1.0.ebuild
deleted file mode 100644
index 165d50bc2b26..000000000000
--- a/dev-ruby/rest-client/rest-client-2.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="history.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple Simple HTTP and REST client for Ruby"
-HOMEPAGE="https://github.com/rest-client/rest-client"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/webmock:3 )"
-
-ruby_add_rdepend "
- >=dev-ruby/http-accept-1.7.0:1
- >=dev-ruby/http-cookie-1.0.2:0
- >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-4:*
- >=dev-ruby/netrc-0.8:0
-"
-
-all_ruby_prepare() {
- sed -e '/bundler/I s:^:#:' \
- -e '/namespace :windows/,/^end/ s:^:#:' -i Rakefile || die
-
- # Remove specs that requires network access.
- rm spec/integration/{httpbin,request}_spec.rb || die
-}