From 31afb6e3d5dcb145c247cf2f27a05975de707f09 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 19 Jan 2019 09:18:05 +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-4.10.ebuild | 31 ------------------------------- app-shells/zshrc-mv/zshrc-mv-5.0.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-4.10.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-5.0.ebuild (limited to 'app-shells') diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index df2d05fa..189f58c4 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-4.10.tar.gz 12313 SHA512 959fc0a65f540ec1355465d041c71373b51e780837a6732aac1e18ede3efd578e0de3003b8e7c9e7a385b3b8c3fc2f0cbf09b9d5953b62d338b0ee30b5993ec4 +DIST zshrc-mv-5.0.tar.gz 12667 SHA512 16422632556e55b23e49518e845902b5d5d63c6fa6024d4f3af3e44c254d04664a9448fb2dffc41a92be6e583297f7abebe51b0bf77d7c804b942a285dda19a4 diff --git a/app-shells/zshrc-mv/zshrc-mv-4.10.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.10.ebuild deleted file mode 100644 index c374d896..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-4.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2013-2018 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="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-5.0.ebuild b/app-shells/zshrc-mv/zshrc-mv-5.0.ebuild new file mode 100644 index 00000000..1b8802d7 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-5.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2013-2019 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-18-g5258