* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/
@ 2025-10-05  6:29 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2025-10-05  6:29 UTC (permalink / raw
  To: gentoo-commits
commit:     4604d4177e62215e30fdb8b079fca6625dd330da
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 06:28:53 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 06:29:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4604d417
dev-ruby/faraday-follow_redirects: add 0.4.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
 dev-ruby/faraday-follow_redirects/Manifest         |  1 +
 .../faraday-follow_redirects-0.4.0.ebuild          | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)
diff --git a/dev-ruby/faraday-follow_redirects/Manifest b/dev-ruby/faraday-follow_redirects/Manifest
index 3802e9907d08..9d1031621569 100644
--- a/dev-ruby/faraday-follow_redirects/Manifest
+++ b/dev-ruby/faraday-follow_redirects/Manifest
@@ -1 +1,2 @@
 DIST faraday-follow_redirects-0.3.0.tar.gz 9884 BLAKE2B 463cfb9e797f21355fea5318f0a647936194b671828e55c6ad6dff1c3e853b15ed0facac28e2f59c0cccf8db5d9f11f3bd66c1c877d9a9538d5deea832c4d3d2 SHA512 357b9618f203749f806b7882b39dfd1b90a403c9a76734f4d3ae59ef2a70430254e616be66fb5a0ec74e770e2ee9df6e0f805b00f70a6f99de12ff70fa4d2bda
+DIST faraday-follow_redirects-0.4.0.tar.gz 11594 BLAKE2B 7bd82df147fc380a600db3444eac5e350865503ba2851d152c921c7cde5c4352183427e5cba6643f6053e1090bb7692dbac23f5be85a8761d4927dfe90865aaa SHA512 561c173b7b9a3112b55239fa0ca2d764b85fe9b6647954bfa26e2b683419261f270cd3bb44e571fc25454c3aa559b04e25a1d8288a70837d364438cd02d14580
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.4.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.4.0.ebuild
new file mode 100644
index 000000000000..4ff36811aa00
--- /dev/null
+++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.4.0.ebuild
@@ -0,0 +1,33 @@
+# 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/tisba/faraday-follow-redirects"
+SRC_URI="https://github.com/tisba/faraday-follow-redirects/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="faraday-follow-redirects-${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend "|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+	sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
^ permalink raw reply related	[flat|nested] 5+ messages in thread* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/
@ 2025-06-02 18:50 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2025-06-02 18:50 UTC (permalink / raw
  To: gentoo-commits
commit:     801a3dc06c1c8024e547e22012284dfe1bf6d108
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 18:21:21 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 18:49:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801a3dc0
dev-ruby/faraday-follow_redirects: enable ruby34
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
 .../faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
index 505148b475b9..2807d14b6be1 100644
--- a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
+++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby32 ruby33 ruby34"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -22,7 +22,7 @@ RUBY_S="faraday-follow-redirects-${PV}"
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
 KEYWORDS="amd64 ~arm ~x86"
-IUSE=""
+IUSE="test"
 
 ruby_add_rdepend "|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )"
 
^ permalink raw reply related	[flat|nested] 5+ messages in thread* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/
@ 2024-06-01  6:55 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2024-06-01  6:55 UTC (permalink / raw
  To: gentoo-commits
commit:     dad88ff70d329c7a67d221d13f37af0f76aebc67
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 06:53:23 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 06:53:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad88ff7
dev-ruby/faraday-follow_redirects: stabilize 0.3.0 for amd64
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
 dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
index 8fb5aa93a297..505148b475b9 100644
--- a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
+++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
@@ -21,7 +21,7 @@ RUBY_S="faraday-follow-redirects-${PV}"
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend "|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )"
^ permalink raw reply related	[flat|nested] 5+ messages in thread* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/
@ 2024-04-05  9:42 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2024-04-05  9:42 UTC (permalink / raw
  To: gentoo-commits
commit:     8ad45ee68f9c2f3e054c9681c92dc3e08fa7931b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 07:59:27 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 09:42:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad45ee6
dev-ruby/faraday-follow_redirects: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
 .../faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
index 78e79967c84a..8fb5aa93a297 100644
--- a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
+++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/
@ 2023-09-09  5:38 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2023-09-09  5:38 UTC (permalink / raw
  To: gentoo-commits
commit:     97d7d397cf26ebc578280b3f10730f4f2c680242
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 05:05:25 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 05:38:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d7d397
dev-ruby/faraday-follow_redirects: new package, add 0.3.0
New dependency for dev-ruby/puppet_forge.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
 dev-ruby/faraday-follow_redirects/Manifest         |  1 +
 .../faraday-follow_redirects-0.3.0.ebuild          | 33 ++++++++++++++++++++++
 dev-ruby/faraday-follow_redirects/metadata.xml     | 11 ++++++++
 3 files changed, 45 insertions(+)
diff --git a/dev-ruby/faraday-follow_redirects/Manifest b/dev-ruby/faraday-follow_redirects/Manifest
new file mode 100644
index 000000000000..3802e9907d08
--- /dev/null
+++ b/dev-ruby/faraday-follow_redirects/Manifest
@@ -0,0 +1 @@
+DIST faraday-follow_redirects-0.3.0.tar.gz 9884 BLAKE2B 463cfb9e797f21355fea5318f0a647936194b671828e55c6ad6dff1c3e853b15ed0facac28e2f59c0cccf8db5d9f11f3bd66c1c877d9a9538d5deea832c4d3d2 SHA512 357b9618f203749f806b7882b39dfd1b90a403c9a76734f4d3ae59ef2a70430254e616be66fb5a0ec74e770e2ee9df6e0f805b00f70a6f99de12ff70fa4d2bda
diff --git a/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
new file mode 100644
index 000000000000..78e79967c84a
--- /dev/null
+++ b/dev-ruby/faraday-follow_redirects/faraday-follow_redirects-0.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+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/tisba/faraday-follow-redirects"
+SRC_URI="https://github.com/tisba/faraday-follow-redirects/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="faraday-follow-redirects-${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+	sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}
diff --git a/dev-ruby/faraday-follow_redirects/metadata.xml b/dev-ruby/faraday-follow_redirects/metadata.xml
new file mode 100644
index 000000000000..42a21a64fc14
--- /dev/null
+++ b/dev-ruby/faraday-follow_redirects/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">tisba/faraday-follow-redirects</remote-id>
+  </upstream>
+</pkgmetadata>
^ permalink raw reply related	[flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-10-05  6:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-05  6:29 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-follow_redirects/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2025-06-02 18:50 Hans de Graaff
2024-06-01  6:55 Hans de Graaff
2024-04-05  9:42 Hans de Graaff
2023-09-09  5:38 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox