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 10993158091 for ; Sun, 8 May 2022 06:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5126E0843; Sun, 8 May 2022 06:40:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE9CFE0843 for ; Sun, 8 May 2022 06:40:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E88B9341393 for ; Sun, 8 May 2022 06:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F2E450 for ; Sun, 8 May 2022 06:40:26 +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: <1651992022.984d151148b1b7e89aba6ef0bab6aa3250c7f260.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday-net_http/Manifest dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild dev-ruby/faraday-net_http/metadata.xml X-VCS-Directories: dev-ruby/faraday-net_http/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 984d151148b1b7e89aba6ef0bab6aa3250c7f260 X-VCS-Branch: master Date: Sun, 8 May 2022 06:40:26 +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: 86a92930-ddf2-4b24-8e03-72ff8e1d7c8e X-Archives-Hash: 3015d878e12a2538d5c4d01c3eb7183f commit: 984d151148b1b7e89aba6ef0bab6aa3250c7f260 Author: Hans de Graaff gentoo org> AuthorDate: Sun May 8 06:36:57 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 8 06:40:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984d1511 dev-ruby/faraday-net_http: initial import of 1.0.1 This package has been extracted from dev-ruby/faraday and keywords have been set accordingly. Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faraday-net_http/Manifest | 1 + .../faraday-net_http/faraday-net_http-1.0.1.ebuild | 30 ++++++++++++++++++++++ dev-ruby/faraday-net_http/metadata.xml | 11 ++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-ruby/faraday-net_http/Manifest b/dev-ruby/faraday-net_http/Manifest new file mode 100644 index 000000000000..1535934e3834 --- /dev/null +++ b/dev-ruby/faraday-net_http/Manifest @@ -0,0 +1 @@ +DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe SHA512 57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b diff --git a/dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild b/dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild new file mode 100644 index 000000000000..35f84a277481 --- /dev/null +++ b/dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +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="" + +ruby_add_bdepend "test? ( >=dev-ruby/faraday-1.3.1:1 )" + +all_ruby_prepare() { + sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die +} diff --git a/dev-ruby/faraday-net_http/metadata.xml b/dev-ruby/faraday-net_http/metadata.xml new file mode 100644 index 000000000000..2f1389424781 --- /dev/null +++ b/dev-ruby/faraday-net_http/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + lostisland/faraday-net_http + +