From: "Johannes Huber (johu)" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libkolab/files: libkolab-fix-include.patch
Date: Wed, 1 Aug 2012 20:03:25 +0000 (UTC) [thread overview]
Message-ID: <20120801200325.419B82004C@flycatcher.gentoo.org> (raw)
johu 12/08/01 20:03:25
Added: libkolab-fix-include.patch
Log:
Initial commit. Import from kde overlay. Needed for KDE SC 4.9.0.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.1 net-libs/libkolab/files/libkolab-fix-include.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolab/files/libkolab-fix-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolab/files/libkolab-fix-include.patch?rev=1.1&content-type=text/plain
Index: libkolab-fix-include.patch
===================================================================
--- conversion/commonconversion.h 2012-05-02 07:56:08.000000000 -0400
+++ conversion/commonconversion.h 2012-07-02 23:04:24.762660720 -0400
@@ -20,7 +20,7 @@
#include <KDE/KDateTime>
#include <QStringList>
-#include <kolab/kolabcontainers.h>
+#include <kolabcontainers.h>
namespace Kolab {
@@ -32,4 +32,4 @@
};
};
-#endif
\ No newline at end of file
+#endif
--- conversion/kabcconversion.h 2012-05-02 07:56:08.000000000 -0400
+++ conversion/kabcconversion.h 2012-07-02 23:04:24.762660720 -0400
@@ -20,7 +20,7 @@
#include "kolab_export.h"
-#include <kolab/kolabcontact.h>
+#include <kolabcontact.h>
#include <kabc/addressee.h>
#include <kabc/contactgroup.h>
@@ -40,4 +40,4 @@
};
};
-#endif
\ No newline at end of file
+#endif
--- conversion/kcalconversion.h 2012-05-02 07:56:08.000000000 -0400
+++ conversion/kcalconversion.h 2012-07-02 23:04:24.763660720 -0400
@@ -20,9 +20,9 @@
#include "kolab_export.h"
-#include <kolab/kolabevent.h>
-#include <kolab/kolabtodo.h>
-#include <kolab/kolabjournal.h>
+#include <kolabevent.h>
+#include <kolabtodo.h>
+#include <kolabjournal.h>
#include <kcalcore/event.h>
#include <kcalcore/todo.h>
#include <kcalcore/journal.h>
@@ -49,4 +49,4 @@
};
};
-#endif
\ No newline at end of file
+#endif
--- conversion/kolabconversion.h 2012-05-02 07:56:08.000000000 -0400
+++ conversion/kolabconversion.h 2012-07-02 23:04:24.764660720 -0400
@@ -20,7 +20,7 @@
#include "kolab_export.h"
-#include <kolab/kolabnote.h>
+#include <kolabnote.h>
#include <kmime/kmime_message.h>
namespace Kolab {
@@ -36,4 +36,4 @@
};
};
-#endif
\ No newline at end of file
+#endif
--- kolabformat/errorhandler.cpp 2012-05-02 07:56:08.000000000 -0400
+++ kolabformat/errorhandler.cpp 2012-07-02 23:04:24.764660720 -0400
@@ -20,7 +20,7 @@
#include <qdebug.h>
-#include <kolab/kolabformat.h>
+#include <kolabformat.h>
namespace Kolab {
--- kolabformat/kolabobject.cpp 2012-05-02 07:56:08.000000000 -0400
+++ kolabformat/kolabobject.cpp 2012-07-02 23:04:24.765660720 -0400
@@ -34,7 +34,7 @@
#include <conversion/kabcconversion.h>
#include <conversion/kolabconversion.h>
#include <akonadi/notes/noteutils.h>
-#include <kolab/kolabformat.h>
+#include <kolabformat.h>
namespace Kolab {
--- tests/benchmark.cpp 2012-05-02 07:56:08.000000000 -0400
+++ tests/benchmark.cpp 2012-07-02 23:05:22.746664944 -0400
@@ -19,7 +19,7 @@
#include "kolabformatV2/event.h"
#include "conversion/kcalconversion.h"
#include <kmime/kmime_message.h>
-#include <kolab/kolabformat.h>
+#include <kolabformat.h>
#include <kdebug.h>
#include "testutils.h"
--- tests/formattest.cpp 2012-05-02 07:56:08.000000000 -0400
+++ tests/formattest.cpp 2012-07-02 23:05:34.920665858 -0400
@@ -26,8 +26,8 @@
#include <qtemporaryfile.h>
#include <QBuffer>
#include <kdebug.h>
-#include <kolab/kolabcontainers.h>
-#include <kolab/kolabformat.h>
+#include <kolabcontainers.h>
+#include <kolabformat.h>
#include <kcalcore/icalformat.h>
#include <kabc/vcardconverter.h>
--- tests/kcalconversiontest.cpp 2012-05-02 07:56:08.000000000 -0400
+++ tests/kcalconversiontest.cpp 2012-07-02 23:05:46.269666653 -0400
@@ -4,7 +4,7 @@
#include <QtCore/QObject>
#include <QtTest/QtTest>
#include <KDE/KSystemTimeZones>
-#include <kolab/kolabcontact.h>
+#include <kolabcontact.h>
#include <kcalcore/recurrence.h>
#include <kabc/addressee.h>
--- tests/upgradetest.cpp 2012-05-02 07:56:08.000000000 -0400
+++ tests/upgradetest.cpp 2012-07-02 23:06:03.269667875 -0400
@@ -19,8 +19,8 @@
#include "upgradetest.h"
#include <QTest>
-#include <kolab/kolabcontainers.h>
-#include <kolab/kolabformat.h>
+#include <kolabcontainers.h>
+#include <kolabformat.h>
#include "testutils.h"
#include "kolabformat/kolabobject.h"
next reply other threads:[~2012-08-01 20:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 20:03 Johannes Huber (johu) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-29 10:55 [gentoo-commits] gentoo-x86 commit in net-libs/libkolab/files: libkolab-fix-include.patch Michael Palimaka (kensington)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120801200325.419B82004C@flycatcher.gentoo.org \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox