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, 13 Apr 2019 06:34:11
Message-Id: 1555137217.78aec556101c0f95303587869ea67bd560a4a7b7.graaff@gentoo
1 commit: 78aec556101c0f95303587869ea67bd560a4a7b7
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:15:47 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 06:33:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aec556
7
8 dev-ruby/gh: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/gh/gh-0.15.1-r1.ebuild | 39 ---------------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/dev-ruby/gh/gh-0.15.1-r1.ebuild b/dev-ruby/gh/gh-0.15.1-r1.ebuild
17 deleted file mode 100644
18 index eb0b4e6120c..00000000000
19 --- a/dev-ruby/gh/gh-0.15.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -USE_RUBY="ruby23 ruby24"
28 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 -
31 -RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="multi-layer client for the github api v3"
36 -HOMEPAGE="https://github.com/travis-ci/gh"
37 -SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64"
42 -IUSE=""
43 -
44 -ruby_add_bdepend "
45 - dev-ruby/webmock
46 -"
47 -
48 -ruby_add_rdepend "
49 - >=dev-ruby/addressable-2.4.0:0
50 - dev-ruby/backports
51 - >dev-ruby/faraday-0.8
52 - >dev-ruby/multi_json-1.0
53 - >=dev-ruby/net-http-persistent-2.9:0
54 - dev-ruby/net-http-pipeline
55 -"
56 -
57 -all_ruby_prepare() {
58 - sed -i -e '/addressable/ s/2.4.0/2.4/' \
59 - -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
60 -}