From eb5848a7db39fe36450f8768ed6f8946a6d1660a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 9 Nov 2019 19:55:23 +0100 Subject: [PATCH] media-video/dv2sub: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/697264 Signed-off-by: Michał Górny --- 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 e22e2651ff56..bed7d5473ffa 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 -- 2.26.2