From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A14B15800D for ; Tue, 11 Jul 2023 09:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB422E085A; Tue, 11 Jul 2023 09:44:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94EA5E085A for ; Tue, 11 Jul 2023 09:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCE64340D49 for ; Tue, 11 Jul 2023 09:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D4A1AD3 for ; Tue, 11 Jul 2023 09:43:58 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1689068633.ac8f7c553b68d9c7b0a444bc725b3e4dfde1fdf7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/multipart-post/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/multipart-post/Manifest dev-ruby/multipart-post/multipart-post-2.2.3-r1.ebuild X-VCS-Directories: dev-ruby/multipart-post/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ac8f7c553b68d9c7b0a444bc725b3e4dfde1fdf7 X-VCS-Branch: master Date: Tue, 11 Jul 2023 09:43:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b816399-5b61-4b7f-a69a-f91096097614 X-Archives-Hash: 0521d20216ba357233d1a35f815d6d7c commit: ac8f7c553b68d9c7b0a444bc725b3e4dfde1fdf7 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 11 08:08:33 2023 +0000 Commit: Hans de Graaff gentoo 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 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 -}