2021-04-03 06:49:43 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2011-12-12 18:12:45 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-11-08 10:13:15 +03:00
|
|
|
EAPI=6
|
2011-12-12 18:12:45 +04:00
|
|
|
|
2012-02-20 21:40:18 +04:00
|
|
|
DESCRIPTION="Graphical front end to the diff program"
|
2011-12-12 18:12:45 +04:00
|
|
|
HOMEPAGE="http://tkdiff.sourceforge.net/"
|
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
|
2016-11-08 10:13:15 +03:00
|
|
|
LICENSE="GPL-2+"
|
2011-12-12 18:12:45 +04:00
|
|
|
SLOT="0"
|
2012-03-19 10:33:04 +04:00
|
|
|
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
|
2011-12-12 18:12:45 +04:00
|
|
|
|
2012-02-20 21:40:18 +04:00
|
|
|
RDEPEND="dev-lang/tk"
|
2021-04-03 06:49:43 +03:00
|
|
|
DEPEND="${RDEPEND}"
|
2011-12-12 18:12:45 +04:00
|
|
|
|
|
|
|
S="${WORKDIR}/${PN}-unix"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
dobin tkdiff
|
|
|
|
dodoc CHANGELOG.txt
|
|
|
|
}
|