summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-09-07 19:26:56 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-09-07 19:26:56 +0000
commit331d3413c433e322222d7f608731bbfffdbc9d8f (patch)
tree62c2125af6dee9d45cc0713a85645bfcae9f066d /media-gfx
parentadded ppc to keywords (diff)
downloadhistorical-331d3413c433e322222d7f608731bbfffdbc9d8f.tar.gz
historical-331d3413c433e322222d7f608731bbfffdbc9d8f.tar.bz2
historical-331d3413c433e322222d7f608731bbfffdbc9d8f.zip
corrected LICENSE, added docs
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gnuplot/ChangeLog7
-rw-r--r--media-gfx/gnuplot/gnuplot-3.7.1-r3.ebuild7
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() {