diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 20:28:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 20:33:52 +0100 |
commit | 9542176b25e44cf183578496cf2c57c13410a18c (patch) | |
tree | 52970de29843f812106a92b6f17f1bf9d8d1e3fc /media-video/tivodecode | |
parent | media-video/subtitleripper: Bump to EAPI 7 (diff) | |
download | gentoo-9542176b25e44cf183578496cf2c57c13410a18c.tar.gz gentoo-9542176b25e44cf183578496cf2c57c13410a18c.tar.bz2 gentoo-9542176b25e44cf183578496cf2c57c13410a18c.zip |
media-video/tivodecode: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697264
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/tivodecode')
-rw-r--r-- | media-video/tivodecode/tivodecode-0.2_pre4.ebuild | 22 |
1 files 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}" |