mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 08:14:41 +02:00
Fix location of powerline.vim file
rm is uncommented because there is no “source_plugin” now.
This commit is contained in:
parent
9a0b970b07
commit
da5ac61062
@ -1 +1 @@
|
||||
EBUILD powerline-9999.ebuild 1893 SHA256 89fb4b832b6ef2eda7b9d013ab7471cf9252f68266428cf9ad2e04b913ee44d4 SHA512 606110718187f98adb7dae2c7ff8b90288b7a7613e06a92a16ecac7ca98ef6acbde2c44ee3364bd5878315b5dc00bc8ae0bd4ef84300b93e3ed39827c8cc004b WHIRLPOOL 332205cc8139e30907f83d8299f2bea9fd9adf9de518397bdd74d7ab1baaa0d1bc61756cb6844405e81583e7e6b11006c5f9c7f9a82f663a4f4a9cceadd99513
|
||||
EBUILD powerline-9999.ebuild 2043 SHA256 b7031c4706b0106571004a483a89c712507014322ddfc2da93e95d6a7a205592 SHA512 0556fdba996375ef3e306de22cf91f6984268958e8ffebef58549618eb876f3049486c76396198af1335b52673682697247cbe2fcc11cbc371ba4b9ecebeab98 WHIRLPOOL b72d70a3703366514a18b2c6b5353b21ae44275efda4df3b35a3917c11706a61d6e6c662682f776e888d179a8de4fa18fae2770eb502dfec5182c3468ecd2715
|
||||
|
@ -18,7 +18,7 @@ SRC_URI=""
|
||||
|
||||
LICENSE="CC-Attribution-ShareAlike-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="vim zsh doc"
|
||||
|
||||
#if LIVE
|
||||
@ -51,9 +51,11 @@ src_install() {
|
||||
font_src_install
|
||||
if use vim ; then
|
||||
insinto /usr/share/vim/vimfiles/plugin
|
||||
doins powerline/bindings/vim/powerline.vim
|
||||
# Don't do sys.path.append, it points to wrong location
|
||||
sed -i -e '/sys\.path\.append/d' powerline/bindings/vim/plugin/powerline.vim
|
||||
doins powerline/bindings/vim/plugin/powerline.vim
|
||||
fi
|
||||
# rm powerline/bindings/vim/powerline.vim
|
||||
rm powerline/bindings/vim/plugin/powerline.vim
|
||||
if use zsh ; then
|
||||
insinto /usr/share/zsh/site-contrib
|
||||
doins powerline/bindings/zsh/powerline.zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user