From b8a958db9d5f332440a999ea7d570808ff3de0ef Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 9 Jun 2013 15:06:09 +0200 Subject: Bump video-mv, zshrc-mv. Make runtitle mandatory --- app-shells/zshrc-mv/ChangeLog | 5 +++++ app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-2.3.ebuild | 38 --------------------------------- app-shells/zshrc-mv/zshrc-mv-2.4.ebuild | 38 +++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 39 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-2.3.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-2.4.ebuild (limited to 'app-shells') diff --git a/app-shells/zshrc-mv/ChangeLog b/app-shells/zshrc-mv/ChangeLog index 7074510c..4fc294fb 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.4 (09 Jun 2013) + + 09 Jun 2013; Martin Väth : + Version bump, remove old ebuild. + *zshrc-2.3 (19 May 2013) 19 May 2013; Martin Väth : diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index 315b5f90..99f81630 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-2.3.tar.gz 8049 SHA256 b673f317e5b8b1b7897a6cb4637f34408281060d1546cdf98428296607eae09b SHA512 348ce2bee3c2dc78dee2bc7f7b0aac8d5f426b17715e366c714fc097eac8cae231d7b6452ade03caba63d820e07fa39c624ec601a54a3287d5d0ec6551675a78 WHIRLPOOL f4af175f30f265ac2865cbfb3db9c342fb7004a19ece4ebc143bda3d1ecbddc0ec2fc4084b16b2f81129aaa8b1196595f7f33edb1856b120d8d955226e8220a1 +DIST zshrc-mv-2.4.tar.gz 8074 SHA256 ec11e397191e271aa949efebafa9154adf84c284dd8ff219412b916ae474e76c SHA512 04e5db3fe5105744aeee0e8cf97f62a3efeb3140009c7f90c6d371629b205b3ca60523660e38e968250e226158944baf8159af8a8c265969167c8d81a5eef9ce WHIRLPOOL 773df5d87cd4208f19cd75be9b1c188f2a4c5f1c0dec09cd7b08e060862ab382a628d8eacab7169a0c2bdad3218294b7f94aa9e4b3f54a19e2ab0dfef9d04559 diff --git a/app-shells/zshrc-mv/zshrc-mv-2.3.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.3.ebuild deleted file mode 100644 index 49f92186..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-2.3.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.4.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.4.ebuild new file mode 100644 index 00000000..49f92186 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-2.4.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