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/github_api/
Date: Sat, 01 Apr 2017 06:18:00
Message-Id: 1491027469.7f17513272dcec8befeea3bd4fec0d712ae1c242.graaff@gentoo
1 commit: 7f17513272dcec8befeea3bd4fec0d712ae1c242
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 06:02:59 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 06:17:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f175132
7
8 dev-ruby/github_api: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/github_api/Manifest | 2 --
13 dev-ruby/github_api/github_api-0.14.0.ebuild | 42 ----------------------------
14 dev-ruby/github_api/github_api-0.14.1.ebuild | 42 ----------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
18 index 7152826a2ec..c25bf0faa8e 100644
19 --- a/dev-ruby/github_api/Manifest
20 +++ b/dev-ruby/github_api/Manifest
21 @@ -1,4 +1,2 @@
22 DIST github_api-0.12.4.tar.gz 2024775 SHA256 14d1cb0b9872297683e3dce55808550602d31bfde6778981bae85453bb7c7b10 SHA512 3517a5375359d233207aacc4fd1ac971e91f2be1c61dfa4529a0d531bca698e25c4f177932c5536c16808fe523bede64f20b92b9f30586706b9817ff9dc24cfe WHIRLPOOL c92e0f7a75c0a7a356afd26b664847a02f6a9f115e4cce9f200571728ffbe2f1dd00da87675b4ea5b16651262f7dece6553d430435ba3991657c61c82d3fbcde
23 -DIST github_api-0.14.0.tar.gz 2042476 SHA256 e9dfa394d3401790c29204eafd5fbe959f5c66a2378566c6b623de9217245cde SHA512 01460b0ff362ababbdb82aea697f2b02043f3e6007de1811dcb32dee915df91b2f45a00a373315d6f5b5a4499c20f3c315bb31e10e176535511d65d84c4d138f WHIRLPOOL d71e11c5aa7f475c747c50fec2fecb150cdf91a0a9cd1e6a576c6a85fbe7efc164f270f86f9f386f32e95e699b2cda86e7560e0069b299cfaa6ab00585220fc0
24 -DIST github_api-0.14.1.tar.gz 2046140 SHA256 bf005b8d57a5af65e3cfa244e82341be16eacb017e950101fec3b672f513d9cc SHA512 be4e05cd1239b8930158a5631f636791274a3f9f722f5cd90d5de1bb84be20e28677e05519684e008b7552f884a9caa7dacb3875abb8687d4d19b4babb131ff9 WHIRLPOOL 4f0a23915d3f29d0f261177634c3f730ce92375479d71a6a746ffd594c5bbaae539b1f00467043fa34c074857cc24db985a1fd5fe1b4881ecf55f101584620e1
25 DIST github_api-0.14.5.tar.gz 2047231 SHA256 f85da640b8ee5daa6c412f73cb87a55bfe71af86533d8cd2a3853f664b3e5b8b SHA512 c19b8364e627427ae0447810b7d56b5bf50f89030a02af9b19116abc906ac780149b47d54ae3a93d4e1a3f52461fd1b8fe969501fa5ec6e535db22749b8ecd89 WHIRLPOOL db44f29ed0b57a15a1f2479cd0cad13aa199b989ebfdd15fdfca1e69d17729d52a22f2fff367d96d473e76d65551222eb09938f528e4145bb0a794cd50cb7a6d
26
27 diff --git a/dev-ruby/github_api/github_api-0.14.0.ebuild b/dev-ruby/github_api/github_api-0.14.0.ebuild
28 deleted file mode 100644
29 index e701f2e8829..00000000000
30 --- a/dev-ruby/github_api/github_api-0.14.0.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21 ruby22"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_EXTRADOC="README.md"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
46 -HOMEPAGE="https://github.com/peter-murach/github"
47 -SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -RUBY_S="github-${PV}"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~ppc64"
53 -IUSE=""
54 -
55 -ruby_add_rdepend "
56 - >=dev-ruby/addressable-2.4
57 - >=dev-ruby/descendants_tracker-0.0.4
58 - >=dev-ruby/faraday-0.8
59 - <dev-ruby/faraday-0.10
60 - >=dev-ruby/hashie-3.4
61 - dev-ruby/oauth2"
62 -
63 -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"
64 -
65 -all_ruby_prepare() {
66 - # Work around or avoid webmock incompatibilities
67 - files=$(grep -R -l "with(inputs)" spec)
68 - sed -i -e 's/\.with(inputs)//' \
69 - -e 's/\.with(inputs.except(.*))//' ${files} || die
70 - sed -i -e 's/.with(hub_inputs.*)//' spec/github/client/repos/pub_sub_hubbub/*subscribe* || die
71 - sed -i -e 's/.with({})//i' spec/github/client/repos/{list,contributors}_spec.rb || die
72 - sed -i -e 's/.with({.*})//' spec/github/client/orgs/memberships/edit_spec.rb || die
73 - rm -f spec/github/error/service_error_spec.rb spec/github/client/authorizations/two_factor_spec.rb || die
74 -}
75
76 diff --git a/dev-ruby/github_api/github_api-0.14.1.ebuild b/dev-ruby/github_api/github_api-0.14.1.ebuild
77 deleted file mode 100644
78 index 4b99c2e8564..00000000000
79 --- a/dev-ruby/github_api/github_api-0.14.1.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2016 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -USE_RUBY="ruby20 ruby21 ruby22"
87 -
88 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
89 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
90 -RUBY_FAKEGEM_EXTRADOC="README.md"
91 -
92 -inherit ruby-fakegem
93 -
94 -DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
95 -HOMEPAGE="https://github.com/peter-murach/github"
96 -SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -RUBY_S="github-${PV}"
98 -
99 -LICENSE="MIT"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~ppc64"
102 -IUSE=""
103 -
104 -ruby_add_rdepend "
105 - >=dev-ruby/addressable-2.4
106 - >=dev-ruby/descendants_tracker-0.0.4
107 - >=dev-ruby/faraday-0.8
108 - <dev-ruby/faraday-0.10
109 - >=dev-ruby/hashie-3.4
110 - dev-ruby/oauth2"
111 -
112 -ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"
113 -
114 -all_ruby_prepare() {
115 - # Work around or avoid webmock incompatibilities
116 - files=$(grep -R -l "with(inputs)" spec)
117 - sed -i -e 's/\.with(inputs)//' \
118 - -e 's/\.with(inputs.except(.*))//' ${files} || die
119 - sed -i -e 's/.with(hub_inputs.*)//' spec/github/client/repos/pub_sub_hubbub/*subscribe* || die
120 - sed -i -e 's/.with({})//i' spec/github/client/repos/{list,contributors}_spec.rb || die
121 - sed -i -e 's/.with({.*})//' spec/unit/client/orgs/memberships/edit_spec.rb || die
122 - rm -f spec/github/error/service_error_spec.rb spec/github/client/authorizations/two_factor_spec.rb || die
123 -}