summaryrefslogtreecommitdiff
path: root/dev-util/tkdiff
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-util/tkdiff
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-util/tkdiff')
-rw-r--r--dev-util/tkdiff/Manifest2
-rw-r--r--dev-util/tkdiff/metadata.xml11
-rw-r--r--dev-util/tkdiff/tkdiff-5.7.ebuild25
-rw-r--r--dev-util/tkdiff/tkdiff-6.0.ebuild25
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-util/tkdiff/Manifest b/dev-util/tkdiff/Manifest
deleted file mode 100644
index 0e3c8a0cbb10..000000000000
--- a/dev-util/tkdiff/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST tkdiff-5-7.zip 290158 BLAKE2B 2693c574129991e08f504828098268bc83ef99dc53b57a3492ebc7959f2c341f1c1815b614e0b28f02d42c9fb66d280b523dcfdf277c05562106bec9b70f5d8f SHA512 a75e18cb279cfd152b14f50d121a73f6a4123e1a1365a9092c322aa26fa0bad55d7740d9ad100831f9f363a0f76dab35cb21f1c7b2d7b0fa8f95e2e4eaee6aba
-DIST tkdiff-6-0.zip 306145 BLAKE2B d24a21ad187cae714e6c8bf370c602825177cc132f4d50be60eab20c612589218c0565cc775c8be7c97e802e4424df5e7e7b61ae57103f959c5771923777649d SHA512 92d6421f7768ddb91c71d6e0bcbd5b34c7c068f106905a0e0a8e901821496f0ef4b5e6aca7c615010f2ad11b0fa573a8f1dfc47a17690c7ab05651f6e303b4c7
diff --git a/dev-util/tkdiff/metadata.xml b/dev-util/tkdiff/metadata.xml
deleted file mode 100644
index 692895742e8f..000000000000
--- a/dev-util/tkdiff/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>tcltk@gentoo.org</email>
- <name>Gentoo Tcltk Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">tkdiff</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-util/tkdiff/tkdiff-5.7.ebuild b/dev-util/tkdiff/tkdiff-5.7.ebuild
deleted file mode 100644
index 625974b72095..000000000000
--- a/dev-util/tkdiff/tkdiff-5.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYP=${PN}-$(ver_rs 1- -)
-
-DESCRIPTION="Graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${MYP}.zip"
-
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="dev-lang/tk"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- dobin tkdiff
- dodoc CHANGELOG.txt
-}
diff --git a/dev-util/tkdiff/tkdiff-6.0.ebuild b/dev-util/tkdiff/tkdiff-6.0.ebuild
deleted file mode 100644
index 7c1cb22f2d2d..000000000000
--- a/dev-util/tkdiff/tkdiff-6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MYP=${PN}-$(ver_rs 1- -)
-
-DESCRIPTION="Graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${MYP}.zip"
-
-S="${WORKDIR}/${MYP}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-lang/tk"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- dobin tkdiff
- dodoc CHANGELOG.txt
-}