summaryrefslogtreecommitdiff
path: root/app-text/tkinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-21 01:03:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-21 01:03:25 +0000
commitd32022e7301aef2b3f52f6b7a3de81c6e03ffcaf (patch)
tree4e64fbab713348c061644255d893ff91f2d8b1e5 /app-text/tkinfo
parent92f98ae772a60a2fa63efbda2f915da957a3b3b8 (diff)
gentoo auto-resync : 21:11:2022 - 01:03:25
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r--app-text/tkinfo/Manifest2
-rw-r--r--app-text/tkinfo/tkinfo-2.8-r2.ebuild (renamed from app-text/tkinfo/tkinfo-2.8-r1.ebuild)16
2 files changed, 7 insertions, 11 deletions
diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest
index 47fef4a676dc..2a6d4809537d 100644
--- a/app-text/tkinfo/Manifest
+++ b/app-text/tkinfo/Manifest
@@ -1,3 +1,3 @@
DIST tkinfo-2.8.tar.gz 56234 BLAKE2B 6351a8c3ee46092a5c46db147006cb462882cc9abec11f49f07f4f4b50888be6537625a0756a8f05837c21d769345e39837f650ad3a6488713adc304880a3674 SHA512 dfce278a1b33eebcebe3f6f9b5885a8c247f3181d154bc35d8b6d894f1f33043e9e40dd4c8dc336fa100700883295e8a648bece6f04ee556d4fa2f69adaecb76
-EBUILD tkinfo-2.8-r1.ebuild 578 BLAKE2B db7209caefd9ec7f8607820e43879952cdd8cad2bfcf33c19f54bf1df9c70af14bed99dcf35fb5c1f5ed40de90b319833a7b6a3d0af40864e6e6c75bdd140f3e SHA512 524fd1182ec44b817048f349ef23981681c3d436ddf0a99a9cc5862c3ff389d13b4c6f913933556dac19aad5a55fba72d24a2e0e9b7796590b47b828d8079205
+EBUILD tkinfo-2.8-r2.ebuild 536 BLAKE2B 7da5944f102207f3adbd1fe288a34115387778497dcb44ed982961a3d0de73ac005ca685ea282b9c8fee783e4999f49c56858f526663f56329681abac523d7b2 SHA512 d7718b81a96e9efbccac109fd9dc5b13081052123a61f431b26bc513fd704932e1dde3d1ba6b77c2c9d18270ac224aaa4be8aee9ae2ad40dce020929df1b8baa
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
index 25b60f40b1ef..97256a448ef4 100644
--- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild
+++ b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Info Browser in TK"
HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/"
@@ -12,18 +12,14 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
RDEPEND="dev-lang/tk"
-DEPEND="sys-apps/sed"
-
-DOCS=( README )
src_prepare() {
default
- sed -i \
- -e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
- die "sed tkinfo failed"
+ sed -e "1 s:^.*:#!/usr/bin/env wish:" \
+ -i tkinfo || die "sed tkinfo failed"
}
src_install() {
- dobin "${PN}"
- doman "${PN}.1"
+ dobin tkinfo
+ doman tkinfo.1
}