Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38202 - media-sound/prokyon3-0.9.2.ebuild (Update)
Summary: media-sound/prokyon3-0.9.2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL: http://prokyon3.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-01-14 12:27 UTC by Sven Wegener
Modified: 2004-03-19 16:12 UTC (History)
2 users (show)

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


Attachments
prokyon3-0.9.2.ebuild (prokyon3-0.9.2.ebuild,962 bytes, text/plain)
2004-01-14 12:28 UTC, Sven Wegener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2004-01-14 12:27:53 UTC
Hi,

just a version bump.

Sven
Comment 1 Sven Wegener gentoo-dev 2004-01-14 12:28:30 UTC
Created attachment 23802 [details]
prokyon3-0.9.2.ebuild
Comment 2 Jonas Bähr 2004-01-28 12:02:58 UTC
regarding bug #27254, I think it's better to exclude mysql from the DEPEND. Sure, you have to merge mysql anyway becaus QT needs it for mysql-support but why having a dependency of the qt mysql-plugin in the prokyon3-ebuild? The ebuild checks if qt is compiled with mysql and that's in my eyes enough. The way it is now, with mysql-dependency, only confuses users....
Comment 3 Sven Wegener gentoo-dev 2004-01-28 13:16:30 UTC
That depends in which order portage will emerge the packages if mysql nor qt
are installed and mysql is not in USE. When portage will emerge mysql first,
mysql will be added to USE according to use.defaults and this will lead to
qt being compiled with mysql support. I'm currently testing if it will have
an effect on the order if mysql is in DEPEND or is not in DEPEND in prokyon3.
Comment 4 Sven Wegener gentoo-dev 2004-01-28 13:42:44 UTC
doing USE=-mysql emerge -ep prokyon3
with mysql in DEPEND in prokyon3 will lead to result:

> [ebuild  N    ] dev-db/mysql-4.0.17
> [lines removed]
> [ebuild  N    ] x11-libs/qt-3.2.3-r1
> [ebuild  N    ] media-sound/prokyon3-0.9.2


doing USE=-mysql emerge -ep prokyon3
without mysql in DEPEND in prokyon3 will lead to result:

> [lines removed]
> [ebuild  N    ] x11-libs/qt-3.2.3-r1
> [ebuild  N    ] media-sound/prokyon3-0.9.2



So in my opinion having mysql as a dependency in prokyon3 does make
a lot of sense to me.
Comment 5 Jonas Bähr 2004-01-29 14:22:06 UTC
If in your example mysql is added to the USE-flags after emerging it you're right. Then a DEPEND on mysql if good for prokyon3.
I haven't thought about this.
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2004-03-19 16:12:57 UTC
in portage.  thanks.