Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508960 - [kde overlay] SVN branch wrongly set after 9999->4.9999 rename
Summary: [kde overlay] SVN branch wrongly set after 9999->4.9999 rename
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 12:00 UTC by Jakub Caban
Modified: 2014-04-28 12:07 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 Jakub Caban 2014-04-28 12:00:05 UTC
After recent 9999->4.9999 rename there is problem in fetching data from SVN (for example - kde-wallpapers). To fix it I've changed locally kde4-base.eclass:

_calculate_live_repo() {
    debug-print-function ${FUNCNAME} "$@"

    SRC_URI=""
    case ${KDE_SCM} in
        svn)
            # Determine branch URL based on live type
            local branch_prefix
            case ${PV} in
-                9999*)
+                4.9999*)


Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-04-28 12:07:44 UTC
Thanks, this is now fixed in git.

http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38896546b94d24a8cf5996567650790c3c53e670