public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/neovim-ruby-client/
Date: Wed, 13 Dec 2023 07:10:50 +0000 (UTC)	[thread overview]
Message-ID: <1702451029.4d381faaccbbfc41f46b15f066c2fd88e8920018.graaff@gentoo> (raw)

commit:     4d381faaccbbfc41f46b15f066c2fd88e8920018
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:39:48 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 07:03:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d381faa

dev-ruby/neovim-ruby-client: drop 0.9.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/neovim-ruby-client/Manifest               |  1 -
 .../neovim-ruby-client-0.9.0.ebuild                | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/neovim-ruby-client/Manifest b/dev-ruby/neovim-ruby-client/Manifest
index fa2b07eb378c..027ace499b09 100644
--- a/dev-ruby/neovim-ruby-client/Manifest
+++ b/dev-ruby/neovim-ruby-client/Manifest
@@ -1,2 +1 @@
-DIST neovim-0.9.0.gem 45056 BLAKE2B a98f015c5bb6ddc137169aaa595d6930694e91864c9258e8c9b7bf82b37b6afc89135d1344c07a41b023d94a9e9cb8c850d1fb2f9291c39577a5e78ad449a700 SHA512 18cf3f5276ba69045b3892958acf051b78492f24e002cb167018222cc5b0139bd9dff1cb31105e594646fb52b8e7e6aca6cf653544f4c4314b11eba1c523fede
 DIST neovim-0.9.1.gem 45568 BLAKE2B 1d04ebae7ac708ed8d170ae0652e6b2d5e008efe82c4239479fefac10a23ce3f258d0b501ab72c529c158ad5129324259037804554dd7de26998c1dfbfe9d187 SHA512 93ad413b745ff337036cfe82581575f2f3392212b020323545c8bbd63ecf0d4bb119316a3adce036b4e7d1a5b563501c27934b9eb32b854088920a511115d66d

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.9.0.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.9.0.ebuild
deleted file mode 100644
index 8bac82c5b68c..000000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.9.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-RDEPEND+=" app-editors/neovim"
-DEPEND+=" test? ( app-editors/neovim )"
-
-ruby_add_rdepend "
-	>=dev-ruby/msgpack-1.1:0
-	=dev-ruby/multi_json-1*
-"
-
-all_ruby_prepare() {
-	sed -i -e '/\(bundler\|pry\)/ s:^:#:' spec/helper.rb || die
-
-	# Avoid tests that result in a unix socket path that is too long
-	sed -i -e '/\(establishes an RPC connection\|sets appropriate client info\)/askip "socket path length"' spec/neovim_spec.rb || die
-}


             reply	other threads:[~2023-12-13  7:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13  7:10 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-10  5:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/neovim-ruby-client/ Hans de Graaff
2025-04-10  5:30 Hans de Graaff
2024-07-12  6:00 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2022-12-04 15:08 Hans de Graaff
2022-07-29  7:59 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2020-05-31  8:09 Hans de Graaff
2020-05-31  8:09 Hans de Graaff
2019-11-02 10:10 Hans de Graaff
2019-10-26  5:49 Hans de Graaff
2019-07-28  5:13 Hans de Graaff
2019-07-27  8:42 Hans de Graaff
2019-07-27  7:05 Hans de Graaff
2019-07-27  7:05 Hans de Graaff
2019-04-20 19:01 Mikle Kolyada
2019-04-11 18:04 Hans de Graaff
2018-06-11 20:50 Ole Reifschneider
2018-06-11 20:50 Ole Reifschneider
2018-01-05 13:30 Patrice Clement
2017-10-28 16:23 Andreas Sturmlechner
2017-05-02 19:05 Ole Reifschneider
2017-03-20 19:42 Ole Reifschneider
2016-11-09 21:16 Ole Reifschneider
2016-08-22 20:42 Ole Reifschneider

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=1702451029.4d381faaccbbfc41f46b15f066c2fd88e8920018.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