summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-09-16 02:43:35 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-09-16 02:43:35 +0000
commitbd6848e79cbbb2166ed645e5ed69b82935e252d3 (patch)
tree6194d926bf15d6dd53ac818d1c45569b455ecb60 /app-sci
parentminor fixes (diff)
downloadgentoo-2-bd6848e79cbbb2166ed645e5ed69b82935e252d3.tar.gz
gentoo-2-bd6848e79cbbb2166ed645e5ed69b82935e252d3.tar.bz2
gentoo-2-bd6848e79cbbb2166ed645e5ed69b82935e252d3.zip
minor fixes
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/kmatplot/ChangeLog7
-rw-r--r--app-sci/kmatplot/Manifest4
-rw-r--r--app-sci/kmatplot/files/digest-kmatplot-0.4-r21
-rw-r--r--app-sci/kmatplot/kmatplot-0.4-r2.ebuild21
4 files changed, 30 insertions, 3 deletions
diff --git a/app-sci/kmatplot/ChangeLog b/app-sci/kmatplot/ChangeLog
index 49181b91b042..635d7b988f22 100644
--- a/app-sci/kmatplot/ChangeLog
+++ b/app-sci/kmatplot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/kmatplot
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.7 2003/02/15 07:10:05 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/ChangeLog,v 1.8 2003/09/16 02:43:30 caleb Exp $
+
+*kmatplot-0.4-r2 (15 Sep 2003)
+
+ 15 Sep 2003; Caleb Tennis <caleb@gentoo.org> kmatplot-0.4-r2.ebuild:
+ Fix a bug.
*kmatplot-0.4-r1 (03 Feb 2003)
diff --git a/app-sci/kmatplot/Manifest b/app-sci/kmatplot/Manifest
index 42f35337e199..9715690bde6a 100644
--- a/app-sci/kmatplot/Manifest
+++ b/app-sci/kmatplot/Manifest
@@ -1,7 +1,7 @@
-MD5 21c56d2f6ca90fb7da94c1ee5699b6d5 kmatplot-0.4-r2.ebuild 668
+MD5 7d64448ceae48be65bc528facc3a476c kmatplot-0.4-r2.ebuild 665
MD5 d3ea0071482017f48d60c6be417ff853 kmatplot-0.4.ebuild 585
MD5 42797b6ce8f30461a03302de032789fe kmatplot-0.4-r1.ebuild 623
-MD5 6c35b1ef27c147fd8a6f0dd3379c5bd9 ChangeLog 1129
+MD5 af92f9d975cc02936c7b4fdb682b152b ChangeLog 1130
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 cd4f07358148cf90bf6fa35989e737f4 files/digest-kmatplot-0.4 64
MD5 65e9ee5ac2b4919fa378b2d460d96ac3 files/kmatplot-0.4-kmatplotrc.patch 583
diff --git a/app-sci/kmatplot/files/digest-kmatplot-0.4-r2 b/app-sci/kmatplot/files/digest-kmatplot-0.4-r2
new file mode 100644
index 000000000000..dee2044452a1
--- /dev/null
+++ b/app-sci/kmatplot/files/digest-kmatplot-0.4-r2
@@ -0,0 +1 @@
+MD5 d5cd9bdddb2d3fc7ed359f409d61c7a7 kmatplot-0.4.tar.gz 949689
diff --git a/app-sci/kmatplot/kmatplot-0.4-r2.ebuild b/app-sci/kmatplot/kmatplot-0.4-r2.ebuild
new file mode 100644
index 000000000000..ef4239e134ae
--- /dev/null
+++ b/app-sci/kmatplot/kmatplot-0.4-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r2.ebuild,v 1.1 2003/09/16 02:43:30 caleb Exp $
+
+PATCHES="${FILESDIR}/${P}-gentoo.patch
+ ${FILESDIR}/${P}-inline.patch
+ ${FILESDIR}/${P}-gentoo2.patch
+ ${FILESDIR}/${P}-kmatplotrc.patch"
+
+inherit kde
+need-kde 3
+
+DESCRIPTION="gnuplot-like tool for plotting data sets in either two or three dimensions"
+HOMEPAGE="http://kmatplot.sourceforge.net/"
+SRC_URI="http://kmatplot.sourceforge.net/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="=app-sci/octave-2.0*
+ >=app-sci/scilab-2.6"