diff options
author | Johannes Huber <johu@gentoo.org> | 2013-07-06 13:42:48 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-07-06 13:42:48 +0000 |
commit | 55a725e1f2e71f51e535f13cb8062d9a51fcc586 (patch) | |
tree | a585726af407cc5facc21d5ffd3ded5b91f186c1 /dev-vcs/kdesvn/files | |
parent | Stable for HPPA (bug #475674). (diff) | |
download | gentoo-2-55a725e1f2e71f51e535f13cb8062d9a51fcc586.tar.gz gentoo-2-55a725e1f2e71f51e535f13cb8062d9a51fcc586.tar.bz2 gentoo-2-55a725e1f2e71f51e535f13cb8062d9a51fcc586.zip |
Remove old.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-vcs/kdesvn/files')
-rw-r--r-- | dev-vcs/kdesvn/files/kdesvn-1.5.5-gcc-4.7.patch | 10 | ||||
-rw-r--r-- | dev-vcs/kdesvn/files/kdesvn-1.5.5-qt48.patch | 14 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-vcs/kdesvn/files/kdesvn-1.5.5-gcc-4.7.patch b/dev-vcs/kdesvn/files/kdesvn-1.5.5-gcc-4.7.patch deleted file mode 100644 index cb2cd294dbe6..000000000000 --- a/dev-vcs/kdesvn/files/kdesvn-1.5.5-gcc-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/svnfrontend/maintreewidget.cpp -+++ src/svnfrontend/maintreewidget.cpp -@@ -55,6 +55,7 @@ - #include <kio/copyjob.h> - #include <kfiledialog.h> - #include <knotification.h> -+#include <unistd.h> - - #include <QSortFilterProxyModel> - #include <QEvent> diff --git a/dev-vcs/kdesvn/files/kdesvn-1.5.5-qt48.patch b/dev-vcs/kdesvn/files/kdesvn-1.5.5-qt48.patch deleted file mode 100644 index a1ac51b51cf1..000000000000 --- a/dev-vcs/kdesvn/files/kdesvn-1.5.5-qt48.patch +++ /dev/null @@ -1,14 +0,0 @@ -Source: Ubuntu -https://launchpad.net/ubuntu/precise/+source/kdesvn/1.5.5-3ubuntu1 - ---- kdesvn-1.5.5.orig/src/svnfrontend/graphtree/revgraphview.h -+++ kdesvn-1.5.5/src/svnfrontend/graphtree/revgraphview.h -@@ -49,7 +49,7 @@ typedef svn::SharedPointer<KTemporaryFil - /** - @author Rajko Albrecht <ral@alwins-world.de> - */ --class RevGraphView : virtual public QGraphicsView -+class RevGraphView : public QGraphicsView - { - Q_OBJECT - public: |