Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307539 - dev-util/bzr-2.1.0.ebuild: fallback SRC_URI incorrect
Summary: dev-util/bzr-2.1.0.ebuild: fallback SRC_URI incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 22:23 UTC by Ai Locke Shinseiko (Wizzleby)
Modified: 2010-03-03 08:44 UTC (History)
3 users (show)

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


Attachments
change MY_PV to PV in SRC_URI (bzr-2.1.0.ebuild.patch,540 bytes, patch)
2010-03-02 22:23 UTC, Ai Locke Shinseiko (Wizzleby)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ai Locke Shinseiko (Wizzleby) 2010-03-02 22:23:16 UTC
Due to call of nonexistant MY_PV, SRC_URI expands to:
http://launchpad.net/bzr/2.1//+download/bzr-2.1.0.tar.gz

should be:

http://launchpad.net/bzr/2.1/2.1.0/+download/bzr-2.1.0.tar.gz

Change MY_PV to PV in ebuild fixes this.
Comment 1 Ai Locke Shinseiko (Wizzleby) 2010-03-02 22:23:57 UTC
Created attachment 221881 [details, diff]
change MY_PV to PV in SRC_URI
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2010-03-03 08:44:51 UTC
Argh, I fixed the problem before, but started the ebuild new from a copy of _beta4....thanks for your notice.