public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-06-05 21:53 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-06-05 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     69290d3a4781d6f14bbb746abfbef7670a23b5da
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 21:52:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 21:52:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69290d3a

[net-libs/telepathy-qt] Sync with tree.

Package-Manager: portage-2.2.0_alpha177

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 6a3834e..d01855d 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -4,10 +4,9 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7,2_8} )
 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
-
-inherit python-r1 base cmake-utils virtualx git-2
+inherit base python-any-r1 cmake-utils virtualx git-2
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -44,6 +43,10 @@ REQUIRED_USE="farsight? ( !farstream )"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_enable farsight)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2019-09-29 20:18 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2019-09-29 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:17:50 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 20:18:07 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc7dbee4

net-libs/telepathy-qt: python3 support

Upstream commit 8ca499dfff059546721255cbe04d2b40858b8c4d

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 122e66d441..40de0d4c0b 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
+PYTHON_COMPAT=( python3_{6,7} )
+EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
 inherit python-any-r1 cmake-utils git-r3
 
 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug farstream"
 
+BDEPEND="${PYTHON_DEPS}
+	virtual/pkgconfig
+"
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
@@ -27,10 +30,6 @@ RDEPEND="
 	)
 "
 DEPEND="${RDEPEND}"
-BDEPEND="
-	${PYTHON_DEPS}
-	virtual/pkgconfig
-"
 
 PATCHES=( "${FILESDIR}/${PN}-0.9.7-deps.patch" )
 


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2018-10-13 12:11 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2018-10-13 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     34bf51b0e690f1906ab0d0d4caa19cd526a529db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 01:17:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 11:47:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=34bf51b0

net-libs/telepathy-qt: EAPI-7 bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 699f4ab1e5..926958c8fd 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
@@ -26,7 +26,8 @@ RDEPEND="
 		>=net-libs/telepathy-glib-0.18.0
 	)
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	${PYTHON_DEPS}
 	virtual/pkgconfig
 	test? (


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2018-03-19 20:30 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2018-03-19 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0d2648c1e3291de83293db48e2d90a3a9ed6428d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 20:29:14 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 20:29:55 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d2648c1

net-libs/telepathy-qt: Dropping non-existing patches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index a747146f28..699f4ab1e5 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -37,11 +37,6 @@ DEPEND="${RDEPEND}
 	)
 "
 
-PATCHES=(
-	"${FILESDIR}/${PN}-0.9.6.1-yes-release.patch"
-	"${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
-)
-
 # bug 549448 - last checked with 0.9.7
 RESTRICT="test"
 


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2017-08-30 21:29 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2017-08-30 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae311fcf3b1f647cda7f403df924eaa99d3ee1b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 19:36:54 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 19:36:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ae311fc

net-libs/telepathy-qt: Drop USE=qt4,qt5, sync w/ tree

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 81 +++++++++-----------------
 1 file changed, 29 insertions(+), 52 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 39dc6bf989..894c7bbcaf 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -5,35 +5,26 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
+inherit python-any-r1 cmake-utils virtualx git-r3
 
 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/"
+HOMEPAGE="https://telepathy.freedesktop.org/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug farstream +qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
+IUSE="debug farstream test"
 
 RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtxml:5
 	farstream? (
 		>=net-libs/telepathy-farstream-0.2.2
 		>=net-libs/telepathy-glib-0.18.0
 	)
-	qt4? (
-		dev-qt/qtcore:4
-		dev-qt/qtdbus:4
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtxml:5
-	)
-	!net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
 	${PYTHON_DEPS}
@@ -42,53 +33,39 @@ DEPEND="${RDEPEND}
 		dev-libs/dbus-glib
 		dev-libs/glib:2
 		dev-python/dbus-python
-		qt4? ( dev-qt/qttest:4 )
-		qt5? ( dev-qt/qttest:5 )
+		dev-qt/qttest:5
 	)
 "
 
-DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+PATCHES=(
+	"${FILESDIR}/${PN}-0.9.6.1-yes-release.patch"
+	"${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
+)
+
+# bug 549448 - last checked with 0.9.7
+RESTRICT="test"
 
 pkg_setup() {
 	python-any-r1_pkg_setup
-	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {
-	myconfigure() {
-		local mycmakeargs=(
-			-DENABLE_DEBUG_OUTPUT=$(usex debug)
-			-DENABLE_FARSTREAM=$(usex farstream)
-			-DENABLE_TESTS=$(usex test)
-			-DENABLE_EXAMPLES=OFF
-			-ENABLE_SERVICE_SUPPORT=ON
-		)
-		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-			mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
-		fi
-		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-			mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
-		fi
-		cmake-utils_src_configure
-	}
-
-	multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-	multibuild_foreach_variant cmake-utils_src_compile
+	local mycmakeargs=(
+		-DDESIRED_QT_VERSION=5
+		-DENABLE_DEBUG_OUTPUT=$(usex debug)
+		-DENABLE_FARSTREAM=$(usex farstream)
+		-DENABLE_TESTS=$(usex test)
+		-DENABLE_EXAMPLES=OFF
+	)
+	cmake-utils_src_configure
 }
 
 src_test() {
-	mytest() {
-		pushd "${BUILD_DIR}" > /dev/null || die
-		VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed"
-		popd > /dev/null || die
+	_test_runner() {
+		ctest -E '(CallChannel)'
 	}
 
-	multibuild_foreach_variant mytest
-}
-
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
+	pushd "${BUILD_DIR}" > /dev/null || die
+	virtx _test_runner
+	popd > /dev/null || die
 }


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2016-06-02 14:02 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2016-06-02 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6c9122c1d12323063c7a2b3a52b221228c8c2576
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 14:02:19 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 14:02:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c9122c1

net-libs/telepathy-qt: Sync with tree

Package-Manager: portage-2.3.0_rc1

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 9b88086..cdbb11a 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -16,6 +16,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug farstream +qt4 qt5 test"
 
+REQUIRED_USE="|| ( qt4 qt5 )"
+
 RDEPEND="
 	farstream? (
 		>=net-libs/telepathy-farstream-0.2.2
@@ -39,7 +41,7 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	test? (
 		dev-libs/dbus-glib
-		dev-libs/glib
+		dev-libs/glib:2
 		dev-python/dbus-python
 		qt4? ( dev-qt/qttest:4 )
 		qt5? ( dev-qt/qttest:5 )


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2016-03-28 12:24 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2016-03-28 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e3b05ca78e9cf2315652a2b8a95a96dd8331a5eb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 11:53:05 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 11:53:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3b05ca7

net-libs/telepathy-qt: EAPI 6

Package-Manager: portage-2.2.28

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 4e81a47..9b88086 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
 inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
 
-DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
+DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
 
 LICENSE="LGPL-2.1"
@@ -56,9 +56,9 @@ pkg_setup() {
 src_configure() {
 	myconfigure() {
 		local mycmakeargs=(
-			$(cmake-utils_use_enable debug DEBUG_OUTPUT)
-			$(cmake-utils_use_enable farstream)
-			$(cmake-utils_use_enable test TESTS)
+			-DENABLE_DEBUG_OUTPUT=$(usex debug)
+			-DENABLE_FARSTREAM=$(usex farstream)
+			-DENABLE_TESTS=$(usex test)
 			-DENABLE_EXAMPLES=OFF
 			-ENABLE_SERVICE_SUPPORT=ON
 		)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2015-10-12 12:46 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2015-10-12 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     28bc46f52ab9c6de0ef503668ee7dd032a539cce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 12:40:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 12:40:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=28bc46f5

net-libs/telepathy-qt: nitpicks

Package-Manager: portage-2.2.20.1

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 7b0d557..8afa96b 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -63,10 +63,10 @@ src_configure() {
 			-ENABLE_SERVICE_SUPPORT=ON
 		)
 		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-			mycmakeargs+=(-DDESIRED_QT_VERSION=4)
+			mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
 		fi
 		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-			mycmakeargs+=(-DDESIRED_QT_VERSION=5)
+			mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
 		fi
 		cmake-utils_src_configure
 	}
@@ -80,9 +80,9 @@ src_compile() {
 
 src_test() {
 	mytest() {
-		pushd "${BUILD_DIR}" > /dev/null
+		pushd "${BUILD_DIR}" > /dev/null || die
 		VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed"
-		popd > /dev/null
+		popd > /dev/null || die
 	}
 
 	multibuild_foreach_variant mytest


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2015-03-04 13:21 git@oystercatcher mirror+tproxy
  0 siblings, 0 replies; 26+ messages in thread
From: git@oystercatcher mirror+tproxy @ 2015-03-04 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9150f272cd39462ea2f14c17e3c4b50b50d12fb3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 13:20:06 2015 +0000
Commit:     git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT> gentoo <DOT> org>
CommitDate: Wed Mar  4 13:20:06 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9150f272

[net-libs/telepathy-qt] Sync with main tree.

Package-Manager: portage-2.2.17

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index bed9b87..202d2b6 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit base python-any-r1 cmake-utils virtualx git-r3 multibuild
+inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -78,16 +78,16 @@ src_compile() {
 	multibuild_foreach_variant cmake-utils_src_compile
 }
 
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
-}
-
 src_test() {
 	mytest() {
 		pushd "${BUILD_DIR}" > /dev/null
-		Xemake test || die "tests failed"
+		VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed"
 		popd > /dev/null
 	}
 
 	multibuild_foreach_variant mytest
 }
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2015-03-04 13:21 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2015-03-04 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9150f272cd39462ea2f14c17e3c4b50b50d12fb3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 13:20:06 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 13:20:06 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9150f272

[net-libs/telepathy-qt] Sync with main tree.

Package-Manager: portage-2.2.17

 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index bed9b87..202d2b6 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit base python-any-r1 cmake-utils virtualx git-r3 multibuild
+inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -78,16 +78,16 @@ src_compile() {
 	multibuild_foreach_variant cmake-utils_src_compile
 }
 
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
-}
-
 src_test() {
 	mytest() {
 		pushd "${BUILD_DIR}" > /dev/null
-		Xemake test || die "tests failed"
+		VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed"
 		popd > /dev/null
 	}
 
 	multibuild_foreach_variant mytest
 }
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2015-01-30 20:54 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2015-01-30 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4a8b5a74cf9b361a8c6221a54d8d64843336fb8c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 20:48:43 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 20:48:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4a8b5a74

[net-libs/telepathy-qt] Shorten pkg setup

Package-Manager: portage-2.2.15

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 0fb8e9c..bed9b87 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -50,13 +50,7 @@ DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
 pkg_setup() {
 	python-any-r1_pkg_setup
-	MULTIBUILD_VARIANTS=()
-	if use qt4; then
-		MULTIBUILD_VARIANTS+=(qt4)
-	fi
-	if use qt5; then
-		MULTIBUILD_VARIANTS+=(qt5)
-	fi
+	MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2014-09-15 16:48 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-09-15 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b11d744bbd000ea4a0950fcaeb4d50940610970c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 16:47:45 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 16:47:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b11d744b

[net-libs/telepathy-qt] Sync with tree

Package-Manager: portage-2.2.12

---
 net-libs/telepathy-qt/metadata.xml             | 4 ++--
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml
index 75c0a56..1e6e071 100644
--- a/net-libs/telepathy-qt/metadata.xml
+++ b/net-libs/telepathy-qt/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>qt</herd>
+	<herd>kde</herd>
 	<use>
-		<flag name="farstream">Enable support for audio/video calls via farstream</flag>
-		<flag name="experimental">Enable compilation of experimental and unstable service side bindings</flag>
+		<flag name='farstream'>Enable support for audio/video calls via farstream</flag>
 	</use>
 </pkgmetadata>

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 08a17f7..b883748 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://telepathy.freedesktop.org/"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug experimental farstream +qt4 qt5 test"
+IUSE="debug farstream +qt4 qt5 test"
 
 RDEPEND="
 	farstream? (
@@ -30,7 +30,6 @@ RDEPEND="
 		dev-qt/qtdbus:5
 		dev-qt/qtgui:5
 		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
 		dev-qt/qtxml:5
 	)
 	!net-libs/telepathy-qt4
@@ -64,10 +63,10 @@ src_configure() {
 	myconfigure() {
 		local mycmakeargs=(
 			$(cmake-utils_use_enable debug DEBUG_OUTPUT)
-			$(cmake-utils_use_enable experimental EXPERIMENTAL_SERVICE_SUPPORT)
 			$(cmake-utils_use_enable farstream)
 			$(cmake-utils_use_enable test TESTS)
 			-DENABLE_EXAMPLES=OFF
+			-ENABLE_SERVICE_SUPPORT=ON
 		)
 		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
 			mycmakeargs+=(-DDESIRED_QT_VERSION=4)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2014-05-28 21:35 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-05-28 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0b2975df8447d2c35a2771c8aeff6d6b60c160a2
Author:     Alexandr Akulich <akulichalexander <AT> gmail <DOT> com>
AuthorDate: Wed May 28 21:18:42 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 28 21:34:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b2975df

[net-libs/telepathy-qt] Add USE flag experimental

---
 net-libs/telepathy-qt/metadata.xml             | 1 +
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml
index 5309391..4b181c1 100644
--- a/net-libs/telepathy-qt/metadata.xml
+++ b/net-libs/telepathy-qt/metadata.xml
@@ -4,5 +4,6 @@
 	<herd>qt</herd>
 	<use>
 		<flag name='farstream'>Enable support for audio/video calls via farstream</flag>
+		<flag name='experimental'>Enable compilation of experimental and unstable service side bindings</flag>
 	</use>
 </pkgmetadata>

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 113c765..08a17f7 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://telepathy.freedesktop.org/"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug farstream +qt4 qt5 test"
+IUSE="debug experimental farstream +qt4 qt5 test"
 
 RDEPEND="
 	farstream? (
@@ -63,8 +63,9 @@ pkg_setup() {
 src_configure() {
 	myconfigure() {
 		local mycmakeargs=(
-			$(cmake-utils_use_enable farstream)
 			$(cmake-utils_use_enable debug DEBUG_OUTPUT)
+			$(cmake-utils_use_enable experimental EXPERIMENTAL_SERVICE_SUPPORT)
+			$(cmake-utils_use_enable farstream)
 			$(cmake-utils_use_enable test TESTS)
 			-DENABLE_EXAMPLES=OFF
 		)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2014-05-01 22:46 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-05-01 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8f76ce4abf0945a40450d6d5121421c5871ed703
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 22:44:45 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  1 22:44:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8f76ce4a

[net-libs/telepathy-qt] Drop Python 2.6 support

Package-Manager: portage-2.2.10

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 4bf7d1d..113c765 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
 inherit base python-any-r1 cmake-utils virtualx git-r3 multibuild
 


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2014-04-02 18:36 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-04-02 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f14bfb61a500c50fd25969e50a51210b66d2b8f8
Author:     Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Wed Apr  2 17:44:00 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr  2 18:35:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f14bfb61

[net-libs/telepathy-qt] Add support for building with Qt5

Package-Manager: portage-2.2.10

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 70 ++++++++++++++++++++------
 1 file changed, 55 insertions(+), 15 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 68f6aeb..4bf7d1d 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
-inherit base python-any-r1 cmake-utils virtualx git-r3
+inherit base python-any-r1 cmake-utils virtualx git-r3 multibuild
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -14,15 +14,25 @@ HOMEPAGE="http://telepathy.freedesktop.org/"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug farstream test"
+IUSE="debug farstream +qt4 qt5 test"
 
 RDEPEND="
-	dev-qt/qtcore:4
-	dev-qt/qtdbus:4
 	farstream? (
 		>=net-libs/telepathy-farstream-0.2.2
 		>=net-libs/telepathy-glib-0.18.0
 	)
+	qt4? (
+		dev-qt/qtcore:4
+		dev-qt/qtdbus:4
+	)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtgui:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+	)
 	!net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
@@ -32,7 +42,8 @@ DEPEND="${RDEPEND}
 		dev-libs/dbus-glib
 		dev-libs/glib
 		dev-python/dbus-python
-		dev-qt/qttest:4
+		qt4? ( dev-qt/qttest:4 )
+		qt5? ( dev-qt/qttest:5 )
 	)
 "
 
@@ -40,20 +51,49 @@ DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
 pkg_setup() {
 	python-any-r1_pkg_setup
+	MULTIBUILD_VARIANTS=()
+	if use qt4; then
+		MULTIBUILD_VARIANTS+=(qt4)
+	fi
+	if use qt5; then
+		MULTIBUILD_VARIANTS+=(qt5)
+	fi
 }
 
 src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_enable farstream)
-		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
-		$(cmake-utils_use_enable test TESTS)
-		-DENABLE_EXAMPLES=OFF
-	)
-	cmake-utils_src_configure
+	myconfigure() {
+		local mycmakeargs=(
+			$(cmake-utils_use_enable farstream)
+			$(cmake-utils_use_enable debug DEBUG_OUTPUT)
+			$(cmake-utils_use_enable test TESTS)
+			-DENABLE_EXAMPLES=OFF
+		)
+		if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
+			mycmakeargs+=(-DDESIRED_QT_VERSION=4)
+		fi
+		if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
+			mycmakeargs+=(-DDESIRED_QT_VERSION=5)
+		fi
+		cmake-utils_src_configure
+	}
+
+	multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+	multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+	multibuild_foreach_variant cmake-utils_src_install
 }
 
 src_test() {
-	pushd "${BUILD_DIR}" > /dev/null
-	Xemake test || die "tests failed"
-	popd > /dev/null
+	mytest() {
+		pushd "${BUILD_DIR}" > /dev/null
+		Xemake test || die "tests failed"
+		popd > /dev/null
+	}
+
+	multibuild_foreach_variant mytest
 }


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-11-09 15:02 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-11-09 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3d8a762e5ccf2abc64a4e52d9255379227b0de54
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 15:02:42 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 15:02:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d8a762e

[net-libs/telepathy-qt] Upstream dropped farsight support.

Package-Manager: portage-2.2.7

---
 net-libs/telepathy-qt/metadata.xml             | 1 -
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 8 +-------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml
index c971a11..5309391 100644
--- a/net-libs/telepathy-qt/metadata.xml
+++ b/net-libs/telepathy-qt/metadata.xml
@@ -3,7 +3,6 @@
 <pkgmetadata>
 	<herd>qt</herd>
 	<use>
-		<flag name='farsight'>Enable support for farsight connection manager</flag>
 		<flag name='farstream'>Enable support for audio/video calls via farstream</flag>
 	</use>
 </pkgmetadata>

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 29058e2..a9d72ae 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -14,14 +14,11 @@ HOMEPAGE="http://telepathy.freedesktop.org/"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug farsight farstream test"
+IUSE="debug farstream test"
 
 RDEPEND="
 	dev-qt/qtcore:4
 	dev-qt/qtdbus:4
-	farsight? (
-		net-libs/telepathy-farsight
-	)
 	farstream? (
 		>=net-libs/telepathy-farstream-0.2.2
 		>=net-libs/telepathy-glib-0.18.0
@@ -39,8 +36,6 @@ DEPEND="${RDEPEND}
 	)
 "
 
-REQUIRED_USE="farsight? ( !farstream )"
-
 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
 pkg_setup() {
@@ -49,7 +44,6 @@ pkg_setup() {
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_enable farsight)
 		$(cmake-utils_use_enable farstream)
 		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
 		$(cmake-utils_use_enable test TESTS)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-10-16 21:47 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-10-16 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1ec27aec32423b9887486317bdff3cbb953346
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 21:43:56 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 21:43:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a1ec27a

[net-libs/telepathy-qt] Replace deprecated build dir var.

Package-Manager: portage-2.2.1

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index aeabb93..29058e2 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -59,7 +59,7 @@ src_configure() {
 }
 
 src_test() {
-	pushd "${CMAKE_BUILD_DIR}" > /dev/null
+	pushd "${BUILD_DIR}" > /dev/null
 	Xemake test || die "tests failed"
 	popd > /dev/null
 }


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-10-13 15:46 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-10-13 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     16e25b535530a25a9f048fcf275fedd855f18c1b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 17:33:45 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 17:33:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=16e25b53

[net-libs/telepathy-qt] Move to git-r3 eclass.

Package-Manager: portage-2.2.7

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index adf8adb..aeabb93 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -5,8 +5,8 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
-EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
-inherit base python-any-r1 cmake-utils virtualx git-2
+EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
+inherit base python-any-r1 cmake-utils virtualx git-r3
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-08-01 18:22 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-08-01 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f3094cb23e5d764a44e7d76f6360936957e3131f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 18:22:07 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 18:22:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3094cb2

[net-libs/telepathy-qt] Drop wrong python dep.

Package-Manager: portage-2.2.0_alpha191

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index d01855d..adf8adb 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,2_8} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
 inherit base python-any-r1 cmake-utils virtualx git-2
 


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2013-04-30 15:11 David Heidelberger
  0 siblings, 0 replies; 26+ messages in thread
From: David Heidelberger @ 2013-04-30 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6fe09a8636759ae2f5da0d038ffa0dd81c0892
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Tue Apr 30 15:11:25 2013 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Tue Apr 30 15:11:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b6fe09a

[net-libs/telepathy-qt] migrate to python-1 eclass

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 58a9d95..6a3834e 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-PYTHON_DEPEND="2:2.5"
+PYTHON_COMPAT=( python{2_6,2_7} )
 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
 
-inherit python base cmake-utils virtualx git-2
+inherit python-r1 base cmake-utils virtualx git-2
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -30,6 +30,7 @@ RDEPEND="
 	!net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
 	virtual/pkgconfig
 	test? (
 		dev-libs/dbus-glib
@@ -43,11 +44,6 @@ REQUIRED_USE="farsight? ( !farstream )"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
 
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_enable farsight)


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-09-11 23:23 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2012-09-11 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     56fb262d1af50eae51bdbdbfe0195c807878a3aa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 23:21:20 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 23:21:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=56fb262d

[net-libs/telepathy-qt] Sync with tree.

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

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index a03b3db..32bdad3 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=4
 PYTHON_DEPEND="2:2.5"
 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
 
-inherit python base cmake-utils git-2
+inherit python base cmake-utils virtualx git-2
 
 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
 HOMEPAGE="http://telepathy.freedesktop.org/"
@@ -25,7 +25,7 @@ RDEPEND="
 	)
 	farstream? (
 		>=net-libs/telepathy-farstream-0.2.2
-		>=net-libs/telepathy-glib-0.17.5
+		>=net-libs/telepathy-glib-0.18.0
 	)
 	!net-libs/telepathy-qt4
 "
@@ -58,3 +58,9 @@ src_configure() {
 	)
 	cmake-utils_src_configure
 }
+
+src_test() {
+	pushd "${CMAKE_BUILD_DIR}" > /dev/null
+	Xemake test || die "tests failed"
+	popd > /dev/null
+}


^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-07-12 11:08 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2012-07-12 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1a53fe6bb9582709ad89a2c3412c06b7e0fac780
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 11:07:42 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 11:07:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1a53fe6b

[net-libs/telepathy-qt] Sync with portage.

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

---
 net-libs/telepathy-qt/telepathy-qt-9999.ebuild |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 926b4f3..a03b3db 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -31,9 +31,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	farsight? (
-		>=net-libs/telepathy-glib-0.17.5
-	)
 	test? (
 		dev-libs/dbus-glib
 		dev-libs/glib
@@ -53,10 +50,10 @@ pkg_setup() {
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with farsight)
-		$(cmake-utils_use_with farstream)
+		$(cmake-utils_use_enable farsight)
+		$(cmake-utils_use_enable farstream)
 		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
-		$(cmake-utils_use_enable test)
+		$(cmake-utils_use_enable test TESTS)
 		-DENABLE_EXAMPLES=OFF
 	)
 	cmake-utils_src_configure



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-05-02 22:16 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2012-05-02 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e8aeb2781b3ca9af6a67681bdcfd0bbb1714846f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May  2 22:13:43 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May  2 22:13:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8aeb278

[net-libs/telepathy-qt] dev-util/pkgconfig -> virtual/pkgconfig

(Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)

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

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 3343561..f884a50 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
 	!net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	farsight? (
 		>=net-libs/telepathy-glib-0.17.5
 	)



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-04-19  9:17 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2012-04-19  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e734696f6d9d9cb7f393f44059984f315a680009
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 09:17:53 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 09:17:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e734696f

[net-libs/telepathy-qt] Sync with qt overlay.

(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)

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

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 4c007ab..3343561 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
 		net-libs/telepathy-farsight
 	)
 	farstream? (
-		net-libs/telepathy-farstream
+		>=net-libs/telepathy-farstream-0.2.2
 		>=net-libs/telepathy-glib-0.17.5
 	)
 	!net-libs/telepathy-qt4



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-04-18 21:24 Michael Palimaka
  0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2012-04-18 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f3d361b08a58ed0374f555fa226da814e379ff7f
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Wed Apr 18 21:23:59 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Wed Apr 18 21:23:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3d361b0

[net-libs/telepathy-qt] Add missing dep.

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

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

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index faa569b..4c007ab 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
 		dev-libs/dbus-glib
 		dev-libs/glib
 		dev-python/dbus-python
+		x11-libs/qt-test:4
 	)
 "
 



^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
@ 2012-01-24 19:33 Johannes Huber
  0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2012-01-24 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0698615dd8beb264e60fa95ff2becb683ddd6294
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 19:37:06 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 19:37:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0698615d

[net-libs/telepathy-qt] Add blocker to old package.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

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

diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 820b2f9..86e3db8 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
 		>=net-libs/telepathy-glib-0.15.1
 	)
 	glib? ( dev-libs/glib:2 )
+	!net-libs/telepathy-qt4
 "
 DEPEND="${RDEPEND}
 	dev-libs/libxslt



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

end of thread, other threads:[~2019-09-29 20:18 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 21:53 [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2019-09-29 20:18 Andreas Sturmlechner
2018-10-13 12:11 Andreas Sturmlechner
2018-03-19 20:30 Johannes Huber
2017-08-30 21:29 Andreas Sturmlechner
2016-06-02 14:02 Johannes Huber
2016-03-28 12:24 Johannes Huber
2015-10-12 12:46 Michael Palimaka
2015-03-04 13:21 git@oystercatcher mirror+tproxy
2015-03-04 13:21 Michael Palimaka
2015-01-30 20:54 Johannes Huber
2014-09-15 16:48 Johannes Huber
2014-05-28 21:35 Johannes Huber
2014-05-01 22:46 Johannes Huber
2014-04-02 18:36 Johannes Huber
2013-11-09 15:02 Johannes Huber
2013-10-16 21:47 Johannes Huber
2013-10-13 15:46 Johannes Huber
2013-08-01 18:22 Johannes Huber
2013-04-30 15:11 David Heidelberger
2012-09-11 23:23 Johannes Huber
2012-07-12 11:08 Michael Palimaka
2012-05-02 22:16 Johannes Huber
2012-04-19  9:17 Johannes Huber
2012-04-18 21:24 Michael Palimaka
2012-01-24 19:33 Johannes Huber

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