Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87572 - Ksensors depends on kdebase-meta which works bad with split kde ebuilds
Summary: Ksensors depends on kdebase-meta which works bad with split kde ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 08:56 UTC by spiralvoice
Modified: 2005-04-04 04:57 UTC (History)
0 users

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 spiralvoice 2005-04-01 08:56:43 UTC
I just did "emerge -C kdebase" and replaced it with the split ebuilds I really need.
But "emerge -uDp world" showed lots of ebuilds I did not want due to ksensors
Comment 1 spiralvoice 2005-04-01 08:56:43 UTC
I just did "emerge -C kdebase" and replaced it with the split ebuilds I really need.
But "emerge -uDp world" showed lots of ebuilds I did not want due to ksensors´
dependency to kdebase-meta. Can this be changed to the needed packages?

Reproducible: Always
Steps to Reproduce:
Comment 2 spiralvoice 2005-04-01 08:58:37 UTC
From the ksensors changelog:

  15 Jan 2005; Dan Armak <danarmak@gentoo.org> ksensors-0.7.2-r1.ebuild,
  ksensors-0.7.2.ebuild, ksensors-0.7.3.ebuild:
  Changed dep on kdebase to accept kdebase-meta, the split 'meta' package.
  This dep will be narrowed down in the future to the precise split packages
  required.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2005-04-01 12:32:28 UTC
Sure, do you know what the needed deps are?
Comment 4 Dick Marinus 2005-04-04 03:54:29 UTC
$ for FILE1 in $(for FILE in $(qpkg -nc -l ksensors) ; do ldd $FILE ; done 2>/dev/null|grep -v 'not a dyn'|awk '{print $3}'|sort -u) ; do qpkg -nc -f $FILE1 ; done|sort -u

dev-libs/expat
kde-base/kdelibs
media-libs/fontconfig
media-libs/freetype
media-libs/jpeg
media-libs/lcms
media-libs/libart_lgpl
media-libs/libmng
media-libs/libpng
net-dns/libidn
sys-apps/lm_sensors
sys-devel/gcc
sys-libs/glibc
sys-libs/zlib
x11-base/xorg-x11
x11-libs/qt
Comment 5 Dick Marinus 2005-04-04 04:01:27 UTC
kde-base/kdelibs and sys-apps/lm_sensors should suffice :)
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-04 04:57:24 UTC
Thanks a lot, I removed the dep from the ebuild.