summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-autosuggestions/Manifest2
-rw-r--r--app-shells/zsh-autosuggestions/files/only-at-eol.patch20
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild4
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702.ebuild (renamed from app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180701.ebuild)4
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild4
-rw-r--r--app-shells/zshrc-mv/Manifest2
-rw-r--r--app-shells/zshrc-mv/zshrc-mv-4.5.ebuild (renamed from app-shells/zshrc-mv/zshrc-mv-4.4.ebuild)0
7 files changed, 5 insertions, 31 deletions
diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest
index 9c3b65b2..40482eed 100644
--- a/app-shells/zsh-autosuggestions/Manifest
+++ b/app-shells/zsh-autosuggestions/Manifest
@@ -1,2 +1,2 @@
DIST zsh-autosuggestions-0.4.3.tar.gz 20243 SHA512 c9be728bfd4cea67cc580548bda4c1b043e275a5a6f0c2134120e7e62e4522da2eddfff4c9414b5d6f28210d2f0b0f5bf008e7275c977c81bd61194f653c922c
-DIST zsh-autosuggestions-0.4.4_alpha20180701.tar.gz 20692 SHA512 23521f358e664ec5a13f97f93a499fb8560f4a2b80f48dabaa7753b4821e3eab10ff6bc8e4faedb3b19d37de599030a1e2d230d5661b1b49e47daa27634dc7b5
+DIST zsh-autosuggestions-0.4.4_alpha20180702.tar.gz 21577 SHA512 a0216ad99f0018aa80207f0fa34f25f8d31c484245a59e2d7794fc49343ca466b829852a777baff8adb8650b9e81969f533a053b61c12d80b1c62aed1a1717de
diff --git a/app-shells/zsh-autosuggestions/files/only-at-eol.patch b/app-shells/zsh-autosuggestions/files/only-at-eol.patch
deleted file mode 100644
index 148b684d..00000000
--- a/app-shells/zsh-autosuggestions/files/only-at-eol.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit bab861a33d0889ed13333b1202544f56ad87572f
-Author: Martin Väth <martin@mvath.de>
-Date: Mon Jun 18 19:58:06 2018 +0200
-
- Offer suggestion only if cursor is at end of line
-
- https://github.com/zsh-users/zsh-autosuggestions/issues/343
-
-diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh
-index c4f5671..4f88fd7 100644
---- a/zsh-autosuggestions.zsh
-+++ b/zsh-autosuggestions.zsh
-@@ -350,6 +350,7 @@ _zsh_autosuggest_modify() {
-
- # Fetch a new suggestion based on what's currently in the buffer
- _zsh_autosuggest_fetch() {
-+ [[ $CURSOR -eq $#BUFFER ]] || return 0
- if [[ -n "${ZSH_AUTOSUGGEST_USE_ASYNC+x}" ]]; then
- _zsh_autosuggest_async_request "$BUFFER"
- else
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
index 43191b4f..d4216406 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
@@ -7,7 +7,6 @@ inherit readme.gentoo-r1
RESTRICT="mirror"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-PATCHES=("${FILESDIR}"/only-at-eol.patch)
case ${PV} in
99999999*)
EGIT_REPO_URI="https://github.com/zsh-users/zsh-autosuggestions"
@@ -17,11 +16,10 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="83348778388fb17c6a513482a6927f9c0d4eb09d"
+ EGIT_COMMIT="156ae5ea69de4a68342593ee151ad288695093bf"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
- PATCHES=()
SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz";;
esac
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180701.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702.ebuild
index 43191b4f..d4216406 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180701.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702.ebuild
@@ -7,7 +7,6 @@ inherit readme.gentoo-r1
RESTRICT="mirror"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-PATCHES=("${FILESDIR}"/only-at-eol.patch)
case ${PV} in
99999999*)
EGIT_REPO_URI="https://github.com/zsh-users/zsh-autosuggestions"
@@ -17,11 +16,10 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="83348778388fb17c6a513482a6927f9c0d4eb09d"
+ EGIT_COMMIT="156ae5ea69de4a68342593ee151ad288695093bf"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
- PATCHES=()
SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz";;
esac
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
index 43191b4f..d4216406 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
@@ -7,7 +7,6 @@ inherit readme.gentoo-r1
RESTRICT="mirror"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-PATCHES=("${FILESDIR}"/only-at-eol.patch)
case ${PV} in
99999999*)
EGIT_REPO_URI="https://github.com/zsh-users/zsh-autosuggestions"
@@ -17,11 +16,10 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="83348778388fb17c6a513482a6927f9c0d4eb09d"
+ EGIT_COMMIT="156ae5ea69de4a68342593ee151ad288695093bf"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
- PATCHES=()
SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz";;
esac
diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest
index 9c38cde0..5e34c423 100644
--- a/app-shells/zshrc-mv/Manifest
+++ b/app-shells/zshrc-mv/Manifest
@@ -1 +1 @@
-DIST zshrc-mv-4.4.tar.gz 12169 SHA512 a0e574f8636e911e1eb1d0892be9d69b45201bd2812b5255e6cead0acc7d0dcab225a60ed07130781c4be6f247628a612ba6eee75c6c4196fd8b615e30d104c4
+DIST zshrc-mv-4.5.tar.gz 12218 SHA512 8c3d7692bdd597406cc8b584da47dbb7e4e9beecb9fe7185bdc7bb24c12b688e3d6bde007db60a995656f4b5cb236e1195fb7c047766da95ad74b9b65bf95c60
diff --git a/app-shells/zshrc-mv/zshrc-mv-4.4.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.5.ebuild
index 0458608b..0458608b 100644
--- a/app-shells/zshrc-mv/zshrc-mv-4.4.ebuild
+++ b/app-shells/zshrc-mv/zshrc-mv-4.5.ebuild