media-video/dvdbackup: bump to EAPI 7
authorTim Harder <radhermit@gentoo.org>
Sun, 6 Jan 2019 05:28:14 +0000 (23:28 -0600)
committerTim Harder <radhermit@gentoo.org>
Sun, 6 Jan 2019 07:24:43 +0000 (01:24 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
media-video/dvdbackup/dvdbackup-0.4.2.ebuild

index 6dadc6d95997c67f6db4437df1a163bc67c862d9..5580d11d6dff720bf61d40b04397d95d2c50a1c9 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Backup content from DVD to hard disk"
 HOMEPAGE="http://dvdbackup.sourceforge.net/"
@@ -17,8 +17,6 @@ RDEPEND=">=media-libs/libdvdread-4.2.0_pre
 DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )"
 
-DOCS=( AUTHORS ChangeLog NEWS README )
-
 src_configure() {
        econf \
                $(use_enable nls) \