public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-farstream/
@ 2012-12-21 23:27 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-21 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7c9ea6a6173ed95006e05bdf4e3eab7f6bf9178b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 22:58:41 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 22:58:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7c9ea6a6

net-libs/telepathy-farstream: 0.4.0 → 0.6.0

refs bug #446430

---
 net-libs/telepathy-farstream/metadata.xml          |    6 ++
 .../telepathy-farstream-0.6.0.ebuild               |   49 ++++++++++++++++++++
 2 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/net-libs/telepathy-farstream/metadata.xml b/net-libs/telepathy-farstream/metadata.xml
new file mode 100644
index 0000000..13767e6
--- /dev/null
+++ b/net-libs/telepathy-farstream/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <herd>voip</herd>
+</pkgmetadata>

diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
new file mode 100644
index 0000000..0fb11c9
--- /dev/null
+++ b/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels"
+HOMEPAGE="http://telepathy.freedesktop.org"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +introspection"
+
+RDEPEND="
+	>=dev-libs/glib-2.32:2
+	>=sys-apps/dbus-0.60
+	>=dev-libs/dbus-glib-0.60
+	media-libs/gstreamer:1.0[introspection?]
+	>=net-libs/telepathy-glib-0.19[introspection?]
+	net-libs/farstream:0.2[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-1.30 )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	econf \
+		--disable-static \
+		--disable-Werror \
+		$(use_enable introspection)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins examples/*.c
+		insinto /usr/share/doc/${PF}/examples/python
+		doins examples/python/*.py
+	fi
+}


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

* [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-farstream/
@ 2012-12-26 22:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-26 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d47a04256a01b5f0eee62eb06f7574c689a31e71
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 22:11:28 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 22:11:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d47a0425

net-libs/telepathy-farstream: moved to gx86

---
 .../telepathy-farstream-0.6.0.ebuild               |   49 --------------------
 1 files changed, 0 insertions(+), 49 deletions(-)

diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
deleted file mode 100644
index 0fb11c9..0000000
--- a/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels"
-HOMEPAGE="http://telepathy.freedesktop.org"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/3"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples +introspection"
-
-RDEPEND="
-	>=dev-libs/glib-2.32:2
-	>=sys-apps/dbus-0.60
-	>=dev-libs/dbus-glib-0.60
-	media-libs/gstreamer:1.0[introspection?]
-	>=net-libs/telepathy-glib-0.19[introspection?]
-	net-libs/farstream:0.2[introspection?]
-	introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.17
-	virtual/pkgconfig
-"
-
-src_configure() {
-	econf \
-		--disable-static \
-		--disable-Werror \
-		$(use_enable introspection)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins examples/*.c
-		insinto /usr/share/doc/${PF}/examples/python
-		doins examples/python/*.py
-	fi
-}


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

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

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

voip herd was removed

---
 net-libs/telepathy-farstream/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-libs/telepathy-farstream/metadata.xml b/net-libs/telepathy-farstream/metadata.xml
index 13767e6..da6fd63 100644
--- a/net-libs/telepathy-farstream/metadata.xml
+++ b/net-libs/telepathy-farstream/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>gnome</herd>
-  <herd>voip</herd>
+<herd>gnome</herd>
 </pkgmetadata>


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-21 23:27 [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-farstream/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2012-12-26 22:49 Gilles Dartiguelongue
2013-12-17 23:10 Gilles Dartiguelongue

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