public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/marble/files/
Date: Fri, 23 Mar 2012 09:59:28 +0000 (UTC)	[thread overview]
Message-ID: <1332496740.5d0add233c3fc4fb5e262d734551661a363f0363.johu@gentoo> (raw)

commit:     5d0add233c3fc4fb5e262d734551661a363f0363
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 09:53:50 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 09:59:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5d0add23

[kde-base/marble] Remove unused patch.

(Portage version: 2.2.0_alpha93/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/marble/files/marble-4.7-magic-r1.patch    |   50 --------------------
 kde-base/marble/files/marble-4.7.97-python-2.patch |   13 -----
 .../marble/files/marble-4.7.97-python.patch.bz2    |  Bin 28922 -> 0 bytes
 3 files changed, 0 insertions(+), 63 deletions(-)

diff --git a/kde-base/marble/files/marble-4.7-magic-r1.patch b/kde-base/marble/files/marble-4.7-magic-r1.patch
deleted file mode 100644
index 2249884..0000000
--- a/kde-base/marble/files/marble-4.7-magic-r1.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -ruN marble-4.7.0.orig/CMakeLists.txt marble-4.7.0/CMakeLists.txt
---- marble-4.7.0.orig/CMakeLists.txt	2011-06-22 16:53:54.000000000 +0200
-+++ marble-4.7.0/CMakeLists.txt	2011-07-31 20:20:44.000000000 +0200
-@@ -38,7 +38,7 @@
-   "Experimental Python binding support for the Marble library. To activate it pass -DEXPERIMENTAL_PYTHON_BINDINGS=TRUE to cmake.")
- endif()
- 
--if(EXPERIMENTAL_PYTHON_BINDINGS)
-+if(NOT QTONLY AND EXPERIMENTAL_PYTHON_BINDINGS)
-     macro_optional_find_package(PythonLibrary)
- 
-     macro_optional_find_package(SIP)
-diff -ruN marble-4.7.0.orig/src/plugins/positionprovider/CMakeLists.txt marble-4.7.0/src/plugins/positionprovider/CMakeLists.txt
---- marble-4.7.0.orig/src/plugins/positionprovider/CMakeLists.txt	2011-07-07 16:05:38.000000000 +0200
-+++ marble-4.7.0/src/plugins/positionprovider/CMakeLists.txt	2011-07-31 20:16:08.000000000 +0200
-@@ -1,3 +1,7 @@
-+# we cannot use macro_optional_find_package here, because we want to be
-+# able to build without kde support
-+
-+IF(WITH_libgps)
- FIND_PACKAGE(libgps)
- IF(LIBGPS_FOUND)
-      MESSAGE( STATUS "Building with gpsd position provider")
-@@ -5,12 +9,19 @@
- ELSE(LIBGPS_FOUND)
-      MESSAGE( STATUS "Not building with gpsd position provider")
- ENDIF(LIBGPS_FOUND)
-+ELSE(WITH_libgps)
-+     SET(LIBGPS_FOUND 0)
-+ENDIF(WITH_libgps)
- 
-+IF(WITH_liblocation)
- FIND_PACKAGE(liblocation)
- IF(liblocation_FOUND)
-      MESSAGE( STATUS "Building with Maemo GPS support")
-      ADD_SUBDIRECTORY( maemo )
- ENDIF(liblocation_FOUND)
-+ELSE(WITH_liblocation)
-+     SET(liblocation_FOUND 0)
-+ENDIF(WITH_liblocation)
- 
- FIND_PACKAGE(QtLocation)
- IF(QTLOCATION_FOUND)
-@@ -19,4 +30,4 @@
- ENDIF(QTLOCATION_FOUND)
- 
- # experimental implementation
--# ADD_SUBDIRECTORY( geoclue )
-\ Kein Zeilenumbruch am Dateiende.
-+# ADD_SUBDIRECTORY( geoclue )

diff --git a/kde-base/marble/files/marble-4.7.97-python-2.patch b/kde-base/marble/files/marble-4.7.97-python-2.patch
deleted file mode 100644
index 6af2a34..0000000
--- a/kde-base/marble/files/marble-4.7.97-python-2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/bindings/python/sip/MarbleModel.sip b/src/bindings/python/sip/MarbleModel.sip
-index b27c855..818e896 100644
---- a/src/bindings/python/sip/MarbleModel.sip
-+++ b/src/bindings/python/sip/MarbleModel.sip
-@@ -31,7 +31,7 @@ public:
-     void                    removePlacemarkKey (const QString& key);
-     qreal                   planetRadius () const;
-     QString                 planetName () const;
--    Marble::SunLocator*     sunLocator () const;
-+    const Marble::SunLocator*     sunLocator () const;
- //ig    quint64                 volatileTileCacheLimit () const;
-     const Marble::Planet*   planet () const;
-     void                    clearPersistentTileCache ();

diff --git a/kde-base/marble/files/marble-4.7.97-python.patch.bz2 b/kde-base/marble/files/marble-4.7.97-python.patch.bz2
deleted file mode 100644
index b81b2ac..0000000
Binary files a/kde-base/marble/files/marble-4.7.97-python.patch.bz2 and /dev/null differ



             reply	other threads:[~2012-03-23  9:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23  9:59 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-01 17:49 [gentoo-commits] proj/kde:master commit in: kde-base/marble/files/ Michael Palimaka
2012-09-22 17:54 Jonathan Callen
2012-01-12 22:00 Andreas Hüttel

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=1332496740.5d0add233c3fc4fb5e262d734551661a363f0363.johu@gentoo \
    --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