From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/
Date: Fri, 28 Feb 2020 07:44:15 +0000 (UTC) [thread overview]
Message-ID: <1582875851.db75d22d0dc2772faa2527d51d9ba7d9c68891d5.graaff@gentoo> (raw)
commit: db75d22d0dc2772faa2527d51d9ba7d9c68891d5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 07:43:55 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 07:44:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db75d22d
dev-ruby/launchy: add 2.5.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/launchy/Manifest | 1 +
dev-ruby/launchy/launchy-2.5.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/launchy/Manifest b/dev-ruby/launchy/Manifest
index 1485928e64b..b85aeb88b08 100644
--- a/dev-ruby/launchy/Manifest
+++ b/dev-ruby/launchy/Manifest
@@ -1 +1,2 @@
DIST launchy-2.4.3.gem 29184 BLAKE2B d6e8e26f37a811fc994ee762791ea9ddb424dc99d23790905f80416734677535aa8b2087eab233dc1535556c240f260c5995185e10642cd682bbe508e3e30654 SHA512 7c3e0377c9a310b2e7a4d1544b4790f6f959d24b6aba91660e979eb943f4bee641e0b5a44687b693ffe99304ceb96a9a6cf9fed142e231af01135bd2b73321d6
+DIST launchy-2.5.0.gem 30208 BLAKE2B 30719f97fdf1bca8a66eb113992c8714103a7fe87262c3677a0fa64b58070593bcbdba7357b81e5bada9e8a143e6601e28ef2d2730f0028fdaecefad23156fd8 SHA512 d80811009155d9cea6a2e69b5f7482aaec7d0bf23ecca4cbe72e440fb4eae1c38bc5904e863998f1966c7a99b98bad1f4456cec1cb076f96f5a99b835448b39f
diff --git a/dev-ruby/launchy/launchy-2.5.0.ebuild b/dev-ruby/launchy/launchy-2.5.0.ebuild
new file mode 100644
index 00000000000..f2248b93216
--- /dev/null
+++ b/dev-ruby/launchy/launchy-2.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Helper class for launching cross-platform applications"
+HOMEPAGE="https://github.com/copiousfreetime/launchy"
+
+LICENSE="ISC"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+# File collision conflict with x11-misc/launchy, bug 545170
+ruby_add_rdepend ">=dev-ruby/addressable-2.7 !!x11-misc/launchy"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.0:5 )"
+
+all_ruby_prepare() {
+ sed -i -e "/[Ss]implecov/d" spec/spec_helper.rb || die
+
+ # Avoid tests depending on the current user's desktop environment.
+ sed -e '/returns NotFound if it cannot determine/askip "gentoo"' \
+ -i spec/detect/nix_desktop_environment_spec.rb || die
+ sed -e '/asssumes we open a local file if we have an exception/askip "gentoo"' \
+ -i spec/launchy_spec.rb || die
+ sed -e "/'darwin'/ s:^:#:" \
+ -i spec/applications/browser_spec.rb || die
+}
next reply other threads:[~2020-02-28 7:44 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 7:44 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-16 6:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/launchy/ Hans de Graaff
2025-06-03 13:27 Hans de Graaff
2025-04-25 5:53 Hans de Graaff
2025-04-25 5:53 Hans de Graaff
2025-02-22 6:41 Hans de Graaff
2025-01-24 6:55 Hans de Graaff
2025-01-24 6:55 Hans de Graaff
2024-10-06 12:04 Sam James
2024-10-06 11:00 Sam James
2024-05-04 5:38 Hans de Graaff
2024-03-17 6:13 Hans de Graaff
2024-03-15 6:08 Hans de Graaff
2024-01-15 7:40 Hans de Graaff
2023-03-28 22:54 Sam James
2023-03-26 7:19 Hans de Graaff
2022-12-28 7:18 Hans de Graaff
2022-04-02 8:57 Hans de Graaff
2021-10-17 8:33 Hans de Graaff
2021-10-17 8:33 Hans de Graaff
2021-07-16 9:31 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-04-18 5:44 Hans de Graaff
2019-01-16 7:24 Hans de Graaff
2018-05-07 4:41 Hans de Graaff
2018-03-09 9:27 Hans de Graaff
2018-01-19 7:13 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2017-07-24 17:51 Markus Meier
2017-07-15 9:40 Alexis Ballier
2017-06-16 5:47 Hans de Graaff
2017-01-29 8:49 Hans de Graaff
2016-09-04 6:47 Hans de Graaff
2016-03-09 23:23 Manuel Rüger
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=1582875851.db75d22d0dc2772faa2527d51d9ba7d9c68891d5.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