commit: d3c39ee7707f7114eb40eb123c9b65d3a022de82 Author: Ole Reifschneider <mail <AT> ole-reifschneider <DOT> de> AuthorDate: Fri Feb 20 17:47:33 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Fri Feb 20 20:57:26 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d3c39ee7
Fix dependencies Package-Manager: portage-2.2.14 --- app-editors/neovim/ChangeLog | 3 +++ app-editors/neovim/neovim-9999.ebuild | 30 ++++++++++++++---------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog index ef2a88d..c524dec 100644 --- a/app-editors/neovim/ChangeLog +++ b/app-editors/neovim/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Feb 2015; Ole Reifschneider <[email protected]> neovim-9999.ebuild: + Fix dependencies + 19 Jan 2015; Justin Lecher <[email protected]> neovim-9999.ebuild: Fix deps, https://github.com/neovim/neovim/issues/1166 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 3871687..e7341b9 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -4,7 +4,10 @@ EAPI=5 -inherit cmake-utils flag-o-matic +inherit cmake-utils + +DESCRIPTION="Vim's rebirth for the 21st century" +HOMEPAGE="https://github.com/neovim/neovim" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="git://github.com/neovim/neovim.git" @@ -15,23 +18,18 @@ else KEYWORDS="~amd64" fi -DESCRIPTION="Vim's rebirth for the 21st century" -HOMEPAGE="https://github.com/neovim/neovim" - -LICENSE="vim" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" IUSE="" -src_configure() { - append-flags "-DNDEBUG -Wno-error -D_FORTIFY_SOURCE=1" - cmake-utils_src_configure -} - -RDEPEND="app-admin/eselect-vi - sys-libs/ncurses" -DEPEND="${RDEPEND} - dev-lang/luajit - >=dev-libs/libuv-0.11.19 +DEPEND=" + ${RDEPEND} + dev-lang/luajit:2 + =dev-libs/libtermkey-9999 + =dev-libs/unibilium-1.1.1 + =dev-libs/msgpack-9999 + >=dev-libs/libuv-1.1.0 dev-lua/lpeg - >=dev-lua/cmsgpack-9999" + dev-lua/messagepack +"
