Gentoo Archives: gentoo-user

From: Miroslav Rovis <miro.rovis@××××××××××××××.hr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Pale Moon Air-Gapped portage EAPI 6 Install WAS: [Logging] SSL with PM
Date: Wed, 11 Jan 2017 05:50:58
Message-Id: 20170111055041.GB24682@g0n.xdwgrp
In Reply to: Re: [gentoo-user] Pale Moon Air-Gapped portage EAPI 6 Install WAS: [Logging] SSL with PM by Miroslav Rovis
1 On 161223-17:58+0100, Miroslav Rovis wrote:
2 > On 161223-05:38+0100, Miroslav Rovis wrote:
3 > > It took me all of my skills ;-) . But I installed Pale Moon
4 > ...
5 > > That's new technology. EAPI=6 in the ebuild
6 > > Nothing I've seen in my previous 7 years as Gentoo
7 ...
8 >
9 > The git object pack sources, guess where they are by looking up:
10 >
11 > # du -hs /usr/portage/distfiles/git3-src\
12 > EGIT_MIRROR_URI\=git\:/localhost/cgi-bin/cgit.cgi/cgi-bin_cgit.cgi_Pale-Moon.git/*/
13 >
14 > 48K /usr/portage/distfiles/git3-src
15 > EGIT_MIRROR_URI=git:/localhost/cgi-bin/cgit.cgi/cgi-bin_cgit.cgi_Pale-Moon.git/hooks/
16 >
17 > 8.0K /usr/portage/distfiles/git3-src
18 > EGIT_MIRROR_URI=git:/localhost/cgi-bin/cgit.cgi/cgi-bin_cgit.cgi_Pale-Moon.git/info/
19 >
20 > 283M /usr/portage/distfiles/git3-src
21 > EGIT_MIRROR_URI=git:/localhost/cgi-bin/cgit.cgi/cgi-bin_cgit.cgi_Pale-Moon.git/objects/
22 >
23 > 744K /usr/portage/distfiles/git3-src
24 > EGIT_MIRROR_URI=git:/localhost/cgi-bin/cgit.cgi/cgi-bin_cgit.cgi_Pale-Moon.git/refs/
25 >
26 > #
27 >
28 > ( reformatted the above output for email, but those are 5 distinct lines of
29 > stdout only )
30 >
31 ...
32 >
33 > What is needed in the /etc/portage/make.conf is:
34 >
35 > EGIT3_STORE_DIR=${DISTDIR}/git3-src"
36 > EGIT_MIRROR_URI=git://localhost/cgi-bin/cgit.cgi/"
37 >
38 > ( Note at proofreading time: true, that is still stuck in the make.conf,
39 > and it is what was in there when the successful install happend, but
40 > shouldn't it be http://localhost/cgi-bin/cgit.cgi/ instead? )
41
42 I tried changing that (and updated, the Air-Gapped way, to
43
44 www-client/palemoon-27.0.3-r7
45
46 (which is my local bump of
47 www-client/palemoon-27.0.3-r1 from unofficial)
48
49 , and the only difference is that now, the top dir
50 in /usr/portage/distfiles/ looks:
51
52 # ls -l /usr/portage/distfiles/git3-src\ EGIT_MIRROR_URI\=http\:/
53 total 4
54 drwxr-xr-x 3 portage portage 4096 2017-01-10 02:54 localhost
55 #
56
57 while previously was:
58
59 EGIT_MIRROR_URI\=git\:/
60
61 instead of what is now:
62
63 EGIT_MIRROR_URI\=http\:/
64
65 The rest is all the same.
66
67 But, again, Palemoon works just fine. And my wonder about it still
68 remains. But it works, and seems a reliable method.
69
70 Just thought to make clear on this. This email should appear in reply to
71 where I explained it as really the best I could.
72
73 --
74 Miroslav Rovis
75 Zagreb, Croatia
76 http://www.CroatiaFidelis.hr

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Pale Moon Air-Gapped portage EAPI 6 Install WAS: [Logging] SSL with PM Miroslav Rovis <miro.rovis@××××××××××××××.hr>