From 874d98a2cd51ecaf38f2912976797fc2fd894de9 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 2 Jul 2018 11:26:57 +0200 Subject: Version bumps --- app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-4.4.ebuild | 31 ------------------------------- app-shells/zshrc-mv/zshrc-mv-4.5.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-4.4.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-4.5.ebuild (limited to 'app-shells/zshrc-mv') 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.4.ebuild deleted file mode 100644 index 0458608b..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-4.4.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.5.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.5.ebuild new file mode 100644 index 00000000..0458608b --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-4.5.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