Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65822 - RFE: umbrello
Summary: RFE: umbrello
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 08:52 UTC by Andrés Becerra Sandoval
Modified: 2004-09-29 12:50 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 Andrés Becerra Sandoval 2004-09-29 08:52:42 UTC
The umbrello ebuild is missing in portage. It used to be in dev-util/umbrello , now it's gone.



Reproducible: Always
Steps to Reproduce:
1. emerge -s umbrello (returns nothing)
2. cd /usr/portage/dev-util/
3. ls 

Actual Results:  
There is no directory umbrello

Expected Results:  
The directory umbrello must be in dev-util because in some point in the past 
umbrello-1.1.1.ebuild was in /usr/portage/dev-util/umbrello
Comment 1 robertc96 2004-09-29 09:59:54 UTC
emerge kdesdk
 
should install umbrello, however, the description in the ebuild for kdesdk is lacking as it doesn't specify exactly what software it will install rather than
the following
Description: KDE SDK: kbabel, ... 
maybe
Description: KDE SDK: kbabel, umbrello etc
Comment 2 Andrés Becerra Sandoval 2004-09-29 10:48:19 UTC
I have already checked :

kdesdk-3.2.3.ebuild depends on: 

DEPEND="!dev-util/umbrello
        !dev-util/kcachegrind
        x86? ( >=dev-util/calltree-0.9.1 )
        media-gfx/graph

but  kdesdk-3.3.0.ebuild depends on:
DEPEND="x86? ( dev-util/callgrind )
        media-gfx/graphviz
        sys-devel/flex"

But Anyway, dev-util/umbrello has been deleted from portage, I have synced today!

Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-09-29 12:50:13 UTC
Andres: Umbrello is part of >=kdesdk-3.2. That's why dev-util/umbrello is removed from the tree. You can find such information in the webcvs;
http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-util/umbrello/Attic/ChangeLog in this case.

I updated the kdesdk description a bit.