commit: 9542176b25e44cf183578496cf2c57c13410a18c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 19:28:26 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 19:33:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9542176b
media-video/tivodecode: Bump to EAPI 7 Bug: https://bugs.gentoo.org/697264 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-video/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 cac9e1264c4..511c7c80d24 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}"
