commit: 46d9a699e073c429ea9dc2de9c93d6cc4e228cad Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jun 7 04:45:59 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jun 7 04:45:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d9a699
dev-ruby/gh: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/gh/gh-0.15.1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/gh/gh-0.15.1.ebuild b/dev-ruby/gh/gh-0.15.1.ebuild deleted file mode 100644 index 9b66495fbdd..00000000000 --- a/dev-ruby/gh/gh-0.15.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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 =dev-ruby/addressable-2.4* - 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 -"
