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/octokit/
Date: Sun, 16 Jun 2024 05:49:48 +0000 (UTC)	[thread overview]
Message-ID: <1718516972.ab78b129bc989abb5f8925ee00c082829e6a7e98.graaff@gentoo> (raw)

commit:     ab78b129bc989abb5f8925ee00c082829e6a7e98
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 05:42:46 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 05:49:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab78b129

dev-ruby/octokit: add 9.1.0

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

 dev-ruby/octokit/Manifest             |  1 +
 dev-ruby/octokit/octokit-9.1.0.ebuild | 43 +++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 087167e26c06..b90a84aaa133 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -2,3 +2,4 @@ DIST octokit-6.1.1.tar.gz 3193336 BLAKE2B 890afac205992c25dd8b48f63ea7a4cf250687
 DIST octokit-7.2.0.tar.gz 3293244 BLAKE2B 6c24add01107868d64b0409d7a4eaf5bc5b90a9932d10f46e091aa5f4a512dd64a70047e2615c4a064b33e66e48e724ca0c85a4dec523c8df6c4968ecae83b55 SHA512 91abe7e64a75da5ef4f93a891aedbd1a047f744fed695dfb843f5d6f7416d4e08c7cad192b60d3aead43e38095c0985239a364a70a51042dca1b74bbc3529e8a
 DIST octokit-8.0.0.tar.gz 3306271 BLAKE2B f2bdfebd6f6df3dc507f534947b9cac68ff970d333958a8c7624b01ca090a49294ea2f2fb7b2f0f595f2e4fa37b082d19a3cf346b3634856dfd6c79981c1dcc9 SHA512 7894d8fb3f318827bbac3d8fa4787510195e5c583e256c96b8dd98ccb9ed2126f66f00799547e7db8f565f6c72d7af346c2558a31b8ad5b711c9db240e138878
 DIST octokit-8.1.0.tar.gz 3324751 BLAKE2B 84cc09d122e7a7269272b453f1042158329804bc25bc918fafdc382264b4db7c0264f4d1978521fc5b438e50abc4b879cfe287032998d337ba05c0eae27f4229 SHA512 77552e71fcf149a7aafa94c93210dcf9462cf8269be89e16248c47cf3bf40ab4cc754a9d989599822fc06c29a7edc7e9a16ae3cba696155175710ae7cf845567
+DIST octokit-9.1.0.tar.gz 3386113 BLAKE2B 73558de152f3ab4c06564e5c076def7799a7b52676229d49ecb552ef3a9356e047500a7fc50f56c97115c64062ee519bec5a13d1025b59aaac66f1db83f83f66 SHA512 8e7c40ba73562c0facabc4c313fef731bc21c2bb8cb95460379eef17fd369485fa8119cc8ac9545137a6da2a358522dee94987bfc0f52378d94b6e55dc88f9d7

diff --git a/dev-ruby/octokit/octokit-9.1.0.ebuild b/dev-ruby/octokit/octokit-9.1.0.ebuild
new file mode 100644
index 000000000000..d888d69e0258
--- /dev/null
+++ b/dev-ruby/octokit/octokit-9.1.0.ebuild
@@ -0,0 +1,43 @@
+# 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_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb"
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend "
+	|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
+	>=dev-ruby/sawyer-0.9:0
+"
+
+ruby_add_bdepend "test? (
+	|| ( ( dev-ruby/faraday:2 dev-ruby/faraday-multipart ) dev-ruby/faraday:1 )
+	dev-ruby/jwt
+	dev-ruby/mime-types
+	>=dev-ruby/netrc-0.7.7
+	>=dev-ruby/rbnacl-7.1.1:6
+	dev-ruby/vcr[json]
+	dev-ruby/webmock:3 )"
+
+all_ruby_prepare() {
+	sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
+		-e '/pry/ s:^:#:' \
+		-i spec/spec_helper.rb || die
+}


             reply	other threads:[~2024-06-16  5:49 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 10:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/ Hans de Graaff
2024-06-16  5:49 Hans de Graaff
2024-03-10 15:19 Hans de Graaff
2024-01-01 10:47 Hans de Graaff
2024-01-01 10:47 Hans de Graaff
2023-09-30  7:20 Hans de Graaff
2023-09-01 16:30 Arthur Zamarin
2023-09-01  3:56 Sam James
2023-08-31 19:14 Hans de Graaff
2023-08-29 16:53 Hans de Graaff
2023-08-26  7:20 Hans de Graaff
2023-06-17  5:09 Hans de Graaff
2023-04-17  6:01 Hans de Graaff
2023-03-30  7:01 Hans de Graaff
2023-03-27 10:03 Hans de Graaff
2022-07-13  9:25 Hans de Graaff
2022-07-06  5:28 Hans de Graaff
2022-06-18  5:48 Hans de Graaff
2022-06-07 18:31 Hans de Graaff
2022-05-28  5:39 Hans de Graaff
2022-05-08  7:28 Hans de Graaff
2022-05-01  6:34 Hans de Graaff
2022-01-14  7:29 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-04-30  5:52 Hans de Graaff
2021-02-17  5:59 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2020-10-24  9:00 Hans de Graaff
2020-10-23  4:49 Hans de Graaff
2020-09-11  5:14 Hans de Graaff
2020-07-17  0:54 Sam James
2020-06-26 12:42 Hans de Graaff
2020-05-24  7:09 Hans de Graaff
2020-05-24  7:09 Hans de Graaff
2020-03-29  7:43 Hans de Graaff
2020-03-11  7:16 Hans de Graaff
2020-02-06  7:00 Hans de Graaff
2020-01-03  6:53 Hans de Graaff
2019-07-17  8:00 Hans de Graaff
2019-05-05  7:28 Hans de Graaff
2019-05-02  6:36 Hans de Graaff
2019-03-31  8:00 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-11-11 10:54 Hans de Graaff
2018-11-11 10:54 Hans de Graaff
2017-09-24  7:10 Hans de Graaff
2017-05-09  3:09 Richard Farina
2016-12-23 23:46 Manuel Rüger
2016-12-23 23:46 Manuel Rüger
2016-12-16  6:15 Hans de Graaff
2016-11-20 18:42 Manuel Rüger
2016-11-08 21:58 Manuel Rüger
2016-10-28 19:42 Manuel Rüger
2016-07-01 16:59 Richard Farina
2016-06-13  4:37 Richard Farina
2016-06-10 19:19 Richard Farina
2016-03-05  6:54 Hans de Graaff
2016-02-21 11:03 Manuel Rüger

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=1718516972.ab78b129bc989abb5f8925ee00c082829e6a7e98.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