From a8de1eb7b99520df72bb7ab1335213d0e80dd271 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Tue, 9 Apr 2013 12:59:19 +0200 Subject: Bump zshrc-mv --- app-shells/zshrc-mv/ChangeLog | 5 +++++ app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-2.1.ebuild | 38 --------------------------------- app-shells/zshrc-mv/zshrc-mv-2.2.ebuild | 38 +++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 39 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-2.1.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-2.2.ebuild diff --git a/app-shells/zshrc-mv/ChangeLog b/app-shells/zshrc-mv/ChangeLog index a5a9926c..b3cfd29b 100644 --- a/app-shells/zshrc-mv/ChangeLog +++ b/app-shells/zshrc-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*zshrc-2.2 (09 Apr 2013) + + 09 Apr 2013; Martin Väth + Version bump, remove old ebuild. + *zshrc-2.1 (07 Apr 2013) 07 Apr 2013; Martin Väth diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index ab44d8c8..a6e29127 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-2.1.tar.gz 8055 SHA256 d0411e2430fff2612311fbab36bf8ecfd67a986dac3af93c70f71202b5ffb351 SHA512 0e59883a897a7d3f79b13af4ef44bb36724e767e92aec665a4ff11ab1f1c295dda4ae4b7266828bf7aeec38c17ea2e10d096159be9794a5e71d023ecd10fffaf WHIRLPOOL 60fb1728af37ac6691e2203aceb8826cb22cf9a9d1bbe1be2e36f89dab5146043fde79655b834beca477c873ff0ef13e46f02650d8d8a453b88907d128cd81f5 +DIST zshrc-mv-2.2.tar.gz 8054 SHA256 51f8f523e5566be28810ca436403d1064b401089f71cce1434510bf6e8fc0e12 SHA512 cf6716969cab62188a4539e351587f228ee481512e2907e0d1e8997513e89fd6eaf9b839627409aafc1faeccaf0b2949e3653bfa54eff71f3027794d4ecaf4b0 WHIRLPOOL 1c1762d29817b483aa8dcd3e03e9dccb5fd13f74af585782f3f341f8084f3b4298418dbb96594955d8e0ac0d792056ef91aa6438f78ca90773dcba04190eab92 diff --git a/app-shells/zshrc-mv/zshrc-mv-2.1.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.1.ebuild deleted file mode 100644 index 49f92186..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-2.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils vcs-snapshot - -DESCRIPTION="A zshrc file initializing zsh specific interactive features" -HOMEPAGE="https://github.com/vaeth/zshrc-mv/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" - -src_prepare() { - epatch_user -} - -src_install() { - dodoc README - insinto /etc/zsh - doins zshrc -} - -pkg_postinst() { - local i - for i in \ - '>=app-shells/auto-fu-zsh-0.0.1.13' \ - 'app-shells/zsh-syntax-highlighting' \ - 'app-shells/set_prompt' \ - 'app-shells/termcolors-mv' - do has_version "${i}" || elog "It is recommended to install ${i}" - done -} diff --git a/app-shells/zshrc-mv/zshrc-mv-2.2.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.2.ebuild new file mode 100644 index 00000000..49f92186 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils vcs-snapshot + +DESCRIPTION="A zshrc file initializing zsh specific interactive features" +HOMEPAGE="https://github.com/vaeth/zshrc-mv/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" + +src_prepare() { + epatch_user +} + +src_install() { + dodoc README + insinto /etc/zsh + doins zshrc +} + +pkg_postinst() { + local i + for i in \ + '>=app-shells/auto-fu-zsh-0.0.1.13' \ + 'app-shells/zsh-syntax-highlighting' \ + 'app-shells/set_prompt' \ + 'app-shells/termcolors-mv' + do has_version "${i}" || elog "It is recommended to install ${i}" + done +} -- cgit v1.2.3-65-gdbad