summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-07-27 21:53:03 +0200
committerMartin Väth <martin@mvath.de>2018-07-27 21:53:03 +0200
commitd9f064cdcf1b0cc29a1646f63a08eabf966904e9 (patch)
tree751e3817152e1f39f96c5c0f44439dd6dd59a053 /app-shells
parentMore for repoman pickyness (diff)
downloadmv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.gz
mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.bz2
mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.zip
Version bumps
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/fast-syntax-highlighting/Manifest3
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild50
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild (renamed from app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild)0
-rw-r--r--app-shells/schily-tools/Manifest2
-rw-r--r--app-shells/schily-tools/schily-tools-2018.07.25.ebuild (renamed from app-shells/schily-tools/schily-tools-2018.07.16.ebuild)0
-rw-r--r--app-shells/zsh-autosuggestions/Manifest2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild (renamed from app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild)2
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild2
-rw-r--r--app-shells/zshrc-mv/Manifest2
-rw-r--r--app-shells/zshrc-mv/zshrc-mv-4.8.ebuild (renamed from app-shells/zshrc-mv/zshrc-mv-4.7.ebuild)0
11 files changed, 7 insertions, 58 deletions
diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest
index 362476ee..781bd676 100644
--- a/app-shells/fast-syntax-highlighting/Manifest
+++ b/app-shells/fast-syntax-highlighting/Manifest
@@ -1,2 +1 @@
-DIST fast-syntax-highlighting-1.22_alpha20180721.tar.gz 266481 SHA512 8f586bb1cab60c7569c963b56d6b43618e51f4e2114a4279ce47db96279260835e9c5da93ac187b217913a7aa31f25569bd7815ff8fd9cb196c912eb6add158f
-DIST fast-syntax-highlighting-1.23.tar.gz 266188 SHA512 741cf48e2b0251d7559bff244a4012528e77b230bcd2cfeff209c1e99296bd95c969a892e1ec8d6843c02e736329121545f0270a7a2fb353028a30cdc31cb8cb
+DIST fast-syntax-highlighting-1.24.tar.gz 266316 SHA512 e2231d9846fadce96ae70a3ddc6cbfa54362e8dd25790687d714ff184313fbb31ab470f1ec05370b9023ff546f74a6f8b607c4c601a66c73ff6a238c25b12c2f
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild
deleted file mode 100644
index b40002f6..00000000
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2011-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-case ${PV} in
-99999999*)
- EGIT_REPO_URI="https://github.com/zdharma/${PN}.git"
- inherit git-r3
- PROPERTIES="live"
- SRC_URI=""
- KEYWORDS="";;
-*alpha*)
- EGIT_COMMIT="3361bb62d66540eda6dfa23f3df34125c27d420f"
- SRC_URI="https://github.com/zdharma/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
-*)
- SRC_URI="https://github.com/zdharma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz";;
-esac
-
-DESCRIPTION="Optimized and extended zsh-syntax-highlighting"
-HOMEPAGE="https://github.com/zdharma/fast-syntax-highlighting/"
-
-LICENSE="HPND"
-SLOT="0"
-IUSE=""
-
-RDEPEND="app-shells/zsh"
-DEPEND=""
-
-src_install() {
- local DISABLE_AUTOFORMATTING DOC_CONTENTS dir
- dir="/usr/share/zsh/site-contrib/${PN}"
- DISABLE_AUTOFORMATTING="true"
- DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. ${EPREFIX}${dir}/fast-syntax-highlighting.plugin.zsh"'
-at the end of your ~/.zshrc
-For testing, you can also execute the above command in your zsh.'
- readme.gentoo_create_doc
- insinto "${dir}"
- doins -r *
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild
index b40002f6..b40002f6 100644
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild
+++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild
diff --git a/app-shells/schily-tools/Manifest b/app-shells/schily-tools/Manifest
index e0f869c5..4eda381a 100644
--- a/app-shells/schily-tools/Manifest
+++ b/app-shells/schily-tools/Manifest
@@ -1 +1 @@
-DIST schily-2018-07-16.tar.bz2 4277997 SHA512 87961ae4fbfe836e9c769948569e069507caee8ab7bc92f71496dc1b766a26dc88f8bab8b8087c787ed136b5d4ae46f31c998defb0bebd84f864ee7fb8588e85
+DIST schily-2018-07-25.tar.bz2 4287495 SHA512 b3b67ade60efcfd71b62138846bed4b533da7dfec486d233a0608e93261e1fe769a31e6fe37037bc9bda3ccca584065644c6774b6d4fa5348abb801a6c30972c
diff --git a/app-shells/schily-tools/schily-tools-2018.07.16.ebuild b/app-shells/schily-tools/schily-tools-2018.07.25.ebuild
index 1f52e262..1f52e262 100644
--- a/app-shells/schily-tools/schily-tools-2018.07.16.ebuild
+++ b/app-shells/schily-tools/schily-tools-2018.07.25.ebuild
diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest
index 2a214244..e1e7f83e 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_alpha20180702_p1.tar.gz 21614 SHA512 9a94219709f28e240cfd82aba0c481283ccf8b20796b72124cebbe6bcd49fb5e6bfef5648e7a58b625a78357c1d96db5ecf7afd194b77725eee3c955ff63d943
+DIST zsh-autosuggestions-0.4.4_alpha20180717.tar.gz 21861 SHA512 6be82b3b03bef731c416c0e3be9c9f876584037dc9619f96bbc1246c393f3df7b0ee0ebdd14a6da4bde021fbe3b9551212b2732165646fa18eb13805e9e24b24
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 ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.3.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild
index ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180702_p1.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.4.4_alpha20180717.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
index ff8e8d76..6fae6d6a 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-99999999.ebuild
@@ -16,7 +16,7 @@ case ${PV} in
SRC_URI=""
KEYWORDS="";;
*alpha*)
- EGIT_COMMIT="106bf02d4993ead76ff2f0677c384c6d67020c00"
+ EGIT_COMMIT="fa5d9c0ff5fb202545e12c98dae086d91d70ba50"
SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest
index 5739fce3..fdc3447d 100644
--- a/app-shells/zshrc-mv/Manifest
+++ b/app-shells/zshrc-mv/Manifest
@@ -1 +1 @@
-DIST zshrc-mv-4.7.tar.gz 12255 SHA512 6980f1adeb9a9035845ff1d8dcf8ff94ea5e7d0b7a85e914737aa1ed94f075e0e1852ec01d41c62101733bd7adca5bdf23b08614995fe22d065d81dd142cd01e
+DIST zshrc-mv-4.8.tar.gz 12272 SHA512 90bc007e86ed9c8cb91de958696df50e7f3545b57571aca2f8d0100100a884373c5dc759a87c5d58e84ea033627f07d1bb1c32cefe21cd4a3a5cc68c470879f8
diff --git a/app-shells/zshrc-mv/zshrc-mv-4.7.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild
index 0458608b..0458608b 100644
--- a/app-shells/zshrc-mv/zshrc-mv-4.7.ebuild
+++ b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild