diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-14 23:59:56 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-15 00:00:13 +0100 |
commit | 64fbcf9b04545aaf01fe19462e6db6c4f1daca95 (patch) | |
tree | ec35de45a8f6ab2978479266276588a5e2e38be6 /app-text/tkinfo | |
parent | app-text/tkinfo: Stable for amd64. Mark stable for the remaining arches using... (diff) | |
download | gentoo-64fbcf9b04545aaf01fe19462e6db6c4f1daca95.tar.gz gentoo-64fbcf9b04545aaf01fe19462e6db6c4f1daca95.tar.bz2 gentoo-64fbcf9b04545aaf01fe19462e6db6c4f1daca95.zip |
app-text/tkinfo: Clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r-- | app-text/tkinfo/tkinfo-2.8.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-text/tkinfo/tkinfo-2.8.ebuild b/app-text/tkinfo/tkinfo-2.8.ebuild deleted file mode 100644 index f4f36c7a743b..000000000000 --- a/app-text/tkinfo/tkinfo-2.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Info Browser in TK" -SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz" -HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" - -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" -LICENSE="freedist" -SLOT="0" - -RDEPEND=">=dev-lang/tk-8.0.5" -DEPEND=">=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \ - die "sed tkinfo failed" -} - -src_install () { - dobin tkinfo - doman tkinfo.1 - dodoc README -} |