forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ruby/neovim-ruby-client: Bump version to 0.3.1 and remove ruby 2.0
Package-Manager: portage-2.3.2
- Loading branch information
1 parent
bee6704
commit 5a182e9
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST neovim-0.3.0.gem 32256 SHA256 daf9851c1733a5674b0d29c07ac038436686bb75ec4bff00922d7caf9cd4f9e5 SHA512 ba6494da2022b50942df22a91c54674bd66794c1a60f62c5c08886232f93a66465f9d696ce5a84399f09a1dfcb1eea4edc96f752770e23e47b041c32c4f0c594 WHIRLPOOL 8b09cfcdb13788876b0667769182d4f2d06c45612f91253311486325d823d007d8bc163130aeec4d962b70504192be1f0604cec8662539d4db007022adea54d4 | ||
DIST neovim-0.3.1.gem 34304 SHA256 1c775b26dac08e97793ce7c49a855df922f9b280a8146c1599eb778537991505 SHA512 1e786fa4cfb37f6769c2f717508eabbb4892c9c04a530036d7db481995e341040dd43648e77c7c00f183490ae21c08d4ae6f8379cd8800f967f54fd46c3b72a4 WHIRLPOOL 917ff6bfbe7af12ad43ddef9f29ecad836aad18582e6d7119d14015ac64c038e0d1b24acb02c53aefb52aaa5f1ad22eec230b4f1c7a7f263a6b2656b4e0fd3df |
20 changes: 20 additions & 0 deletions
20
dev-ruby/neovim-ruby-client/neovim-ruby-client-0.3.1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |