Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335209 - dev-vcs/bzr-git new package
Summary: dev-vcs/bzr-git new package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: bazaar+obsolete
URL: https://launchpad.net/bzr-git
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 10:13 UTC by Markus Hauschild
Modified: 2010-10-10 14:30 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 Markus Hauschild 2010-08-30 10:13:46 UTC
I would like to see an ebuild for bzr-git in the main tree

Reproducible: Always

Steps to Reproduce:
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2010-09-17 06:47:02 UTC
Bazaar team, do we want this ebuild imported?  Please review the one from the Overlay.
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2010-09-17 07:04:12 UTC
Version bump is required. Also in case we need 9999 both ebuilds can be merged with:

if [[ ${PV} = 9999 ]]; then
    inherit bzr
    EBZR_REPO_URI="lp:bzr-git"
    KEYWORDS=""
else
    SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
    KEYWORDS="~x86"
fi

Also from ebuild it looks like tests are broken in this package (or bzr should be in DEPEND="test? (bzr)". At the same time I'd like to see more bzr packages in the tree but I don't have time to look at this package more detailed.
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2010-10-10 14:30:42 UTC
This has been imported into Portage.  Thanks for the patience.