commit:     eb5848a7db39fe36450f8768ed6f8946a6d1660a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 18:55:23 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 19:11:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5848a7

media-video/dv2sub: Bump to EAPI 7

Bug: https://bugs.gentoo.org/697264
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-video/dv2sub/dv2sub-0.3.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/media-video/dv2sub/dv2sub-0.3.ebuild 
b/media-video/dv2sub/dv2sub-0.3.ebuild
index e22e2651ff5..bed7d5473ff 100644
--- a/media-video/dv2sub/dv2sub-0.3.ebuild
+++ b/media-video/dv2sub/dv2sub-0.3.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit eutils
-
-DESCRIPTION="extract info or subtitles from DV stream"
+DESCRIPTION="Extract info or subtitles from DV stream"
 HOMEPAGE="http://dv2sub.sourceforge.net/";
 SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="kino"
@@ -23,8 +21,8 @@ RDEPEND="${DEPEND}
        )"
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog README TODO
+       default
+
        if use kino; then
                insinto /usr/share/kino/scripts/exports
                exeinto /usr/share/kino/scripts/exports

Reply via email to