On Tue, Jul 12, 2016 at 10:29 AM, Daniel Frey <djqf...@gmail.com> wrote:
> On 07/11/2016 06:06 PM, Daniel Frey wrote:
>> I would think that if eshowkw is picking up things in the kde-sunset
>> overlay it would be indicated in the repo column?
>>
>> However, I don't see any kde4 packages. Maybe they're still moving them
>> over?
>>
>> Dan
>>
>>
>>
>
> I really shouldn't try troubleshooting when tired...
>
> I had to explictly do:
>
> emerge -pv =kde-apps/kde-meta-4.14.3-r1

The file is in there:

# ls /var/local/overlays/kde-sunset/kde-apps/kde-meta/
kde-meta-4.14.3-r1.ebuild  metadata.xml

> However, if I try to update @world, it still wants to drag in a bunch of
> kde5 crap.

You have to mask packages.

`USE='-wayland' emerge -pvet kde-apps/kde-meta` shows this mask works.
(Just for testing.  Don't run `emerge` with `-e`.)

# shopt -s extglob
# ( printf '%s\n' kde-frameworks/\* kde-plasma/\*; cd /usr/portage;
printf '>=%s-15\n' kde-apps/!(kde4*|kde-wallpapers) ) >
/etc/portage/package.mask/kde5+.mask

> I think this is due to kdelibs. And of course they've removed the old
> kdelibs from the tree:
>
> # equery list kdelibs
>  * Searching for kdelibs ...
> [I--] [??] kde-base/kdelibs-4.14.16:4/4.14
>
> I also appears that old kde4 versions of kdelibs are not in kde-sunset
> (yet?) or maybe it's not planned to put one there.

kdelibs-4 is still in `gentoo`:

# ls /usr/portage/kde-base/kdelibs/
files  kdelibs-4.14.20-r2.ebuild  kdelibs-4.14.21.ebuild  Manifest  metadata.xml

-- 
konsolebox

Reply via email to