commit:     78aec556101c0f95303587869ea67bd560a4a7b7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 06:15:47 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 06:33:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aec556

dev-ruby/gh: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/gh/gh-0.15.1-r1.ebuild | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-ruby/gh/gh-0.15.1-r1.ebuild b/dev-ruby/gh/gh-0.15.1-r1.ebuild
deleted file mode 100644
index eb0b4e6120c..00000000000
--- a/dev-ruby/gh/gh-0.15.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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=""
-
-ruby_add_bdepend "
-       dev-ruby/webmock
-"
-
-ruby_add_rdepend "
-       >=dev-ruby/addressable-2.4.0:0
-       dev-ruby/backports
-       >dev-ruby/faraday-0.8
-       >dev-ruby/multi_json-1.0
-       >=dev-ruby/net-http-persistent-2.9:0
-       dev-ruby/net-http-pipeline
-"
-
-all_ruby_prepare() {
-       sed -i -e '/addressable/ s/2.4.0/2.4/' \
-               -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

Reply via email to