Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 517170 - [kde overlay] plasma 5.0.0 version bump
Summary: [kde overlay] plasma 5.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: http://kde.org/announcements/plasma5.0/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-15 16:31 UTC by Malte E.
Modified: 2014-07-15 16:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte E. 2014-07-15 16:31:47 UTC
I know it's only been a couple of hours, but I already bumped it in my local overlay, so I thought I'd share with you what I did.
I just renamed all the ebuilds (of course).
I changed the eclass to use the correct SCR_URI:

215c215,220
<               SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz"
---
>                 case ${PV} in
>                       4.??.? | 4.???.? )
>                               SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz" ;;
>                       *)
>                               SRC_URI="mirror://kde/stable/plasma/${PV}/${_kmname}-${PV}.tar.xz" ;;
>               esac

libnm-qt, libmm-qt and libkscreen are now version 5.0.91. I'll just refer to bug #516722 for libnm-qt and plasma-nm.

With those changes, everything is working so far.

Reproducible: Always