Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168919 - app-office/qtstalker-0.33 version bump
Summary: app-office/qtstalker-0.33 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Przemyslaw Maciag (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-03-01 18:14 UTC by Paulo da Silva
Modified: 2007-03-21 16:27 UTC (History)
2 users (show)

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


Attachments
ebuild for qtstalker 0.33 (qtstalker-0.33.ebuild,2.07 KB, text/plain)
2007-03-01 18:17 UTC, Paulo da Silva
Details
qtstalker-0.33 ebuild qt3 use flag (qtstalker-0.33.ebuild,1.97 KB, text/plain)
2007-03-12 10:48 UTC, Agryppa
Details
qtstalker-0.33.ebuild (Update) (qtstalker-0.33.ebuild,2.19 KB, text/plain)
2007-03-12 21:35 UTC, Agryppa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paulo da Silva 2007-03-01 18:14:13 UTC
This is a request for the new qtstalker-0.33 ebuild.


Reproducible: Always
Comment 1 Paulo da Silva 2007-03-01 18:17:16 UTC
Created attachment 111717 [details]
ebuild for qtstalker 0.33

I used the 0.32 together with the cvs version that comes in the distribution to write one that is working for me.
Comment 2 Przemyslaw Maciag (RETIRED) gentoo-dev 2007-03-05 23:01:22 UTC
Fixed in CVS, Thx for info.

Cheers,
Przemek
Comment 3 Agryppa 2007-03-12 10:48:33 UTC
Created attachment 113055 [details]
qtstalker-0.33 ebuild qt3 use flag

qtstalker-0.33 builds no longer with mysql. Instead it has ta-lib-0.2.0 library included in the source file. Soon this library will be removed so we will need a separate ebuild for it. Ta-lib is a separate project. I will file a bug and provide an initial ebuild for it. In the meantime please find included the qtstalker-0.33.ebuild.
Comment 4 Agryppa 2007-03-12 19:01:13 UTC
I have made some mistake with the attachment, sorry for that. Comment #3 and the attachment do not belong to each other. Can I remove is somehow from the bugzilla?
Comment 5 Przemyslaw Maciag (RETIRED) gentoo-dev 2007-03-12 21:13:57 UTC
(In reply to comment #4)
> I have made some mistake with the attachment, sorry for that. Comment #3 and
> the attachment do not belong to each other. Can I remove is somehow from the
> bugzilla?

AFAIk, only mark as obsolete, what I see you already did.

I know about mysql and TAlib in qtstalker - as you can see mysql is already removed from current qtstalker ebuild I provided (the one you have attached ;) ).

Cheers,
Przemek

ps. don't write in closed bug reports, if it's not really necessary. just open new ones ;)
Comment 6 Agryppa 2007-03-12 21:35:52 UTC
Created attachment 113111 [details]
qtstalker-0.33.ebuild (Update)

Added IUSE="qt3" to satisfy dependency on any version from the qt-3.3* series. 

Added dependency of >=sys-libs/db-4.1 to be on a par with the installation instructions.

Added a blocking package of  !dev-libs/ta-lib". Qtstalker will ask for this dependency in future releases. Ta-lib may appear in portage sooner than that. So it is better to be on the safe side and not to have dev-libs/ta-lib with qtstalker-0.33.
Comment 7 Przemyslaw Maciag (RETIRED) gentoo-dev 2007-03-12 21:51:36 UTC
"> USE="qt3"
? qtstalker _is_ a qt3 app. why do you want to add a USE flag for this?

> qt3? ( =x11-libs/qt-3.3* )
have you tried to build qtstalker without qt3?

> einfo "Updating *.ts files for future translations..."
> lupdate ${S}/qtstalker_single.pro
ts files aren't translated by the ebuild - no need to lupdate.

> !dev-libs/ta-lib"
there is no dev-libs/ta-lib in portage yet. we cannot add something what is not (yet) in portage to DEPEND var! but still, yes - we will need something like this. later ;)

Cheers,
Przemek
Comment 8 Agryppa 2007-03-21 16:27:38 UTC
(In reply to comment #7)
> "> USE="qt3"
> ? qtstalker _is_ a qt3 app. why do you want to add a USE flag for this?

You probably know better than I do. If someone doesn't have qt3 use flag enabled let him not even bother installing qtstalker. But if use flags are only for optional support then you must be right. 

I confirm that the ebuild works under amd64, though. 

Agryppa