[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2024-02-17 Thread Hans de Graaff
commit: e8baf15e0960559d284ca9f5bd686e02d4a0dd98
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 17 08:28:01 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 17 08:28:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8baf15e

dev-ruby/faraday-net_http: enable ruby32

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

 dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 5de7a758edf8..b7287199a7ef 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2024-01-19 Thread Hans de Graaff
commit: d3af14b9596c13ad40cab2b8256920683df50b04
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 19 14:24:10 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 19 17:57:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3af14b9

dev-ruby/faraday-net_http: add 3.1.0

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-3.1.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 5d607866c4df..8dec1316a359 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1,3 +1,4 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
 DIST faraday-net_http-3.0.2.tar.gz 8897 BLAKE2B 
bd69eb01e74ab00c3d14efe7cf3c74efaeb17c7a03c61916c040a79ea152c4adddb010b0767dc6eecaed072e905c5d4ec540c26abbb1d390123538c38555ea22
 SHA512 
e01d22c243f175f88f1a559d9c200047a28fa118225b3ad616ae0ed3e5207b6f6dd0337f8520e1b023deef18e3b1654ad84e43267971d634ba9d8e88b44627fa
+DIST faraday-net_http-3.1.0.tar.gz 8975 BLAKE2B 
254f0f3eac4361866b4e8a0b2461fa4e2fb76cfbcd145e122fdbfd65a4565ffd176375fd962dbb1ec899c3be993526d3232e166105840f43af1027220d9cd245
 SHA512 
dfab2515f7d567d34fd11c4a5ceff2ad41399a6ff262dc4bc52349d4229cdd8d9563c31d4dee1acfcb185a5bcf647e574758965cb6324c024244c9e48a42568f

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
new file mode 100644
index ..d1f1be3f6e05
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2023-07-12 Thread Jakov Smolić
commit: aa61008e94c8ab8910f8531d8637c391990849d5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jul 12 06:39:26 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jul 12 06:39:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61008e

dev-ruby/faraday-net_http: Stabilize 2.1.0 amd64, #904120

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
index d2177bd9c233..dc7606654b71 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( || ( dev-ruby/faraday:2 >=dev-ruby/faraday-1.3.1:1 ) 
)"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2023-07-11 Thread Hans de Graaff
commit: 27a7d023e7dff4a62986a3703b8c0dc6dcd9d5ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:33:30 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a7d023

dev-ruby/faraday-net_http: drop 2.0.3, 3.0.0, 3.0.1

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

 dev-ruby/faraday-net_http/Manifest |  3 ---
 .../faraday-net_http/faraday-net_http-2.0.3.ebuild | 30 --
 .../faraday-net_http/faraday-net_http-3.0.0.ebuild | 30 --
 .../faraday-net_http/faraday-net_http-3.0.1.ebuild | 30 --
 4 files changed, 93 deletions(-)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 50c6d4c3e154..5d607866c4df 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1,6 +1,3 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
-DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
-DIST faraday-net_http-3.0.0.tar.gz 8882 BLAKE2B 
b23f2457e37f365b33d5eeb25967f38de323258f5bd8d1a0cb46f9264a51f1924aad1fe5d03798a66538ca6c1195097af4c1fa4ca1e188da85aa415c8644b007
 SHA512 
58308721819dc57813cf50cb4eee2d5dee5c83c1f5037a81d17ad7a9e225bc7449249c73dc419b4fc563a8d7754fbd287284df16e3d440a807ce8d24732f4715
-DIST faraday-net_http-3.0.1.tar.gz 8908 BLAKE2B 
e53e98f49c79aa5ac9bbe1499dd45653ad4c9026dc2ee3628676749d537b3b5f78be826f40deeeddb377b72fbb4c8e82f735d714c93090c63d9aca63d601eb6b
 SHA512 
a1f954f27710e92640a71fb5e5a4ddc5967791fc42763248bdef59311377829a223bb61be7007e5faa32c2dd3e5f72e9cbca06c54dc5e23d99cc7fd01fee7a5c
 DIST faraday-net_http-3.0.2.tar.gz 8897 BLAKE2B 
bd69eb01e74ab00c3d14efe7cf3c74efaeb17c7a03c61916c040a79ea152c4adddb010b0767dc6eecaed072e905c5d4ec540c26abbb1d390123538c38555ea22
 SHA512 
e01d22c243f175f88f1a559d9c200047a28fa118225b3ad616ae0ed3e5207b6f6dd0337f8520e1b023deef18e3b1654ad84e43267971d634ba9d8e88b44627fa

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
deleted file mode 100644
index 51675bcf0249..
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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:2 >=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/faraday-net_http-3.0.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild
deleted file mode 100644
index 6e1ac534dfdc..
--- a/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-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-2.5 )"
-
-all_ruby_prepare() {
-   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2023-04-30 Thread Hans de Graaff
commit: be24b7f731375eae4d6a18b37ec2f6896b1e16d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 30 08:41:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 30 08:50:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be24b7f7

dev-ruby/faraday-net_http: enable ruby32

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

 dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
index 40aed55086f7..d2177bd9c233 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2023-04-10 Thread Sam James
commit: bd9be2208c44518ddf795ae112bf6cd54d041303
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:02:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:02:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9be220

dev-ruby/faraday-net_http: Stabilize 3.0.2 amd64, #904121

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
index 101fde7c5c75..b606f1ad6ecd 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/faraday-2.5 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2023-03-18 Thread Sam James
commit: ecc14311e3a09bf07616516fd1b7278ffd4e154f
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 18 05:04:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 18 23:09:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc14311

dev-ruby/faraday-net_http: enable ruby32

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
index 6e1ac534dfdc..101fde7c5c75 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-12-23 Thread Sam James
commit: 3a0dcf40f1766b6576135dd7a2b8a98e62c4e5f5
Author: Joe Kappus  wt  gd>
AuthorDate: Mon Dec 19 11:51:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 24 06:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0dcf40

dev-ruby/faraday-net_http: drop ruby26, enable ruby31

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/28710
Signed-off-by: Sam James  gentoo.org>

 dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index e03f6c63dc4d..5de7a758edf8 100644
--- 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
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-12-23 Thread Hans de Graaff
commit: a12f28349f600def4a70ad87d8d19fb58ab0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec 23 08:25:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 23 08:25:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12f2834

dev-ruby/faraday-net_http: add 3.0.2

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-3.0.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index c56427740aca..50c6d4c3e154 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -3,3 +3,4 @@ DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
 DIST faraday-net_http-3.0.0.tar.gz 8882 BLAKE2B 
b23f2457e37f365b33d5eeb25967f38de323258f5bd8d1a0cb46f9264a51f1924aad1fe5d03798a66538ca6c1195097af4c1fa4ca1e188da85aa415c8644b007
 SHA512 
58308721819dc57813cf50cb4eee2d5dee5c83c1f5037a81d17ad7a9e225bc7449249c73dc419b4fc563a8d7754fbd287284df16e3d440a807ce8d24732f4715
 DIST faraday-net_http-3.0.1.tar.gz 8908 BLAKE2B 
e53e98f49c79aa5ac9bbe1499dd45653ad4c9026dc2ee3628676749d537b3b5f78be826f40deeeddb377b72fbb4c8e82f735d714c93090c63d9aca63d601eb6b
 SHA512 
a1f954f27710e92640a71fb5e5a4ddc5967791fc42763248bdef59311377829a223bb61be7007e5faa32c2dd3e5f72e9cbca06c54dc5e23d99cc7fd01fee7a5c
+DIST faraday-net_http-3.0.2.tar.gz 8897 BLAKE2B 
bd69eb01e74ab00c3d14efe7cf3c74efaeb17c7a03c61916c040a79ea152c4adddb010b0767dc6eecaed072e905c5d4ec540c26abbb1d390123538c38555ea22
 SHA512 
e01d22c243f175f88f1a559d9c200047a28fa118225b3ad616ae0ed3e5207b6f6dd0337f8520e1b023deef18e3b1654ad84e43267971d634ba9d8e88b44627fa

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.ebuild
new file mode 100644
index ..6e1ac534dfdc
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.0.2.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="ruby27 ruby30 ruby31"
+
+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-2.5 )"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-12-16 Thread Arthur Zamarin
commit: 83e46b1927ab2ba7c21f0a24968e41298d86877d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 21:02:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 21:02:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e46b19

