public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/
@ 2011-07-23  2:09 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-07-23  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9db124c916c8c83b8fcf31d0c076dc04ce74ae98
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 02:09:27 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 02:09:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9db124c9

[net-libs/telepathy-qt4] Fix QA warnings. Move epath to src_prepare.

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

---
 net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
index 35d6de0..a3b0bb6 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.1.ebuild
@@ -32,17 +32,15 @@ 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
 }
 
+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] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/
@ 2011-12-12  9:20 Elias Probst
  0 siblings, 0 replies; 5+ messages in thread
From: Elias Probst @ 2011-12-12  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     132f26064395fb2398741e77624d3a368a02306e
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Mon Dec 12 09:18:40 2011 +0000
Commit:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
CommitDate: Mon Dec 12 09:18:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=132f2606

Reset CVS header to avoid confusion.

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

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild
index 8c49e86..843bc50 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.8.0.ebuild,v 1.1 2011/12/03 19:26:48 pesa Exp $
+# $Header:$
 
 EAPI=4
 



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/
@ 2011-12-11 20:00 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-12-11 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     de7d85056ca7596efba9db4890b763bfa3834339
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 19:56:24 2011 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 20:01:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=de7d8505

[net-libs/telepathy-qt4] Add live ebuild, to get KDE telepathy 9999 working again

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

---
 net-libs/telepathy-qt4/metadata.xml              |    9 +++
 net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild |   58 ++++++++++++++++++++++
 2 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-qt4/metadata.xml b/net-libs/telepathy-qt4/metadata.xml
new file mode 100644
index 0000000..25afcbc
--- /dev/null
+++ b/net-libs/telepathy-qt4/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<use>
+		<flag name='glib'>Enable support for various telepathy/glib related packages</flag>
+		<flag name='farsight'>Enable support for farsight connection manager</flag>
+	</use>
+</pkgmetadata>

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild
new file mode 100644
index 0000000..8c49e86
--- /dev/null
+++ b/net-libs/telepathy-qt4/telepathy-qt4-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.8.0.ebuild,v 1.1 2011/12/03 19:26:48 pesa Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.5"
+EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/telepathy-qt4"
+
+inherit python base cmake-utils git-2
+
+DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
+HOMEPAGE="http://telepathy.freedesktop.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug farsight glib"
+
+RDEPEND="
+	dev-python/dbus-python
+	>=x11-libs/qt-core-4.6.0:4[glib?]
+	>=x11-libs/qt-dbus-4.6.0:4
+	farsight? (
+		dev-libs/dbus-glib
+		dev-libs/libxml2
+		media-libs/gstreamer
+		net-libs/telepathy-farsight
+		>=net-libs/telepathy-glib-0.15.1
+	)
+	glib? ( dev-libs/glib:2 )
+"
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	dev-util/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README )
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	base_src_prepare
+
+	sed -i -e '/^add_subdirectory(examples)$/d' CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
+		$(cmake-utils_use_with glib)
+		$(cmake-utils_use_with farsight)
+	)
+	cmake-utils_src_configure
+}



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/
@ 2011-12-08 14:17 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2011-12-08 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9ea0dc5006fbcaa3ff521a15badd935694c5be2d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 14:16:21 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Thu Dec  8 14:16:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ea0dc50

[net-libs/telepathy-qt4] Newer version in tree

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

---
 net-libs/telepathy-qt4/metadata.xml               |    9 ----
 net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild |   47 ---------------------
 2 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/net-libs/telepathy-qt4/metadata.xml b/net-libs/telepathy-qt4/metadata.xml
deleted file mode 100644
index 25afcbc..0000000
--- a/net-libs/telepathy-qt4/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-	<use>
-		<flag name='glib'>Enable support for various telepathy/glib related packages</flag>
-		<flag name='farsight'>Enable support for farsight connection manager</flag>
-	</use>
-</pkgmetadata>

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
deleted file mode 100644
index 5f1b3c2..0000000
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.7.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2"
-
-inherit python base cmake-utils
-
-DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug glib farsight"
-
-RDEPEND="
-	x11-libs/qt-core:4[glib?]
-	x11-libs/qt-dbus:4
-	dev-python/dbus-python
-	farsight? (
-		dev-libs/dbus-glib
-		dev-libs/libxml2
-		media-libs/gstreamer
-		>=net-libs/telepathy-glib-0.15.1
-		net-libs/telepathy-farsight
-	)
-"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	dev-util/pkgconfig"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
-		$(cmake-utils_use_with glib)
-		$(cmake-utils_use_with farsight)
-	)
-	cmake-utils_src_configure
-}



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/
@ 2011-06-06 19:18 David Heidelberger
  0 siblings, 0 replies; 5+ messages in thread
From: David Heidelberger @ 2011-06-06 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1cbc240d163d8d8bde6d488805bcff646d158428
Author:     David Heidelberger <d.okias <AT> gmail <DOT> com>
AuthorDate: Mon Jun  6 19:18:17 2011 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Mon Jun  6 19:18:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1cbc240d

[net-libs/telepathy-qt4] add 0.7.0 version needed by telepathy-* for KDE

---
 net-libs/telepathy-qt4/metadata.xml               |    9 ++++
 net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild |   47 +++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-qt4/metadata.xml b/net-libs/telepathy-qt4/metadata.xml
new file mode 100644
index 0000000..25afcbc
--- /dev/null
+++ b/net-libs/telepathy-qt4/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<use>
+		<flag name='glib'>Enable support for various telepathy/glib related packages</flag>
+		<flag name='farsight'>Enable support for farsight connection manager</flag>
+	</use>
+</pkgmetadata>

diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild
new file mode 100644
index 0000000..27b37d2
--- /dev/null
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.15.ebuild,v 1.1 2011/04/20 12:31:17 scarabeus Exp $
+
+PYTHON_DEPEND="2"
+
+EAPI=3
+inherit python base cmake-utils
+
+DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
+HOMEPAGE="http://telepathy.freedesktop.org/"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug glib farsight"
+
+RDEPEND="
+	x11-libs/qt-core:4[glib?]
+	x11-libs/qt-dbus:4
+	dev-python/dbus-python
+	farsight? (
+		dev-libs/dbus-glib
+		dev-libs/libxml2
+		media-libs/gstreamer
+		net-libs/telepathy-glib
+		net-libs/telepathy-farsight
+	)
+"
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	dev-util/pkgconfig"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
+		$(cmake-utils_use_with glib)
+		$(cmake-utils_use_with farsight)
+	)
+	cmake-utils_src_configure
+}



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

end of thread, other threads:[~2011-12-12  9:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  2:09 [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/ Jorge Manuel B. S. Vicetto
  -- strict thread matches above, loose matches on Subject: below --
2011-12-12  9:20 Elias Probst
2011-12-11 20:00 Johannes Huber
2011-12-08 14:17 Johannes Huber
2011-06-06 19:18 David Heidelberger

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