Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279945 - an ebuild for QtScriptTools is missing
Summary: an ebuild for QtScriptTools is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-01 19:30 UTC by cucu ionut
Modified: 2009-08-15 13:04 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cucu ionut 2009-08-01 19:30:27 UTC
well since qt is here we might as well have all modules available

Reproducible: Always
Comment 1 James Earl Spahlinger 2009-08-10 00:27:23 UTC
Thanks for this request, if you can please add to this bug in a comment where the source of the package would come from. For now though since this has been sitting in the bug-wrangler's "NEW" bug queue for a week, so assigning to maintainer-wanted and cc'ing the kde herd. 
Comment 2 cucu ionut 2009-08-14 14:18:19 UTC
download info:The QtScriptTools module is part of the Qt Full Framework Edition and the Open Source Versions of Qt. :P
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-14 14:52:13 UTC
More of interest for the other guys but i will leave us around too :]
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2009-08-14 15:09:24 UTC
Uh? Could you clarify what you are requesting? The QtScriptTools library is already installed by x11-libs/qt-gui ebuild...

% qlist x11-libs/qt-gui | grep QtScriptTools
/usr/lib/debug/usr/lib64/qt4/libQtScriptTools.so.4.5.2.debug
/usr/lib64/qt4/libQtScriptTools.prl
/usr/lib64/qt4/libQtScriptTools.so.4.5
/usr/lib64/qt4/libQtScriptTools.la
/usr/lib64/qt4/libQtScriptTools.so
/usr/lib64/qt4/libQtScriptTools.so.4
/usr/lib64/qt4/libQtScriptTools.so.4.5.2
/usr/lib64/pkgconfig/QtScriptTools.pc
/usr/include/qt4/Qt/QtScriptTools
/usr/include/qt4/QtScriptTools/QScriptEngineDebugger
/usr/include/qt4/QtScriptTools/QtScriptTools
/usr/include/qt4/QtScriptTools/qscriptenginedebugger.h
Comment 5 cucu ionut 2009-08-15 09:36:20 UTC
oh....sorry apparently only the python bindings for qtscripttools are missing
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2009-08-15 09:40:03 UTC
Are you sure that qtscriptgenerator ebuild is not what you are looking for?
Comment 7 Davide Pesavento (RETIRED) gentoo-dev 2009-08-15 09:51:40 UTC
Ah yes, PyQt4 doesn't install bindings for QtScriptTools... I'll look at that shortly.
Comment 8 Davide Pesavento (RETIRED) gentoo-dev 2009-08-15 12:59:49 UTC
Fixed in qting-edge overlay. I guess some dev will backport the fix.

http://github.com/gentoo-qt/qting-edge/commit/5ea3f2a864d095e5c379eb80af0e614f3806b8b6
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2009-08-15 13:04:24 UTC
+*PyQt4-4.5.4-r4 (15 Aug 2009)
+
+  15 Aug 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.4-r4.ebuild:
+  Build QtScriptTools bindings. Fixes bug 279945. Thanks to Davide Pesavento
+  <davidepesa@gmail.com> for the patch
+

Fixed on PyQt4-4.5.4-r4 ebuild

Thanks Davide for the patch