[gentoo-user] korganizer patch

2005-10-26 Thread Michael W. Holdeman
I applied a patch to korganizer to fix kde bug http://bugs.kde.org/show_bug.cgi?id=113376   I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest, which completes successfully but when attempting to emerge korganizer again I get

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Jason Ayres
Michael W. Holdeman wrote: I applied a patch to korganizer to fix kde bug http://bugs.kde.org/show_bug.cgi?id=113376 I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest, which completes successfully but when attempting to

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Neil Bothwick
On Tue, 25 Oct 2005 20:51:14 -0400, Michael W. Holdeman wrote: I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest, which completes successfully but when attempting to emerge korganizer again I get !!! Digest verification

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Nick Rout
On Tue, 25 Oct 2005 20:51:14 -0400 Michael W. Holdeman [EMAIL PROTECTED] wrote: I applied a patch to korganizer to fix kde bug http://bugs.kde.org/show_bug.cgi?id=113376   I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest,

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Benno Schulenberg
Michael W. Holdeman wrote: I applied a patch to korganizer to fix kde bug http://bugs.kde.org/show_bug.cgi?id=113376   I then rearchive kdepim-3.4.92.tar.bz2 Do not change tarballs. Instead, put the kdepim-3.5.0_beta2.ebuild in your overlay, add the patch to it with

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Nick Rout
On Wed, 26 Oct 2005 11:27:49 +0100 Neil Bothwick [EMAIL PROTECTED] wrote: On Tue, 25 Oct 2005 20:51:14 -0400, Michael W. Holdeman wrote: I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest, which completes successfully but

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Holly Bostick
Neil Bothwick schreef: On Tue, 25 Oct 2005 20:51:14 -0400, Michael W. Holdeman wrote: I then rearchive kdepim-3.4.92.tar.bz2 and run ebuild /usr/portage/kde-base/kdepim/kdepim-3.5.0_beta2.ebuild digest, which completes successfully but when attempting to emerge korganizer again I get !!!

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Michael W. Holdeman
On Wednesday 26 October 2005 06:39, Benno Schulenberg wrote: Michael W. Holdeman wrote: I applied a patch to korganizer to fix kde bug http://bugs.kde.org/show_bug.cgi?id=113376   I then rearchive kdepim-3.4.92.tar.bz2 Do not change tarballs. Instead, put the kdepim-3.5.0_beta2.ebuild

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Michael W. Holdeman
OK, So what is wrong with this patch: _ --- /kde-base/korganizer/komonthview.cpp #474283:474284  @ -960,7 +960,7  @       }    } else if ( event ) {        for ( QDateTime _date = date; -            _date event-dtEnd(); _date =

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Benno Schulenberg
Michael W. Holdeman wrote: OK, So what is wrong with this patch: What is the error message? :) What I normally do is: unpack the affected tarball, copy the affected files to .orig versions, make the necessary changes, create a patch from above the topdir with 'diff -u' between the orig

Re: [gentoo-user] korganizer patch

2005-10-26 Thread Michael W. Holdeman
On Wednesday 26 October 2005 17:27, Benno Schulenberg wrote: Michael W. Holdeman wrote: OK, So what is wrong with this patch: What is the error message? :) What I normally do is: unpack the affected tarball, copy the affected files to .orig versions, make the necessary changes, create