diff options
author | Martin Väth <martin@mvath.de> | 2018-06-08 12:30:49 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-06-08 12:30:49 +0200 |
commit | 7c62fc3dd6f95c909bbec0739abbb3a370c13308 (patch) | |
tree | 692012d235aad66e804ca07ae3a21808397e30ca /media-video | |
parent | app-shells/set_prompt: Version bump (diff) | |
download | mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.gz mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.bz2 mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.zip |
EAPI=7 version bumps
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/video-mv/video-mv-13.0.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/media-video/video-mv/video-mv-13.0.ebuild b/media-video/video-mv/video-mv-13.0.ebuild index 437e4de5..8d136922 100644 --- a/media-video/video-mv/video-mv-13.0.ebuild +++ b/media-video/video-mv/video-mv-13.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2012-2017 Gentoo Foundation +# Copyright 2012-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 RESTRICT="mirror" inherit readme.gentoo-r1 @@ -25,11 +25,6 @@ RDEPEND=">=app-shells/push-2.0-r2 ${OPTIONAL_RDEPEND}" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="If you use dvb-t with zsh completion, you might want to put -zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' -into your ~/.zshrc or /etc/zshrc for case-insensitive matching." - src_prepare() { local i use prefix || for i in bin/* @@ -42,7 +37,7 @@ src_prepare() { } src_install() { - local i + local i DISABLE_AUTOFORMATTING DOC_CONTENTS insinto /usr/bin for i in bin/* do if test -h "${i}" @@ -58,6 +53,10 @@ src_install() { insinto /usr/share/zsh/site-functions doins zsh/* dodoc README.md + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="If you use dvb-t with zsh completion, you might want to put +zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' +into your ~/.zshrc or /etc/zshrc for case-insensitive matching." readme.gentoo_create_doc } |