dev-ruby/faraday-net_http: Stabilize 1.0.1 amd64, #862190

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-ruby/faraday-net_http/faraday-net_http-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 35f84a277481..e03f6c63dc4d 100644
--- 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
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/faraday-1.3.1:1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-11-07 Thread Hans de Graaff
commit: 5c18730bf220a166151c1d889936ef964cf2d5d1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  6 07:10:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov  8 06:12:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c18730b

dev-ruby/faraday-net_http: add 3.0.1

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-3.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 2e215fb11e8f..c56427740aca 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -2,3 +2,4 @@ DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8
 DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
 DIST faraday-net_http-3.0.0.tar.gz 8882 BLAKE2B 
b23f2457e37f365b33d5eeb25967f38de323258f5bd8d1a0cb46f9264a51f1924aad1fe5d03798a66538ca6c1195097af4c1fa4ca1e188da85aa415c8644b007
 SHA512 
58308721819dc57813cf50cb4eee2d5dee5c83c1f5037a81d17ad7a9e225bc7449249c73dc419b4fc563a8d7754fbd287284df16e3d440a807ce8d24732f4715
+DIST faraday-net_http-3.0.1.tar.gz 8908 BLAKE2B 
e53e98f49c79aa5ac9bbe1499dd45653ad4c9026dc2ee3628676749d537b3b5f78be826f40deeeddb377b72fbb4c8e82f735d714c93090c63d9aca63d601eb6b
 SHA512 
