Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gh/
Date: Tue, 15 Sep 2020 06:00:51
Message-Id: 1600147629.119e61158e210901ba045f8d6ee49b7097bf6596.graaff@gentoo
1 commit: 119e61158e210901ba045f8d6ee49b7097bf6596
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 05:27:09 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 05:27:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119e6115
7
8 dev-ruby/gh: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/gh/Manifest | 2 --
14 dev-ruby/gh/gh-0.16.0.ebuild | 42 ------------------------------------------
15 dev-ruby/gh/gh-0.17.0.ebuild | 42 ------------------------------------------
16 3 files changed, 86 deletions(-)
17
18 diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
19 index 8d6cd31d4a0..4d4d97594d0 100644
20 --- a/dev-ruby/gh/Manifest
21 +++ b/dev-ruby/gh/Manifest
22 @@ -1,3 +1 @@
23 -DIST gh-0.16.0.tar.gz 129499 BLAKE2B 6dea86bcaa8191b2eb19daed487d80e5b55adadccb1c063320b44e742895cad1956e06a917ff35659834b4cf541892d3cd0b432f03783b4b860cf4c7136c7c49 SHA512 141a432b8d5f43feea6cc86be504e35b5133590466f1a28c5ba60a208cde9d3cc1a6f19702757e132e4255220e1161f6dc9621ec18a789d963738b9801e52da1
24 -DIST gh-0.17.0.tar.gz 129494 BLAKE2B c7c777fb1f0f417c62c9ec0598716302c2cb0a6870ff9534cabf03baea33e73581cac9bbe1f803d23adeb16b15e5af06e4dcc61ab2300846b6c5c227ddf7aaea SHA512 b655552180dd48a9de05d925d9795278ba8f293d03e07fc0675aae9bcef264f45a840b37cc855718c1118c31964625775b1156facf52781e99255bb16e7895a1
25 DIST gh-0.18.0.tar.gz 129730 BLAKE2B e4e9a3b158daf83f8a0f0a809eff87e169c7a0a23120b9ae002d0fee4be166d3e6a09ef85ed61b35148d4285dc358a8d616e09c71403b85293574f3bfbbf922c SHA512 a265d25984d4c40340d4e80ce615f2f291f5636725e7dcdc181e3351d00fe8c3355148f206807180041f20db7f09bf94f5d279ceb25ea12ec19215640fff7839
26
27 diff --git a/dev-ruby/gh/gh-0.16.0.ebuild b/dev-ruby/gh/gh-0.16.0.ebuild
28 deleted file mode 100644
29 index 8114569ae0e..00000000000
30 --- a/dev-ruby/gh/gh-0.16.0.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -USE_RUBY="ruby24 ruby25 ruby26"
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
40 -
41 -RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="multi-layer client for the github api v3"
46 -HOMEPAGE="https://github.com/travis-ci/gh"
47 -SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE=""
53 -
54 -ruby_add_bdepend "
55 - dev-ruby/webmock
56 -"
57 -
58 -ruby_add_rdepend "
59 - dev-ruby/activesupport:5.2
60 - >=dev-ruby/addressable-2.4.0:0
61 - >dev-ruby/faraday-0.8:*
62 - >=dev-ruby/faraday_middleware-0.14:0
63 - >dev-ruby/multi_json-1.0
64 - dev-ruby/net-http-pipeline
65 - dev-ruby/net-http-persistent:*
66 -"
67 -
68 -all_ruby_prepare() {
69 - sed -i \
70 - -e '/addressable/ s/2.4.0/2.4/' \
71 - -e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
72 - -e 's/git ls-files/find/' \
73 - "${RUBY_FAKEGEM_GEMSPEC}" || die
74 -}
75
76 diff --git a/dev-ruby/gh/gh-0.17.0.ebuild b/dev-ruby/gh/gh-0.17.0.ebuild
77 deleted file mode 100644
78 index e119d305502..00000000000
79 --- a/dev-ruby/gh/gh-0.17.0.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2020 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -USE_RUBY="ruby24 ruby25 ruby26"
88 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
89 -
90 -RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="multi-layer client for the github api v3"
95 -HOMEPAGE="https://github.com/travis-ci/gh"
96 -SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="~amd64"
101 -IUSE=""
102 -
103 -ruby_add_bdepend "
104 - dev-ruby/webmock
105 -"
106 -
107 -ruby_add_rdepend "
108 - dev-ruby/activesupport:5.2
109 - >=dev-ruby/addressable-2.4.0:0
110 - dev-ruby/faraday:1
111 - dev-ruby/faraday_middleware:1
112 - >dev-ruby/multi_json-1.0
113 - dev-ruby/net-http-pipeline
114 - >=dev-ruby/net-http-persistent-2.9:*
115 -"
116 -
117 -all_ruby_prepare() {
118 - sed -i \
119 - -e '/addressable/ s/2.4.0/2.4/' \
120 - -e '/net-http-persistent/ s/~> 2.9/>= 2.9/' \
121 - -e 's/git ls-files/find/' \
122 - "${RUBY_FAKEGEM_GEMSPEC}" || die
123 -}