From 08d759cd0d30319dad072e50db3a50f77be89acf Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 29 Nov 2015 08:29:52 +0100 Subject: Bump to EAPI=6 --- app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app-shells/oh-my-zsh') diff --git a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild index 16b8d791..62e6d447 100644 --- a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild +++ b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://github.com/robbyrussell/${PN}.git" -inherit eutils git-r3 readme.gentoo +inherit git-r3 readme.gentoo DESCRIPTION="A ready-to-use zsh configuration with plugins" HOMEPAGE="https://github.com/robbyrussell/oh-my-zsh" @@ -39,7 +39,7 @@ src_prepare() { sed -i -e 's!~/.oh-my-zsh!'"${ZSH_EDEST}"'!' \ "${S}/plugins/dirpersist/dirpersist.plugin.zsh" sed -i -e '/zstyle.*cache/d' "${S}/lib/completion.zsh" - epatch_user + eapply_user } src_install() { @@ -47,3 +47,7 @@ src_install() { doins -r * readme.gentoo_create_doc } + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3-65-gdbad