a1f954f27710e92640a71fb5e5a4ddc5967791fc42763248bdef59311377829a223bb61be7007e5faa32c2dd3e5f72e9cbca06c54dc5e23d99cc7fd01fee7a5c

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.1.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.1.ebuild
new file mode 100644
index ..6e1ac534dfdc
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.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="ruby27 ruby30 ruby31"
+
+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-2.5 )"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-08-27 Thread Hans de Graaff
commit: a475741fe974644f6b52da5c75f52cb95ff6a177
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 28 05:59:16 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 28 05:59:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a475741f

dev-ruby/faraday-net_http: add 3.0.0

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-3.0.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index a6c7c428cd11..2e215fb11e8f 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1,3 +1,4 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
 DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
+DIST faraday-net_http-3.0.0.tar.gz 8882 BLAKE2B 
b23f2457e37f365b33d5eeb25967f38de323258f5bd8d1a0cb46f9264a51f1924aad1fe5d03798a66538ca6c1195097af4c1fa4ca1e188da85aa415c8644b007
 SHA512 
58308721819dc57813cf50cb4eee2d5dee5c83c1f5037a81d17ad7a9e225bc7449249c73dc419b4fc563a8d7754fbd287284df16e3d440a807ce8d24732f4715

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild
new file mode 100644
index ..6e1ac534dfdc
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.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="ruby27 ruby30 ruby31"
+
+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-2.5 )"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-07-31 Thread Hans de Graaff
commit: 03e6abe658f904dbb05441206d4bf2a46f58860d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 31 06:45:47 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 31 06:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e6abe6

dev-ruby/faraday-net_http: add 2.1.0

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-2.1.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 0f51cd229323..a6c7c428cd11 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1,2 +1,3 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
 DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e
+DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.ebuild
new file mode 100644
index ..40aed55086f7
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.1.0.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="ruby27 ruby30 ruby31"
+
+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:2 >=dev-ruby/faraday-1.3.1:1 ) 
)"
+
+all_ruby_prepare() {
+   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-07-28 Thread Hans de Graaff
commit: b3b089d6b387f320ee6c66ddce1ffc7586502160
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 28 10:18:50 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 29 04:48:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b089d6

dev-ruby/faraday-net_http: also allow faraday:2

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

 dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
index 36a3c31c91c0..51675bcf0249 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
@@ -23,7 +23,7 @@ SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
-ruby_add_bdepend "test? ( >=dev-ruby/faraday-1.3.1:1 )"
+ruby_add_bdepend "test? ( || ( dev-ruby/faraday:2 >=dev-ruby/faraday-1.3.1:1 ) 
)"
 
 all_ruby_prepare() {
sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-07-28 Thread Hans de Graaff
commit: 9eeec6092b51511f76a760378f37b593814ef3aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 28 10:17:32 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 29 04:48:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eeec609

dev-ruby/faraday-net_http: enable ruby31

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

 dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
index 35f84a277481..36a3c31c91c0 100644
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-05-26 Thread Hans de Graaff
commit: c24915e79e5e35725688d01903b7d4e4a414ea5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 26 07:45:19 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 26 08:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24915e7

dev-ruby/faraday-net_http: add 2.0.3

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

 dev-ruby/faraday-net_http/Manifest |  1 +
 .../faraday-net_http/faraday-net_http-2.0.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 1535934e3834..0f51cd229323 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1 +1,2 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
+DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
new file mode 100644
index ..35f84a277481
--- /dev/null
+++ b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http/

2022-05-08 Thread Hans de Graaff
commit: 984d151148b1b7e89aba6ef0bab6aa3250c7f260
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  8 06:36:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  8 06:40:22 2022 +
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 ..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 ..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 ..2f1389424781
--- /dev/null
+++ b/dev-ruby/faraday-net_http/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+lostisland/faraday-net_http
+  
+