public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/, net-libs/telepathy-qt4/files/
@ 2011-06-14 21:47 David Heidelberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Heidelberger @ 2011-06-14 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     457115900e166887aa5c98225942c9d50be875b0
Author:     David Heidelberger <d.okias <AT> gmail <DOT> com>
AuthorDate: Tue Jun 14 21:48:50 2011 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Tue Jun 14 21:48:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=45711590

[net-libs/telepathy-qt4] update to 0.7.1

---
 .../files/telepathy-qt4-doxygen_remove.patch       |   12 ++++++++++++
 ...qt4-0.7.0.ebuild => telepathy-qt4-0.7.1.ebuild} |    6 ++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch b/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch
new file mode 100644
index 0000000..8bce72e
--- /dev/null
+++ b/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch
@@ -0,0 +1,12 @@
+diff -Naur a/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt b/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt
+--- a/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt	2011-06-14 23:26:48.708045080 +0200
++++ b/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt	2011-06-14 23:27:05.997827718 +0200
+@@ -603,8 +603,6 @@
+ tpqt4_future_client_generator(channel-dispatcher TpFuture::Client --mainiface=Tp::Client::ChannelDispatcherInterface DEPENDS channel-dispatcher-future-xincludator)
+ tpqt4_future_client_generator(misc TpFuture::Client DEPENDS misc-future-xincludator)
+ 
+-add_dependencies(doxygen-doc all-generated-sources)
+-
+ # Create the library
+ if (ENABLE_COMPILER_COVERAGE)
+     add_library(telepathy-qt4 STATIC ${telepathy_qt4_SRCS})

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
similarity index 91%
rename from net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild
rename to net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
index 27b37d2..9352d4d 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
@@ -32,6 +32,12 @@ DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	dev-util/pkgconfig"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/telepathy-qt4-doxygen_remove.patch
+}
+
 pkg_setup() {
 	python_set_active_version 2
 	python_pkg_setup



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/, net-libs/telepathy-qt4/files/
@ 2011-10-07 13:52 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2011-10-07 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1b15f70b68ccb613936a52b3f10e1a399a0621e8
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Oct  7 13:33:44 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Oct  7 13:33:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b15f70b

[net-libs/telepathy-qt4] Bump 0.7.3, remove old.

(Portage version: 2.2.0_alpha62/git/Linux x86_64, signed Manifest commit with key DF018462)

---
 .../files/telepathy-qt4-doxygen_remove.patch       |   12 ------------
 ...qt4-0.7.1.ebuild => telepathy-qt4-0.7.3.ebuild} |    4 ----
 2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch b/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch
deleted file mode 100644
index 8bce72e..0000000
--- a/net-libs/telepathy-qt4/files/telepathy-qt4-doxygen_remove.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt b/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt
---- a/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt	2011-06-14 23:26:48.708045080 +0200
-+++ b/telepathy-qt4-0.7.1/TelepathyQt4/CMakeLists.txt	2011-06-14 23:27:05.997827718 +0200
-@@ -603,8 +603,6 @@
- tpqt4_future_client_generator(channel-dispatcher TpFuture::Client --mainiface=Tp::Client::ChannelDispatcherInterface DEPENDS channel-dispatcher-future-xincludator)
- tpqt4_future_client_generator(misc TpFuture::Client DEPENDS misc-future-xincludator)
- 
--add_dependencies(doxygen-doc all-generated-sources)
--
- # Create the library
- if (ENABLE_COMPILER_COVERAGE)
-     add_library(telepathy-qt4 STATIC ${telepathy_qt4_SRCS})

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
similarity index 92%
rename from net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
rename to net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
index a3b0bb6..32c7d8e 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
@@ -37,10 +37,6 @@ pkg_setup() {
 	python_pkg_setup
 }
 
-src_prepare() {
-	epatch "${FILESDIR}"/telepathy-qt4-doxygen_remove.patch
-}
-
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_enable debug DEBUG_OUTPUT)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-07 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 21:47 [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/, net-libs/telepathy-qt4/files/ David Heidelberger
  -- strict thread matches above, loose matches on Subject: below --
2011-10-07 13:52 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox