From 4a54be059519127d9d40e35ae067862375b5a121 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 11 Jun 2018 16:48:05 +0200 Subject: Add zsh-autosuggestions. Minor fixes --- .../fast-syntax-highlighting-1.21.ebuild | 11 ----------- .../fast-syntax-highlighting-99999999.ebuild | 11 ----------- 2 files changed, 22 deletions(-) (limited to 'app-shells/fast-syntax-highlighting') diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild index 8af368de..d636d94d 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild @@ -32,17 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - src_install() { local DISABLE_AUTOFORMATTING DOC_CONTENTS dir dir="/usr/share/zsh/site-contrib/${PN}" diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild index 8af368de..d636d94d 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild @@ -32,17 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - -MAKE_ARGS=( - "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" - "DOC_DIR=${ED}/usr/share/doc/${PF}" -) - src_install() { local DISABLE_AUTOFORMATTING DOC_CONTENTS dir dir="/usr/share/zsh/site-contrib/${PN}" -- cgit v1.2.3-65-gdbad