commit: 7e53efe78fb019e9b5fc95cef760ee575769d17c Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Mar 11 21:07:30 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Mar 11 21:07:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7e53efe7
initial commit Package-Manager: portage-2.2.8-r1 --- app-editors/neovim/ChangeLog | 9 +++++++++ app-editors/neovim/metadata.xml | 5 +++++ app-editors/neovim/neovim-9999.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-editors/neovim/ChangeLog b/app-editors/neovim/ChangeLog new file mode 100644 index 0000000..65b4aad --- /dev/null +++ b/app-editors/neovim/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-editors/neovim +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*neovim-9999 (11 Mar 2014) + + 11 Mar 2014; Christoph Junghans <[email protected]> +metadata.xml, + +neovim-9999.ebuild: + initial commit diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml new file mode 100644 index 0000000..897aa2e --- /dev/null +++ b/app-editors/neovim/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> +</pkgmetadata> diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild new file mode 100644 index 0000000..2f77478 --- /dev/null +++ b/app-editors/neovim/neovim-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils + +if [ "${PV}" = "9999" ]; then + EGIT_REPO_URI="git://github.com/neovim/neovim.git" + inherit git-r3 + KEYWORDS="" +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Vim's rebirth for the 21st century" +HOMEPAGE="https://github.com/neovim/neovim" + +LICENSE="vim" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="app-admin/eselect-vi + sys-libs/ncurses" +DEPEND="${RDEPEND} + >=dev-libs/libuv-0.11.19"
