diff options
author | Martin Väth <martin@mvath.de> | 2013-10-12 21:12:31 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:59 +0200 |
commit | 5d21146b66819048d79903a55a151e52fc64749c (patch) | |
tree | 8f7da4a59d3c1d8a91d1f9f194285e38e81fd29d /media-video | |
parent | Bump firewall-mv (diff) | |
download | mv-5d21146b66819048d79903a55a151e52fc64749c.tar.gz mv-5d21146b66819048d79903a55a151e52fc64749c.tar.bz2 mv-5d21146b66819048d79903a55a151e52fc64749c.zip |
Add fvwm-crystal. Use readme.gentoo.eclass
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/video-mv/ChangeLog | 3 | ||||
-rw-r--r-- | media-video/video-mv/video-mv-7.9.ebuild | 17 |
2 files changed, 12 insertions, 8 deletions
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index 0d1272c2..64567d43 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -4,6 +4,9 @@ *video-mv-7.9 (18 Aug 2013) + 12 Oct 2013; Martin Väth <martin@mvath.de>: + Use readme.gentoo.eclass + 10 Sep 2013; Martin Väth <martin@mvath.de>: Install zsh-completion unconditionally according to gentoo policy diff --git a/media-video/video-mv/video-mv-7.9.ebuild b/media-video/video-mv/video-mv-7.9.ebuild index f8dd3952..560d2ff4 100644 --- a/media-video/video-mv/video-mv-7.9.ebuild +++ b/media-video/video-mv/video-mv-7.9.ebuild @@ -4,7 +4,7 @@ EAPI=5 RESTRICT="mirror" -inherit eutils vcs-snapshot +inherit eutils readme.gentoo vcs-snapshot DESCRIPTION="Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder" HOMEPAGE="https://github.com/vaeth/video-mv/" @@ -21,6 +21,11 @@ RDEPEND="app-shells/push media-tv/linuxtv-dvb-apps )" 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() { epatch_user } @@ -39,15 +44,11 @@ src_install() { insinto /usr/share/zsh/site-functions doins zsh/* dodoc README + readme.gentoo_src_install } -pkg_post_install() { +pkg_postinst() { has_version app-shells/runtitle || elog \ "Install app-shells/runtitle to let ${PN} update the status bar" - case " ${REPLACING_VERSIONS:-5.}" in - ' '5.*) - elog "If you use dvb-t with zsh completion, you might want to put" - elog "zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'" - elog "into your ~/.zshrc or /etc/zshrc for case-insensitive matching.";; - esac + readme.gentoo_pkg_postinst } |