public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/twitter/
@ 2023-10-02 11:41 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-10-02 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     eb87bcc7fd650f072b9f987803604e3d2da25f23
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 11:31:14 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 11:36:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb87bcc7

dev-ruby/twitter: drop 7.0.0-r3

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-ruby/twitter/Manifest                |  1 -
 dev-ruby/twitter/twitter-7.0.0-r3.ebuild | 58 --------------------------------
 profiles/package.mask                    |  4 ---
 3 files changed, 63 deletions(-)

diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index cd562c4bd17d..87742ff58691 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1,3 +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
 DIST twitter-8.0.1.tar.gz 830580 BLAKE2B a6a89eeaaf0095b022f31363d153fe980777e6588755115e6a3ee469ece8a753c9abf72747e986858562ec0ea4ca9b0eed31067aee1713dadc221b705db33d7e SHA512 864b882e2797efe7e3c846b8ea39bb323395cacc42128d6a1fe74106249ca4e3419efd04237c5b46a697ce0204a109fbd1af906917820d67f1a2b1ecb71501fa

diff --git a/dev-ruby/twitter/twitter-7.0.0-r3.ebuild b/dev-ruby/twitter/twitter-7.0.0-r3.ebuild
deleted file mode 100644
index 8ba69d61035d..000000000000
--- a/dev-ruby/twitter/twitter-7.0.0-r3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 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.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*
-	>=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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 13560dea4a2a..9342bba2a4cb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -248,10 +248,6 @@ dev-ruby/mustermann:2
 net-wireless/blueberry
 net-wireless/gnome-bluetooth:2
 
-# Hans de Graaff <graaff@gentoo.org> (2023-08-29)
-# Use the newer slot instead.  Masked for removal on 2023-09-29.
-dev-ruby/twitter:7
-
 # Sam James <sam@gentoo.org> (2023-08-04)
 # Stricter behavior which causes some packages to fail, see bug #911721.
 =dev-util/pkgconf-2.0.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-02 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 11:41 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/twitter/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox