Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120926 - app-misc/git renamed to app-misc/gitfm please?
Summary: app-misc/git renamed to app-misc/gitfm please?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 04:51 UTC by hvjunk
Modified: 2006-01-30 05: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 hvjunk 2006-01-30 04:51:01 UTC
Hi there,

 Debian seems to have gone that route to rename the filemanager git to gitfm, to resolve the ambiquity

Thanx
Comment 1 Ciaran McCreesh 2006-01-30 05:19:31 UTC
Upstream call git git, so we call git git. Good thing we have categories, eh?
Comment 2 hvjunk 2006-01-30 05:45:13 UTC
But how do I get this fixed??

fastone ~ # emerge git
Calculating dependencies

!!! The short ebuild name "git" is ambiguous.  Please specify
!!! one of the following fully-qualified ebuild names instead:

    app-misc/git
    dev-util/git

fastone ~ # emerge app-misc/git
Calculating dependencies ...done!

!!! Error: the dev-util/cogito package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

fastone ~ # emerge git
Calculating dependencies

!!! The short ebuild name "git" is ambiguous.  Please specify
!!! one of the following fully-qualified ebuild names instead:

    app-misc/git
    dev-util/git

fastone ~ # emerge app-misc/git
Calculating dependencies ...done!

!!! Error: the dev-util/cogito package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

Comment 3 hvjunk 2006-01-30 05:47:20 UTC
whoops, cut-paste missed this part:

fastone ~ # emerge app-misc/git -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] dev-util/cogito (is blocking app-misc/git-4.3.20)
[blocks B     ] dev-util/git (is blocking app-misc/git-4.3.20)
[ebuild  N    ] app-misc/git-4.3.20
fastone ~ #
Comment 4 Ciaran McCreesh 2006-01-30 05:57:11 UTC
You can't install them both at once. emerge -pv will tell you that.