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: Sat, 03 Feb 2018 18:22:35
Message-Id: 1517682094.84f9851243316cba6d1adf717b1a74849dbe8262.graaff@gentoo
1 commit: 84f9851243316cba6d1adf717b1a74849dbe8262
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 11:55:36 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 18:21:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f98512
7
8 dev-ruby/gh: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/gh/Manifest | 1 -
13 dev-ruby/gh/gh-0.15.0-r1.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
17 index 4f42c75fa23..695231a8953 100644
18 --- a/dev-ruby/gh/Manifest
19 +++ b/dev-ruby/gh/Manifest
20 @@ -1,2 +1 @@
21 -DIST gh-0.15.0.tar.gz 64056 BLAKE2B 3b389803813c97d142de517b6a408bbbd3016b660543bf84d96bb4ebb42c27a6e4930f88d86b58fc5761268fe8da77817dd94e5d29e13e8805e180da50286e61 SHA512 d191477b368536770f021c7897d0c6e57c5ff4945ce4e936d9c6d13174508e1fd2d63dd44f18b106bca9c78e4e5c23bcaba19633588029239300b3a93e326599
22 DIST gh-0.15.1.tar.gz 64076 BLAKE2B 3611d83d9414349284bbaa7618aee2c9b5cb4c6db98e506891f70cf0f21dd7f25ae87e9f8094a90ec4ed4f62ba1e05bd598722a743e32abe54e7eb2a002d9d72 SHA512 6b8a43360253275408ff3d0f6e8cabe3afe399b4ed362f9b4ded72a9d650d18483cf5e3d10877a97c9112b7ccd5add5f2c9999ab1cd5f8102af3a9e49ef39037
23
24 diff --git a/dev-ruby/gh/gh-0.15.0-r1.ebuild b/dev-ruby/gh/gh-0.15.0-r1.ebuild
25 deleted file mode 100644
26 index 9b66495fbdd..00000000000
27 --- a/dev-ruby/gh/gh-0.15.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby21 ruby22 ruby23"
35 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
36 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
37 -
38 -inherit ruby-fakegem
39 -
40 -DESCRIPTION="multi-layer client for the github api v3"
41 -HOMEPAGE="https://github.com/travis-ci/gh"
42 -SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -ruby_add_bdepend "
50 - dev-ruby/webmock
51 -"
52 -
53 -ruby_add_rdepend "
54 - >=dev-ruby/addressable-2.4.0 =dev-ruby/addressable-2.4*
55 - dev-ruby/backports
56 - >dev-ruby/faraday-0.8
57 - >dev-ruby/multi_json-1.0
58 - >=dev-ruby/net-http-persistent-2.9:0
59 - dev-ruby/net-http-pipeline
60 -"