dev-tcltk/tkpiechart: Drop EAPI 0 ebuild
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 18:14:48 +0000 (19:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 18:18:54 +0000 (19:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild [deleted file]

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild
deleted file mode 100644 (file)
index 4df808b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib
-
-DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
-HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
-SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
-
-LICENSE="jfontain"
-KEYWORDS="amd64 ~ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-lang/tk-8.3
-       dev-tcltk/tcllib"
-RDEPEND="${DEPEND}"
-
-src_install() {
-       dodir /usr/$(get_libdir)/tkpiechart
-       ./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
-
-       dodoc CHANGES CONTENTS README TODO || die
-       dohtml *.gif *.htm || die
-       docinto demo
-       dodoc demo* || die
-}