Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630332 - sci-visualization/qtiplot-0.9.8.9-r4 (with gcc-6.4.0) - src/analysis/dialogs/FitDialog.cpp:1025:41: error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’
Summary: sci-visualization/qtiplot-0.9.8.9-r4 (with gcc-6.4.0) - src/analysis/dialogs/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on: 585328
Blocks:
  Show dependency tree
 
Reported: 2017-09-08 11:06 UTC by Juergen Rose
Modified: 2018-01-26 23:21 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,163.59 KB, text/x-log)
2017-09-08 11:06 UTC, Juergen Rose
Details
qtiplot-0.9.8.9-r5.ebuild (qtiplot-0.9.8.9-r5.ebuild,6.15 KB, text/plain)
2017-09-29 20:14 UTC, Vladimir
Details
qtiplot-0.9.8.9-QtItemFlags.patch (qtiplot-0.9.8.9-QtItemFlags.patch,5.66 KB, patch)
2017-09-29 20:15 UTC, Vladimir
Details | Diff
qtiplot-0.9.8.9-bool-pointer.patch (qtiplot-0.9.8.9-bool-pointer.patch,4.46 KB, patch)
2017-09-29 20:17 UTC, Vladimir
Details | Diff
build log for -r5 ebuild (qtiplot-0.9.8.9-r5.build,463.44 KB, text/plain)
2017-12-07 19:37 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2017-09-08 11:06:14 UTC
Created attachment 493216 [details]
build.log

'MAKEOPTS=-j1 emerge -v1 qtiplot' fails with:
...
x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -D_REENTRANT -Wall -W -DSCRIPTING_CONSOLE -DQTIPLOT_PRO -DSVN_REVISION="\"\"" -DQT_PLUGIN -DTRANSLATIONS_PATH=\"/usr/share/qtiplot/translations\" -DMANUAL_PATH=\"/usr/share/doc/qtiplot/html\" -DSCRIPTING_MUPARSER -DSCRIPTING_PYTHON -DPYTHON_CONFIG_PATH=\"/usr\" -DGL2PS_HAVE_LIBPNG -DTEX_OUTPUT -DHAVE_ALGLIB -DHAVE_TAMUANOVA -DNO_LOG_FILE -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant -I../3rdparty/qwt/src -I../3rdparty/qwtplot3d/include -Iicons -Isrc/analysis -Isrc/analysis/dialogs -Isrc/core -Isrc/excel -Isrc/lib/include -Isrc/lib/3rdparty/qtcolorpicker/src -Isrc/plot2D -Isrc/plot2D/dialogs -Isrc/plot3D -Isrc/matrix -Isrc/table -Isrc/scripting -I/usr/include/python2.7 -I/usr/include/tamu_anova -Isrc/plugins/exportEMF -Isrc/plugins/exportEMF/3rdparty/EmfEngine/src -Isrc/plugins/OriginPlugin -Isrc/plugins/OriginPlugin/liborigin1 -Isrc/plugins/OriginPlugin/liborigin2 -Isrc/plugins/OriginPlugin/tree.phi-sci.com -I../3rdparty/boost -I/var/tmp/portage/sci-visualization/qtiplot-0.9.8.9-r4/work/qtiplot-0.9.8.9/tmp/qtiplot -o ../tmp/qtiplot/FitDialog.o src/analysis/dialogs/FitDialog.cpp
src/analysis/dialogs/FitDialog.cpp: In member function ‘void FitDialog::saveUserFunction()’:
src/analysis/dialogs/FitDialog.cpp:895:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
         if (d_current_fit->setFormula(formula))
         ^~
src/analysis/dialogs/FitDialog.cpp:898:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
   if (funcBox->currentItem()->text() == name)
   ^~
src/analysis/dialogs/FitDialog.cpp: In member function ‘void FitDialog::removeUserFunction()’:
src/analysis/dialogs/FitDialog.cpp:946:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
     if (QMessageBox::Yes != QMessageBox::question (this, tr("QtiPlot") + " - " + tr("Remove Fit Model"), s, QMessageBox::Yes, QMessageBox::Cancel))
     ^~
src/analysis/dialogs/FitDialog.cpp:949:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  QString name = funcBox->currentItem()->text();
  ^~~~~~~
src/analysis/dialogs/FitDialog.cpp: In member function ‘void FitDialog::showFitPage()’:
src/analysis/dialogs/FitDialog.cpp:1025:41: error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’
         it->setFlags(!Qt::ItemIsEditable);
                                         ^
In file included from /usr/include/qt4/QtGui/QTableWidget:1:0,
                 from src/analysis/dialogs/FitDialog.cpp:47:
/usr/include/qt4/QtGui/qtablewidget.h:105:10: note: candidate: void QTableWidgetItem::setFlags(Qt::ItemFlags)
     void setFlags(Qt::ItemFlags flags);
          ^~~~~~~~
/usr/include/qt4/QtGui/qtablewidget.h:105:10: note:   no known conversion for argument 1 from ‘bool’ to ‘Qt::ItemFlags {aka QFlags<Qt::ItemFlag>}’
src/analysis/dialogs/FitDialog.cpp:1052:35: error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’
   it->setFlags(!Qt::ItemIsEditable);
                                   ^
In file included from /usr/include/qt4/QtGui/QTableWidget:1:0,
                 from src/analysis/dialogs/FitDialog.cpp:47:
...





root@caiman:/root(39)# emerge --info '=sci-visualization/qtiplot-0.9.8.9-r4::gentoo'
Portage 2.3.8 (python 3.4.6-final-0, default/linux/amd64/13.0, gcc-6.4.0, glibc-2.25-r4, 4.12.8-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.12.8-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1090T_Processor-with-gentoo-2.4.1
KiB Mem:    16174816 total,   4050848 free
KiB Swap:  100663280 total, 100661736 free
Timestamp of repository gentoo: Fri, 08 Sep 2017 07:00:01 +0000
Head commit of repository gentoo: 08ab107201656a9160bcbc32e543f2810ec85ba6
sh bash 4.4_p12
ld GNU ld (Gentoo 2.28 p1.2) 2.28
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.2::gentoo
dev-lang/python:          2.7.13::gentoo, 3.4.6::gentoo, 3.5.3::gentoo, 3.6.1-r1::gentoo
dev-util/cmake:           3.9.1-r1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.30::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.9.6-r4::gentoo, 1.11.6-r2::gentoo, 1.13.4-r1::gentoo, 1.15.1-r1::gentoo
sys-devel/binutils:       2.28-r2::gentoo, 2.28.1::gentoo
sys-devel/gcc:            4.9.3::gentoo, 5.4.0-r3::gentoo, 6.3.0::gentoo, 6.4.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.11::gentoo (virtual/os-headers)
sys-libs/glibc:           2.25-r4::gentoo
Repositories:

gentoo
    location: /usr/portage_caiman
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

g-cpan
    location: /var/lib/cpan
    masters: gentoo
    priority: 1

g-octave
    location: /var/lib/g-octave
    masters: gentoo
    priority: 2

science
    location: /var/lib/layman/science
    masters: gentoo
    priority: 50

x11
    location: /var/lib/layman/x11
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-11.x cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA NVIDIA-CUDA Nero-AAC-EULA GIMPS"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/chromium/policies/managed/chrome-gnome-shell.json /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/opt/chrome/policies/managed/chrome-gnome-shell.json /etc/php/apache2-php7.1/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=amdfam10 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j7"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="3dnow 3dnowext 64bit R X Xaw3d a52 aac acl acpi admin afs alsa amd64 amr ao apache2 apng applet archive armadillo arpack asf aspell assistant atlas audacious audiofile automap automount barcode bash-completion berkdb blas blast bluetooth bluray boost btrfs bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cgi chm cilk clang cli cmake collada contrib cracklib crypt css cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia digitalradio djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples excel exif expat extensions extra extras faac faad fam ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpm fpx ftp fuse gcj gd gdal gdbm gedit geoip geolocation geos gfortran gif gimp git glade glamor glib glpk gml gmp gnome gnome-keyring gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gsm gstreamer gtk gtk3 gudev guile hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3tag ide imagemagick imap inotify introspection ipod ipv6 irda ithreads jadetex java jbig jit john jpeg jpeg2k kate kdepim kdrive kerberos keymap kpathsea kvm ladspa lame lapack latex lcms ldap lensfun libffi libgda libkms libnotify libsamplerate live lm_sensors lua lzma lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mkl mng mod modules mono motif mozilla mp3 mp4 mpeg mpi mpi-threads mplayer mtp multilib multimedia musepack musicbrainz mysql mysqli nautilus ncurses netcdf netpbm network networking nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg opencl opencv openexr opengl openmp openvg pam pango pcre pda pdf pdl2 perl plasma plotutils plugins png podcast policykit portaudio posix postgres postscript ppds ppp preview-latex proj projectm pstricks pulseaudio python q16 q32 qemu qhull qml qt3support qt4 qt5 quicktime raw readline reiserfs reports rle romio rpc rrdcgi rrdtool sage samba sasl schroedinger science sdk sdl seccomp secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets sound soup sox speex spell sql sqlite ssl stlport subtitles subversion sudo suexec svg svm swig systemd szip t1lib tbb tcl tcpd tex tex4ht theora thesaurus threads thunderbird tidy tiff tk tools truetype udev udisks unicode usb utempter v4l v4l2 vaapi vala valgrind vdpau video vim-syntax virt-network virtualbox visio vorbis vpx vtk wav wayland webdav webdav-serf webkit wmf wxwidgets x264 xa xattr xcb xen xetex xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zsh-completion zvbi" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" APACHE2_MPMS="worker" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" CURL_SSL="nss" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="emu efi-64 pc xen" INPUT_DEVICES="keyboard mouse evdev void" KERNEL="linux" L10N="de en fr ru" LCD_DEVICES="cfontz hd44780 mtxorb ncurses X lcd2usb lcdlinux png usblcd SureElec" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en fr ru" LIRC_DEVICES="devinput" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby22" USERLAND="GNU" VIDEO_CARDS="radeon displaylink" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

=================================================================
                        Package Settings
=================================================================

sci-visualization/qtiplot-0.9.8.9-r4::gentoo was built with the following:
USE="doc latex mono python -bindist" ABI_X86="(64)" LINGUAS="de fr ru -cs -es -ja -ro -sv -zh_CN" PYTHON_TARGETS="python2_7"





root@caiman:/root(40)# emerge -pqv '=sci-visualization/qtiplot-0.9.8.9-r4::gentoo'
[ebuild   R   ] sci-visualization/qtiplot-0.9.8.9-r4  USE="doc latex mono python -bindist" LINGUAS="de fr ru -cs -es -ja -ro -sv -zh_CN" PYTHON_TARGETS="python2_7"
Comment 1 Juergen Rose 2017-09-10 16:28:30 UTC
After switching to x86_64-pc-linux-gnu-5.4.0 'emerge qtiplot' works again.
Comment 2 Vladimir 2017-09-29 20:14:09 UTC
Created attachment 497124 [details]
qtiplot-0.9.8.9-r5.ebuild

An ebuild incorporating the suggested patches (below).
Comment 3 Vladimir 2017-09-29 20:15:50 UTC
Created attachment 497126 [details, diff]
qtiplot-0.9.8.9-QtItemFlags.patch

A patch fixing the errors like:

error: no matching function for call to ‘QTableWidgetItem::setFlags(bool)’
         it->setFlags(!Qt::ItemIsEditable);
Comment 4 Vladimir 2017-09-29 20:17:10 UTC
Created attachment 497128 [details, diff]
qtiplot-0.9.8.9-bool-pointer.patch

An additional patch fixing the errors like:

error: no matching function for call to ‘QComboBox::QComboBox(bool)’
  alignHorBox = new QComboBox( false );
Comment 5 Juergen Rose 2017-11-03 08:18:43 UTC
(In reply to Vladimir from comment #4)
> Created attachment 497128 [details, diff] [details, diff]
> qtiplot-0.9.8.9-bool-pointer.patch
> 
> An additional patch fixing the errors like:
> 
> error: no matching function for call to ‘QComboBox::QComboBox(bool)’
>   alignHorBox = new QComboBox( false );

Thanks for the patches, works now for me.
Comment 7 Helmut Jarausch 2017-12-07 19:36:41 UTC
(In reply to Vladimir from comment #4)
> Created attachment 497128 [details, diff] [details, diff]
> qtiplot-0.9.8.9-bool-pointer.patch
> 
> An additional patch fixing the errors like:
> 
> error: no matching function for call to ‘QComboBox::QComboBox(bool)’
>   alignHorBox = new QComboBox( false );

qtiplot-0.9.8.9-r5 fails here :
sip: ::FFT ctor argument 1 has an unsupported type for a Python signature - provide a valid type, %MethodCode and a C++ signature
WARNING: Failure to find: ../tmp/qtiplot/sipqticmodule.cpp
....

src/scripting/PythonScripting.cpp:61:10: fatal error: sipAPIqti.h: No such file or directory
 #include "sipAPIqti.h"

I've attached my build log
Comment 8 Helmut Jarausch 2017-12-07 19:37:45 UTC
Created attachment 508756 [details]
build log for -r5 ebuild
Comment 9 urcindalo 2017-12-08 21:04:42 UTC
(In reply to Juergen Rose from comment #5)
> (In reply to Vladimir from comment #4)
> > Created attachment 497128 [details, diff] [details, diff] [details, diff]
> > qtiplot-0.9.8.9-bool-pointer.patch
> > 
> > An additional patch fixing the errors like:
> > 
> > error: no matching function for call to ‘QComboBox::QComboBox(bool)’
> >   alignHorBox = new QComboBox( false );
> 
> Thanks for the patches, works now for me.

I second the gratitude. The -r5 ebuild with the patches worked also for me.
Comment 10 Vladimir 2017-12-20 07:31:10 UTC
(In reply to Helmut Jarausch from comment #7)
> qtiplot-0.9.8.9-r5 fails here :
> sip: ::FFT ctor argument 1 has an unsupported type for a Python signature -
> provide a valid type, %MethodCode and a C++ signature
> WARNING: Failure to find: ../tmp/qtiplot/sipqticmodule.cpp
> ....
> 
> src/scripting/PythonScripting.cpp:61:10: fatal error: sipAPIqti.h: No such
> file or directory
>  #include "sipAPIqti.h"
Please see the patch and new ebuild in this Bug 641514
Comment 11 Larry the Git Cow gentoo-dev 2018-01-26 23:19:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7ebfc45b95bd0f5e44d0c46a10f6a4d497d6e6

commit ec7ebfc45b95bd0f5e44d0c46a10f6a4d497d6e6
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2018-01-26 23:16:53 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-01-26 23:16:53 +0000

    sci-visualization/qtiplot: remove last rited package
    
    Closes: https://bugs.gentoo.org/580328
    Closes: https://bugs.gentoo.org/585328
    Closes: https://bugs.gentoo.org/630332
    Closes: https://bugs.gentoo.org/641514

 sci-visualization/qtiplot/Manifest                 |   3 -
 .../files/qtiplot-0.9.7.10-dont-install-qwt.patch  |  22 --
 .../qtiplot/files/qtiplot-0.9.8.6-gold.patch       |  15 --
 .../qtiplot/files/qtiplot-0.9.8.7-kde.patch        |  16 --
 .../files/qtiplot-0.9.8.8-system-gl2ps.patch       |  76 -------
 .../qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch |  32 ---
 .../files/qtiplot-0.9.8.9-PyQt4-4.11.3.patch       |  32 ---
 .../files/qtiplot-0.9.8.9-adopt_to_alglib3.patch   | 115 ----------
 .../qtiplot-0.9.8.9-crasher_without_internet.patch |  25 ---
 .../qtiplot/files/qtiplot-0.9.8.9-gsl-2.patch      |  36 ---
 .../qtiplot/files/qtiplot-0.9.8.9-origin-2.patch   |  38 ----
 .../qtiplot/files/qtiplot-0.9.8.9-private.patch    |  15 --
 .../qtiplot/files/qtiplot-0.9.8.9-qt48.patch       |  29 ---
 .../files/qtiplot-0.9.8.9-set_col_values.patch     |  18 --
 .../qtiplot/files/qtiplot-0.9.8.9-sip-4.15.patch   |  31 ---
 .../qtiplot/files/qtiplot-0.9.8.9-sip-4.19.patch   |  38 ----
 sci-visualization/qtiplot/metadata.xml             |  26 ---
 .../qtiplot/qtiplot-0.9.8.9-r2.ebuild              | 235 --------------------
 .../qtiplot/qtiplot-0.9.8.9-r3.ebuild              | 238 --------------------
 .../qtiplot/qtiplot-0.9.8.9-r4.ebuild              | 241 ---------------------
 20 files changed, 1281 deletions(-)