diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 19:57:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 20:11:18 +0100 |
commit | db06f74b97a49a95b797afb45119e727c364ee8e (patch) | |
tree | c4826d023ffd1c8e2d60bb6b5405c6cbd5096bd0 /media-video | |
parent | media-video/dv2sub: Bump to EAPI 7 (diff) | |
download | gentoo-db06f74b97a49a95b797afb45119e727c364ee8e.tar.gz gentoo-db06f74b97a49a95b797afb45119e727c364ee8e.tar.bz2 gentoo-db06f74b97a49a95b797afb45119e727c364ee8e.zip |
media-video/dvd9to5: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697264
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild index 36917a390764..8286c3a01832 100644 --- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild +++ b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -11,15 +11,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=media-video/transcode-0.6.11 - >=media-video/mjpegtools-1.6.2 - >=media-video/dvdauthor-0.6.10 - app-cdr/dvd+rw-tools - dev-lang/perl" -src_compile() { - true # nothing to do -} +RDEPEND=" + app-cdr/dvd+rw-tools + dev-lang/perl + >=media-video/dvdauthor-0.6.10 + >=media-video/mjpegtools-1.6.2 + >=media-video/transcode-0.6.11" src_install() { dobin dvd9to5.pl |