Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472794 - =app-portage/tatt-9999 should depend on dev-vcs/git[curl]
Summary: =app-portage/tatt-9999 should depend on dev-vcs/git[curl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-09 21:31 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2013-06-10 14:01 UTC (History)
1 user (show)

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 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-06-09 21:31:11 UTC
${summary}, if not, it will fail with something like this:

Cloning into bare repository '/usr/portage/distfiles/egit-src/tatt.git'...
fatal: Unable to find remote helper for 'https'
 * ERROR: app-portage/tatt-9999 failed (unpack phase):
 *   git-2_initial_clone: can't fetch from https://github.com/tom111/tatt.git
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2013-06-10 13:38:25 UTC
Hmm, actually I was hoping to circumvent this by having a non-s git url too:

EGIT_REPO_URI="https://github.com/tom111/tatt.git \
        git://github.com/tom111/tatt.git"

But it does not work?  Is your tree up-to-date?
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-06-10 13:51:43 UTC
Yes, my tree is up to date. Look at this:

~/gentoo/gentoo-x86/app-portage/tatt $ cvs up
~/gentoo/gentoo-x86/app-portage/tatt $ grep EGIT_REPO tatt-9999.ebuild 
EGIT_REPO_URI="https://github.com/tom111/tatt.git"
~/gentoo/gentoo-x86/app-portage/tatt $
Comment 3 Thomas Kahle (RETIRED) gentoo-dev 2013-06-10 14:01:39 UTC
OK, I did not push those changes last time.  
Should be fixed now.  Thanks!

+  10 Jun 2013; Thomas Kahle <tomka@gentoo.org> tatt-9999.ebuild:
+  add non https git url, install manpage