public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-02-15 23:45 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-02-15 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1c49f862cf5a5a1fdce0305895ddf6e5504e651e
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 21:54:55 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 21:54:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1c49f862

Add net-libs/telepathy-glib-0.13.12

* Actually needs vala-0.12 because of fdo bug 32673

---
 .../telepathy-glib/telepathy-glib-0.13.12.ebuild   |   61 ++++++++++++++++++++
 1 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
new file mode 100644
index 0000000..bf6a182
--- /dev/null
+++ b/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild,v 1.1 2011/02/07 18:18:51 pacho Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+
+inherit python
+
+DESCRIPTION="GLib 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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +introspection +vala"
+
+RDEPEND=">=dev-libs/glib-2.25.16
+	>=dev-libs/dbus-glib-0.82
+	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
+	vala? (
+		dev-lang/vala:0.12[vapigen]
+		>=dev-libs/gobject-introspection-0.9.6 )
+"
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	>=dev-util/pkgconfig-0.21"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_configure() {
+	local myconf
+
+	if use vala; then
+		myconf="--enable-introspection
+			VALAC=$(type -p valac-0.12)
+			VAPIGEN=$(type -p vapigen-0.12)"
+	fi
+
+	econf \
+		$(use_enable debug backtrace) \
+		$(use_enable debug handle-leak-debug) \
+		$(use_enable introspection) \
+		$(use_enable vala vala-bindings) \
+		${myconf}
+}
+
+src_test() {
+	if ! dbus-launch emake -j1 check; then
+		die "Make check failed. See above for details."
+	fi
+}
+
+src_install() {
+	emake install DESTDIR="${D}" || die "emake install failed"
+	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+}



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-02-23 18:03 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     75c96edd976be99715cc99675e03deeb1c2b88b9
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 17:42:52 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 17:42:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=75c96edd

net-libs/telepathy-glib: 0.13.12 -> 0.13.13

* Fix src_test

---
 ....13.12.ebuild => telepathy-glib-0.13.13.ebuild} |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
similarity index 89%
rename from net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
index bf6a182..42f67a9 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.13.12.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
@@ -5,7 +5,7 @@
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
 
-inherit python
+inherit python virtualx
 
 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
 HOMEPAGE="http://telepathy.freedesktop.org"
@@ -21,8 +21,7 @@ RDEPEND=">=dev-libs/glib-2.25.16
 	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
 	vala? (
 		dev-lang/vala:0.12[vapigen]
-		>=dev-libs/gobject-introspection-0.9.6 )
-"
+		>=dev-libs/gobject-introspection-0.9.6 )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	>=dev-util/pkgconfig-0.21"
@@ -44,15 +43,15 @@ src_configure() {
 	econf \
 		$(use_enable debug backtrace) \
 		$(use_enable debug handle-leak-debug) \
+		$(use_enable debug debug-cache) \
 		$(use_enable introspection) \
 		$(use_enable vala vala-bindings) \
 		${myconf}
 }
 
 src_test() {
-	if ! dbus-launch emake -j1 check; then
-		die "Make check failed. See above for details."
-	fi
+	# Needs dbus for tests (auto-launched)
+	Xemake -j1 check
 }
 
 src_install() {



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-02-25  1:20 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-02-25  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f912564660819712d42783373277718efe07d40a
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 16:03:17 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 01:19:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f9125646

net-libs/telepathy-glib: 0.13.13 -> 0.13.14

---
 ....13.13.ebuild => telepathy-glib-0.13.14.ebuild} |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild
