summaryrefslogtreecommitdiff
path: root/dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-04-26 07:35:28 +0200
committerHans de Graaff <graaff@gentoo.org>2025-04-26 07:37:06 +0200
commiteeccc7ffca9f61cb157e8dd39c1b4565dc617bee (patch)
tree475c89205ad105a8c4296fb6d5c541c5616c341a /dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild
parent280708c1ac055d0738183a6d1e4a0b8dbd478b3a (diff)
downloadgentoo-eeccc7ffca9f61cb157e8dd39c1b4565dc617bee.tar.gz
gentoo-eeccc7ffca9f61cb157e8dd39c1b4565dc617bee.tar.bz2
gentoo-eeccc7ffca9f61cb157e8dd39c1b4565dc617bee.zip
dev-ruby/faraday-net_http: drop 3.1.0, 3.1.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild')
-rw-r--r--dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild b/dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild
deleted file mode 100644
index e65f41d558b1..000000000000
--- a/dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faraday adapter for Net::HTTP"
-HOMEPAGE="https://github.com/lostisland/faraday-net_http"
-SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/faraday-2.5 )"
-
-all_ruby_prepare() {
- sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}