From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
Date: Sun, 20 Nov 2022 23:56:04 +0000 (UTC) [thread overview]
Message-ID: <1668988555.0fd9c4b73d433b55964865b27a8555878b884b01.soap@gentoo> (raw)
commit: 0fd9c4b73d433b55964865b27a8555878b884b01
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:55:55 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:55:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd9c4b7
app-text/tkinfo: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{tkinfo-2.8-r1.ebuild => tkinfo-2.8-r2.ebuild} | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r2.ebuild
similarity index 66%
rename from app-text/tkinfo/tkinfo-2.8-r1.ebuild
rename to 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
}
next reply other threads:[~2022-11-20 23:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-20 23:56 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 10:01 [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/ Petr Vaněk
2024-11-23 16:20 Michał Górny
2024-11-23 13:16 Michał Górny
2024-06-22 18:54 Conrad Kostecki
2019-12-11 14:59 Ulrich Müller
2016-12-14 23:01 Patrice Clement
2016-12-14 23:01 Patrice Clement
2016-05-27 22:26 Patrice Clement
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=1668988555.0fd9c4b73d433b55964865b27a8555878b884b01.soap@gentoo \
--to=soap@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