# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gplot is a command line front-end to gnuplot." HOMEPAGE="http://gplot.sourceforge.net" SRC_URI="mirror://sourceforge/gplot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=sci-visualization/gnuplot-4.0-r1" src_install() { dobin gplot.pl }