Gentoo Archives: gentoo-user

From: Amit Dor-Shifer <amitds@××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SRC_URI="mirror://sourceforge"- how to find out
Date: Mon, 21 Dec 2009 14:04:11
Message-Id: 4B2F65D9.2070708@oversi.com
In Reply to: [gentoo-user] SRC_URI="mirror://sourceforge"- how to find out by Helmut Jarausch
1 http://downloads.sourceforge.net/project/impressive/Impressive/0.10.2/Impressive-0.10.2.tar.gz
2 works for me:
3
4 amit0 # wget
5 http://downloads.sourceforge.net/project/impressive/Impressive/0.10.2/Impressive-0.10.2.tar.gz
6 --2009-12-21 14:07:18--
7 http://downloads.sourceforge.net/project/impressive/Impressive/0.10.2/Impressive-0.10.2.tar.gz
8 Resolving downloads.sourceforge.net... 216.34.181.59
9 Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
10 HTTP request sent, awaiting response... 302 Found
11 Location:
12 http://garr.dl.sourceforge.net/project/impressive/Impressive/0.10.2/Impressive-0.10.2.tar.gz
13 [following]
14 --2009-12-21 14:07:19--
15 http://garr.dl.sourceforge.net/project/impressive/Impressive/0.10.2/Impressive-0.10.2.tar.gz
16 Resolving garr.dl.sourceforge.net... 193.206.140.34
17 Connecting to garr.dl.sourceforge.net|193.206.140.34|:80... connected.
18 HTTP request sent, awaiting response... 200 OK
19 Length: 137193 (134K) [application/x-gzip]
20 Saving to: `Impressive-0.10.2.tar.gz'
21
22 100%[=====================================================================>]
23 137,193 258K/s in 0.5s
24
25 2009-12-21 14:07:20 (258 KB/s) - `Impressive-0.10.2.tar.gz' saved
26 [137193/137193]
27
28 Though I've no experience with writing any official portage ebuild that
29 d/l from sourceforge.
30
31 Amit
32
33
34
35 Helmut Jarausch wrote:
36 > Hi,
37 >
38 > I'd like to change the ebuild for media-gfx/keyjnote
39 > to that of the successor
40 > http://impressive.sourceforge.net/
41 >
42 > Unfortunately, I cannot find out the SRC_URI for the ebuild (to be
43 > created in my overlay tree).
44 >
45 > Does anybody know to find out how to do this.
46 > (I have seen that SRC_URI is quite different for different
47 > projects hosted by Sourceforge.)
48 >
49 > Many thanks for a hint,
50 > Helmut.
51 >
52 >