summaryrefslogtreecommitdiff
path: root/app-text/tkinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-07 02:07:26 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-07 02:07:26 +0000
commit2198f8593ae0312add1bdccb49edfcb935e5f8a6 (patch)
tree67d79ffd7e91cc3858d188c49a65f46860a9bac7 /app-text/tkinfo
parentd285f0ab4ab38d4ea1cd0757a465db5f06764e06 (diff)
gentoo auto-resync : 07:12:2024 - 02:07:26
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r--app-text/tkinfo/Manifest2
-rw-r--r--app-text/tkinfo/tkinfo-2.8-r2.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest
index 86750a9a0463..276cc3da48f3 100644
--- a/app-text/tkinfo/Manifest
+++ b/app-text/tkinfo/Manifest
@@ -1,5 +1,3 @@
DIST tkinfo-2.11.tar.gz 56332 BLAKE2B 7242b27555b0075d14a716e1964ce9cc9c9fb03bb8b3f5f93bfa4f7a613321781a2106604f0ca31e9acbd91413cb418b5a2d38453d88cdf73d0c9d4e45b9ef12 SHA512 69568e441a56f51dc136df5c58343c464b23e7577a64a9e44edd0dd5704e95299e3827e0704a953b9a56e2a642ac69324256ac477752d51e1060b259a69380e5
-DIST tkinfo-2.8.tar.gz 56234 BLAKE2B 6351a8c3ee46092a5c46db147006cb462882cc9abec11f49f07f4f4b50888be6537625a0756a8f05837c21d769345e39837f650ad3a6488713adc304880a3674 SHA512 dfce278a1b33eebcebe3f6f9b5885a8c247f3181d154bc35d8b6d894f1f33043e9e40dd4c8dc336fa100700883295e8a648bece6f04ee556d4fa2f69adaecb76
EBUILD tkinfo-2.11.ebuild 530 BLAKE2B d8accded8cef77dee8c7c9b87093273c15f13fd3bce5668684b2d07afcba1b9654e20f1e90b43382459ef6bcbdd7e60dae49b1762c81f41434ecb80a8ca545fa SHA512 6f2562bb1f83f969eae16f13254c54d9e14fe0fa78d58ea40d57155f589d979e6b6aa351a4c216cd0346683fc7b095220c1b5dfcee8799edf71cac58ac5660ca
-EBUILD tkinfo-2.8-r2.ebuild 530 BLAKE2B 56d33975ab6659f7f5f981bec8bbaf32ac817450e7b5004fb9561bedc1c37ecc6f2f88eff145c25948e2af975ea68a5394977ccc310cd702c8be034d05615ffc SHA512 3a8361d6061b85666cf9cb116823ccfdebea79bdc3bae274f7ed60e454be3ae20b97b6c231ddffe99891bd2b039cca7afc4d44b76d810a74ea77d4102145b47b
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/app-text/tkinfo/tkinfo-2.8-r2.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
deleted file mode 100644
index 3ff353a3fe92..000000000000
--- a/app-text/tkinfo/tkinfo-2.8-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Info Browser in TK"
-HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
-SRC_URI="http://math-www.uni-paderborn.de/~axel/${PN}/${P}.tar.gz"
-
-LICENSE="Old-MIT GPL-1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
-
-RDEPEND="dev-lang/tk"
-
-src_prepare() {
- default
- sed -e "1 s:^.*:#!/usr/bin/env wish:" \
- -i tkinfo || die "sed tkinfo failed"
-}
-
-src_install() {
- dobin tkinfo
- doman tkinfo.1
-}