commit:     3f3769db955b6a3553695e25bb0e5f2425928d74
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 16:51:45 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 16:53:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3769db

dev-ruby/octokit: drop 5.6.1, 6.1.0

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

 dev-ruby/octokit/Manifest             |  2 --
 dev-ruby/octokit/octokit-5.6.1.ebuild | 42 -----------------------------------
 dev-ruby/octokit/octokit-6.1.0.ebuild | 42 -----------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index c67ec2cce6d9..4a95a96c25ab 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,4 +1,2 @@
-DIST octokit-5.6.1.tar.gz 3171006 BLAKE2B 
33fd132f81c7b1e1b3c1a4264b7bc6a7e7dbc2f9ccd4f1d2d734ae10914c5544eb90c629200e6d81b9a33fccc23791147af6660840248235ebe6b946f2ebba13
 SHA512 
3ed2e3eb61190da521f9246ac0fdb530e15c45cb41e5849f04ba1a92f0da8060a82eb2d90dfcb407436efba5f7f0ea98c69a342c67aa26b62eeab74a1f906c4e
-DIST octokit-6.1.0.tar.gz 3187811 BLAKE2B 
70a849fe855ddf46aeaf6d512d675119188bb39e6a439c311531f20f9c52ce8da829e0e1242b29e821d5d6468b360e69b71ec645fdf7b1b217e4607032aa0d0c
 SHA512 
7f362f7c4e021ae38083bfd498d98ddda7c2a36c439c8a924cb0390ede42911e8f0477481f1bde6b208009e27d42501d143d0549eb9731d8fb529c977a91da9d
 DIST octokit-6.1.1.tar.gz 3193336 BLAKE2B 
890afac205992c25dd8b48f63ea7a4cf250687318ecb9c0980fc50ff1583943074cea1d9260f139b1a5f86295483f44120421dba8294eba641104301f0188123
 SHA512 
d91b326d892f80f08598ebb0a03edfd1fb85d36e40dac49593291a6b2ff6a957f5cd2283655c20ff0299f40c75ad7472ff55a14b182bec5f92693b560c2d3c87
 DIST octokit-7.1.0.tar.gz 3289841 BLAKE2B 
7a0f95f0c94a4283d64252423b5adb3fbfbd309c5735d20672e26313aa0eaede0d75490878332d61f091cccce61bcc359339606566f8517b8a2adff1a495973f
 SHA512 
6fdf2db8c0c9529e2d4aa574930432cd3954c8796209b4023d8be0d02c36aceb4f1ffb4c8eddf2aa25030a2d5a3223c7afae9c7f8bccdc03b2acab621d496f79

diff --git a/dev-ruby/octokit/octokit-5.6.1.ebuild 
b/dev-ruby/octokit/octokit-5.6.1.ebuild
deleted file mode 100644
index 5d221048a45e..000000000000
--- a/dev-ruby/octokit/octokit-5.6.1.ebuild
+++ /dev/null
@@ -1,42 +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_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb";
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-       dev-ruby/faraday:1
-       >=dev-ruby/sawyer-0.9:0
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/jwt
-       dev-ruby/mime-types
-       >=dev-ruby/netrc-0.7.7
-       >=dev-ruby/rbnacl-7.1.1:6
-       dev-ruby/vcr[json]
-       dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-       sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"; gem 
"faraday", "<2"' \
-               -e '/pry/ s:^:#:' \
-               -i spec/helper.rb || die
-}

diff --git a/dev-ruby/octokit/octokit-6.1.0.ebuild 
b/dev-ruby/octokit/octokit-6.1.0.ebuild
deleted file mode 100644
index d001282dbcff..000000000000
--- a/dev-ruby/octokit/octokit-6.1.0.ebuild
+++ /dev/null
@@ -1,42 +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_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb";
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend "
-       dev-ruby/faraday:1
-       >=dev-ruby/sawyer-0.9:0
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/jwt
-       dev-ruby/mime-types
-       >=dev-ruby/netrc-0.7.7
-       >=dev-ruby/rbnacl-7.1.1:6
-       dev-ruby/vcr[json]
-       dev-ruby/webmock:3 )"
-
-all_ruby_prepare() {
-       sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"; gem 
"faraday", "<2"' \
-               -e '/pry/ s:^:#:' \
-               -i spec/spec_helper.rb || die
-}

Reply via email to