From 9b2577e6749d7e25c4129ebfef42b7fe1d861809 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 1 Nov 2020 08:24:48 +0100 Subject: app-shells/zshrc-mv: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-6.4.ebuild | 31 ------------------------------- app-shells/zshrc-mv/zshrc-mv-6.5.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-6.4.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-6.5.ebuild (limited to 'app-shells/zshrc-mv') diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index af0e6ba0..74328f0b 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-6.4.tar.gz 13246 SHA512 7e4188d2c01dd452afddd47e145d3cac0ddd2ec19f2e44ab10041007421a589cbdb00b011d0b8f3cf287975f7283666e76e1af9ebb5eeb346ad6121dfd1fba3b +DIST zshrc-mv-6.5.tar.gz 13260 SHA512 f69888befff5fb60f44c2daad2b5cfc88bd6f9b56cd0dd77b498b271c3a6413434c0c82780926cc0cff913595437e99f476a71a141824ee657c530a207fb615b diff --git a/app-shells/zshrc-mv/zshrc-mv-6.4.ebuild b/app-shells/zshrc-mv/zshrc-mv-6.4.ebuild deleted file mode 100644 index ed9b5e56..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-6.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2013-2020 Martin V\"ath -# 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="CC-BY-4.0" -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-6.5.ebuild b/app-shells/zshrc-mv/zshrc-mv-6.5.ebuild new file mode 100644 index 00000000..ed9b5e56 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-6.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 2013-2020 Martin V\"ath +# 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="CC-BY-4.0" +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