Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48662 - sys-apps/gtk-cpuspeedy-0.3.0 (version bump)
Summary: sys-apps/gtk-cpuspeedy-0.3.0 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://cpuspeedy.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-22 01:58 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-04-23 01:08 UTC (History)
0 users

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


Attachments
gtk-cpuspeedy-0.3.0.ebuild (gtk-cpuspeedy-0.3.0.ebuild,692 bytes, text/plain)
2004-04-22 01:59 UTC, Lukasz Strzygowski (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-22 01:58:08 UTC
 
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-22 01:59:35 UTC
Created attachment 29805 [details]
gtk-cpuspeedy-0.3.0.ebuild

i was wondering why have you added so many dependencies, such as gcc or xfree.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-04-22 02:07:31 UTC
cause they are runtime dependancies. looking at ldd on the executables you will see that files from these packages are used. Depandancies are one thing I'm analy retentive about. Working on embedded systems when you try to eliminate all unnecessary packages it helps keep track of what realy is being used.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-04-22 19:52:14 UTC
commited to cvs with dependancies. FYI to get runtime dependancies I use

ldd /usr/bin/gtk-cpuspeedy | cut -f3 -d ' ' | xargs -n1 qpkg -f -nc | sort | uniq

To get the DEPENDS I just watch the configure.
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-22 23:21:59 UTC
but that's wrong. you don't take into consideration virtual packages. gtk-cpuspeedy should depend for example on virtual/x11, not on xfree.
Comment 5 Daniel Black (RETIRED) gentoo-dev 2004-04-23 01:08:43 UTC
quite right. I normally catch that one too. Thanks again