From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/travis/
Date: Sun, 17 Apr 2022 08:09:02 +0000 (UTC) [thread overview]
Message-ID: <1650182937.565aab3a14bf6e54b0a4c4be5c77454634698743.graaff@gentoo> (raw)
commit: 565aab3a14bf6e54b0a4c4be5c77454634698743
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 07:52:00 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:08:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565aab3a
dev-ruby/travis: add 1.11.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/travis/Manifest | 1 +
dev-ruby/travis/travis-1.11.0.ebuild | 56 ++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-ruby/travis/Manifest b/dev-ruby/travis/Manifest
index 5077c681831e..212a737ee37f 100644
--- a/dev-ruby/travis/Manifest
+++ b/dev-ruby/travis/Manifest
@@ -1 +1,2 @@
DIST travis-1.10.0.gem 197632 BLAKE2B 0639f797789d1676f71b6354ed77e3e403865cca37e5e04c62e4cfd40d44e26e8e93ea0dbf39843811cccb7960e43b186d61d64f681d2eafe95de890d9fd66a7 SHA512 025e8cdf48100ff20d85925a6285993bda0d1651e145d554c2ec987c4557e2d3bc49da6529af4c577fcd9b88600549b3c12cff49b824d7fcb93a96a0c572603c
+DIST travis-1.11.0.gem 196096 BLAKE2B 2ea09d88fd45d6fd304746a96cc063c0525c8af8df6be2a0ba5c7ad06909055af23ea506f89f246f657c5a8920c429dd3aebc639f78cd1d0acb5bb03e4894434 SHA512 b6db17b149a54f7ab3c5b79439b1385386bbfe0350816d303e7c74c0494be08451fdb14550cba7fb54df3a643a530f1434bb1ee0c3e28c492ac6e8f3baf3d558
diff --git a/dev-ruby/travis/travis-1.11.0.ebuild b/dev-ruby/travis/travis-1.11.0.ebuild
new file mode 100644
index 000000000000..11c5fa18fe0b
--- /dev/null
+++ b/dev-ruby/travis/travis-1.11.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+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/rspec-its )
+ >dev-ruby/sinatra-1.3
+"
+
+ruby_add_rdepend "
+ dev-ruby/faraday:1
+ dev-ruby/faraday_middleware:1
+ >=dev-ruby/gh-0.17
+ dev-ruby/highline:2
+ >=dev-ruby/json-2.3:2
+ >=dev-ruby/launchy-2.1
+ >dev-ruby/pusher-client-0.4
+"
+
+all_ruby_prepare() {
+ if use test ; then
+ git init --quiet . || die
+ git remote add origin "${HOMEPAGE}" || die
+ touch .travis.yml || die
+ fi
+
+ # Remove failing specs where $params keys are reset somewhere.
+ rm -f spec/cli/{cancel,restart}_spec.rb || die
+
+ sed -i -e 's/json_pure/json/' ../metadata || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ newbashcomp "assets/travis.sh" "travis"
+}
next reply other threads:[~2022-04-17 8:09 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-17 8:09 Hans de Graaff [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
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-07 23:31 Christoph Junghans
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=1650182937.565aab3a14bf6e54b0a4c4be5c77454634698743.graaff@gentoo \
--to=graaff@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