commit:     853ee977b992cf287d4595a45f53e9c85179c594
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 01:06:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 01:06:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853ee977

dev-ruby/twitter: drop 7.0.0-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/twitter/twitter-7.0.0-r2.ebuild | 58 --------------------------------
 1 file changed, 58 deletions(-)

diff --git a/dev-ruby/twitter/twitter-7.0.0-r2.ebuild 
b/dev-ruby/twitter/twitter-7.0.0-r2.ebuild
deleted file mode 100644
index 6f9c0eb2ee14..000000000000
--- a/dev-ruby/twitter/twitter-7.0.0-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30"
-
-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.2.0*
-       >=dev-ruby/equalizer-0.0.11
-       =dev-ruby/equalizer-0.0*
-       dev-ruby/http:4
-       dev-ruby/http-form_data:2
-       >=dev-ruby/http_parser_rb-0.6.0
-       >=dev-ruby/memoizable-0.4.2
-       =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 via email to