Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Fri, 05 Jan 2018 17:43:51
Message-Id: 1515174220.7ec4b117cc739c03067cfab7607c73af2c52feca.monsieurp@gentoo
1 commit: 7ec4b117cc739c03067cfab7607c73af2c52feca
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 31 19:36:22 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 17:43:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec4b117
7
8 app-editors/neovim: add remote USE flag.
9
10 app-editors/neovim/metadata.xml | 1 +
11 app-editors/neovim/{neovim-9999.ebuild => neovim-0.2.0-r1.ebuild} | 5 +++--
12 app-editors/neovim/{neovim-9999.ebuild => neovim-0.2.2-r1.ebuild} | 5 +++--
13 app-editors/neovim/neovim-9999.ebuild | 5 +++--
14 4 files changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml
17 index 0671c79ddf3..158212f33e0 100644
18 --- a/app-editors/neovim/metadata.xml
19 +++ b/app-editors/neovim/metadata.xml
20 @@ -9,6 +9,7 @@
21 <flag name="clipboard">Enable clipboard support through a provider</flag>
22 <flag name="nvimpager">Install nvimpager symlink to less.sh macro</flag>
23 <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations</flag>
24 + <flag name="remote">Enable support for remote options using nvr</flag>
25 <flag name="tui">Build the neovim unix tui</flag>
26 <flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of
27 <pkg>dev-lang/lua</pkg></flag>
28
29 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-0.2.0-r1.ebuild
30 similarity index 92%
31 copy from app-editors/neovim/neovim-9999.ebuild
32 copy to app-editors/neovim/neovim-0.2.0-r1.ebuild
33 index a37942870e0..9694b6c32c2 100644
34 --- a/app-editors/neovim/neovim-9999.ebuild
35 +++ b/app-editors/neovim/neovim-0.2.0-r1.ebuild
36 @@ -11,12 +11,12 @@ if [[ ${PV} == 9999 ]]; then
37 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
38 else
39 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 - KEYWORDS="~amd64"
41 + KEYWORDS="~amd64 ~x86"
42 fi
43
44 LICENSE="Apache-2.0 vim"
45 SLOT="0"
46 -IUSE="+clipboard +luajit +nvimpager python ruby +tui +jemalloc"
47 +IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
48
49 CDEPEND=">=dev-libs/libuv-1.2.0
50 >=dev-libs/msgpack-1.0.0
51 @@ -44,6 +44,7 @@ RDEPEND="
52 ${CDEPEND}
53 python? ( dev-python/neovim-python-client )
54 ruby? ( dev-ruby/neovim-ruby-client )
55 + remote? ( dev-python/neovim-remote )
56 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
57
58 CMAKE_BUILD_TYPE=RelWithDebInfo
59
60 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-0.2.2-r1.ebuild
61 similarity index 92%
62 copy from app-editors/neovim/neovim-9999.ebuild
63 copy to app-editors/neovim/neovim-0.2.2-r1.ebuild
64 index a37942870e0..9694b6c32c2 100644
65 --- a/app-editors/neovim/neovim-9999.ebuild
66 +++ b/app-editors/neovim/neovim-0.2.2-r1.ebuild
67 @@ -11,12 +11,12 @@ if [[ ${PV} == 9999 ]]; then
68 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
69 else
70 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 - KEYWORDS="~amd64"
72 + KEYWORDS="~amd64 ~x86"
73 fi
74
75 LICENSE="Apache-2.0 vim"
76 SLOT="0"
77 -IUSE="+clipboard +luajit +nvimpager python ruby +tui +jemalloc"
78 +IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
79
80 CDEPEND=">=dev-libs/libuv-1.2.0
81 >=dev-libs/msgpack-1.0.0
82 @@ -44,6 +44,7 @@ RDEPEND="
83 ${CDEPEND}
84 python? ( dev-python/neovim-python-client )
85 ruby? ( dev-ruby/neovim-ruby-client )
86 + remote? ( dev-python/neovim-remote )
87 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
88
89 CMAKE_BUILD_TYPE=RelWithDebInfo
90
91 diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
92 index a37942870e0..9694b6c32c2 100644
93 --- a/app-editors/neovim/neovim-9999.ebuild
94 +++ b/app-editors/neovim/neovim-9999.ebuild
95 @@ -11,12 +11,12 @@ if [[ ${PV} == 9999 ]]; then
96 EGIT_REPO_URI="https://github.com/neovim/neovim.git"
97 else
98 SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 - KEYWORDS="~amd64"
100 + KEYWORDS="~amd64 ~x86"
101 fi
102
103 LICENSE="Apache-2.0 vim"
104 SLOT="0"
105 -IUSE="+clipboard +luajit +nvimpager python ruby +tui +jemalloc"
106 +IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
107
108 CDEPEND=">=dev-libs/libuv-1.2.0
109 >=dev-libs/msgpack-1.0.0
110 @@ -44,6 +44,7 @@ RDEPEND="
111 ${CDEPEND}
112 python? ( dev-python/neovim-python-client )
113 ruby? ( dev-ruby/neovim-ruby-client )
114 + remote? ( dev-python/neovim-remote )
115 clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
116
117 CMAKE_BUILD_TYPE=RelWithDebInfo