Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348223 - [kde-overlay] app-cdr/k3b-9999: k3b has been moved to git
Summary: [kde-overlay] app-cdr/k3b-9999: k3b has been moved to git
Status: RESOLVED DUPLICATE of bug 351763
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 350947 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-08 23:25 UTC by Bertrand Piétu
Modified: 2011-01-15 15:36 UTC (History)
4 users (show)

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 Bertrand Piétu 2010-12-08 23:25:40 UTC
The ebuild k3b-9999 doesn't work anymore since k3b has been moved to git:

git://anongit.kde.org/k3b

Reproducible: Always
Comment 1 Robert Crawford 2010-12-10 18:05:36 UTC
There's an ebuild edit by TheDodger on the Gentoo kde-testing forum at the top of part5 page 6, that fixes this. http://forums.gentoo.org/viewtopic-t-844013-start-125.html  He added the new git address and inherit kde4-base ${GIT_ECLASS}, like this:

if [[ ${PV} != *9999* ]]; then
        KDE_LINGUAS="ast be bg ca ca@valencia cs csb da de el en_GB eo es et eu fi fr ga
        gl he hi hne hr hu is it ja km ko ku lt mai nb nds nl nn oc pa pl pt pt_BR ro ru
        se sk sl sv th tr uk zh_CN zh_TW"

       SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.bz2"

        DOCS=( FAQ PERMISSIONS README RELEASE_HOWTO )

        S=${WORKDIR}/${P/_*}
else

        EGIT_REPO_URI="git://anongit.kde.org/k3b"
        GIT_ECLASS="git"

        DOCS=( FAQ.txt PERMISSIONS.txt README.txt )
fi

inherit kde4-base ${GIT_ECLASS} 
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-12-10 19:03:02 UTC
I've already updated the ebuild in the kde-git branch of the overlay.
Instead of just fixing this for this package, we're working on git support for the eclasses.
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-08 06:23:34 UTC
*** Bug 350947 has been marked as a duplicate of this bug. ***
Comment 4 Robert Crawford 2011-01-10 03:10:19 UTC
Apparently this is still not fixed.  I've synced the overlay several times in the last week, and the k3b-9999 ebuild still doesn't look in git. I looked, and there's no reference to git://anongit.kde.org/k3b like in the patch, which if added manually works.

This also seems to be  a problem with a few other 9999 packages- is it just that not all packages are moved over to git yet?  For example, kwebkitpart is still looking in svn:
subversion update start --> 
 *      repository: svn://anonsvn.kde.org/home/kde/trunk/extragear/base/kwebkitpart 
svn: Target path '/trunk/extragear/base/kwebkitpart' does not exist 
 * ERROR: kde-misc/kwebkitpart-9999 failed: 
Comment 5 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-10 04:35:05 UTC
If you want to check the git packages, you'll have to look at the kde-git branch[1]. k3b was updated on Dec 9th.

 [1] http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=shortlog;h=refs/heads/kde-git
 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9489a2a237c2e758cb0c68d7acd8d5766e2f4a93
Comment 6 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-01-15 15:36:01 UTC
fixed in kde-git branch, will be moved to master when bug 351763 is resolved

*** This bug has been marked as a duplicate of bug 351763 ***