summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-29 17:39:01 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-29 20:27:33 -0400
commit4990dd981ca47d3f31a8421566cba331a2403c30 (patch)
tree295add81add5e5dda989746f4313fd1c93e726af
parentmedia-sound/ogmtools: bump EAPI and drop eutils (diff)
downloadgentoo-4990dd981ca47d3f31a8421566cba331a2403c30.tar.gz
gentoo-4990dd981ca47d3f31a8421566cba331a2403c30.tar.bz2
gentoo-4990dd981ca47d3f31a8421566cba331a2403c30.zip
media-video/vobcopy: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-video/vobcopy/vobcopy-1.2.0.ebuild16
1 files 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 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
}