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/twitter/
Date: Sun,  9 Jul 2023 12:23:56 +0000 (UTC)	[thread overview]
Message-ID: <1688905431.eba03eb64525129de991d2d11af36a742c022796.graaff@gentoo> (raw)

commit:     eba03eb64525129de991d2d11af36a742c022796
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 10:46:18 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 12:23:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba03eb6

dev-ruby/twitter: add 8.0.0

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

 dev-ruby/twitter/Manifest             |  1 +
 dev-ruby/twitter/twitter-8.0.0.ebuild | 58 +++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index 2f7612a48213..9cce530b6162 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1 +1,2 @@
 DIST twitter-7.0.0.tar.gz 831181 BLAKE2B aeb888bf1551116916cc10a4c0278dcee541e953c6e1be09bd95f348b8a2a08075d44c4b8beb736b13564d550b5797184c725141c5c3866f5423afddfdfbea19 SHA512 4b0f831ddb1f54fc5894a15010d17b54c62f6caa3eadd6a1f0e0ef37235f29f53f6315c49213244d79ab3708d5a7b1e1b9735d1f35fa291a66d439db916d3ec7
+DIST twitter-8.0.0.tar.gz 830698 BLAKE2B 187c37adb2971845730ba8ef15f7350083130c1c2f1704f3dc909aee28e8b7742e1a45b3bac8d198eb45f4e415dd15ebfe0099d9e52b7c5a5ec40ca2a6cdaa2e SHA512 b67e97385cb53cb4d75381fb16a6395d0ea72dc2fa0a900ff072ef0ef87947364967da9070e5a2449f5a938740ac0910a342d8ff3bd62095ecfb468b173a754e

diff --git a/dev-ruby/twitter/twitter-8.0.0.ebuild b/dev-ruby/twitter/twitter-8.0.0.ebuild
new file mode 100644
index 000000000000..cb4d2622eb59
--- /dev/null
+++ b/dev-ruby/twitter/twitter-8.0.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="twitter.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper around the Twitter API"
+HOMEPAGE="https://github.com/sferik/twitter/"
+SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/addressable-2.3
+	=dev-ruby/buftok-0.3.0*
+	>=dev-ruby/equalizer-0.0.11
+	=dev-ruby/equalizer-0.0*
+	>=dev-ruby/http-5.1:5
+	>=dev-ruby/http-form_data-2.3:2
+	=dev-ruby/llhttp-ffi-0.4*
+	=dev-ruby/memoizable-0.4*
+	=dev-ruby/multipart-post-2*
+	>=dev-ruby/naught-1.1
+	=dev-ruby/simple_oauth-0.3*
+"
+
+ruby_add_bdepend "test? (
+	dev-ruby/rspec:3
+	dev-ruby/webmock:3
+	>=dev-ruby/timecop-0.6.1
+	)
+	doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+#	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler code."
+
+	sed -i -e '/simplecov/,/^end/ s:^:#:' \
+		-e '1igem "webmock", "~>3.0"' spec/helper.rb || die
+
+	# Avoid a spec that fails due to changes in dependencies.
+	sed -i -e '/#reverse_token/,/^  end/ s:^:#:' \
+		spec/twitter/rest/oauth_spec.rb
+}
+
+each_ruby_test() {
+	CI=true RSPEC_VERSION=3 ruby-ng_rspec || die
+}


             reply	other threads:[~2023-07-09 12:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-09 12:23 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14  7:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter/ Hans de Graaff
2024-05-01  6:36 Hans de Graaff
2023-09-22  5:54 Hans de Graaff
2023-09-22  5:54 Hans de Graaff
2023-09-17  6:08 Hans de Graaff
2023-04-01 23:53 Sam James
2023-03-31  1:07 Sam James
2022-08-29  6:50 Hans de Graaff
2022-08-29  6:50 Hans de Graaff
2022-07-28  8:28 Hans de Graaff
2021-10-24  5:56 Hans de Graaff
2021-04-03  5:37 Hans de Graaff
2020-02-15  7:45 Hans de Graaff
2019-10-02 11:45 Hans de Graaff
2018-07-30 19:39 Hans de Graaff
2018-06-16  6:12 Hans de Graaff
2018-04-29  6:44 Hans de Graaff
2018-02-20  6:49 Hans de Graaff
2017-11-09  6:31 Hans de Graaff
2017-07-23  6:10 Hans de Graaff
2017-05-06  7:52 Hans de Graaff
2017-04-06  7:46 Hans de Graaff
2017-03-23  6:27 Hans de Graaff
2017-02-14  5:36 Hans de Graaff
2016-07-08  5:09 Hans de Graaff
2016-07-08  5:09 Hans de Graaff
2016-03-28 21:57 Manuel Rüger
2016-02-13  6:46 Hans de Graaff
2015-09-07  6:04 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=1688905431.eba03eb64525129de991d2d11af36a742c022796.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