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: Tue, 03 Jun 2025 13:27:24 +0000 (UTC) [thread overview]
Message-ID: <1748957221.b9a85416f9064fe559f290efca735949568a2dc6.graaff@gentoo> (raw)
commit: b9a85416f9064fe559f290efca735949568a2dc6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 13:10:36 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 13:27:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a85416
dev-ruby/launchy: drop 3.1.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/launchy/Manifest | 1 -
dev-ruby/launchy/launchy-3.1.0.ebuild | 46 -----------------------------------
2 files changed, 47 deletions(-)
diff --git a/dev-ruby/launchy/Manifest b/dev-ruby/launchy/Manifest
index 7964c9335fcd..f7a16f455747 100644
--- a/dev-ruby/launchy/Manifest
+++ b/dev-ruby/launchy/Manifest
@@ -1,4 +1,3 @@
DIST launchy-2.5.2.gem 30208 BLAKE2B 7e3c3464292026a93953995c5df7dd407b51bd36b363bb0c57fed6ebf2122390348f415273b6ce7ee2dcb89bd444a58458c0a95b84428fec02280654239223e0 SHA512 40777dabd25e6646c6673b33d9d296b66de7976fdf7454c9a7ae809a161ed992572b2232d94591731a7c8405875803172c6fafd09a5570f09e5eb119e23e7773
DIST launchy-3.0.1.tar.gz 26613 BLAKE2B 4646fa7eef280fe439c513e1780ff80bf97eb2d084ca9a35d583568a1babbc2c85abb951382dceffbf08986b9cae07bea56078fd437097c6b1f5816e9cf4bba5 SHA512 98ec8f0389da8bc56491f4cda4fc128184a09f923bc7c0c7b2275a505f9af074172754abbbd5e9c48680c26fac5d10c23b9fee3e14af1e73dc176b3793ff2311
-DIST launchy-3.1.0.tar.gz 29520 BLAKE2B 612a3ced84942d38cc1e22b37555499f4eb8f0306bd336a6e7dd40d12420e7c104102645a4f6d4ac20840680f76ef6f828e98a7a4ff7f50af0e1ad82d347a7b4 SHA512 08e5c314d9677ce6de8c7b05a844a39493aaafc1c165204a1315f94099dba3a313c4bd0fe908114032b86c55c28e680a09f67166fa4b0fdc0d310a90dc2a9254
DIST launchy-3.1.1.tar.gz 29735 BLAKE2B 11d3552a029f2a791bacff9d6705c493eecef1405dc2dc04129f6eafbe273ef15f6872bfc917f769c21b4adbc8638749cf0677a526330dfcd9b6bab956accc20 SHA512 a4d66b297ef66ccd13fd1e9e75dbba4536aaeb0bef65df17d8e087e7b142d2ec719483b98d93030f94d9519af71b90c612b695f93fa49691c426f33f28ba99fd
diff --git a/dev-ruby/launchy/launchy-3.1.0.ebuild b/dev-ruby/launchy/launchy-3.1.0.ebuild
deleted file mode 100644
index 98f9f10f4ffb..000000000000
--- a/dev-ruby/launchy/launchy-3.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-RUBY_FAKEGEM_GEMSPEC="launchy.gemspec"
-
-inherit ruby-fakegem virtualx
-
-DESCRIPTION="Helper class for launching cross-platform applications"
-HOMEPAGE="https://github.com/copiousfreetime/launchy"
-SRC_URI="https://github.com/copiousfreetime/launchy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/addressable-2.8
- dev-ruby/childprocess:5
- >=dev-ruby/logger-1.6:0
- !<dev-ruby/launchy-2.5.2-r1
-"
-
-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
-}
-
-each_ruby_test() {
- CI=true virtx each_fakegem_test
-}
next reply other threads:[~2025-06-03 13:27 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-03 13:27 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-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
2020-02-28 7: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=1748957221.b9a85416f9064fe559f290efca735949568a2dc6.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