mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-ruby/octokit: drop 9.1.0, 9.2.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
842b67a230
commit
63a92f12ed
@ -1,3 +1 @@
|
||||
DIST octokit-10.0.0.tar.gz 3400879 BLAKE2B 29c2a03164a4b737c77258ee11845f5afe7f8bb943bad98a55e9f0f86ec071a9b43e881d4c232ff60b8b557306348a116ad1ea4b860dc11531dbeb5e06bef656 SHA512 ccd97482890023756201a20f2e7eeeb05d59048af5f3ee934d73fa50f639911447841409edee479db6baaba1c2035b6f3a0f45456397d71f2500cae5aa3d6419
|
||||
DIST octokit-9.1.0.tar.gz 3386113 BLAKE2B 73558de152f3ab4c06564e5c076def7799a7b52676229d49ecb552ef3a9356e047500a7fc50f56c97115c64062ee519bec5a13d1025b59aaac66f1db83f83f66 SHA512 8e7c40ba73562c0facabc4c313fef731bc21c2bb8cb95460379eef17fd369485fa8119cc8ac9545137a6da2a358522dee94987bfc0f52378d94b6e55dc88f9d7
|
||||
DIST octokit-9.2.0.tar.gz 3403238 BLAKE2B 769b1e22d8232967ea90811f77e6f7a98ef7898ee4ec4255cfb944c4583632ffd6120e333a4b2786243f4f9c239cf58c57eb40b12e0e4f4a3d04ccc89f54c790 SHA512 2a584531422ebaf4b2e0930480678a690d4393854162139ab774ec34d12a49853bcba873834e7ee94be9283fa4a2329e1957f365ceb990082808d8ef0eb73a89
|
||||
|
||||
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
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="test"
|
||||
|
||||
RUBY_S=octokit.rb-${PV}
|
||||
|
||||
ruby_add_rdepend "
|
||||
|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
|
||||
>=dev-ruby/sawyer-0.9:0
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
|| ( ( dev-ruby/faraday:2 dev-ruby/faraday-multipart ) dev-ruby/faraday:1 )
|
||||
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"' \
|
||||
-e '/pry/ s:^:#:' \
|
||||
-i spec/spec_helper.rb || die
|
||||
}
|
||||
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
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="test"
|
||||
|
||||
RUBY_S=octokit.rb-${PV}
|
||||
|
||||
ruby_add_rdepend "
|
||||
|| ( dev-ruby/faraday:2 dev-ruby/faraday:1 )
|
||||
>=dev-ruby/sawyer-0.9:0
|
||||
"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
|| ( ( dev-ruby/faraday:2 dev-ruby/faraday-multipart ) dev-ruby/faraday:1 )
|
||||
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"' \
|
||||
-e '/pry/ s:^:#:' \
|
||||
-i spec/spec_helper.rb || die
|
||||
|
||||
# Avoid specs using unpackaged faraday-http-cache
|
||||
rm -f spec/octokit/client/repositories_spec.rb || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user