From 9542176b25e44cf183578496cf2c57c13410a18c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 9 Nov 2019 20:28:26 +0100 Subject: [PATCH] media-video/tivodecode: 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 --- .../tivodecode/tivodecode-0.2_pre4.ebuild | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/media-video/tivodecode/tivodecode-0.2_pre4.ebuild b/media-video/tivodecode/tivodecode-0.2_pre4.ebuild index cac9e1264c46..511c7c80d240 100644 --- a/media-video/tivodecode/tivodecode-0.2_pre4.ebuild +++ b/media-video/tivodecode/tivodecode-0.2_pre4.ebuild @@ -1,26 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 - -inherit eutils versionator - -MY_PV="$(delete_version_separator '_')" +EAPI=7 +MY_P=${P/_/} DESCRIPTION="TiVo File Decoder" HOMEPAGE="http://tivodecode.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" -LICENSE="BSD" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${MY_PV}" -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README ChangeLog -} +S="${WORKDIR}/${MY_P}" -- 2.26.2