diff options
Diffstat (limited to 'app-sci/qmatplot/files')
-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 |
2 files changed, 12 insertions, 0 deletions
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; |