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/qt:master commit in: net-libs/telepathy-qt/, net-libs/telepathy-qt/files/
Date: Wed, 11 Jul 2012 23:43:38 +0000 (UTC)	[thread overview]
Message-ID: <1342050210.e3eb717dccd828e0c133540d3501b8b814c581f4.johu@gentoo> (raw)

commit:     e3eb717dccd828e0c133540d3501b8b814c581f4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 23:42:51 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 23:43:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e3eb717d

[net-libs/telepathy-qt] Remove patch, applied upstream.

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

---
 .../files/telepathy-qt-9999-automagicness.patch    |  109 --------------------
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild     |    1 -
 2 files changed, 0 insertions(+), 110 deletions(-)

diff --git a/net-libs/telepathy-qt/files/telepathy-qt-9999-automagicness.patch b/net-libs/telepathy-qt/files/telepathy-qt-9999-automagicness.patch
deleted file mode 100644
index b34adb3..0000000
--- a/net-libs/telepathy-qt/files/telepathy-qt-9999-automagicness.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b61c12f..7110d51 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -73,6 +73,13 @@ include(TpQtMacros)
- 
- include(MacroLogFeature)
- 
-+# options
-+option(WITH_Farsight "Enable building with farsight features" ON)
-+option(WITH_Farstream "Enable building with farstream features" ON)
-+option(ENABLE_DEBUG_OUTPUT "Compile support for printing debug output to stderr" ON)
-+option(ENABLE_EXAMPLES "Enable building of examples" ON)
-+option(ENABLE_TEST "Enable test suite" ON)
-+
- # external dependencies
- 
- # Required dependencies
-@@ -122,7 +129,6 @@ include_directories(${CMAKE_SOURCE_DIR}
- 
- add_definitions(-DQT_NO_CAST_FROM_ASCII)
- 
--set(ENABLE_DEBUG_OUTPUT ON CACHE BOOL "If activated, compiles support for printing debug output to stderr")
- if (ENABLE_DEBUG_OUTPUT)
-     add_definitions(-DENABLE_DEBUG)
- endif (ENABLE_DEBUG_OUTPUT)
-@@ -176,7 +182,9 @@ macro_log_feature(HAVE_TEST_PYTHON "dbus-python"
-                   "Needed to build some additional unit tests")
- 
- # Find GLib2, GObject, DBus and LibXml2
--# Those are needed for the insane include dir dependency hell
-+# These packages are not actually required by telepathy-qt
-+# Rather, we call these macros to get the include dir required
-+# to compile the dependencies of our actual dependencies
- find_package(GLIB2)
- find_package(GObject)
- find_package(GIO)
-@@ -185,29 +193,33 @@ find_package(DBus)
- find_package(DBusGLib)
- find_package(LibXml2)
- 
--# Find tp-farsight
--set(TELEPATHY_FARSIGHT_MIN_VERSION "0.0.4")
--find_package(TelepathyFarsight)
--macro_log_feature(TELEPATHYFARSIGHT_FOUND "Telepathy-Farsight"
--                  "A Framework for dealing with audio/video conferencing protocols"
--                  "http://farsight.freedesktop.org/wiki/" FALSE "${TELEPATHY_FARSIGHT_MIN_VERSION}"
--                  "Needed, together with GStreamer, to build telepathy-qt-farsight and some additional examples")
--
--# Find tp-farsight
--set(FARSTREAM_MIN_VERSION "0.1.0")
--find_package(Farstream)
--macro_log_feature(FARSTREAM_FOUND "Farstream"
--                  "A Framework for dealing with audio/video conferencing protocols"
--                  "http://www.freedesktop.org/wiki/Software/Farstream" FALSE "${FARSTREAM_MIN_VERSION}"
--                  "Needed, together with GStreamer and Telepathy-Farstream, to build telepathy-qt-farstream")
--
--# Find tp-farsight
--set(TELEPATHY_FARSTREAM_MIN_VERSION "0.2.2")
--find_package(TelepathyFarstream)
--macro_log_feature(TELEPATHYFARSTREAM_FOUND "Telepathy-Farstream"
--                  "A Framework for dealing with audio/video conferencing protocols"
--                  "http://telepathy.freedesktop.org/wiki/" FALSE "${TELEPATHY_FARSTREAM_MIN_VERSION}"
--                  "Needed, together with GStreamer and Farstream, to build telepathy-qt-farstream")
-+if(WITH_Farsight)
-+    # Find tp-farsight
-+    set(TELEPATHY_FARSIGHT_MIN_VERSION "0.0.4")
-+    find_package(TelepathyFarsight)
-+    macro_log_feature(TELEPATHYFARSIGHT_FOUND "Telepathy-Farsight"
-+                      "A Framework for dealing with audio/video conferencing protocols"
-+                      "http://farsight.freedesktop.org/wiki/" FALSE "${TELEPATHY_FARSIGHT_MIN_VERSION}"
-+                      "Needed, together with GStreamer, to build telepathy-qt-farsight and some additional examples")
-+endif(WITH_Farsight)
-+
-+if(WITH_Farstream)
-+    # Find farstream
-+    set(FARSTREAM_MIN_VERSION "0.1.0")
-+    find_package(Farstream)
-+    macro_log_feature(FARSTREAM_FOUND "Farstream"
-+                      "A Framework for dealing with audio/video conferencing protocols"
-+                      "http://www.freedesktop.org/wiki/Software/Farstream" FALSE "${FARSTREAM_MIN_VERSION}"
-+                      "Needed, together with GStreamer and Telepathy-Farstream, to build telepathy-qt-farstream")
-+
-+    # Find tp-farstream
-+    set(TELEPATHY_FARSTREAM_MIN_VERSION "0.2.2")
-+    find_package(TelepathyFarstream)
-+    macro_log_feature(TELEPATHYFARSTREAM_FOUND "Telepathy-Farstream"
-+                      "A Framework for dealing with audio/video conferencing protocols"
-+                      "http://telepathy.freedesktop.org/wiki/" FALSE "${TELEPATHY_FARSTREAM_MIN_VERSION}"
-+                      "Needed, together with GStreamer and Farstream, to build telepathy-qt-farstream")
-+endif(WITH_Farstream)
- 
- # Find GStreamer
- find_package(GStreamer)
-@@ -258,8 +270,12 @@ endif(QT_GLIB_SUPPORT AND TELEPATHYGLIB_FOUND AND GLIB2_FOUND AND DBUS_FOUND)
- 
- # Add the source subdirectories
- add_subdirectory(TelepathyQt)
--add_subdirectory(examples)
--add_subdirectory(tests)
-+if(ENABLE_EXAMPLES)
-+    add_subdirectory(examples)
-+endif(ENABLE_EXAMPLES)
-+if(ENABLE_TEST)
-+    add_subdirectory(tests)
-+endif(ENABLE_TEST)
- add_subdirectory(tools)
- 
- # Generate config.h and config-version.h

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index f884a50..926b4f3 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -44,7 +44,6 @@ DEPEND="${RDEPEND}
 
 REQUIRED_USE="farsight? ( !farstream )"
 
-PATCHES=( "${FILESDIR}/${P}-automagicness.patch" )
 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
 pkg_setup() {



             reply	other threads:[~2012-07-11 23:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 23:43 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-20 21:18 [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/, net-libs/telepathy-qt/files/ Andreas Sturmlechner
2012-04-18 20:35 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=1342050210.e3eb717dccd828e0c133540d3501b8b814c581f4.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