similarity index 94%
rename from net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild
index 42f67a9..705443a 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.13.13.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild
@@ -40,7 +40,7 @@ src_configure() {
 			VAPIGEN=$(type -p vapigen-0.12)"
 	fi
 
-	econf \
+	econf --disable-static \
 		$(use_enable debug backtrace) \
 		$(use_enable debug handle-leak-debug) \
 		$(use_enable debug debug-cache) \
@@ -57,4 +57,6 @@ src_test() {
 src_install() {
 	emake install DESTDIR="${D}" || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+
+	find "${D}" -name '*.la' -exec rm -f '{}' + || die
 }



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-02-25 19:42 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-02-25 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     87c5267300326c109b1eb22d61b66cc061cb7fa4
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 03:21:16 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 19:41:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=87c52673

net-libs/telepathy-glib: 0.13.14 -> 0.13.15, fix python shebangs

---
 ....13.14.ebuild => telepathy-glib-0.13.15.ebuild} |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild
similarity index 94%
rename from net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild
index 705443a..0bc656a 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.13.14.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild
@@ -31,6 +31,11 @@ pkg_setup() {
 	python_pkg_setup
 }
 
+src_prepare() {
+	python_convert_shebangs -r examples tests tools
+	default_src_prepare
+}
+
 src_configure() {
 	local myconf
 



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-03-20 19:05 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2011-03-20 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a0a1183253c4625f9d3e1efb720a83ebf2ba6934
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:52:09 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:52:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a0a11832

net-libs/telepathy-glib: moved to tree

---
 .../telepathy-glib/telepathy-glib-0.13.15.ebuild   |   67 --------------------
 1 files changed, 0 insertions(+), 67 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild
deleted file mode 100644
index 0bc656a..0000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.13.15.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild,v 1.1 2011/02/07 18:18:51 pacho Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit python virtualx
-
-DESCRIPTION="GLib 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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +introspection +vala"
-
-RDEPEND=">=dev-libs/glib-2.25.16
-	>=dev-libs/dbus-glib-0.82
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-	vala? (
-		dev-lang/vala:0.12[vapigen]
-		>=dev-libs/gobject-introspection-0.9.6 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/pkgconfig-0.21"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	python_convert_shebangs -r examples tests tools
-	default_src_prepare
-}
-
-src_configure() {
-	local myconf
-
-	if use vala; then
-		myconf="--enable-introspection
-			VALAC=$(type -p valac-0.12)
-			VAPIGEN=$(type -p vapigen-0.12)"
-	fi
-
-	econf --disable-static \
-		$(use_enable debug backtrace) \
-		$(use_enable debug handle-leak-debug) \
-		$(use_enable debug debug-cache) \
-		$(use_enable introspection) \
-		$(use_enable vala vala-bindings) \
-		${myconf}
-}
-
-src_test() {
-	# Needs dbus for tests (auto-launched)
-	Xemake -j1 check
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "emake install failed"
-	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-
-	find "${D}" -name '*.la' -exec rm -f '{}' + || die
-}



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2011-10-17 16:44 Alexandre Restovtsev
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Restovtsev @ 2011-10-17 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     56e0da6c5a063ede2497862c984a8daf8bcf826c
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 16:40:37 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Oct 17 16:40:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=56e0da6c

net-libs/telepathy-glib: 0.16.0 is now in gx86

---
 .../telepathy-glib/telepathy-glib-0.15.9.ebuild    |   66 --------------------
 1 files changed, 0 insertions(+), 66 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.15.9.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.15.9.ebuild
deleted file mode 100644
index c438d78..0000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.15.9.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild,v 1.1 2011/07/08 15:43:34 pacho Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit python virtualx
-
-DESCRIPTION="GLib 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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +introspection +vala"
-
-RDEPEND=">=dev-libs/glib-2.28:2
-	>=dev-libs/dbus-glib-0.82
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-	vala? (
-		dev-lang/vala:0.14[vapigen]
-		>=dev-libs/gobject-introspection-0.9.6 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/pkgconfig-0.21"
-
-src_prepare() {
-	python_convert_shebangs -r 2 examples tests tools
-	default_src_prepare
-}
-
-src_configure() {
-	local myconf
-
-	if use vala; then
-		use introspection ||
-			ewarn "Enabling introspection support; it is required for USE=vala"
-		myconf="--enable-introspection
-			VALAC=$(type -p valac-0.14)
-			VAPIGEN=$(type -p vapigen-0.14)"
-	else
-		myconf="$(use_enable introspection)"
-	fi
-
-	econf --disable-static \
-		PYTHON=$(PYTHON -2 -a) \
-		$(use_enable debug backtrace) \
-		$(use_enable debug handle-leak-debug) \
-		$(use_enable debug debug-cache) \
-		$(use_enable vala vala-bindings) \
-		${myconf}
-}
-
-src_test() {
-	# Needs dbus for tests (auto-launched)
-	Xemake -j1 check || die
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "emake install failed"
-	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-
-	find "${ED}" -name '*.la' -exec rm -f '{}' + || die
-}



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2012-09-16  0:22 Alexandre Rostovtsev
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Rostovtsev @ 2012-09-16  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ea98b77e39074d09c59ffeff1f053be58691c92c
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 00:21:25 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 00:21:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ea98b77e

net-libs/telepathy-glib: use vala.eclass

---
 .../telepathy-glib/telepathy-glib-0.19.8.ebuild    |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild
index 3932fd0..8c50ca3 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild
@@ -4,8 +4,10 @@
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
+VALA_MIN_API_VERSION="0.18"
+VALA_USE_DEPEND="vapigen"
 
-inherit eutils python virtualx
+inherit eutils python vala virtualx
 
 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
 HOMEPAGE="http://telepathy.freedesktop.org"
@@ -19,14 +21,15 @@ REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND=">=dev-libs/glib-2.32.0:2
 	>=dev-libs/dbus-glib-0.90
-	introspection? ( >=dev-libs/gobject-introspection-1.30 )
-	vala? ( dev-lang/vala:0.18[vapigen] )"
+	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
-	virtual/pkgconfig"
+	virtual/pkgconfig
+	vala? ( $(vala_depend) )"
 
 src_prepare() {
 	python_convert_shebangs -r 2 examples tests tools
+	use vala && vala_src_prepare
 	default_src_prepare
 }
 
@@ -40,8 +43,6 @@ src_configure() {
 		$(use_enable debug debug-cache) \
 		$(use_enable introspection) \
 		$(use_enable vala vala-bindings) \
-		VALAC=$(type -p valac-0.18) \
-		VAPIGEN=$(type -p vapigen-0.18) \
 		${myconf}
 }
 


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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2012-09-21  0:27 Nirbheek Chauhan
  0 siblings, 0 replies; 11+ messages in thread
From: Nirbheek Chauhan @ 2012-09-21  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0e72914d79ddb3e54037cdcb911969a74c1cb685
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 23:04:36 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 00:08:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e72914d

net-libs/telepathy-glib: 0.19.8 → 0.19.9

---
 ...-0.19.8.ebuild => telepathy-glib-0.19.9.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.19.9.ebuild
similarity index 100%
rename from net-libs/telepathy-glib/telepathy-glib-0.19.8.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.19.9.ebuild


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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2012-11-21 23:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-21 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     71b4bf97feaeac920b830ccbdc7314f04ece5580
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 23:21:54 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 23:28:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=71b4bf97

net-libs/telepathy-glib: 0.19.9 → 0.20.1

One test fails to pass.

---
 net-libs/telepathy-glib/metadata.xml               |   15 +++++++++++++++
 ...-0.19.9.ebuild => telepathy-glib-0.20.1.ebuild} |   16 +++++++++-------
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/net-libs/telepathy-glib/metadata.xml b/net-libs/telepathy-glib/metadata.xml
new file mode 100644
index 0000000..db5fdbf
--- /dev/null
+++ b/net-libs/telepathy-glib/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <herd>voip</herd>
+  <maintainer>
+    <email>peper@gentoo.org</email>
+    <name>Piotr Jaroszyński</name>
+  </maintainer>
+  <use>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+		for introspection</flag>
+    <flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
+  </use>
+</pkgmetadata>

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.19.9.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild
similarity index 84%
rename from net-libs/telepathy-glib/telepathy-glib-0.19.9.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild
index 8c50ca3..7e85a0a 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.19.9.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_DEPEND="2:2.5"
 VALA_MIN_API_VERSION="0.18"
 VALA_USE_DEPEND="vapigen"
 
-inherit eutils python vala virtualx
+inherit eutils gnome2-utils python vala virtualx
 
 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
 HOMEPAGE="http://telepathy.freedesktop.org"
@@ -19,16 +19,18 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linu
 IUSE="debug +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-RDEPEND=">=dev-libs/glib-2.32.0:2
+RDEPEND="
+	>=dev-libs/glib-2.32.0:2
 	>=dev-libs/dbus-glib-0.90
 	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	virtual/pkgconfig
-	vala? ( $(vala_depend) )"
+	vala? ( $(vala_depend) )
+"
 
 src_prepare() {
-	python_convert_shebangs -r 2 examples tests tools
+	python_convert_shebangs -q -r 2 examples tests tools
 	use vala && vala_src_prepare
 	default_src_prepare
 }
@@ -47,7 +49,8 @@ src_configure() {
 }
 
 src_test() {
-	unset DBUS_SESSION_BUS_ADDRESS
+	gnome2_environment_reset
+	unset DBUS_SESSION_BUS_ADDRESS 
 	# Needs dbus for tests (auto-launched)
 	Xemake -j1 check
 }
@@ -55,6 +58,5 @@ src_test() {
 src_install() {
 	emake install DESTDIR="${D}"
 	dodoc AUTHORS ChangeLog NEWS README
-
-	find "${D}" -name '*.la' -exec rm -f '{}' +
+	prune_libtool_files
 }


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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2012-12-21 21:16 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-21 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d2f4e9ad1541849eeab6b015be870e9a7d7b2eb8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 21:16:17 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 21:16:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2f4e9ad

net-libs/telepathy-glib: moved to gx86, drop introspection from metadata.xml

---
 net-libs/telepathy-glib/metadata.xml               |    2 -
 .../telepathy-glib/telepathy-glib-0.20.1.ebuild    |   62 --------------------
 2 files changed, 0 insertions(+), 64 deletions(-)

diff --git a/net-libs/telepathy-glib/metadata.xml b/net-libs/telepathy-glib/metadata.xml
index db5fdbf..001784d 100644
--- a/net-libs/telepathy-glib/metadata.xml
+++ b/net-libs/telepathy-glib/metadata.xml
@@ -8,8 +8,6 @@
     <name>Piotr Jaroszyński</name>
   </maintainer>
   <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-		for introspection</flag>
     <flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
   </use>
 </pkgmetadata>

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild
deleted file mode 100644
index 7e85a0a..0000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.20.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild,v 1.2 2012/05/05 02:54:30 jdhore Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.5"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2-utils python vala virtualx
-
-DESCRIPTION="GLib 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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug +introspection +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-	>=dev-libs/glib-2.32.0:2
-	>=dev-libs/dbus-glib-0.90
-	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	virtual/pkgconfig
-	vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-	python_convert_shebangs -q -r 2 examples tests tools
-	use vala && vala_src_prepare
-	default_src_prepare
-}
-
-src_configure() {
-	local myconf
-
-	econf --disable-static \
-		--disable-installed-tests \
-		PYTHON=$(PYTHON -2 -a) \
-		$(use_enable debug backtrace) \
-		$(use_enable debug debug-cache) \
-		$(use_enable introspection) \
-		$(use_enable vala vala-bindings) \
-		${myconf}
-}
-
-src_test() {
-	gnome2_environment_reset
-	unset DBUS_SESSION_BUS_ADDRESS 
-	# Needs dbus for tests (auto-launched)
-	Xemake -j1 check
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc AUTHORS ChangeLog NEWS README
-	prune_libtool_files
-}


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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/
@ 2013-12-17 23:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 11+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-17 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b8214fc3584ae92110eab43d052385b618204de8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 23:09:31 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 23:09:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b8214fc3

sync metadata.xml with gentoo-x86

---
 net-libs/telepathy-glib/metadata.xml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/net-libs/telepathy-glib/metadata.xml b/net-libs/telepathy-glib/metadata.xml
index 001784d..455620c 100644
--- a/net-libs/telepathy-glib/metadata.xml
+++ b/net-libs/telepathy-glib/metadata.xml
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>gnome</herd>
-  <herd>voip</herd>
-  <maintainer>
-    <email>peper@gentoo.org</email>
-    <name>Piotr Jaroszyński</name>
-  </maintainer>
-  <use>
-    <flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
-  </use>
+	<herd>gnome</herd>
+	<use>
+		<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
+	</use>
 </pkgmetadata>


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

end of thread, other threads:[~2013-12-17 23:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25  1:20 [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-glib/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2013-12-17 23:10 Gilles Dartiguelongue
2012-12-21 21:16 Gilles Dartiguelongue
2012-11-21 23:39 Gilles Dartiguelongue
2012-09-21  0:27 Nirbheek Chauhan
2012-09-16  0:22 Alexandre Rostovtsev
2011-10-17 16:44 Alexandre Restovtsev
2011-03-20 19:05 Nirbheek Chauhan
2011-02-25 19:42 Nirbheek Chauhan
2011-02-23 18:03 Nirbheek Chauhan
2011-02-15 23:45 Nirbheek Chauhan

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