diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkpiechart/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild | 25 |
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-tcltk/tkpiechart/ChangeLog b/dev-tcltk/tkpiechart/ChangeLog index f9fbda9f570d..0c67df890423 100644 --- a/dev-tcltk/tkpiechart/ChangeLog +++ b/dev-tcltk/tkpiechart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tkpiechart -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog,v 1.10 2013/04/30 16:26:31 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/ChangeLog,v 1.11 2015/06/27 22:54:14 mrueg Exp $ + + 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -tkpiechart-6.5.ebuild: + Remove old. 30 Apr 2013; Ulrich Müller <ulm@gentoo.org> tkpiechart-6.5.ebuild, tkpiechart-6.5-r1.ebuild: @@ -35,4 +38,3 @@ 17 May 2004; <matsuu@gentoo.org> +tkpiechart-6.5.ebuild: Initial import. - diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild deleted file mode 100644 index 31f2eb9c8126..000000000000 --- a/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.7 2013/04/30 16:26:31 ulm Exp $ - -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="x86 ~ppc ~amd64" -SLOT="0" -IUSE="" - -DEPEND=">=dev-lang/tk-8.3 - dev-tcltk/tcllib" - -src_install() { - dodir /usr/lib/tkpiechart - ./instapkg.tcl "${D}"/usr/lib/tkpiechart || die - - dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO - dohtml *.gif *.html - docinto demo - dodoc demo* -} |