diff options
author | George Shapovalov <george@gentoo.org> | 2002-09-07 19:26:56 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-09-07 19:26:56 +0000 |
commit | 3d2a878ff3913f502c0bab4220db616e5d451b2e (patch) | |
tree | bbc6299135aa4fd80137cd20390da59d9391f0f8 /media-gfx/gnuplot | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-3d2a878ff3913f502c0bab4220db616e5d451b2e.tar.gz gentoo-2-3d2a878ff3913f502c0bab4220db616e5d451b2e.tar.bz2 gentoo-2-3d2a878ff3913f502c0bab4220db616e5d451b2e.zip |
corrected LICENSE, added docs
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r-- | media-gfx/gnuplot/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog index b481d6a30992..a021982b9360 100644 --- a/media-gfx/gnuplot/ChangeLog +++ b/media-gfx/gnuplot/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-gfx/gnuplot # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.3 2002/04/12 23:32:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.4 2002/09/07 19:26:56 george Exp $ *gnuplot-3.7.1-r3 (12 Apr 2002) + 07 Sep 2002; George Shapovalov <george@gentoo.org> gnuplot-3.7.1-r3.ebuild : + + corrected LICENSE (it has its own, not GPL-compatible) + added some docs + 12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gnuplot-3.7.1-r3.ebuild : Compile against newer libpng diff --git a/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild b/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild index 7f5d877e5e78..1350db781405 100644 --- a/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild +++ b/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild,v 1.3 2002/07/23 04:33:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild,v 1.4 2002/09/07 19:26:56 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Quick and useful plotting program" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnuplot.org/pub/gnuplot/${P}.tar.gz" HOMEPAGE="http://www.gnuplot.org" SLOT="0" -LICENSE="GPL-2" +LICENSE="gnuplot" KEYWORDS="x86" DEPEND="media-libs/libpng @@ -16,6 +16,7 @@ DEPEND="media-libs/libpng svga? ( media-libs/svgalib ) readline? ( sys-libs/readline ) plotutils? ( media-libs/plotutils )" +RDEPEND="${DEPEND}" src_compile() { local myconf @@ -61,6 +62,8 @@ src_compile() { src_install () { make prefix=${D}/usr install || die + + dodoc 0* ChangeLog CodeStyle Copyright NEWS PGPKEYS TODO } pkg_postinst() { |