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: Thu, 23 Mar 2017 06:27:20 +0000 (UTC)	[thread overview]
Message-ID: <1490250436.b59ef2f6863d2c14e3e852b90e1e58c79d533e07.graaff@gentoo> (raw)

commit:     b59ef2f6863d2c14e3e852b90e1e58c79d533e07
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 06:26:52 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 06:27:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59ef2f6

dev-ruby/twitter: add 6.1.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index e6ed77f6af4..b6669c24555 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1,2 +1,3 @@
 DIST twitter-5.16.0.tar.gz 525064 SHA256 3edc39b1fbe54b1fd4f38855bd0c5b64859ef68ba15a6ae15bb119a1ab93e3a6 SHA512 7f80203a6324644adf9e97834310892dd1e4db87962aa9abb7055d7713ee511a014234b74f5ecf74f40e3296aa1437f148519fd010b9d85e8fd73d4b19a78d2e WHIRLPOOL 395490c387ed665bdc7f77caa5c2bc1df92d2cbdf8c6ceb593580b28bc89d6ce08a8908a051e7743faf528abf597ea7e1ce1600c52f0aaa690e562f506d5663b
 DIST twitter-5.17.0.tar.gz 525292 SHA256 176888c63997fa82954b483f107a8e279517037657ffb823bc827c29aed34d90 SHA512 5b663a5984258229c05cd0db94ba586ed9b2491dc8da32fb444ca4a03f1e2cdc65201d8a4347ea3f05620506471b73e215cbb6feef17413c197e70679e02d706 WHIRLPOOL e1e7bfb7a89fe90d6dc99b10d5540128212838761223b8e9030c3e8fed5784d90963c9e14766e03dd87426ffe63ac8e98536d35654b111d9a7540c89a48617e2
+DIST twitter-6.1.0.tar.gz 1269592 SHA256 6d2dd9168a1a5c92c25aecfe76e874995bd67b1ebce3822502facacfb38d0dbf SHA512 6bcf2c92afe3018357df83cac090d58b70f16bf73c29d63100a4f40ab2dfd51b20ad5f62cfba40df1a9bbf8289fec75565d7fbfbf702e5ac90f61ce0cb8686dd WHIRLPOOL 18de978b1f342a2b4fc71fbd078d98744ba06e714c4e3dce7a1022974df38866f78d396f1562065c0b2644765876b2b2f620191d26fc16ebc85e2bd844bccf4a

diff --git a/dev-ruby/twitter/twitter-6.1.0.ebuild b/dev-ruby/twitter/twitter-6.1.0.ebuild
new file mode 100644
index 00000000000..dd14e089fe4
--- /dev/null
+++ b/dev-ruby/twitter/twitter-6.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+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://sferik.github.com/twitter/"
+SRC_URI="https://github.com/sferik/twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/addressable-2.5
+	>=dev-ruby/buftok-0.2.0
+	=dev-ruby/equalizer-0.0.11
+	=dev-ruby/faraday-0.11*
+	>=dev-ruby/http-2.1:2.0
+	>=dev-ruby/http_parser_rb-0.6.0
+	>=dev-ruby/memoizable-0.4.2
+	>=dev-ruby/naught-1.1
+	=dev-ruby/simple_oauth-0.3*
+	>=dev-ruby/simple_oauth-0.3.1"
+
+ruby_add_bdepend "test? (
+	dev-ruby/rspec:3
+	dev-ruby/webmock:2
+	>=dev-ruby/timecop-0.6.1
+	)
+	doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+	#sed -i -e '/equalizer/ s/0.0.10/~>0.0.10/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+#	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", "~>2.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:[~2017-03-23  6:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  6:27 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-01  7:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/twitter/ Hans de Graaff
2025-05-03  5:43 Hans de Graaff
2024-07-14  7:48 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-07-09 12:23 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-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=1490250436.b59ef2f6863d2c14e3e852b90e1e58c79d533e07.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