From 22151988a4e344e08ca4e5b1ff7bd1e12c776e45 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 1 Aug 2018 10:42:50 +0200 Subject: app-shells: Version bumps --- app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-4.8.ebuild | 31 ------------------------------- app-shells/zshrc-mv/zshrc-mv-4.9.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-4.8.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-4.9.ebuild (limited to 'app-shells/zshrc-mv') diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index fdc3447d..c97b9a69 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-4.8.tar.gz 12272 SHA512 90bc007e86ed9c8cb91de958696df50e7f3545b57571aca2f8d0100100a884373c5dc759a87c5d58e84ea033627f07d1bb1c32cefe21cd4a3a5cc68c470879f8 +DIST zshrc-mv-4.9.tar.gz 12304 SHA512 ebbe1f8c33ca9818f3e3f6f26ef3737858a3cac627e22e9c4866728d509e789e4200f0c3a5ee1d5eb415bc325c3c36f65d7a29113fc4414355c0e4f621fff00f diff --git a/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild deleted file mode 100644 index 0458608b..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-4.8.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.9.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.9.ebuild new file mode 100644 index 00000000..0458608b --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-4.9.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