summaryrefslogtreecommitdiff
path: root/dev-ruby/gh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-18 20:07:15 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-18 20:07:15 +0000
commita4c0eb2444b57e79bce0a088e5936ed71c415e8f (patch)
tree61a990b001109844a226b1fbe33bb38486a88c8e /dev-ruby/gh
parente60b61e39bb9b7cbf525baa183a5a19234f335fa (diff)
gentoo auto-resync : 18:01:2024 - 20:07:15
Diffstat (limited to 'dev-ruby/gh')
-rw-r--r--dev-ruby/gh/Manifest4
-rw-r--r--dev-ruby/gh/files/gh-0.18.0-ruby30.patch20
-rw-r--r--dev-ruby/gh/gh-0.18.0-r1.ebuild46
-rw-r--r--dev-ruby/gh/metadata.xml11
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
deleted file mode 100644
index 5743a7092a63..000000000000
--- a/dev-ruby/gh/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX gh-0.18.0-ruby30.patch 1158 BLAKE2B 551e33a2f0354d731835dc3bfc90aaca4e5a052eb472004640d9edb096f07e16ec763251d57dc727dd7cd752d77244f9ec01d5fddcf71c0e4e353febbbf70be0 SHA512 70e6127c52fe3898a2d8c8c7e5a72755e6f15cc1639853478137131d3c785b35d20fc847c4bd83923cfb6a973fa34e5b03975bc7e7276e5121af53bb550120c3
-DIST gh-0.18.0.tar.gz 129730 BLAKE2B e4e9a3b158daf83f8a0f0a809eff87e169c7a0a23120b9ae002d0fee4be166d3e6a09ef85ed61b35148d4285dc358a8d616e09c71403b85293574f3bfbbf922c SHA512 a265d25984d4c40340d4e80ce615f2f291f5636725e7dcdc181e3351d00fe8c3355148f206807180041f20db7f09bf94f5d279ceb25ea12ec19215640fff7839
-EBUILD gh-0.18.0-r1.ebuild 1041 BLAKE2B 99d712bb338ded5fcb4a091fa911e5c32d57fd3c2efe6e05784d2061469fdc10596289761ac00582fd088712851b6d4e8872bc6ecea907e5eb3a77f6b062e177 SHA512 f0440fcdcf5c7f4125fee9bca2f31e8814929b3d5b6817c8b8bede43b96e66fb82451ab9f2c684a88bc5e9134282d80b6afd580fc214d8dc9c1d15865a5b5476
-MISC metadata.xml 329 BLAKE2B 5b9c65d604d22d834d0d11acd97a937d2722d3f40ee06b58105ec5ff71f399a4172fd5bd0c6514804be10af26e982644d028664570e620805682ec9e17c91bdd SHA512 4d021616e09e4766d328820d850a1259ccd724e536bad6d5d73acc22d523c9c8d4e866daedd318b5c053f1478ab7e4ae320c1a2951ce2d1d9124785eb6ee40c3
diff --git a/dev-ruby/gh/files/gh-0.18.0-ruby30.patch b/dev-ruby/gh/files/gh-0.18.0-ruby30.patch
deleted file mode 100644
index cdd4aba84d59..000000000000
--- a/dev-ruby/gh/files/gh-0.18.0-ruby30.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/spec/token_check_spec.rb 2020-06-25 16:44:11.000000000 +0200
-+++ b/spec/token_check_spec.rb 2023-03-27 16:20:56.781510771 +0200
-@@ -8,7 +8,7 @@
- end
-
- it 'adds client_id and client_secret to a request' do
-- expect(subject.backend).to receive(:http).with(:post, "/applications/foo/token", :body => "{\"access_token\": \"baz\"}", "Authorization" => "Basic Zm9vOmJhcg==") do
-+ expect(subject.backend).to receive(:http).with(:post, "/applications/foo/token", { :body => "{\"access_token\": \"baz\"}", "Authorization" => "Basic Zm9vOmJhcg==" }) do
- error = GH::Error.new
- error.info[:response_status] = 404
- raise error
-@@ -17,7 +17,7 @@
- end
-
- it 'does not swallow other status codes' do
-- expect(subject.backend).to receive(:http).with(:post, "/applications/foo/token", :body => "{\"access_token\": \"baz\"}", "Authorization" => "Basic Zm9vOmJhcg==") do
-+ expect(subject.backend).to receive(:http).with(:post, "/applications/foo/token", { :body => "{\"access_token\": \"baz\"}", "Authorization" => "Basic Zm9vOmJhcg==" }) do
- error = GH::Error.new
- error.info[:response_status] = 500
- raise error
diff --git a/dev-ruby/gh/gh-0.18.0-r1.ebuild b/dev-ruby/gh/gh-0.18.0-r1.ebuild
deleted file mode 100644
index b0fb14016be7..000000000000
--- a/dev-ruby/gh/gh-0.18.0-r1.ebuild
+++ /dev/null
@@ -1,46 +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_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="multi-layer client for the github api v3"
-HOMEPAGE="https://github.com/travis-ci/gh"
-SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-ruby30.patch" )
-
-ruby_add_bdepend "
- dev-ruby/webmock
-"
-
-ruby_add_rdepend "
- dev-ruby/activesupport:6.1
- >=dev-ruby/addressable-2.4.0:0
- dev-ruby/faraday:1
- dev-ruby/faraday_middleware:1
- >dev-ruby/multi_json-1.0
- dev-ruby/net-http-pipeline
- >=dev-ruby/net-http-persistent-2.9:*
-"
-
-all_ruby_prepare() {
- sed -i \
- -e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
- -e "/activesupport/ s/'~> 5.0'/'>= 5', '< 6.2'/" \
- -e 's/git ls-files/find/' \
- "${RUBY_FAKEGEM_GEMSPEC}" || die
-
- sed -i -e '1igem "faraday", "~> 1.0"' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/gh/metadata.xml b/dev-ruby/gh/metadata.xml
deleted file mode 100644
index 9d18cc15b04f..000000000000
--- a/dev-ruby/gh/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">travis-ci/gh</remote-id>
- </upstream>
-</pkgmetadata>