summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh-syntax-highlighting')
-rw-r--r--app-shells/zsh-syntax-highlighting/ChangeLog3
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild6
2 files changed, 8 insertions, 1 deletions
diff --git a/app-shells/zsh-syntax-highlighting/ChangeLog b/app-shells/zsh-syntax-highlighting/ChangeLog
index c8c657d9..c7a253d6 100644
--- a/app-shells/zsh-syntax-highlighting/ChangeLog
+++ b/app-shells/zsh-syntax-highlighting/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 12 May 2012; Martin Väth <martin@mvath.de>
+ base->eutils
+
15 Apr 2012; Martin Väth <martin@mvath.de>
Inherit base
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
index 030cd99d..5fccabf8 100644
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
+++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
@@ -5,7 +5,7 @@
EAPI="4"
EGIT_REPO_URI="git://github.com/zsh-users/zsh-syntax-highlighting.git"
[ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true
-inherit base git-2
+inherit eutils git-2
DESCRIPTION="Fish shell like syntax highlighting for zsh"
HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
@@ -21,6 +21,10 @@ PROPERTIES="live"
RDEPEND="app-shells/zsh"
DEPEND=""
+src_prepare() {
+ epatch_user
+}
+
src_install() {
dodoc *.md
insinto /usr/share/zsh/site-contrib