mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
dev-ruby/neovim-ruby-client: Initial commit
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-ruby/neovim-ruby-client/Manifest
Normal file
1
dev-ruby/neovim-ruby-client/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST neovim-0.3.0.gem 32256 SHA256 daf9851c1733a5674b0d29c07ac038436686bb75ec4bff00922d7caf9cd4f9e5 SHA512 ba6494da2022b50942df22a91c54674bd66794c1a60f62c5c08886232f93a66465f9d696ce5a84399f09a1dfcb1eea4edc96f752770e23e47b041c32c4f0c594 WHIRLPOOL 8b09cfcdb13788876b0667769182d4f2d06c45612f91253311486325d823d007d8bc163130aeec4d962b70504192be1f0604cec8662539d4db007022adea54d4
|
||||
8
dev-ruby/neovim-ruby-client/metadata.xml
Normal file
8
dev-ruby/neovim-ruby-client/metadata.xml
Normal file
@@ -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>
|
||||
20
dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild
Normal file
20
dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.0.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user