Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
On alwins-world.de, the directory structure seems to be changed which affects all kdesvn ebuilds. This is a patch against the latest stable version of kdesvn, 0.11.2. Reproducible: Always Steps to Reproduce:
Created an attachment (id=123842) [details] Patch against 0.11.2 ebuild This patch fixes the SRC_URI for kdesvn.
(In reply to comment #1) > Created an attachment (id=123842) [edit] [details] > Patch against 0.11.2 ebuild > > This patch fixes the SRC_URI for kdesvn. > It would be better to use versionator.eclass to get the 1.1 part. Thx so far.
Created an attachment (id=123860) [details] Improved patch Ah, thanks for the versionator, didn't know that eclass yet. And it seems I messed up my last patch anyway, so this should work.
Thanks Bram for spotting this! Fixed. (In reply to comment #3) > And it seems I messed up my last patch anyway, so this should work. Well, guess what, this one is not totally correct either, you forgot to inherit versionator ;). Also it is better to use the $(command) form rather than `command`.. George
OK, thanks for the feedback.