From: "Christoph Junghans" <junghans@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/travis/
Date: Tue, 7 Mar 2017 23:31:58 +0000 (UTC) [thread overview]
Message-ID: <1488929505.24ef3d03ce0926e22d56daaed78218744dc3d190.junghans@gentoo> (raw)
commit: 24ef3d03ce0926e22d56daaed78218744dc3d190
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 7 23:31:24 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 23:31:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ef3d03
dev-ruby/travis: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/travis/Manifest | 1 +
dev-ruby/travis/travis-1.8.8.ebuild | 58 +++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-ruby/travis/Manifest b/dev-ruby/travis/Manifest
index 477c6754c87..5beb5ac0e16 100644
--- a/dev-ruby/travis/Manifest
+++ b/dev-ruby/travis/Manifest
@@ -1,2 +1,3 @@
DIST travis-1.8.2.gem 192000 SHA256 1ae0415a342838f9faeedbb8a8536ed3c40d9e6872ae37c39d1216fe211f085e SHA512 e047b72d76804d6987698fc47e7acf62125b04862e6671d4887c3d982ecc3b16c4ff1aee8afed5b29ab7c39d622afdbee21d4365f81abb7d505f9092cb4a6a52 WHIRLPOOL 21f8aa6894d3cd2cdeae09da4594dc53aed8be26bf1ce872ecceab66ebf4979e390003a6c6c33cb712ff094091f6679f44b2ad729bd63fd22bb9cbe9b0d0dd3c
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
diff --git a/dev-ruby/travis/travis-1.8.8.ebuild b/dev-ruby/travis/travis-1.8.8.ebuild
new file mode 100644
index 00000000000..55b86cf0dce
--- /dev/null
+++ b/dev-ruby/travis/travis-1.8.8.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+"
+
+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"
+}
next reply other threads:[~2017-03-07 23:32 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-07 23:31 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-27 8:28 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/travis/ Hans de Graaff
2022-08-27 8:28 Hans de Graaff
2022-06-11 5:46 Hans de Graaff
2022-04-17 8:09 Hans de Graaff
2021-11-26 8:17 Hans de Graaff
2021-11-26 8:17 Hans de Graaff
2021-07-06 10:26 Hans de Graaff
2020-10-31 7:59 Hans de Graaff
2020-07-22 9:02 Hans de Graaff
2020-06-06 8:04 Hans de Graaff
2020-05-23 18:49 Hans de Graaff
2019-11-03 9:28 Hans de Graaff
2019-05-08 19:59 Hans de Graaff
2019-04-13 6:34 Hans de Graaff
2019-02-16 23:52 Robin H. Johnson
2018-08-19 5:09 Hans de Graaff
2018-06-30 9:56 Hans de Graaff
2017-08-28 18:44 Hans de Graaff
2017-06-19 18:35 Hans de Graaff
2017-04-23 6:02 Hans de Graaff
2017-03-06 6:24 Hans de Graaff
2017-03-05 8:42 Hans de Graaff
2016-08-05 15:19 Christoph Junghans
2016-06-11 20:50 Christoph Junghans
2016-02-29 20:21 Christoph Junghans
2016-02-20 22:52 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488929505.24ef3d03ce0926e22d56daaed78218744dc3d190.junghans@gentoo \
--to=junghans@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox