diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 02:13:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 02:13:37 +0000 |
commit | dab2147715a1c3516bb1d8818dcc38b21d2a8bd2 (patch) | |
tree | 93b639c5cfbb2137195eedd6d6057a0f6cb887e4 /media-gfx | |
parent | Moving to media-gfx/qmatplot (diff) | |
download | historical-dab2147715a1c3516bb1d8818dcc38b21d2a8bd2.tar.gz historical-dab2147715a1c3516bb1d8818dcc38b21d2a8bd2.tar.bz2 historical-dab2147715a1c3516bb1d8818dcc38b21d2a8bd2.zip |
Moved from app-sci/qmatplot to media-gfx/qmatplot.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qmatplot/ChangeLog | 34 | ||||
-rw-r--r-- | media-gfx/qmatplot/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/qmatplot/files/digest-qmatplot-0.4.2-r1 | 1 | ||||
-rw-r--r-- | media-gfx/qmatplot/files/qmatplot-0.4.2-gcc34.patch | 35 | ||||
-rw-r--r-- | media-gfx/qmatplot/files/qmatplot-0.4.2-gentoo.patch | 11 | ||||
-rw-r--r-- | media-gfx/qmatplot/metadata.xml | 5 | ||||
-rw-r--r-- | media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild | 36 |
7 files changed, 128 insertions, 0 deletions
diff --git a/media-gfx/qmatplot/ChangeLog b/media-gfx/qmatplot/ChangeLog new file mode 100644 index 000000000000..1bd5c2ba698b --- /dev/null +++ b/media-gfx/qmatplot/ChangeLog @@ -0,0 +1,34 @@ +# ChangeLog for app-sci/qmatplot +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/ChangeLog,v 1.1 2004/12/24 02:13:36 ribosome Exp $ + +*qmatplot-0.4.2-r1 (23 Dec 2004) + + 23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +files/qmatplot-0.4.2-gcc34.patch, +files/qmatplot-0.4.2-gentoo.patch, + +qmatplot-0.4.2-r1.ebuild: + Moved from app-sci/qmatplot to media-gfx/qmatplot. + + 22 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> qmatplot-0.4.2-r1.ebuild: + Marked ~amd64. Added gcc-3.4 patch. + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> qmatplot-0.4.2-r1.ebuild, + qmatplot-0.4.2.ebuild: + Adding IUSE, cleanup + +*qmatplot-0.4.2-r1 (15 Mar 2004) + + 15 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> qmatplot-0.4.2-r1.ebuild: + Fixed bug #37409 + + 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) + + 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/media-gfx/qmatplot/Manifest b/media-gfx/qmatplot/Manifest new file mode 100644 index 000000000000..af921fc91580 --- /dev/null +++ b/media-gfx/qmatplot/Manifest @@ -0,0 +1,6 @@ +MD5 082c7cca1a7735187264a643c4303803 qmatplot-0.4.2-r1.ebuild 954 +MD5 2cf37a0947b9bdc9ffdf9142fdc2cbf9 ChangeLog 952 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 caa148371a7c466ed0b1c5c95b929622 files/qmatplot-0.4.2-gentoo.patch 453 +MD5 2cbaba30419f14241d64b9569438428f files/digest-qmatplot-0.4.2-r1 64 +MD5 a8b1462a453838dce1d466ec93e8e57a files/qmatplot-0.4.2-gcc34.patch 1139 diff --git a/media-gfx/qmatplot/files/digest-qmatplot-0.4.2-r1 b/media-gfx/qmatplot/files/digest-qmatplot-0.4.2-r1 new file mode 100644 index 000000000000..f2d5fc23f9b8 --- /dev/null +++ b/media-gfx/qmatplot/files/digest-qmatplot-0.4.2-r1 @@ -0,0 +1 @@ +MD5 37bcbb7b822b744b189ed5fceb751755 qmatplot-0.4.2.tgz 1145773 diff --git a/media-gfx/qmatplot/files/qmatplot-0.4.2-gcc34.patch b/media-gfx/qmatplot/files/qmatplot-0.4.2-gcc34.patch new file mode 100644 index 000000000000..1aa77b36765d --- /dev/null +++ b/media-gfx/qmatplot/files/qmatplot-0.4.2-gcc34.patch @@ -0,0 +1,35 @@ +--- src/ksmatrix.h.orig 2003-03-11 16:16:24.000000000 +0100 ++++ src/ksmatrix.h 2004-07-22 18:01:12.064261800 +0200 +@@ -332,8 +332,8 @@ + class KSMatrixFormula : public QSMatrix + { + Q_OBJECT +- Q_PROPERTY( QString formula READ formula WRITE setFormula ); +- Q_PROPERTY( bool transposition READ transposition WRITE setTransposition ); ++ Q_PROPERTY( QString formula READ formula WRITE setFormula ) ++ Q_PROPERTY( bool transposition READ transposition WRITE setTransposition ) + + public: + /** +--- src/qscobjects.h.orig 2003-03-11 13:07:48.000000000 +0100 ++++ src/qscobjects.h 2004-07-22 18:31:06.833415416 +0200 +@@ -246,7 +246,7 @@ + QSGArrow m_end2style; + QSGPoint m_end1point; + QSGPoint m_end2point; +- QSGLine m_line;; ++ QSGLine m_line; + }; + + //-----------------------------------------------------------------------// +--- src/kspanelmanager.cpp.orig 2004-07-22 18:47:47.262327104 +0200 ++++ src/kspanelmanager.cpp 2004-07-22 18:48:03.957789008 +0200 +@@ -47,7 +47,7 @@ + Qt::Orientation o; + + qmatplotShell *shell; +- KSWorkbook *workbook;; ++ KSWorkbook *workbook; + KSPanel *curr_panel; + + QSplitter *splitter; diff --git a/media-gfx/qmatplot/files/qmatplot-0.4.2-gentoo.patch b/media-gfx/qmatplot/files/qmatplot-0.4.2-gentoo.patch new file mode 100644 index 000000000000..e2e77da98d58 --- /dev/null +++ b/media-gfx/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/media-gfx/qmatplot/metadata.xml b/media-gfx/qmatplot/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/media-gfx/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/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild new file mode 100644 index 000000000000..7b2a1706d70c --- /dev/null +++ b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.1 2004/12/24 02:13:36 ribosome Exp $ + +inherit eutils + +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 ~amd64" +IUSE="" +SLOT="0" + +DEPEND=">=x11-libs/qt-3 + >=app-sci/octave-2.1 + >=app-sci/scilab-2.6" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gcc34.patch +} + +src_compile() { + addwrite "${QTDIR}/etc/settings" + econf || die "configure failed" + emake QSETTINGSDIR="${QTDIR}/etc/settings/" || die "make failed" +} + +src_install() { + make QSETTINGSDIR="${D}/${QTDIR}/etc/settings/" DESTDIR="${D}" install || die "install failed" + dodoc ChangeLog AUTHORS +} |