media-video/vobcopy: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 21:39:01 +0000 (17:39 -0400)
committerAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 00:27:33 +0000 (20:27 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-video/vobcopy/vobcopy-1.2.0.ebuild

index fe6ab57ce9e72bfcd0661b8d2b86851e86542c23..923af7af4d603a9bdd57b1e19ab9118fca6f4173 100644 (file)
@@ -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
 }