Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536826 - dev-python/graph-tool-9999 outdated EGIT_REPO_URI
Summary: dev-python/graph-tool-9999 outdated EGIT_REPO_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords: PATCH
Depends on: 536810
Blocks:
  Show dependency tree
 
Reported: 2015-01-17 10:22 UTC by Justin Keogh
Modified: 2015-01-17 14:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
graph-tool-9999.ebuild.new_uri.patch (graph-tool-9999.ebuild.new_uri.patch,426 bytes, patch)
2015-01-17 10:22 UTC, Justin Keogh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Keogh 2015-01-17 10:22:28 UTC
Created attachment 394144 [details, diff]
graph-tool-9999.ebuild.new_uri.patch

Patch attached.

in /usr/portage/dev-python/graph-tool/graph-tool-9999.ebuild

EGIT_REPO_URI="git://git.skewed.de/graph-tool"

does not install the latest git repo:

$/usr/bin/python3.3 -c 'import graph_tool ; print(graph_tool.__version__)'
2.2.32dev (commit 65f4f8c7, Mon Jul 28 15:34:40 2014 +0200)

Corrected:
EGIT_REPO_URI="https://github.com/count0/graph-tool.git"

NOTE: 
If you go to http://graph-tool.skewed.de/ and then click 'git' you are taken to: https://git.skewed.de/count0/graph-tool which links to the git repo: https://git.skewed.de/count0/graph-tool.git

The skewed.de git repo has a problem being cloned from. It times-out most of the time. This is why I used the (official) github repo instead.
Comment 1 Tim Harder gentoo-dev 2015-01-17 14:04:10 UTC
Fixed in the tree.