From: Aaron Bauman Date: Tue, 29 May 2018 21:39:01 +0000 (-0400) Subject: media-video/vobcopy: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4990dd981ca47d3f31a8421566cba331a2403c30;p=gentoo.git media-video/vobcopy: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild b/media-video/vobcopy/vobcopy-1.2.0.ebuild index fe6ab57ce9e7..923af7af4d60 100644 --- a/media-video/vobcopy/vobcopy-1.2.0.ebuild +++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit toolchain-funcs +EAPI=6 -IUSE="" +inherit toolchain-funcs DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way" HOMEPAGE="http://lpn.rnbhq.org/" @@ -13,8 +12,10 @@ SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" +IUSE="" DEPEND=">=media-libs/libdvdread-0.9.4" +RDEPEND="" src_configure() { tc-export CC @@ -22,8 +23,7 @@ src_configure() { } src_install() { - dobin vobcopy || die "dobin failed" - doman vobcopy.1 || die "doman failed" - dodoc Changelog README Release-Notes TODO alternative_programs.txt \ - || die "dodoc failed" + dobin vobcopy + doman vobcopy.1 + dodoc Changelog README Release-Notes TODO alternative_programs.txt }