diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 19:55:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 20:11:17 +0100 |
commit | eb5848a7db39fe36450f8768ed6f8946a6d1660a (patch) | |
tree | 71af613120676450a81a6c21a7dfc3a5a9f56c23 /media-video/dv2sub | |
parent | x11-themes/gentoo-artwork-livecd: Bump to EAPI 7 (diff) | |
download | gentoo-eb5848a7db39fe36450f8768ed6f8946a6d1660a.tar.gz gentoo-eb5848a7db39fe36450f8768ed6f8946a6d1660a.tar.bz2 gentoo-eb5848a7db39fe36450f8768ed6f8946a6d1660a.zip |
media-video/dv2sub: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697264
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/dv2sub')
-rw-r--r-- | media-video/dv2sub/dv2sub-0.3.ebuild | 14 |
1 files 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 |