Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/yngwin:master commit in: app-editors/neovim/
Date: Thu, 27 Feb 2014 14:56:49
Message-Id: 1393509083.f358aa33daa26ba9b6a6135c8255f5eae803d59f.yngwin@gentoo
1 commit: f358aa33daa26ba9b6a6135c8255f5eae803d59f
2 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 13:51:23 2014 +0000
4 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 13:51:23 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/yngwin.git;a=commit;h=f358aa33
7
8 app-editors/neovim initial commit, ebuild by me
9
10 ---
11 app-editors/neovim/neovim-9999.ebuild | 20 ++++++++++++++++++++
12 1 file changed, 20 insertions(+)
13
14 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
15 new file mode 100644
16 index 0000000..00ff769
17 --- /dev/null
18 +++ b/app-editors/neovim/neovim-9999.ebuild
19 @@ -0,0 +1,20 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +inherit cmake-utils git-r3
26 +
27 +DESCRIPTION="Vim's rebirth for the 21st century"
28 +HOMEPAGE="https://github.com/neovim/neovim"
29 +EGIT_REPO_URI="git://github.com/neovim/neovim.git"
30 +
31 +LICENSE="vim"
32 +SLOT="0"
33 +KEYWORDS=""
34 +IUSE=""
35 +
36 +RDEPEND="app-admin/eselect-vi
37 + sys-libs/ncurses"
38 +DEPEND="${RDEPEND}
39 + >=dev-libs/libuv-0.11.19"