From b2779f39d78dd9532cb3503fc27b31154bd890ec Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Tue, 12 Jun 2018 21:03:59 +0200 Subject: app-shells/zsh-*: Version bumps --- app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-4.2.ebuild | 31 ------------------------------- app-shells/zshrc-mv/zshrc-mv-4.3.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-4.2.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-4.3.ebuild (limited to 'app-shells/zshrc-mv') diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index 9d8004d8..76f17ca4 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-4.2.tar.gz 11477 SHA512 b485da5d7af00620e65afa7a6d87c6db23c41fee853f74783327c56b057f086d7c2fb36a1be42480cf422ab4744542564a5ef60b1297002dde2d588e4d322797 +DIST zshrc-mv-4.3.tar.gz 11472 SHA512 34266b1680ef24ac306883cc562d7f3bc30ea1385709ed1707f6ac5cd71a5c0028a27045be77af6956975201d225d9558ea0d0027dc05092f4b65d1599af7c05 diff --git a/app-shells/zshrc-mv/zshrc-mv-4.2.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.2.ebuild deleted file mode 100644 index 0458608b..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2013-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -DESCRIPTION="A zshrc file initializing zsh specific interactive features" -HOMEPAGE="https://github.com/vaeth/zshrc-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -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" -IUSE="" - -# These should really depend on USE-flags but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND=">=app-shells/auto-fu-zsh-0.0.1.12_p0 ->=app-shells/set_prompt-3.0.0 -app-shells/termcolors-mv -app-shells/zsh-autosuggestions -|| ( app-shells/fast-syntax-highlighting app-shells/zsh-syntax-highlighting )" - -RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)] - ${OPTIONAL_RDEPEND}" - -src_install() { - dodoc README.md - insinto /etc/zsh - doins zshrc -} diff --git a/app-shells/zshrc-mv/zshrc-mv-4.3.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.3.ebuild new file mode 100644 index 00000000..0458608b --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-4.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 2013-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +DESCRIPTION="A zshrc file initializing zsh specific interactive features" +HOMEPAGE="https://github.com/vaeth/zshrc-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +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" +IUSE="" + +# These should really depend on USE-flags but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND=">=app-shells/auto-fu-zsh-0.0.1.12_p0 +>=app-shells/set_prompt-3.0.0 +app-shells/termcolors-mv +app-shells/zsh-autosuggestions +|| ( app-shells/fast-syntax-highlighting app-shells/zsh-syntax-highlighting )" + +RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)] + ${OPTIONAL_RDEPEND}" + +src_install() { + dodoc README.md + insinto /etc/zsh + doins zshrc +} -- cgit v1.2.3-65-gdbad