diff options
author | Martin Väth <martin@mvath.de> | 2012-03-19 22:27:05 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:26 +0200 |
commit | 01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch) | |
tree | 51faca7560d66b840a9f4a6d040e89d48315dcab /media-video/video-mv | |
parent | Bump noscript (diff) | |
download | mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.gz mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.bz2 mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.zip |
Bump getdelta. Use vcs-snapshot.eclass. Homepage without variable
Diffstat (limited to 'media-video/video-mv')
-rw-r--r-- | media-video/video-mv/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/video-mv/video-mv-5.2.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index a87c5ae8..e6ee84ec 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -4,15 +4,18 @@ *video-mv-5.2 (28 Feb 2012) - 28 Feb 2011; Martin Väth <martin@mvath.de> + 19 Mar 2012; Martin Väth <martin@mvath.de> + Use vcs-snapshot.eclass + + 28 Feb 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. *video-mv-5.1-r1 (13 Feb 2012) - 13 Feb 2011; Martin Väth <martin@mvath.de> + 13 Feb 2012; Martin Väth <martin@mvath.de> Install also README. *video-mv-5.1 (12 Feb 2012) - 12 Feb 2011; Martin Väth <martin@mvath.de> + 12 Feb 2012; Martin Väth <martin@mvath.de> New ebuild from scratch. diff --git a/media-video/video-mv/video-mv-5.2.ebuild b/media-video/video-mv/video-mv-5.2.ebuild index 52189060..3d8b7c22 100644 --- a/media-video/video-mv/video-mv-5.2.ebuild +++ b/media-video/video-mv/video-mv-5.2.ebuild @@ -4,9 +4,10 @@ EAPI="4" RESTRICT="mirror" +inherit vcs-snapshot DESCRIPTION="A frontend for using mplayer and mencoder as a video recorder" -HOMEPAGE="https://github.com/vaeth/${PN}" +HOMEPAGE="https://github.com/vaeth/video-mv/" SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" @@ -14,12 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" -src_unpack() { - default - cd *"${PN}"-* - S="${PWD}" -} - src_install() { local i insinto /usr/bin |