From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B13EB13997D for ; Sun, 10 Nov 2019 10:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B996E0B46; Sun, 10 Nov 2019 10:30:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF621E0B19 for ; Sun, 10 Nov 2019 10:30:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B36DF34CBFA for ; Sat, 9 Nov 2019 19:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F8EC8A9 for ; Sat, 9 Nov 2019 19:11:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573326677.eb5848a7db39fe36450f8768ed6f8946a6d1660a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dv2sub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dv2sub/dv2sub-0.3.ebuild X-VCS-Directories: media-video/dv2sub/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb5848a7db39fe36450f8768ed6f8946a6d1660a X-VCS-Branch: master Date: Sat, 9 Nov 2019 19:11:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cdc24fc-40f0-4ea9-880c-0a76e2cccbb0 X-Archives-Hash: 3c3d0ddd4ae9edc8860e615c34a1f385 commit: eb5848a7db39fe36450f8768ed6f8946a6d1660a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 9 18:55:23 2019 +0000 Commit: Michał Górny gentoo 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 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