Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363615 - net-misc/vidalia-0.2.12 has wrong SRC_URI
Summary: net-misc/vidalia-0.2.12 has wrong SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomás Touceda (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 18:30 UTC by Jouni Rinne
Modified: 2011-05-08 01:10 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 Jouni Rinne 2011-04-14 18:30:55 UTC
Vidalia-0.2.12.ebuild has wrong SRC_URI, please fix.

--- /usr/portage/net-misc/vidalia/vidalia-0.2.12.ebuild	2011-04-13 18:22:55.000000000 +0300
+++ /usr/local/portage/net-misc/vidalia/vidalia-0.2.12.ebuild	2011-04-14 21:23:31.000000000 +0300
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Qt 4 front-end for Tor"
 HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
-SRC_URI="https://www.torproject.org/dist/${P}.tar.gz"
+SRC_URI="https://www.torproject.org/dist/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( GPL-3 GPL-2 ) openssl"
 SLOT="0"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-04-14 18:49:29 UTC
cvs/gentoo-x86/net-misc/vidalia $ GENTOO_MIRRORS= ebuild vidalia-0.2.12.ebuild fetch 
Appending /newaches/gentoo/cvs/gentoo-x86 to PORTDIR_OVERLAY...
>>> Downloading 'https://www.torproject.org/dist/vidalia-0.2.12.tar.gz'
--2011-04-14 20:48:53--  https://www.torproject.org/dist/vidalia-0.2.12.tar.gz
Resolving www.torproject.org... 86.59.30.36, 38.229.70.16, 38.229.70.46, ...
Connecting to www.torproject.org|86.59.30.36|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-14 20:48:53 ERROR 404: Not Found.

!!! Couldn't download 'vidalia-0.2.12.tar.gz'. Aborting.
Comment 2 Paweł Metelski 2011-04-20 08:08:25 UTC
Manual wgetting https://www.torproject.org/dist/vidalia/vidalia-0.2.12.tar.gz works into /usr/portage/distfiles works.
Comment 3 Tomás Touceda (RETIRED) gentoo-dev 2011-05-08 01:10:27 UTC
Fixed. Sorry for the huge delay.

Thanks Jouni for reporting!