From 9937803dea9a852797c3bae5842d8bb960899136 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 12 Jan 2013 20:04:57 +0100 Subject: Bump zshrc-mv --- app-shells/zshrc-mv/ChangeLog | 5 +++++ app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-1.1.ebuild | 37 --------------------------------- app-shells/zshrc-mv/zshrc-mv-1.2.ebuild | 37 +++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 38 deletions(-) delete mode 100644 app-shells/zshrc-mv/zshrc-mv-1.1.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-1.2.ebuild diff --git a/app-shells/zshrc-mv/ChangeLog b/app-shells/zshrc-mv/ChangeLog index fe513fcc..d034e85b 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-1.2 (12 Jan 2013) + + 12 Jan 2013; Martin Väth + Version bump, remove old ebuild. + *zshrc-1.1 (06 Jan 2013) 06 Jan 2013; Martin Väth diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index 8c64a4af..a298bb77 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-1.1.tar.gz 7112 SHA256 cf3452d2b4ff92564555f768375e5d5eaa2b50cef538ca55b460d383245c6f92 SHA512 c6acc4eec6143b0319e8194b8ec0da852428849317a579049c6d9444361516473a330364c28277058bbe5665e74af727afa573ab7d8a6b5d3d6f73d097b03ac3 WHIRLPOOL 290c9241526c3874dc3aa3e27b93a1071d19ed860ab0a73f829fda2ec3c9778ec67926520f9f1d1efe8ff0a37a0334e19e1895564812b9ac76f8b0eb6f7c5cf9 +DIST zshrc-mv-1.2.tar.gz 7110 SHA256 7dfcdccd6262b4be91f3e1ef10cb9ef63dddb8eb8edfc493ad7eab8f9a3b6aae SHA512 84e78dd42fce1afed8af4a5fcb664867f08a41b558393884bf3fb7ae7bdd2838b078f91e68a766e744b27782f5848f6e5994286620c5222fa01c9d79c0b39183 WHIRLPOOL b65ef7e253442713ec1491201df4ed32db9e3209de08500e5da17427c878e31cfea7f297bbb46d17da95623536ca9bd1d350f3e036234eee6fc8a07b26050f57 diff --git a/app-shells/zshrc-mv/zshrc-mv-1.1.ebuild b/app-shells/zshrc-mv/zshrc-mv-1.1.ebuild deleted file mode 100644 index 0fe73a15..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-1.1.ebuild +++ /dev/null @@ -1,37 +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="" - -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-1.2.ebuild b/app-shells/zshrc-mv/zshrc-mv-1.2.ebuild new file mode 100644 index 00000000..0fe73a15 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-1.2.ebuild @@ -0,0 +1,37 @@ +# 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="" + +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