summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-09-08 20:26:53 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-09-08 20:26:53 +0200
commit1c74bffc1cac76f562d811ac3ee4abfd806fab61 (patch)
tree03dc4e55048c0f8cf9e64a7540fa26b1e29b951c /dev-util/tkdiff/tkdiff-5.5.2.ebuild
parentx11-terms/kitty-shell-integration: drop 0.25.2, 0.26.1 (diff)
downloadgentoo-1c74bffc1cac76f562d811ac3ee4abfd806fab61.tar.gz
gentoo-1c74bffc1cac76f562d811ac3ee4abfd806fab61.tar.bz2
gentoo-1c74bffc1cac76f562d811ac3ee4abfd806fab61.zip
dev-util/tkdiff: 5.5.2 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-util/tkdiff/tkdiff-5.5.2.ebuild')
-rw-r--r--dev-util/tkdiff/tkdiff-5.5.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/tkdiff/tkdiff-5.5.2.ebuild b/dev-util/tkdiff/tkdiff-5.5.2.ebuild
new file mode 100644
index 000000000000..14de131b92d4
--- /dev/null
+++ b/dev-util/tkdiff/tkdiff-5.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYP=${PN}-$(ver_rs 1- -)
+
+DESCRIPTION="Graphical front end to the diff program"
+HOMEPAGE="http://tkdiff.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${MYP}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-lang/tk"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MYP}"
+
+src_install() {
+ dobin tkdiff
+ dodoc CHANGELOG.txt
+}