Bug 82095 - sci-calculators/kconvert is missing kde dependency
Bug#: 82095 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sci@gentoo.org Reported By: keri@gentoo.org
Component: Applications
URL: 
Summary: sci-calculators/kconvert is missing kde dependency
Keywords:  
Status Whiteboard: 
Opened: 2005-02-15 02:38 0000
Description:   Opened: 2005-02-15 02:38 0000
kconvert-1.1 contains the "need-qt 3" function call, but kconvert cannot build
with qt alone. It is a kde app and so need-kde should be specified.

Also, "dodoc INSTALL COPYING README TODO" installs some redundant files:
-COPYING can be found in ${PORTDIR}/licenses/GPL-2
-README and TODO are empty files.

------- Comment #1 From Carsten Lohrke 2005-02-15 06:05:09 0000 -------
Please have a look at kde-misc how kde application ebuilds should be done.
Usually you don't need to call any src_* functions. I'd like also to point out
that - while the approach is broken and will change - need-qt/kde functions
have always to be called after R/DEPEND.

------- Comment #2 From Marcus D. Hanwell 2005-02-24 09:25:16 0000 -------
Please check out kconvert-1.1-r1. I have fixed it to use the kde.eclass, call
need-kde 3, and also to build with -arts. As there are quite a few changes I
have revision bumped it. Unfortunately COPYING and INSTALL are still installed
- it appears that the kde.eclass does this, and so I cannot rectify that issue.

------- Comment #3 From Marcus D. Hanwell 2005-02-24 09:27:11 0000 -------
Correction - only COPYING is installed now. Not sure why that is still
installed though. The other files should be installed as they may be used in
future versions if they are released.