summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-01-04 02:13:07 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-01-04 02:13:07 +0000
commitb6ded7549c1927531aaf4da075ac90728221e04f (patch)
tree1fb99435a0f46cda4429c41e9c7b3a1561cf885a /app-sci/qmatplot
parentVersion bump, header update and ebuild cleanups. (diff)
downloadgentoo-2-b6ded7549c1927531aaf4da075ac90728221e04f.tar.gz
gentoo-2-b6ded7549c1927531aaf4da075ac90728221e04f.tar.bz2
gentoo-2-b6ded7549c1927531aaf4da075ac90728221e04f.zip
remove need-qt, add it directly as a dep
Diffstat (limited to 'app-sci/qmatplot')
-rw-r--r--app-sci/qmatplot/ChangeLog6
-rw-r--r--app-sci/qmatplot/Manifest4
-rw-r--r--app-sci/qmatplot/qmatplot-0.4.2.ebuild9
3 files changed, 10 insertions, 9 deletions
diff --git a/app-sci/qmatplot/ChangeLog b/app-sci/qmatplot/ChangeLog
index 21be4de8366d..594df55586f6 100644
--- a/app-sci/qmatplot/ChangeLog
+++ b/app-sci/qmatplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/qmatplot
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/qmatplot/ChangeLog,v 1.1 2003/11/12 12:01:02 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/qmatplot/ChangeLog,v 1.2 2004/01/04 02:12:59 caleb Exp $
+
+ 03 Jan 2004; Caleb Tennis <caleb@gentoo.org> qmatplot-0.4.2.ebuild:
+ Remove need-qt, add it directly as a dep
+ Also remove inherit kde-functions
*qmatplot-0.4.2 (12 Nov 2003)
diff --git a/app-sci/qmatplot/Manifest b/app-sci/qmatplot/Manifest
index a64b27c9d816..96acb3f2f85e 100644
--- a/app-sci/qmatplot/Manifest
+++ b/app-sci/qmatplot/Manifest
@@ -1,5 +1,5 @@
-MD5 b10e6c94bd8b29ed8cf6050ece1701de qmatplot-0.4.2.ebuild 725
-MD5 6d3998f0a8973f5edc8bca6db781ad32 ChangeLog 432
+MD5 c7f2854f4abf19b340013d134e6f4ced qmatplot-0.4.2.ebuild 705
+MD5 1578d14efa908f5c359275de43cd91df ChangeLog 579
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 caa148371a7c466ed0b1c5c95b929622 files/qmatplot-0.4.2-gentoo.patch 453
MD5 2cbaba30419f14241d64b9569438428f files/digest-qmatplot-0.4.2 64
diff --git a/app-sci/qmatplot/qmatplot-0.4.2.ebuild b/app-sci/qmatplot/qmatplot-0.4.2.ebuild
index 7cc667bce5f0..d4f8954d0d6e 100644
--- a/app-sci/qmatplot/qmatplot-0.4.2.ebuild
+++ b/app-sci/qmatplot/qmatplot-0.4.2.ebuild
@@ -1,12 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/qmatplot/qmatplot-0.4.2.ebuild,v 1.1 2003/11/12 12:01:02 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/qmatplot/qmatplot-0.4.2.ebuild,v 1.2 2004/01/04 02:12:59 caleb Exp $
-
-
-inherit kde-functions
inherit eutils
-need-qt 3
DESCRIPTION="gnuplot-like tool for plotting data sets in either two or three dimensions"
HOMEPAGE="http://qmatplot.sourceforge.net/"
@@ -16,7 +12,8 @@ LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
-DEPEND=">=app-sci/octave-2.1
+DEPEND=">=x11-libs/qt-3
+ >=app-sci/octave-2.1
>=app-sci/scilab-2.6"
src_unpack() {