commit:     ac8f7c553b68d9c7b0a444bc725b3e4dfde1fdf7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 08:08:33 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 09:43:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8f7c55

dev-ruby/multipart-post: drop 2.2.3-r1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/multipart-post/Manifest                   |  1 -
 .../multipart-post/multipart-post-2.2.3-r1.ebuild  | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
index 04cbfbf15eb9..eb3c2ed5bdd5 100644
--- a/dev-ruby/multipart-post/Manifest
+++ b/dev-ruby/multipart-post/Manifest
@@ -1,2 +1 @@
-DIST multipart-post-2.2.3.tar.gz 13044 BLAKE2B 
fa63ad1957a515425c1b89556e07657304ce029668f67928e3dfe700c81218af40e9069860b96e429aba895d0d377194562a0db588aa042774105d6f1b5e81fd
 SHA512 
7732146d8807f55443674697edd93950cf3205a8aaf4de7a43ba0b052b10621fe0f8847165b3cf9bdcdeadd0418bde7d3829396367c4f906ec41709bd8e31d26
 DIST multipart-post-2.3.0.tar.gz 13151 BLAKE2B 
59ac6cfc743a6aaa285dd14a81fedfb123aa09720dc96a7243de94d45b3b23295d5a7de1cfb61c40c64881ad213fbf2debca49d3b1f6de7e1772c60b7d3c4d78
 SHA512 
ac15090cbf6dc629d57efe4810406571aec8782d021891f1f2764d4f00b735a2282162b06ee140c5b2ad21fd83f3d25028f386768166cef668bb508c235f04b2

diff --git a/dev-ruby/multipart-post/multipart-post-2.2.3-r1.ebuild 
b/dev-ruby/multipart-post/multipart-post-2.2.3-r1.ebuild
deleted file mode 100644
index 6aa0e4d70356..000000000000
--- a/dev-ruby/multipart-post/multipart-post-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="multipart-post.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
-HOMEPAGE="https://github.com/socketry/multipart-post";
-SRC_URI="https://github.com/socketry/multipart-post/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-
-       sed -i -e 's:_relative ":"./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-       # Remove warnings since these are only actionable for developers,
-       # not for people consuming this package as part of other tools.
-       sed -i -e '/Top level/ s/warn/# warn/' lib/*.rb || die
-}

Reply via email to