summaryrefslogtreecommitdiff
path: root/media-video/tivodecode/tivodecode-0.2_pre4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/tivodecode/tivodecode-0.2_pre4.ebuild')
-rw-r--r--media-video/tivodecode/tivodecode-0.2_pre4.ebuild22
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}"