commit:     4990dd981ca47d3f31a8421566cba331a2403c30
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 21:39:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 30 00:27:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4990dd98

media-video/vobcopy: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild 
b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index fe6ab57ce9e..923af7af4d6 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
 }

Reply via email to