From d32022e7301aef2b3f52f6b7a3de81c6e03ffcaf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Nov 2022 01:03:25 +0000 Subject: gentoo auto-resync : 21:11:2022 - 01:03:25 --- app-text/tkinfo/Manifest | 2 +- app-text/tkinfo/tkinfo-2.8-r1.ebuild | 29 ----------------------------- app-text/tkinfo/tkinfo-2.8-r2.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 app-text/tkinfo/tkinfo-2.8-r1.ebuild create mode 100644 app-text/tkinfo/tkinfo-2.8-r2.ebuild (limited to 'app-text/tkinfo') 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-r1.ebuild deleted file mode 100644 index 25b60f40b1ef..000000000000 --- a/app-text/tkinfo/tkinfo-2.8-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~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" -} - -src_install() { - dobin "${PN}" - doman "${PN}.1" -} diff --git a/app-text/tkinfo/tkinfo-2.8-r2.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild new file mode 100644 index 000000000000..97256a448ef4 --- /dev/null +++ b/app-text/tkinfo/tkinfo-2.8-r2.ebuild @@ -0,0 +1,25 @@ +# 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 ~ia64 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 +} -- cgit v1.2.3