dev-ruby/travis: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Hans de Graaff
2017-08-28 20:28:04 +02:00
parent e4ad7353fa
commit 59cef8c4fa
2 changed files with 0 additions and 58 deletions

View File

@@ -1,2 +1 @@
DIST travis-1.8.6.gem 192512 SHA256 c68c057f350d45488c0cbef277cd1b49ff54a6436e0233b0a7057dbec3f382e8 SHA512 d8d182f9b37feeb25a46737ff2d80f728c971e19756705f4d826eb90eeb9e83ceb398600978885e49fc23a342211c80e67718d68e6dea6c5dedc9a612b5b6039 WHIRLPOOL f5fcf845bf57906b397b8108a670134b58d1603666d20f6035211449d9a72944754e63ed851610063423b11e25f59487d0fd485882d8dc4444d9e416b4a72627
DIST travis-1.8.8.gem 192512 SHA256 6624cec9cc218a86826826db9c5ce66f5348f2629b7d3eb53d2b65e3c6f97209 SHA512 f4fca2278de7263a0f4889c64dd6f78927355eece73cc600e704d0bebba2efaf86f78b8d608c0859d83c33f04b7fde47f33a4b6307d7799ff312705b40c7d563 WHIRLPOOL 864ef4aeb153fd5038e21068b6483aa618fb6218b76fa4806f76e43ebdb5337785be9f4d57d7d622674f0b7a26147a80cbbe4e771fe0ffe86b1ad84c4192e7b4

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_EXTRAINSTALL="assets"
inherit bash-completion-r1 ruby-fakegem
DESCRIPTION="Travis CI Client (CLI and Ruby library)"
HOMEPAGE="https://github.com/travis-ci/travis.rb"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
#RESTRICT="test"
DEPEND+="test? ( dev-vcs/git )"
RDEPEND+="dev-vcs/git"
ruby_add_bdepend "
test? ( >dev-ruby/rack-test-0.6 )
>dev-ruby/sinatra-1.3
"
ruby_add_rdepend "
dev-ruby/backports
>dev-ruby/faraday-0.9
>=dev-ruby/faraday_middleware-0.9.1
>dev-ruby/gh-0.13
>dev-ruby/highline-1.6
>dev-ruby/launchy-2.1
>dev-ruby/pusher-client-0.4
>=dev-ruby/typhoeus-0.6.8 =dev-ruby/typhoeus-0*
"
all_ruby_prepare() {
if use test ; then
git init --quiet . || die
git remote add origin "${HOMEPAGE}" || die
touch .travis.yml || die
fi
# Remove failing spec where cause is not fully clear.
# May be related to highline compatibility issues.
rm spec/cli/login_spec.rb || die
}
all_ruby_install() {
all_fakegem_install
newbashcomp "assets/travis.sh" "travis"
}