public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http_persistent/
Date: Thu, 13 Jul 2023 05:08:35 +0000 (UTC)	[thread overview]
Message-ID: <1689224910.cce5be53286b2b34dbd311379b8e7729bfee0ccf.graaff@gentoo> (raw)

commit:     cce5be53286b2b34dbd311379b8e7729bfee0ccf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 05:07:58 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 05:08:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce5be53

dev-ruby/faraday-net_http_persistent: new package, add 2.1.0

New dependency for forthcoming dev-ruby/elastic-transport.

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

 dev-ruby/faraday-net_http_persistent/Manifest      |  1 +
 .../faraday-net_http_persistent-2.1.0.ebuild       | 33 ++++++++++++++++++++++
 dev-ruby/faraday-net_http_persistent/metadata.xml  | 11 ++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/faraday-net_http_persistent/Manifest b/dev-ruby/faraday-net_http_persistent/Manifest
new file mode 100644
index 000000000000..125a312f3fcd
--- /dev/null
+++ b/dev-ruby/faraday-net_http_persistent/Manifest
@@ -0,0 +1 @@
+DIST faraday-net_http_persistent-2.1.0.tar.gz 6953 BLAKE2B 5b1c43fbd647c36315c24aa0ff12817edef9940de7f42edb59815b41ec5a5b15c137be6d9e10a07192144064e5a32fa8ab0d9fa1ec15c3e3ec064424b5f299a9 SHA512 3ad70814a231dedff56dd2891d834c6cd5f377e30bac4b31e6290097667d18b4eac5b44ad46b14fda873ee80e3b49e018337d60d666f0b32017fe0f4653d905a

diff --git a/dev-ruby/faraday-net_http_persistent/faraday-net_http_persistent-2.1.0.ebuild b/dev-ruby/faraday-net_http_persistent/faraday-net_http_persistent-2.1.0.ebuild
new file mode 100644
index 000000000000..edca52fd6279
--- /dev/null
+++ b/dev-ruby/faraday-net_http_persistent/faraday-net_http_persistent-2.1.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="ruby30 ruby31 ruby32"
+
+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 NetHttpPersistent"
+HOMEPAGE="https://github.com/lostisland/faraday-net_http_persistent"
+SRC_URI="https://github.com/lostisland/faraday-net_http_persistent/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/faraday-2.5:2
+	dev-ruby/net-http-persistent:4
+"
+
+all_ruby_prepare() {
+	sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
+}

diff --git a/dev-ruby/faraday-net_http_persistent/metadata.xml b/dev-ruby/faraday-net_http_persistent/metadata.xml
new file mode 100644
index 000000000000..6d9431f28d73
--- /dev/null
+++ b/dev-ruby/faraday-net_http_persistent/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">lostisland/faraday-net_http_persistent</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2023-07-13  5:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  5:08 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-14  6:32 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday-net_http_persistent/ Hans de Graaff
2023-07-15  6:00 Hans de Graaff
2024-01-02 13:58 Hans de Graaff
2024-01-02 13:58 Hans de Graaff
2024-01-20  8:07 Hans de Graaff
2024-02-17  8:29 Hans de Graaff
2024-05-17  9:55 Hans de Graaff
2024-11-16  8:12 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1689224910.cce5be53286b2b34dbd311379b8e7729bfee0ccf.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox