From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/highline/
Date: Wed, 16 Sep 2015 17:36:14 +0000 (UTC) [thread overview]
Message-ID: <1442424957.10b9198ca852858c271c38d4d833000030b690de.mrueg@gentoo> (raw)
commit: 10b9198ca852858c271c38d4d833000030b690de
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 17:35:57 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 17:35:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b9198c
dev-ruby/highline: Version bump
Package-Manager: portage-2.2.20.1
dev-ruby/highline/Manifest | 1 +
dev-ruby/highline/highline-1.7.5.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-ruby/highline/Manifest b/dev-ruby/highline/Manifest
index 9383db3..5b12d7c 100644
--- a/dev-ruby/highline/Manifest
+++ b/dev-ruby/highline/Manifest
@@ -2,3 +2,4 @@ DIST highline-1.6.21.gem 221184 SHA256 c136298eee86ceff87baadc71d764ea07986f8980
DIST highline-1.7.1.gem 224256 SHA256 d99d40a65ea24b10e38629ccae6ab1ef466ddb3fde829b09c16a995ab9fba58c SHA512 b642c953005fb21ceef76eb5c4642b1ee8d2072ef3fea7e210d4ca12414deaad4d1323f4442f9653b54144c22a7046d5b190a776738ba06dac758bd956d50e44 WHIRLPOOL 030c9eec354634b63e0329aae9bc98ac6b5d9eee2c0b2e731732d4822db27d278a2aea06b73759539ad6b4d642a599ecdd618001e8bbb267affa5a48d3165ec3
DIST highline-1.7.2.gem 224256 SHA256 5beef0869e444075e701ffd87f47a9ebc6beb4c417976425d454d2775bdf9d91 SHA512 a53e3b5685c85b6e6a890747b95bede695cd8fed0fa3b0b43eafe2337f35f0cf846fae1fe684ac59649f95f7da422dcb30100fd46eb05ade4bdd8362cd697f0a WHIRLPOOL 05c6c8e05004c70b7fe827e7760a2ce447297c69f7c322d6842cb0c46a8b28b8506c494308bf15cfc58abfae64fa0dc1ad4f1bfa990360bed5d723dec4d80165
DIST highline-1.7.3.gem 224256 SHA256 d2f7b7bf88499a156130e40038d0b3046e1da20fd8eece46a31577a533ab2d0d SHA512 29cd6a2d77529b9c54b16cdd01866d5d779189633f39d1a3f8f36bac940e034c6073563f831d733b30a5280527f86ad6116508d6c8261af7ea09173aa5093151 WHIRLPOOL f74ce3ffe79db0553245f145c76ddf8d5438a699e7b4cd9ce2135a0738fe1fa2a45ca8ddf7fbd6e14fc3948717bcdb9c395658c968388af1f0dccc61325d5fd0
+DIST highline-1.7.5.gem 224256 SHA256 5d402f3e468a672d9921f142bbd9e0e9d46bcd5d7f1d3a6ff5bdc8f385541414 SHA512 51fdfd893bd499d3089400063cb918e0518aca18ba96f84776ed36591ad3450aca4c704ac6ad8881c6ff54bb1174f1bf9e085e587301b4292cf43d71d8281262 WHIRLPOOL 3e4cf29fe47174a2a36d1f76dc5e4239f544b09905a9e4e6f854f790e3ae5adbd75430393254f18a26e554c892b4d343068aa3dff4c190b93e50bbe6cc5514bb
diff --git a/dev-ruby/highline/highline-1.7.5.ebuild b/dev-ruby/highline/highline-1.7.5.ebuild
new file mode 100644
index 0000000..07bc7fc
--- /dev/null
+++ b/dev-ruby/highline/highline-1.7.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.rdoc TODO"
+RUBY_FAKEGEM_DOCDIR="doc/html"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Highline is a high-level command-line IO library for ruby"
+HOMEPAGE="https://github.com/JEG2/highline"
+
+IUSE=""
+LICENSE="|| ( GPL-2 Ruby )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
+all_ruby_prepare() {
+ # fix up gemspec file not to call git
+ sed -i -e '/git ls-files/d' highline.gemspec || die
+
+ # Avoid unneeded dependencies
+ sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \
+ -e '/PackageTask/,/end/ s:^:#:' Rakefile || die
+
+ # Avoid tests that require a real console because we can't provide
+ # that when running tests through portage. These should pass when
+ # run in a console. We should probably narrow this down more to the
+ # specific tests.
+ rm test/tc_highline.rb || die
+
+ sed -i -e '/test_question_options/,/^ end/ s:^:#:' \
+ -e '/test_paged_print_infinite_loop_bug/,/^ end/ s:^:#:' \
+ -e '/test_cancel_paging/,/^ end/ s:^:#:' \
+ test/tc_menu.rb || die
+}
next reply other threads:[~2015-09-16 17:36 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 17:36 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-18 5:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/highline/ Hans de Graaff
2015-09-26 0:44 Manuel Rüger
2015-10-20 5:13 Hans de Graaff
2015-10-20 5:13 Hans de Graaff
2015-10-23 9:05 Agostino Sarubbo
2015-10-26 5:26 Jeroen Roovers
2015-10-26 7:03 Jeroen Roovers
2015-11-07 23:21 Mikle Kolyada
2015-11-24 7:00 Hans de Graaff
2016-05-04 13:22 Manuel Rüger
2016-05-04 13:22 Manuel Rüger
2016-12-03 6:15 Hans de Graaff
2017-02-05 15:09 Hans de Graaff
2017-10-21 9:10 Sergei Trofimovich
2017-10-21 10:19 Sergei Trofimovich
2017-10-22 7:11 Hans de Graaff
2017-10-22 21:42 Tobias Klausmann
2017-10-23 18:42 Thomas Deutschmann
2017-11-27 8:50 Sergei Trofimovich
2017-11-30 20:06 Sergei Trofimovich
2017-12-25 7:05 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2018-06-21 4:42 Hans de Graaff
2019-01-15 6:02 Hans de Graaff
2019-01-25 6:10 Hans de Graaff
2019-04-10 6:09 Hans de Graaff
2019-04-21 17:00 Hans de Graaff
2019-04-21 17:00 Hans de Graaff
2019-10-12 6:14 Hans de Graaff
2019-11-23 7:22 Hans de Graaff
2019-11-23 13:26 Agostino Sarubbo
2019-11-23 13:30 Agostino Sarubbo
2019-11-23 15:40 Agostino Sarubbo
2019-11-23 15:50 Agostino Sarubbo
2019-11-23 15:51 Agostino Sarubbo
2019-11-23 16:57 Agostino Sarubbo
2019-11-25 7:30 Sergei Trofimovich
2019-12-28 16:01 Mikle Kolyada
2020-01-22 7:54 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2021-04-10 6:17 Hans de Graaff
2022-05-06 6:54 Hans de Graaff
2022-07-30 7:46 Hans de Graaff
2023-03-11 7:37 Hans de Graaff
2023-03-28 21:44 Sam James
2023-03-28 21:52 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:26 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:56 Sam James
2023-04-10 10:56 Sam James
2023-04-13 6:11 Sam James
2023-07-04 9:41 Hans de Graaff
2024-04-06 7:21 Hans de Graaff
2024-04-28 19:11 Ionen Wolkens
2024-07-17 5:57 Hans de Graaff
2024-08-31 6:00 Hans de Graaff
2024-08-31 9:11 Hans de Graaff
2024-10-06 11:11 Sam James
2024-10-06 11:11 Sam James
2024-10-06 11:18 Sam James
2024-10-09 2:53 Jakov Smolić
2024-10-15 5:22 Sam James
2024-11-01 6:48 Hans de Graaff
2025-01-07 6:34 Hans de Graaff
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=1442424957.10b9198ca852858c271c38d4d833000030b690de.mrueg@gentoo \
--to=mrueg@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