diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:42:20 +0100 |
commit | be0ab352405aa2d5d968a8c3905557b914df9626 (patch) | |
tree | 5b5da6a6ab8feb0c82b1f5c6b02e9fafdee83463 /app-editors | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.7 (diff) | |
download | gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.gz gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.bz2 gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.zip |
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.3.8.ebuild | 8 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.4.2.ebuild | 8 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.4.3.ebuild | 8 | ||||
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/app-editors/neovim/neovim-0.3.8.ebuild b/app-editors/neovim/neovim-0.3.8.ebuild index b22a6a5ca7c1..52b26cd51f4b 100644 --- a/app-editors/neovim/neovim-0.3.8.ebuild +++ b/app-editors/neovim/neovim-0.3.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Vim-fork focused on extensibility and agility" HOMEPAGE="https://neovim.io" @@ -62,7 +62,7 @@ src_prepare() { sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \ -i src/nvim/globals.h || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -71,11 +71,11 @@ src_configure() { -DENABLE_JEMALLOC=$(usex jemalloc) -DPREFER_LUA=$(usex luajit no yes) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # install a default configuration file insinto /etc/vim diff --git a/app-editors/neovim/neovim-0.4.2.ebuild b/app-editors/neovim/neovim-0.4.2.ebuild index cf111db0b07c..525ec586a27f 100644 --- a/app-editors/neovim/neovim-0.4.2.ebuild +++ b/app-editors/neovim/neovim-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils eutils xdg +inherit cmake eutils xdg DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" @@ -58,7 +58,7 @@ src_prepare() { sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \ -i src/nvim/globals.h || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -66,11 +66,11 @@ src_configure() { -DFEAT_TUI=$(usex tui) -DPREFER_LUA=$(usex luajit no yes) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # install a default configuration file insinto /etc/vim diff --git a/app-editors/neovim/neovim-0.4.3.ebuild b/app-editors/neovim/neovim-0.4.3.ebuild index d59da9730374..6f27a67c108e 100644 --- a/app-editors/neovim/neovim-0.4.3.ebuild +++ b/app-editors/neovim/neovim-0.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils eutils xdg +inherit cmake eutils xdg DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" @@ -58,7 +58,7 @@ src_prepare() { sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \ -i src/nvim/globals.h || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -66,11 +66,11 @@ src_configure() { -DFEAT_TUI=$(usex tui) -DPREFER_LUA=$(usex luajit no yes) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # install a default configuration file insinto /etc/vim diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 97f2f678904d..6647b38da751 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils eutils xdg +inherit cmake eutils xdg DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" @@ -59,7 +59,7 @@ src_prepare() { sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \ -i src/nvim/globals.h || die - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -67,11 +67,11 @@ src_configure() { -DFEAT_TUI=$(usex tui) -DPREFER_LUA=$(usex luajit no yes) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # install a default configuration file insinto /etc/vim |