public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/neovim-ruby-client/
Date: Mon, 11 Jun 2018 20:50:43 +0000 (UTC)	[thread overview]
Message-ID: <1528750235.c57478609a5a0e68fff8da5965260215d02179ba.tranquility@gentoo> (raw)

commit:     c57478609a5a0e68fff8da5965260215d02179ba
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 20:49:36 2018 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 20:50:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5747860

dev-ruby/neovim-ruby-client: Clean old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-ruby/neovim-ruby-client/Manifest                  |  4 ----
 .../neovim-ruby-client-0.3.0.ebuild                   | 19 -------------------
 .../neovim-ruby-client-0.3.1.ebuild                   | 19 -------------------
 .../neovim-ruby-client-0.3.2.ebuild                   | 19 -------------------
 .../neovim-ruby-client-0.4.0.ebuild                   | 19 -------------------
 5 files changed, 80 deletions(-)

diff --git a/dev-ruby/neovim-ruby-client/Manifest b/dev-ruby/neovim-ruby-client/Manifest
index fed6f886250..0688815b43e 100644
--- a/dev-ruby/neovim-ruby-client/Manifest
+++ b/dev-ruby/neovim-ruby-client/Manifest
@@ -1,6 +1,2 @@
-DIST neovim-0.3.0.gem 32256 BLAKE2B 43582130775bf4ed3fbdbb586f78ab93eb81f789daa2d101efbdad31adf7ceb5befbdd7663f8c52dcb56e7845dc173e631a70ba5c424e722b2cc6f01d6192a3f SHA512 ba6494da2022b50942df22a91c54674bd66794c1a60f62c5c08886232f93a66465f9d696ce5a84399f09a1dfcb1eea4edc96f752770e23e47b041c32c4f0c594
-DIST neovim-0.3.1.gem 34304 BLAKE2B 6a979d7355e69a6169ca0b7c11df70742a0b718201027083435ecbcb869b560d3d229cd34887a4e9618a0fbaa322a7f4a8b7083fbaf160e8dce04a8634741a2d SHA512 1e786fa4cfb37f6769c2f717508eabbb4892c9c04a530036d7db481995e341040dd43648e77c7c00f183490ae21c08d4ae6f8379cd8800f967f54fd46c3b72a4
-DIST neovim-0.3.2.gem 35328 BLAKE2B 83a0122a2eb52ef6487e2fcf59b49561f0257f8e5fc89f22995f85018ce7263d8325510187108c6b16c6b16e8e9d9390c718e79a7820ec9f8285f711bcc7911b SHA512 252f8bf13c190ae138074e6fc90391c22cb56b9c8679af13ba1e914a57cbc1206ec296457763d2e41955ade17d0aafc0f61b81ceb9d94f3b3d7cdfb17f7aa404
-DIST neovim-0.4.0.gem 37888 BLAKE2B 9e14aa3a643a1bea7b1836b387ed1fc78ee500352c8d34597fb85c0c36534f5fd8a7292a5b75d22bcaab73215301e98abea6c7cc2eacab340ebd4d6874ccaeb3 SHA512 0583c3bb108d8fdc19fe992f8879e65bec2e4cb94a985a7caa73d47cca58253eae43950671e3365b68a715362b54cafdb62b23367f893e48bdc0b32e746bd16e
 DIST neovim-0.5.1.gem 47104 BLAKE2B 030448fb6df7d88dcb6440d9856f373c8e553c98c4ef769f18b517be6e104e35b78fb0bf1dd2e3aba8201367d2b89ea17105bbf84d31c1ee72632b7efb5ae894 SHA512 2c54292c426364e082e785eabd4046997db3e63e0679c29be60d58d3bec1a646afa6dd2eec764e2941d8214a62e9c9045a19ddb7df6fd6e5146f5bce091f8a79
 DIST neovim-0.7.1.gem 40960 BLAKE2B 9f23c0f754c696b28679c839132c8fe4d9d7095249966187c1d378cd89b5468ae98349e7ef044a9ae3749443a0cb97206f1fed3617192afea31680a86b3124b7 SHA512 075de15135ab11f268211a2db90766d1de9e7581d945513c0fe2a1abb4f9dcba1f5814b62e91f2a615015eeb1dbd54ffa0f4edd0acd71ea635046963074ad32a

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild
deleted file mode 100644
index 8d760c0d3e4..00000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend ">=dev-ruby/msgpack-1.0.0"

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.1.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.1.ebuild
deleted file mode 100644
index 8d760c0d3e4..00000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend ">=dev-ruby/msgpack-1.0.0"

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.2.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.2.ebuild
deleted file mode 100644
index 074e014df7e..00000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend ">=dev-ruby/msgpack-1.0.0"

diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.4.0.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.4.0.ebuild
deleted file mode 100644
index 074e014df7e..00000000000
--- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.4.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_NAME="neovim"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for Neovim"
-HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend ">=dev-ruby/msgpack-1.0.0"


             reply	other threads:[~2018-06-11 20:50 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-11 20:50 Ole Reifschneider [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-12-13  7:10 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-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=1528750235.c57478609a5a0e68fff8da5965260215d02179ba.tranquility@gentoo \
    --to=tranquility@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