From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60D371382FE for ; Mon, 11 Jul 2016 04:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C9E721C072; Mon, 11 Jul 2016 04:39:10 +0000 (UTC) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B0CD21C028 for ; Mon, 11 Jul 2016 04:39:09 +0000 (UTC) Received: by mail-wm0-f53.google.com with SMTP id f65so48930421wmi.0 for ; Sun, 10 Jul 2016 21:39:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=gGdwGBN7jTJBFPHz8+f2KW9xD7qh91jtrkiQoPB6djM=; b=aNW3nTQGzt+XKNb4CaVQnP+KMlj6vk4piGIhcDHRGlsR7m+6Yh5L8g3db+JaqMDxPa vxTatp8WABe/04oW+q1DJ6NubpX8GxwxiwkYvw6k4pXKgSszymY95dTvf4sSdA+VTkr0 l2DPJuxWxdtGFl4Hwf2LL/CgqObBkvBwYBGiy2QPkqF1T/e07W58sKr2mVltCxljnJQc Kt2dB0CLztfAFPG/bW04mDu7ahoxEVG1CtBauNRK03uuQJkMOFW1YEbDTYoU2pDTgPEl WX7tVVAjfmNyGYL0+CHgrfhK2Ka9DQmDYm6XEBL4UhXIL5Y0n+AuK6j/6v92rrtssYjV cp2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=gGdwGBN7jTJBFPHz8+f2KW9xD7qh91jtrkiQoPB6djM=; b=Bw2VJLvJGXzwnNVmaxff4HwMJ/1XaWXOaWYUvAVdY/C3d8/xZ5mWzjpPZI7ZzahK+r Hzx2uhYxZqDv6qxSoDsdSlk5eK3+O6Hk6NAsOyARUvj7qVxSrNpw+N8Dy2HGBLufiXPt 8SO5eMib1OCLgSY6lSIy+iUUI11ssaQQ7FtUhbHIaa4Tr3LaJs5d060lM9OqUPsiV7Ps l8vDE53vo/yQnHEtoSGEH8yCAwr5/rNAA9lDcxkT8XtZ2OchNLPBqptuvRnIBfHxnR6B +x+CBGzjQp6N8dtK9ZI6oMlZABwwtMAPCXW+phAARCj1T+eDTz1H3jNhYc5Jlzo/0Xpu BHCw== X-Gm-Message-State: ALyK8tIeWrfoc/fmDLfaoIbBYi1/5FAagCQ9cy4XbZCxlcb4pVFlUo7K+KqyUWZ2I6Uz1BQriKcIjA9EQxtOjg== X-Received: by 10.28.191.193 with SMTP id o62mr10569420wmi.64.1468211947558; Sun, 10 Jul 2016 21:39:07 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.28.222.214 with HTTP; Sun, 10 Jul 2016 21:38:28 -0700 (PDT) In-Reply-To: <5782EC59.8020403@gmail.com> References: <20160709194445.GC1286@ca.inter.net> <5782AFAB.7070104@gmail.com> <5782EC59.8020403@gmail.com> From: konsolebox Date: Mon, 11 Jul 2016 12:38:28 +0800 Message-ID: Subject: Re: [gentoo-user] Re: Konsole To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: a22ee26e-af51-4c8e-8474-59daaa5e25e8 X-Archives-Hash: 60757518bff4c41eaeecf04c8cd951f2 On Mon, Jul 11, 2016 at 8:46 AM, Daniel Frey 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