mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/faraday-multipart: add 1.2.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST faraday-multipart-1.1.0.tar.gz 12024 BLAKE2B b12b3a27431b57ce403a2467fc2ce4ca6ff8b0b21e72f23754db54f05273618cdc727923771d1fcafa6aaec1315d1204cf8af1a5ce041681115da17ca8cae886 SHA512 54fae7d34068d2d26db4e2383bbc75080035ed915dabc6b262b2421756e2e81093c1dcab37fde542ec6063fcb05040602528765e0953adedf353a091cef7f00b
|
||||
DIST faraday-multipart-1.1.1.tar.gz 12101 BLAKE2B ad573df5df59711157ac8d7e55e94c9fdbb05eaa758582289679db425b35a21fede5b69d4391fe3bd5b84ffdc2a2f655354db3229fe84ff9c1a6d1e135185b55 SHA512 a72b1efc1ef7c39b359bef1859841c1daa80e4d6227c835c662d7f18c3074eb94ea5ea0d85db644270abc4d0b61e63245c50fa78e8e1f1c8861aa3ba842be686
|
||||
DIST faraday-multipart-1.2.0.tar.gz 12105 BLAKE2B ef4f82cabf8092d9f524ffc66987794d8734b7c9547e55cd4e87078b3aa9d1dd7ba8e823c25e801d17735c0202cace77941b31e5ba870130624955d0a2ba86b0 SHA512 6e175d7a13568f116cb08c992eb54e1a64cfd76598bc453aa91bd67f2708246f8afa24a2d945c80a6137321f1ea050f55947a8943d545a5a701bcd4845a9dde1
|
||||
|
||||
35
dev-ruby/faraday-multipart/faraday-multipart-1.2.0.ebuild
Normal file
35
dev-ruby/faraday-multipart/faraday-multipart-1.2.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Perform multipart-post requests using Faraday"
|
||||
HOMEPAGE="https://github.com/lostisland/faraday-multipart"
|
||||
SRC_URI="https://github.com/lostisland/faraday-multipart/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/multipart-post:0"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
|
||||
dev-ruby/multipart-parser
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Reference in New Issue
Block a user