From a3ce90082dab4bed58b407b823d524a87552f216 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 21 Nov 2015 11:26:55 +0100 Subject: app-shells/zshrc-mv: Version bump --- app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-2.23.ebuild | 30 ------------------------------ app-shells/zshrc-mv/zshrc-mv-2.24.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-2.23.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-2.24.ebuild (limited to 'app-shells') diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index 5cf560fe..5110de78 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-2.23.tar.gz 9301 SHA256 c8b00165c20e373df6fffbef51f834f1af8aaa11c89e2c30bc45bb9b7e688ce1 SHA512 29715549f31ce8995ce28283544f34941d764ed6f85a0e7ccb947657061951e42d5aa14ac2a28b1ad42f7fddf781e30ff111dcdc71a036429c71acc3cdf9e7d1 WHIRLPOOL b2fc8f8d3fa52d800b285a265b5c7f86d26707b827005d08515e2292b18fb354143b7ff56d654d6a196be8a2ff0a92a2c85515236445e0e90a4a92fb21e03e7c +DIST zshrc-mv-2.24.tar.gz 9433 SHA256 ccb00ba5bb1438c039e6899f6ca5c49517c02913e173f672028347a04b1487aa SHA512 ac8584e53c0d69439c090f378939b781ae3926cb1991ebf0f8ce766e318d6a1683383a4e8d7e575fa85454d8985549ce2521909b7c496580692b27af5e7a14ce WHIRLPOOL d0bce97b5bf59ff746995df70347ff02fa2f87dc5030a8b228dc6a6a5d6ea24a2c27f834f48d09e619e73154b35fc9ad15c0ee217130720f409ef1a36de7777d diff --git a/app-shells/zshrc-mv/zshrc-mv-2.23.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.23.ebuild deleted file mode 100644 index 41952656..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-2.23.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -RESTRICT="mirror" -inherit eutils - -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="~amd64 ~x86" -IUSE="" -RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" - -src_install() { - dodoc README - insinto /etc/zsh - doins zshrc -} - -pkg_postinst() { - optfeature "automagic completion" '>=app-shells/auto-fu-zsh-0.0.1.13' - optfeature "syntax highlighting" 'app-shells/zsh-syntax-highlighting' - optfeature "a nice prompt" 'app-shells/set_prompt' - optfeature "nice directory colors" 'app-shells/termcolors-mv' -} diff --git a/app-shells/zshrc-mv/zshrc-mv-2.24.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.24.ebuild new file mode 100644 index 00000000..41952656 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-2.24.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +RESTRICT="mirror" +inherit eutils + +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="~amd64 ~x86" +IUSE="" +RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" + +src_install() { + dodoc README + insinto /etc/zsh + doins zshrc +} + +pkg_postinst() { + optfeature "automagic completion" '>=app-shells/auto-fu-zsh-0.0.1.13' + optfeature "syntax highlighting" 'app-shells/zsh-syntax-highlighting' + optfeature "a nice prompt" 'app-shells/set_prompt' + optfeature "nice directory colors" 'app-shells/termcolors-mv' +} -- cgit v1.2.3-65-gdbad