app-cdr/tkdvd: EAPI 7, eutils->desktop

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 03:40:35 +01:00
parent 284310bd3b
commit fc900e1417

View File

@@ -1,18 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=7
inherit eutils
inherit desktop
DESCRIPTION="A Tcl/Tk GUI for writing DVDs and CDs"
HOMEPAGE="http://regis.damongeot.free.fr/tkdvd/"
SRC_URI="http://regis.damongeot.free.fr/tkdvd/dl/${P}.tar.gz"
S="${WORKDIR}"/tkdvd
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="
app-cdr/cdrtools
@@ -21,8 +21,6 @@ RDEPEND="
dev-lang/tk:0
"
S=${WORKDIR}/tkdvd
src_compile() { :; }
src_install() {