From b095add8a274ee30343fd651d9568f8239600f51 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 25 May 2013 17:23:05 +0200 Subject: Bump zshrc-mv --- app-shells/zshrc-mv/ChangeLog | 5 +++++ app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-2.2.ebuild | 38 --------------------------------- app-shells/zshrc-mv/zshrc-mv-2.3.ebuild | 38 +++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 39 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-2.2.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-2.3.ebuild diff --git a/app-shells/zshrc-mv/ChangeLog b/app-shells/zshrc-mv/ChangeLog index d6cb3f2d..7074510c 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.3 (19 May 2013) + + 19 May 2013; Martin Väth : + Version bump, remove old ebuild. + *zshrc-2.2 (09 Apr 2013) 09 Apr 2013; Martin Väth : diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index a6e29127..315b5f90 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-2.2.tar.gz 8054 SHA256 51f8f523e5566be28810ca436403d1064b401089f71cce1434510bf6e8fc0e12 SHA512 cf6716969cab62188a4539e351587f228ee481512e2907e0d1e8997513e89fd6eaf9b839627409aafc1faeccaf0b2949e3653bfa54eff71f3027794d4ecaf4b0 WHIRLPOOL 1c1762d29817b483aa8dcd3e03e9dccb5fd13f74af585782f3f341f8084f3b4298418dbb96594955d8e0ac0d792056ef91aa6438f78ca90773dcba04190eab92 +DIST zshrc-mv-2.3.tar.gz 8049 SHA256 b673f317e5b8b1b7897a6cb4637f34408281060d1546cdf98428296607eae09b SHA512 348ce2bee3c2dc78dee2bc7f7b0aac8d5f426b17715e366c714fc097eac8cae231d7b6452ade03caba63d820e07fa39c624ec601a54a3287d5d0ec6551675a78 WHIRLPOOL f4af175f30f265ac2865cbfb3db9c342fb7004a19ece4ebc143bda3d1ecbddc0ec2fc4084b16b2f81129aaa8b1196595f7f33edb1856b120d8d955226e8220a1 diff --git a/app-shells/zshrc-mv/zshrc-mv-2.2.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.2.ebuild deleted file mode 100644 index 49f92186..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-2.2.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.3.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.3.ebuild new file mode 100644 index 00000000..49f92186 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-2.3.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