From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tkdiff/
Date: Tue, 27 Feb 2024 07:31:51 +0000 (UTC) [thread overview]
Message-ID: <1709019096.9f69ca323f7167d0a12d40a0f219e66eb91d856c.tupone@gentoo> (raw)
commit: 9f69ca323f7167d0a12d40a0f219e66eb91d856c
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 07:31:06 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 07:31:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f69ca32
dev-util/tkdiff: drop 5.1, 5.2.1 add 5.6
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-util/tkdiff/Manifest | 3 +--
dev-util/tkdiff/tkdiff-5.1.ebuild | 25 ----------------------
.../{tkdiff-5.2.1.ebuild => tkdiff-5.6.ebuild} | 4 ++--
3 files changed, 3 insertions(+), 29 deletions(-)
diff --git a/dev-util/tkdiff/Manifest b/dev-util/tkdiff/Manifest
index f998db337525..7eb6ff4b0e77 100644
--- a/dev-util/tkdiff/Manifest
+++ b/dev-util/tkdiff/Manifest
@@ -1,3 +1,2 @@
-DIST tkdiff-5-1.zip 233467 BLAKE2B 711d5bf0ea1d919d235e5cfcb76c2597a849293652544a5bc5ed969ca8d1a9720a406504b07d382a1ae84447709984fddf627129e70f4d043648731bea54039e SHA512 76301e74a1396ae540470fd0f4b8c7b4e214bdb4027f5ed52d98e5ea48afd99971a7880d1ec54812f6f13a3f1e92c7cd0d2c4d6d0b6e098e47fd36759fe7a047
-DIST tkdiff-5-2-1.zip 245828 BLAKE2B 9241224d40aa229c169fe87beca7a276a00c9a37de8c9e92c50103954a56e2fe117e06985f5885ffe0e9a87abbbf1a8098a7832d3b6afd4a44f3457ce83c6e32 SHA512 d151c1bc755010f797458db9d8689c727beeff2bede5245dc79239f738fe63e49a95207b5d034dcd69e1ee2e699b78acdc94799f4dc5530c293435c902c387e9
DIST tkdiff-5-5-2.zip 288042 BLAKE2B 104b9cab59dc068ee7117bd23e2ea4a2b81d44ee62424f1971320255247f375dd92e70364f81f38356c5579d3479e9f4162d964337faf400ace12f00edbfac6a SHA512 33b7596dcb704f2a56e1f194155e451e1c6102537171c4f746c21007321f35ac631248fae32abac58bfc180d299654ebbfb06ba055ac967877a3112a08d11a49
+DIST tkdiff-5-6.zip 289205 BLAKE2B db490a4a1fcb3e5ec899e1c41a84079001e78a9d9ff65873fedefe40682dac50965b862054282481e711e6d8e3f16aefc4920acfcc5214db152ac0932bf8e4f1 SHA512 ba4d312b372145772c4654a6fc1231752843fc84059296550163490e597046b2060fd021769e4edf2a7641dec34cbf7619d6e4aad2a64568ce6a6721080b2368
diff --git a/dev-util/tkdiff/tkdiff-5.1.ebuild b/dev-util/tkdiff/tkdiff-5.1.ebuild
deleted file mode 100644
index 16fa2d4929a1..000000000000
--- a/dev-util/tkdiff/tkdiff-5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 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
-}
diff --git a/dev-util/tkdiff/tkdiff-5.2.1.ebuild b/dev-util/tkdiff/tkdiff-5.6.ebuild
similarity index 91%
rename from dev-util/tkdiff/tkdiff-5.2.1.ebuild
rename to dev-util/tkdiff/tkdiff-5.6.ebuild
index e56f5cfb63a3..b10e4bebc239 100644
--- a/dev-util/tkdiff/tkdiff-5.2.1.ebuild
+++ b/dev-util/tkdiff/tkdiff-5.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
MYP=${PN}-$(ver_rs 1- -)
next reply other threads:[~2024-02-27 7:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-27 7:31 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 16:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/tkdiff/ Alfredo Tupone
2023-10-01 18:19 Arthur Zamarin
2023-09-27 13:29 Arthur Zamarin
2023-09-27 5:45 Sam James
2022-09-08 18:27 Alfredo Tupone
2022-08-28 19:02 Alfredo Tupone
2021-10-26 3:16 Sam James
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-10-25 20:02 Alfredo Tupone
2021-04-02 14:01 Sam James
2021-01-22 21:50 Alfredo Tupone
2016-11-07 18:57 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709019096.9f69ca323f7167d0a12d40a0f219e66eb91d856c.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox