mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2025-07-31 09:51:37 -07:00
add app-vim, app-nvim, app-shells
This commit is contained in:
3
app-vim/lightline/Manifest
Normal file
3
app-vim/lightline/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
EBUILD lightline-20171018-r1.ebuild 1211 SHA256 4b4fbf03dae4a1b6cf37e9cb2828aa0bec3c6a68c2af6e4a4ac1fd60dc4f9542 SHA512 257e209939a85718ec8eb27a664d6bbfcf880cb7486fe564e724747ea1336610a0877cdb67c6ba4e7405ce9f7e4554d1cb1980ed5817c100fa964bb78a69d547 WHIRLPOOL 4a864918a645b81369575b5329842eafa8543b63f5792281b469901a6f505017379ed24780be37606010e27ebe259757a336146ee767f1c0e9b0f629fba8a1ff
|
||||
EBUILD lightline-20171216-r1.ebuild 1211 SHA256 7919984fdc79becd3d032f732c8a01bd5a6bb2467a1c190854becdd054b411f8 SHA512 56a4ba25719379906c7b194ddcedef28b9647eeb62c843bff27491e4280aee83a6c726f56af816ab375ea6dd7001c149c2747e6e85de12c004925b82b36d3f3b WHIRLPOOL 314234758cf46973f10c90d21d4ef3bd823b4408bbbf8d7c4318e5bcfd4c8ba2743ec4b8122d0bddbf0ff903a33f04e4419ad73bbb3d899b2b7dc8ebebcbfdd1
|
||||
MISC README.md 78 SHA256 38ed5e614fc2246f819671c612fdb3a4b1f153a4879f8f69813e2e20deb3b5ed SHA512 d843934c1db4d8aa3fd2c53a0add06cb642b8e5132af7178dce7776bc2de181c37128c1999c939ec6103ba467b824b78fdd8fe3594667d0c95d4197fa6ad3a5f WHIRLPOOL 2f0df423aad3294af26c9ce47f1af9e4f61950099ea09ed2a6da90431210504abac21ec4c6dffaee8f31bbc78ece3cf9b91f00f613282a9393dc38ec64ece6ca
|
2
app-vim/lightline/README.md
Normal file
2
app-vim/lightline/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
## For both vim and neovim
|
||||
packaged so that it works with both vim and neovim
|
47
app-vim/lightline/lightline-20171018-r1.ebuild
Normal file
47
app-vim/lightline/lightline-20171018-r1.ebuild
Normal file
@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vim-plugin git-r3
|
||||
|
||||
|
||||
EGIT_REPO_URI="https://github.com/itchyny/lightline.vim.git"
|
||||
EGIT_COMMIT="89b32d170405b9085bed9cfb6bc4bab8cd8bd81c"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
PROPERTIES="live"
|
||||
|
||||
DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
|
||||
HOMEPAGE="https://github.com/itchyny/lightline.vim/"
|
||||
LICENSE="vim.org"
|
||||
VIM_PLUGIN_HELPFILES="${PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING="true"
|
||||
DOC_CONTENTS="You may have to update \$TERM in your environment,
|
||||
see https://github.com/itchyny/lightline.vim"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r autoload
|
||||
doins -r doc
|
||||
doins -r plugin
|
||||
vim-plugin_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "${DOC_CONTENTS}"
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
47
app-vim/lightline/lightline-20171216-r1.ebuild
Normal file
47
app-vim/lightline/lightline-20171216-r1.ebuild
Normal file
@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vim-plugin git-r3
|
||||
|
||||
|
||||
EGIT_REPO_URI="https://github.com/itchyny/lightline.vim.git"
|
||||
EGIT_COMMIT="b19faca129f7921766c0a32a7c378dc89a61e590"
|
||||
SRC_URI=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
PROPERTIES="live"
|
||||
|
||||
DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
|
||||
HOMEPAGE="https://github.com/itchyny/lightline.vim/"
|
||||
LICENSE="vim.org"
|
||||
VIM_PLUGIN_HELPFILES="${PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING="true"
|
||||
DOC_CONTENTS="You may have to update \$TERM in your environment,
|
||||
see https://github.com/itchyny/lightline.vim"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/nvim/runtime
|
||||
doins -r autoload
|
||||
doins -r doc
|
||||
doins -r plugin
|
||||
vim-plugin_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "${DOC_CONTENTS}"
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
echo -n "Updating neovim (nvim) help tags..."
|
||||
/usr/bin/nvim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/nvim/runtime/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done. "
|
||||
}
|
Reference in New Issue
Block a user