From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/files/
Date: Thu, 28 Jun 2012 12:11:55 +0000 (UTC) [thread overview]
Message-ID: <1340885454.b73401b9a51aed28f7b655e7e32cc76d4d02dba8.kensington@gentoo> (raw)
commit: b73401b9a51aed28f7b655e7e32cc76d4d02dba8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 12:10:54 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 12:10:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b73401b9
[kde-base/pykde4] Remove unused patch.
(Portage version: 2.1.11.3/git/Linux x86_64, unsigned Manifest commit)
---
.../pykde4/files/pykde4-4.8.80-tcpclient.patch | 87 --------------------
1 files changed, 0 insertions(+), 87 deletions(-)
diff --git a/kde-base/pykde4/files/pykde4-4.8.80-tcpclient.patch b/kde-base/pykde4/files/pykde4-4.8.80-tcpclient.patch
deleted file mode 100644
index 680e3a9..0000000
--- a/kde-base/pykde4/files/pykde4-4.8.80-tcpclient.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-diff -urNB pykde4/sip/soprano/model.sip new/sip/soprano/model.sip
---- pykde4/sip/soprano/model.sip 2012-04-07 13:56:35.580752066 +0200
-+++ new/sip/soprano/model.sip 2012-05-04 22:21:36.492281294 +0200
-@@ -41,7 +41,6 @@
- #include <soprano/signalcachemodel.h>
- #include <soprano/sparqlmodel.h>
- #include <soprano/storagemodel.h>
--#include <soprano/tcpclient.h>
- %End
-
- namespace Soprano
-@@ -104,8 +103,6 @@
- sipType = sipType_Soprano_Client_DBusClient;
- else if (dynamic_cast<Soprano::Client::LocalSocketClient*>(sipCpp))
- sipType = sipType_Soprano_Client_LocalSocketClient;
-- else if (dynamic_cast<Soprano::Client::TcpClient*>(sipCpp))
-- sipType = sipType_Soprano_Client_TcpClient;
- else if (dynamic_cast<Soprano::Model*>(sipCpp))
- {
- sipType = sipType_Soprano_Model;
-diff -urNB pykde4/sip/soprano/sopranomod.sip new/sip/soprano/sopranomod.sip
---- pykde4/sip/soprano/sopranomod.sip 2012-04-07 13:56:35.581752068 +0200
-+++ new/sip/soprano/sopranomod.sip 2012-05-04 21:17:01.769188069 +0200
-@@ -82,6 +82,5 @@
- %Include statementiterator.sip
- %Include statementpattern.sip
- %Include storagemodel.sip
--%Include tcpclient.sip
- %Include xesam.sip
- %Include xsd.sip
-diff -urNB pykde4/sip/soprano/tcpclient.sip new/sip/soprano/tcpclient.sip
---- pykde4/sip/soprano/tcpclient.sip 2012-04-07 13:56:35.582752070 +0200
-+++ new/sip/soprano/tcpclient.sip 1970-01-01 01:00:00.000000000 +0100
-@@ -1,53 +0,0 @@
--//
--// Copyright 2008 Simon Edwards <simon@simonzone.com>
--
--// Generated by twine
--
--// This file is part of PyKDE4.
--
--// PyKDE4 is free software; you can redistribute it and/or modify
--// it under the terms of the GNU Lesser General Public License as
--// published by the Free Software Foundation; either version 2.1 of
--// the License, or (at your option) any later version.
--
--// PyKDE4 is distributed in the hope that it will be useful,
--// but WITHOUT ANY WARRANTY; without even the implied warranty of
--// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
--// GNU General Public License for more details.
--
--// You should have received a copy of the GNU General Public License
--// along with this program. If not, see <http://www.gnu.org/licenses/>.
--
--namespace Soprano
--{
--namespace Client
--{
--
--class TcpClient : QObject, Soprano::Error::ErrorCache
--{
--%TypeHeaderCode
--#include <soprano/tcpclient.h>
--#include <soprano/servercore.h>
--%End
--
--public:
-- TcpClient (QObject* parent /TransferThis/ = 0);
-- const quint16 DEFAULT_PORT;
--
-- bool connect (const QHostAddress& address = QHostAddress::LocalHost, int port = Soprano::Server::ServerCore::DEFAULT_PORT);
--
-- bool isConnected ();
-- void disconnect ();
-- Soprano::Model* createModel (const QString& name, const QList<Soprano::BackendSetting>& settings = QList<Soprano::BackendSetting>());
-- void removeModel (const QString& name);
-- virtual ~TcpClient ();
--};
--// TcpClient
--
--};
--// Client
--
--};
--// Soprano
--
--
next reply other threads:[~2012-06-28 12:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 12:11 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-25 16:36 [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/files/ Michael Palimaka
2013-01-17 22:59 Andreas Hüttel
2012-07-12 11:35 Michael Palimaka
2012-07-11 17:29 Michael Palimaka
2012-04-12 18:23 Michael Palimaka
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=1340885454.b73401b9a51aed28f7b655e7e32cc76d4d02dba8.kensington@gentoo \
--to=kensington@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