summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-11-18 10:36:45 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:33 +0200
commit5312d01ec30ad41c468113408b7af0e2e11a5689 (patch)
tree7a2c084452427ed040e132eeb36d5ca7cab44d4e /media-video/video-mv/video-mv-5.12.ebuild
parentBump runtitle video-mv starter squash_dir kernel noscript auto-fu-zsh (diff)
downloadmv-5312d01ec30ad41c468113408b7af0e2e11a5689.tar.gz
mv-5312d01ec30ad41c468113408b7af0e2e11a5689.tar.bz2
mv-5312d01ec30ad41c468113408b7af0e2e11a5689.zip
Bump video-mv. Update checksums
Diffstat (limited to 'media-video/video-mv/video-mv-5.12.ebuild')
-rw-r--r--media-video/video-mv/video-mv-5.12.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-video/video-mv/video-mv-5.12.ebuild b/media-video/video-mv/video-mv-5.12.ebuild
deleted file mode 100644
index 1316b7e1..00000000
--- a/media-video/video-mv/video-mv-5.12.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-RESTRICT="mirror"
-inherit eutils vcs-snapshot
-
-DESCRIPTION="A frontend for using mplayer and mencoder as a video recorder"
-HOMEPAGE="https://github.com/vaeth/video-mv/"
-SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libav +title zsh-completion"
-RDEPEND="app-shells/push
- title? ( >=app-shells/runtitle-2.3[zsh-completion?] )
- !libav? ( media-video/mplayer )
- libav? ( media-video/libav )"
-DEPEND=""
-
-src_prepare() {
- epatch_user
-}
-
-src_install() {
- local i
- insinto /usr/bin
- for i in bin/*
- do if test -h "${i}" || ! test -x "${i}"
- then doins "${i}"
- else dobin "${i}"
- fi
- done
- insinto /etc
- doins etc/*
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/*
- fi
- dodoc README
-}