diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-12 12:01:07 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-12 12:01:07 +0000 |
commit | 6ecc93c91fff2d89ce951ea1347bb2c8746068bf (patch) | |
tree | 2347c4e45db7bbd2e8e2fce744c9c4ef4531d110 /app-sci/qmatplot | |
parent | Initial import (diff) | |
download | gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.tar.gz gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.tar.bz2 gentoo-2-6ecc93c91fff2d89ce951ea1347bb2c8746068bf.zip |
Initial import
Diffstat (limited to 'app-sci/qmatplot')
-rw-r--r-- | app-sci/qmatplot/ChangeLog | 11 | ||||
-rw-r--r-- | app-sci/qmatplot/Manifest | 6 | ||||
-rw-r--r-- | app-sci/qmatplot/files/digest-qmatplot-0.4.2 | 1 | ||||
-rw-r--r-- | app-sci/qmatplot/files/qmatplot-0.4.2-gentoo.patch | 11 | ||||
-rw-r--r-- | app-sci/qmatplot/metadata.xml | 5 | ||||
-rw-r--r-- | app-sci/qmatplot/qmatplot-0.4.2.ebuild | 31 |
6 files changed, 63 insertions, 2 deletions
diff --git a/app-sci/qmatplot/ChangeLog b/app-sci/qmatplot/ChangeLog new file mode 100644 index 000000000000..21be4de8366d --- /dev/null +++ b/app-sci/qmatplot/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*qmatplot-0.4.2 (12 Nov 2003) + + 12 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> metadata.xml, + qmatplot-0.4.2.ebuild: + Initial import, trying to get rid of kmatplot with this package, see bug + 33034 for why. + diff --git a/app-sci/qmatplot/Manifest b/app-sci/qmatplot/Manifest index 377e303ac93a..a64b27c9d816 100644 --- a/app-sci/qmatplot/Manifest +++ b/app-sci/qmatplot/Manifest @@ -1,3 +1,5 @@ -MD5 18e4802b0a82b97b4eaffc62b89ea470 qmatplot-0.4.2.ebuild 585 +MD5 b10e6c94bd8b29ed8cf6050ece1701de qmatplot-0.4.2.ebuild 725 +MD5 6d3998f0a8973f5edc8bca6db781ad32 ChangeLog 432 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 caa148371a7c466ed0b1c5c95b929622 files/qmatplot-0.4.2-gentoo.patch 453 MD5 2cbaba30419f14241d64b9569438428f files/digest-qmatplot-0.4.2 64 -MD5 caa148371a7c466ed0b1c5c95b929622 files/qmathplot-0.4.2-gentoo.patch 453 diff --git a/app-sci/qmatplot/files/digest-qmatplot-0.4.2 b/app-sci/qmatplot/files/digest-qmatplot-0.4.2 new file mode 100644 index 000000000000..f2d5fc23f9b8 --- /dev/null +++ b/app-sci/qmatplot/files/digest-qmatplot-0.4.2 @@ -0,0 +1 @@ +MD5 37bcbb7b822b744b189ed5fceb751755 qmatplot-0.4.2.tgz 1145773 diff --git a/app-sci/qmatplot/files/qmatplot-0.4.2-gentoo.patch b/app-sci/qmatplot/files/qmatplot-0.4.2-gentoo.patch new file mode 100644 index 000000000000..e2e77da98d58 --- /dev/null +++ b/app-sci/qmatplot/files/qmatplot-0.4.2-gentoo.patch @@ -0,0 +1,11 @@ +--- src/kswinworksheet.h 2003-03-11 13:07:47.000000000 +0100 ++++ src/kswinworksheet.h.new 2003-11-12 11:49:58.000000000 +0100 +@@ -40,7 +40,7 @@ + public: + KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode ); + virtual ~KSWinWorksheet(); +- void KSWinWorksheet::setDataObject( QSData *data ); ++ void setDataObject( QSData *data ); + KSChannelList *chanList() const; + KSChannelListItem *selectedItem() const; + KSMPanel *settingsPanel() const; diff --git a/app-sci/qmatplot/metadata.xml b/app-sci/qmatplot/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/app-sci/qmatplot/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +</pkgmetadata> diff --git a/app-sci/qmatplot/qmatplot-0.4.2.ebuild b/app-sci/qmatplot/qmatplot-0.4.2.ebuild new file mode 100644 index 000000000000..7cc667bce5f0 --- /dev/null +++ b/app-sci/qmatplot/qmatplot-0.4.2.ebuild @@ -0,0 +1,31 @@ +# 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 $ + + + +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/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +DEPEND=">=app-sci/octave-2.1 + >=app-sci/scilab-2.6" + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}-gentoo.patch" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc ChangeLog +} |