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: Sat, 16 Jun 2018 06:12:15 +0000 (UTC)	[thread overview]
Message-ID: <1529129491.070c1b2cd55824d7c58d8ab460f7a5ef60eb9fec.graaff@gentoo> (raw)

commit:     070c1b2cd55824d7c58d8ab460f7a5ef60eb9fec
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 06:11:31 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 06:11:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070c1b2c

dev-ruby/twitter: remove masked slot

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/twitter/Manifest                 |  1 -
 dev-ruby/twitter/twitter-5.17.0-r1.ebuild | 61 -------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index e6734622cd2..75894b2c826 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1,2 +1 @@
-DIST twitter-5.17.0.tar.gz 525292 BLAKE2B e94da29b1e8539c1237fbe9c4f34833e4a688d897d4b840f2433efb9c3a7c75e98bbf53cb8d3bba3779d8ef0c686b39c27c8f48d902592edbbe941b79198c1ed SHA512 5b663a5984258229c05cd0db94ba586ed9b2491dc8da32fb444ca4a03f1e2cdc65201d8a4347ea3f05620506471b73e215cbb6feef17413c197e70679e02d706
 DIST twitter-6.2.0.tar.gz 519470 BLAKE2B 4c3d929d8706845610b31c8ae702563d0330a95a165e417b77ecfd894b1f216100678c9862856c3c450952e3025940a701d96f0aeb1b29de55e612c6c69ab231 SHA512 5d2bd653233f285e0c08503031317a966ec098e9b302f9e0c65bdbf4632465988b1139719dae1cabb856b08200fc7793cd341fd926981484cf416a01f309d242

diff --git a/dev-ruby/twitter/twitter-5.17.0-r1.ebuild b/dev-ruby/twitter/twitter-5.17.0-r1.ebuild
deleted file mode 100644
index a85ea9f0296..00000000000
--- a/dev-ruby/twitter/twitter-5.17.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/addressable-2.3
-	>=dev-ruby/buftok-0.2.0
-	>=dev-ruby/equalizer-0.0.10
-	=dev-ruby/faraday-0*
-	>=dev-ruby/faraday-0.9.0
-	dev-ruby/http:1.0
-	>=dev-ruby/http_parser_rb-0.6.0
-	>=dev-ruby/json-1.8:0
-	>=dev-ruby/memoizable-0.4.0
-	>=dev-ruby/naught-1.0
-	=dev-ruby/simple_oauth-0.3*
-	>=dev-ruby/simple_oauth-0.3.0"
-
-ruby_add_bdepend "test? (
-	dev-ruby/rspec:3
-	dev-ruby/webmock:0
-	>=dev-ruby/timecop-0.6.1
-	)
-	doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-	sed -i -e '/equalizer/ s/0.0.10/~>0.0.10/' \
-		-e '/faraday/ s/0.9.0/0.9/' ${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", "~>1.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:[~2018-06-16  6:12 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-16  6:12 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-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=1529129491.070c1b2cd55824d7c58d8ab460f7a5ef60eb9fec.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