diff options
author | Martin Väth <martin@mvath.de> | 2012-05-12 21:48:57 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:48:06 +0200 |
commit | d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6 (patch) | |
tree | 2a5ea9ae39450958316da86a1e309d6de091e7c5 /media-video/video-mv | |
parent | Bump portage-bashrc-mv, noscript. Update checksums (diff) | |
download | mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.gz mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.tar.bz2 mv-d4094d9b83a0e74ac34c8e84cf6afcf9f29a2af6.zip |
base-eclass. Update checksums
Diffstat (limited to 'media-video/video-mv')
-rw-r--r-- | media-video/video-mv/ChangeLog | 3 | ||||
-rw-r--r-- | media-video/video-mv/video-mv-5.5.ebuild | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index 6404633f..66e04636 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -4,6 +4,9 @@ *video-mv-5.5 (07 May 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 07 May 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. diff --git a/media-video/video-mv/video-mv-5.5.ebuild b/media-video/video-mv/video-mv-5.5.ebuild index a74f363a..e801f483 100644 --- a/media-video/video-mv/video-mv-5.5.ebuild +++ b/media-video/video-mv/video-mv-5.5.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="A frontend for using mplayer and mencoder as a video recorder" HOMEPAGE="https://github.com/vaeth/video-mv/" @@ -18,6 +18,10 @@ RDEPEND="app-shells/push media-video/mplayer" DEPEND="" +src_prepare() { + epatch_user +} + src_install() { local i insinto /usr/bin |