From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DD623138A1A for ; Fri, 20 Feb 2015 23:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B56FE080A; Fri, 20 Feb 2015 23:10:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDBEFE07F9 for ; Fri, 20 Feb 2015 23:10:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFEF4340F31 for ; Fri, 20 Feb 2015 21:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 533131231A for ; Fri, 20 Feb 2015 21:54:21 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424465846.d3c39ee7707f7114eb40eb123c9b65d3a022de82.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-editors/neovim/ X-VCS-Repository: proj/sci X-VCS-Files: app-editors/neovim/ChangeLog app-editors/neovim/neovim-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: d3c39ee7707f7114eb40eb123c9b65d3a022de82 X-VCS-Branch: master Date: Fri, 20 Feb 2015 21:54:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4fd68ed-4569-4b41-ae26-02c5f6427cf2 X-Archives-Hash: 63cb82725d5621b7dead92f1495d6c3c commit: d3c39ee7707f7114eb40eb123c9b65d3a022de82 Author: Ole Reifschneider ole-reifschneider de> AuthorDate: Fri Feb 20 17:47:33 2015 +0000 Commit: Christoph Junghans gentoo 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 neovim-9999.ebuild: + Fix dependencies + 19 Jan 2015; Justin Lecher 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 +"