mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-cdr/tkdvd: EAPI 7, eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user