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, 22 Aug 2016 20:42:46 +0000 (UTC)	[thread overview]
Message-ID: <1471898527.fed33bd6b8ac030a5322fa22735b936c3e37474c.tranquility@gentoo> (raw)

commit:     fed33bd6b8ac030a5322fa22735b936c3e37474c
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 20:33:42 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 20:42:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed33bd6

dev-ruby/neovim-ruby-client: Initial commit

Package-Manager: portage-2.3.0

 dev-ruby/neovim-ruby-client/Manifest                 |  1 +
 dev-ruby/neovim-ruby-client/metadata.xml             |  8 ++++++++
 .../neovim-ruby-client-0.3.0.ebuild                  | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-ruby/neovim-ruby-client/Manifest b/dev-ruby/neovim-ruby-client/Manifest
new file mode 100644
index 0000000..c363138
--- /dev/null
+++ b/dev-ruby/neovim-ruby-client/Manifest
@@ -0,0 +1 @@
+DIST neovim-0.3.0.gem 32256 SHA256 daf9851c1733a5674b0d29c07ac038436686bb75ec4bff00922d7caf9cd4f9e5 SHA512 ba6494da2022b50942df22a91c54674bd66794c1a60f62c5c08886232f93a66465f9d696ce5a84399f09a1dfcb1eea4edc96f752770e23e47b041c32c4f0c594 WHIRLPOOL 8b09cfcdb13788876b0667769182d4f2d06c45612f91253311486325d823d007d8bc163130aeec4d962b70504192be1f0604cec8662539d4db007022adea54d4

diff --git a/dev-ruby/neovim-ruby-client/metadata.xml b/dev-ruby/neovim-ruby-client/metadata.xml
new file mode 100644
index 0000000..d8772d4
--- /dev/null
+++ b/dev-ruby/neovim-ruby-client/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tranquility@gentoo.org</email>
+		<name>Ole Reifschneider</name>
+	</maintainer>
+</pkgmetadata>

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
new file mode 100644
index 0000000..18d7bed
--- /dev/null
+++ b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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:[~2016-08-22 20:42 UTC|newest]

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