On Mon, Jul 11, 2016 at 8:46 AM, Daniel Frey <djqf...@gmail.com> wrote:
> On 07/10/2016 01:27 PM, Alan McKinnon wrote:
>>
>> It's an overlay, not an Attic. Enable the overlay with layman.
>>
>> A single kde-4 ebuild is useless without the rest of KDE it depends on.
>>
>
> I just tried this and layman says the overlay doesn't exist:
>
> # layman -a kde-sunset
>
>  * Adding overlay,...
>  * Exception: Overlay "kde-sunset" does not exist.
>
>  * CLI: Errors occurred processing action add
>  * Exception: Overlay "kde-sunset" does not exist.

So that confirms it.  It's not in layman.

You can add a `repos.conf` file like this.  See portage(5) for it.

[kde-sunset]
auto-sync = yes
location = /var/local/overlays/kde-sunset
masters = gentoo
sync-type = git
sync-uri = https://anongit.gentoo.org/git/proj/kde-sunset.git

And run `emerge --sync`.

> I've tried fetching the list and listing and it doesn't show up for me.
> Am I missing something? I see a kde overlay, but no kde-sunset overlay
> in the list:

The other way to check is `wget -qO -
https://api.gentoo.org/overlays/repositories.xml | grep kde-sunset`.
If you see nothing, then there's nothing.

-- 
konsolebox

Reply via email to