Gentoo Archives: gentoo-user

From: konsolebox <konsolebox@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Konsole
Date: Mon, 11 Jul 2016 04:39:19
Message-Id: CAJnmqwZeTPg--r6sovndTukok4kQ4WCgWnygTcOm2z47OrCu0g@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Konsole by Daniel Frey
1 On Mon, Jul 11, 2016 at 8:46 AM, Daniel Frey <djqfrey@×××××.com> wrote:
2 > On 07/10/2016 01:27 PM, Alan McKinnon wrote:
3 >>
4 >> It's an overlay, not an Attic. Enable the overlay with layman.
5 >>
6 >> A single kde-4 ebuild is useless without the rest of KDE it depends on.
7 >>
8 >
9 > I just tried this and layman says the overlay doesn't exist:
10 >
11 > # layman -a kde-sunset
12 >
13 > * Adding overlay,...
14 > * Exception: Overlay "kde-sunset" does not exist.
15 >
16 > * CLI: Errors occurred processing action add
17 > * Exception: Overlay "kde-sunset" does not exist.
18
19 So that confirms it. It's not in layman.
20
21 You can add a `repos.conf` file like this. See portage(5) for it.
22
23 [kde-sunset]
24 auto-sync = yes
25 location = /var/local/overlays/kde-sunset
26 masters = gentoo
27 sync-type = git
28 sync-uri = https://anongit.gentoo.org/git/proj/kde-sunset.git
29
30 And run `emerge --sync`.
31
32 > I've tried fetching the list and listing and it doesn't show up for me.
33 > Am I missing something? I see a kde overlay, but no kde-sunset overlay
34 > in the list:
35
36 The other way to check is `wget -qO -
37 https://api.gentoo.org/overlays/repositories.xml | grep kde-sunset`.
38 If you see nothing, then there's nothing.
39
40 --
41 konsolebox

Replies

Subject Author
Re: [gentoo-user] Re: Konsole Daniel Frey <djqfrey@×××××.com>