From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/
Date: Fri, 27 May 2016 22:26:24 +0000 (UTC) [thread overview]
Message-ID: <1464386308.bc6667bdd40395958f362023ee0b5a2c43914c0b.monsieurp@gentoo> (raw)
commit: bc6667bdd40395958f362023ee0b5a2c43914c0b
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 21:57:34 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 27 21:58:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6667bd
app-text/tkinfo: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-text/tkinfo/tkinfo-2.8-r1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/app-text/tkinfo/tkinfo-2.8-r1.ebuild b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
new file mode 100644
index 0000000..e1349f9
--- /dev/null
+++ b/app-text/tkinfo/tkinfo-2.8-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/tkinfo/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+LICENSE="freedist"
+SLOT="0"
+
+RDEPEND="dev-lang/tk"
+DEPEND="sys-apps/sed"
+
+src_prepare() {
+ default
+ sed -i \
+ -e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
+ die "sed tkinfo failed"
+}
+
+src_install () {
+ dobin "${PN}"
+ doman "${PN}.1"
+ dodoc README
+}
next reply other threads:[~2016-05-27 22:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-27 22:26 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-14 23:01 [gentoo-commits] repo/gentoo:master commit in: app-text/tkinfo/ Patrice Clement
2016-12-14 23:01 Patrice Clement
2019-12-11 14:59 Ulrich Müller
2022-11-20 23:56 David Seifert
2024-06-22 18:54 Conrad Kostecki
2024-11-23 13:16 Michał Górny
2024-11-23 16:20 Michał Górny
2024-12-06 10:01 Petr Vaněk
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=1464386308.bc6667bdd40395958f362023ee0b5a2c43914c0b.monsieurp@gentoo \
--to=monsieurp@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