From 62b2df73b1e9d9f70101f00443c84dce79475e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Nov 2019 19:14:27 +0100 Subject: dev-tcltk/tkcon: Drop EAPI 0 ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-tcltk/tkcon/tkcon-2.5.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-tcltk/tkcon/tkcon-2.5.ebuild diff --git a/dev-tcltk/tkcon/tkcon-2.5.ebuild b/dev-tcltk/tkcon/tkcon-2.5.ebuild deleted file mode 100644 index dcf14a871f2d..000000000000 --- a/dev-tcltk/tkcon/tkcon-2.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils multilib - -DESCRIPTION="Tk GUI console" -HOMEPAGE="http://tkcon.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -SLOT="0" -IUSE="doc" - -DEPEND="dev-lang/tk" -RDEPEND="${DEPEND}" - -src_install() { - local tclver="$(echo 'puts $tcl_version' | tclsh)" - local instdir=/usr/$(get_libdir)/tcl${tclver}/${PN}2.5 - dodir ${instdir} - cp -pP pkgIndex.tcl tkcon.tcl "${D}"${instdir} || die - dodir /usr/bin - dosym ${instdir}/tkcon.tcl /usr/bin/tkcon - dodoc README.txt - if use doc; then - dohtml doc/* - fi -} -- cgit v1.2.3