public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/
@ 2011-02-25  1:20 Nirbheek Chauhan
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan @ 2011-02-25  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4622b673f7d42e2444e00372ba38ea12e75a2315
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 22:31:53 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 01:19:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4622b673

Add net-im/telepathy-mission-control-5.7.3

---
 .../telepathy-mission-control-5.7.3.ebuild         |   53 ++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild
new file mode 100644
index 0000000..75db48e
--- /dev/null
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.1.ebuild,v 1.4 2011/02/23 23:20:57 hwoarang Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+
+inherit python
+
+DESCRIPTION="Telepathy Mission Control"
+HOMEPAGE="http://telepathy.freedesktop.org"
+SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-mission-control/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gnome-keyring test"
+
+# Wtf is MCE? Some Maemo service. Automagic.
+RDEPEND=">=net-libs/telepathy-glib-0.13.13
+	>=dev-libs/dbus-glib-0.82
+	>=gnome-base/gconf-2
+	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	dev-libs/libxslt
+	test? ( dev-python/twisted-words )"
+
+# Tests are broken, see upstream bug #29334
+# upstream doesn't want it enabled everywhere
+RESTRICT="test"
+
+pkg_setup() {
+	python_set_active_version 2
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 .
+}
+
+src_configure() {
+	# creds is not available and no support mcd-plugins for now
+	econf --disable-static \
+		$(use_enable gnome-keyring) \
+		--disable-mcd-plugins
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS ChangeLog || die
+
+	find "${D}" -name '*.la' -exec rm -f '{}' + || die
+}



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

* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/
@ 2011-03-23 23:25 Nirbheek Chauhan
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e2f905bb4cd684ec6187aab2098e5c4301cd4d
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 23:10:41 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 23:10:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5e2f905

net-im/telepathy-mission-control: moved to tree

---
 .../telepathy-mission-control-5.7.3.ebuild         |   53 --------------------
 1 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild
deleted file mode 100644
index 75db48e..0000000
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.1.ebuild,v 1.4 2011/02/23 23:20:57 hwoarang Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit python
-
-DESCRIPTION="Telepathy Mission Control"
-HOMEPAGE="http://telepathy.freedesktop.org"
-SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-mission-control/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gnome-keyring test"
-
-# Wtf is MCE? Some Maemo service. Automagic.
-RDEPEND=">=net-libs/telepathy-glib-0.13.13
-	>=dev-libs/dbus-glib-0.82
-	>=gnome-base/gconf-2
-	gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	dev-libs/libxslt
-	test? ( dev-python/twisted-words )"
-
-# Tests are broken, see upstream bug #29334
-# upstream doesn't want it enabled everywhere
-RESTRICT="test"
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-src_prepare() {
-	python_convert_shebangs -r 2 .
-}
-
-src_configure() {
-	# creds is not available and no support mcd-plugins for now
-	econf --disable-static \
-		$(use_enable gnome-keyring) \
-		--disable-mcd-plugins
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog || die
-
-	find "${D}" -name '*.la' -exec rm -f '{}' + || die
-}



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

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

commit:     8efd993b869b642a6d82cc8991920bdc7409e70b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 23:39:39 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 23:39:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8efd993b

net-im/telepathy-mission-control: 5.12.4 → 5.14.0

---
 net-im/telepathy-mission-control/metadata.xml      |   15 +++++
 .../telepathy-mission-control-5.14.0.ebuild        |   56 ++++++++++++++++++++
 2 files changed, 71 insertions(+), 0 deletions(-)

diff --git a/net-im/telepathy-mission-control/metadata.xml b/net-im/telepathy-mission-control/metadata.xml
new file mode 100644
index 0000000..be8efc7
--- /dev/null
+++ b/net-im/telepathy-mission-control/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>net-im</herd>
+  <longdescription>Mission Control, or MC, is a telepathy component providing a
+way for "end-user" applications to abstract some of the details of connection
+managers, to provide a simple way to manipulate a bunch of connection managers
+at once, and to remove the need to have in each program the account
+definitions and credentials.</longdescription>
+  <use>
+    <flag name="connman">Add support for <pkg>net-misc/connman</pkg></flag>
+    <flag name="upower">Use <pkg>sys-power/upower</pkg> to detect suspend and resume</flag>
+  </use>
+</pkgmetadata>

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild
new file mode 100644
index 0000000..098374d
--- /dev/null
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.12.3.ebuild,v 1.5 2012/10/28 16:32:01 armin76 Exp $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+PYTHON_DEPEND="2:2.5"
+
+inherit python gnome2
+
+DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework."
+HOMEPAGE="http://telepathy.freedesktop.org/wiki/Mission%20Control"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="connman gnome-keyring networkmanager +upower"
+# IUSE="test"
+
+RDEPEND="
+	>=net-libs/telepathy-glib-0.19
+	>=dev-libs/dbus-glib-0.82
+	>=dev-libs/glib-2.30:2
+	connman? ( net-misc/connman )
+	gnome-keyring? ( gnome-base/libgnome-keyring )
+	networkmanager? ( >=net-misc/networkmanager-0.7 )
+	upower? ( >=sys-power/upower-0.9.11 )
+"
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	virtual/pkgconfig
+"
+#	test? ( dev-python/twisted-words )"
+
+# Tests are broken, see upstream bug #29334
+# upstream doesn't want it enabled everywhere
+#RESTRICT="test"
+
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
+src_prepare() {
+	python_convert_shebangs -r 2 .
+}
+
+src_configure() {
+	# creds is not available
+	econf --disable-static \
+		$(use_enable gnome-keyring) \
+		$(use_with connman connectivity connman) \
+		$(use_with networkmanager connectivity nm) \
+		$(use_enable upower)
+}


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

* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/
@ 2012-12-23 16:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-23 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6b34de9f6569fe14b927c58aa864bb904a6f1140
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 16:21:42 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 16:21:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b34de9f

net-im/telepathy-mission-control: moved to gx86

---
 .../telepathy-mission-control-5.14.0.ebuild        |   56 --------------------
 1 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild
deleted file mode 100644
index 098374d..0000000
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.12.3.ebuild,v 1.5 2012/10/28 16:32:01 armin76 Exp $
-
-EAPI="4"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="2:2.5"
-
-inherit python gnome2
-
-DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework."
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Mission%20Control"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="connman gnome-keyring networkmanager +upower"
-# IUSE="test"
-
-RDEPEND="
-	>=net-libs/telepathy-glib-0.19
-	>=dev-libs/dbus-glib-0.82
-	>=dev-libs/glib-2.30:2
-	connman? ( net-misc/connman )
-	gnome-keyring? ( gnome-base/libgnome-keyring )
-	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	upower? ( >=sys-power/upower-0.9.11 )
-"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	virtual/pkgconfig
-"
-#	test? ( dev-python/twisted-words )"
-
-# Tests are broken, see upstream bug #29334
-# upstream doesn't want it enabled everywhere
-#RESTRICT="test"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	python_convert_shebangs -r 2 .
-}
-
-src_configure() {
-	# creds is not available
-	econf --disable-static \
-		$(use_enable gnome-keyring) \
-		$(use_with connman connectivity connman) \
-		$(use_with networkmanager connectivity nm) \
-		$(use_enable upower)
-}


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

* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/
@ 2014-04-25 22:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-25 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     484a491e3ef3c5b489ff4200c59b687702f68d4b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 22:24:36 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr 25 22:26:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=484a491e

net-im/telepathy-mission-control: 5.14.1 → 5.16.1

---
 .../telepathy-mission-control-5.16.1.ebuild        | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild
new file mode 100644
index 0000000..420e9fd
--- /dev/null
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+# Needed for tests and build #489466
+PYTHON_COMPAT=( python2_{6,7} )
+
+inherit gnome2 python-any-r1
+
+DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
+HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
+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 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="debug networkmanager +upower" # test
+
+RDEPEND="
+	>=dev-libs/dbus-glib-0.82
+	>=dev-libs/glib-2.32:2
+	>=sys-apps/dbus-0.95
+	>=net-libs/telepathy-glib-0.20
+	networkmanager? ( >=net-misc/networkmanager-0.7 )
+	upower? ( >=sys-power/upower-0.9.11 )
+"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}
+	dev-libs/libxslt
+	>=dev-util/gtk-doc-am-1.17
+	virtual/pkgconfig
+"
+#	test? ( dev-python/twisted-words )"
+
+# Tests are broken, see upstream bug #29334 and #64212
+# upstream doesn't want it enabled everywhere (#29334#c12)
+RESTRICT="test"
+
+src_configure() {
+	# creds is not available
+	gnome2_src_configure \
+		 --disable-static \
+		$(use_enable debug) \
+		$(use_with networkmanager connectivity nm) \
+		$(use_enable upower)
+}


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

* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/
@ 2014-12-26 22:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4f25d574dba3a8e574c4edb585f47667174bdbfb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 22:00:24 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 22:00:24 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4f25d574

net-im/telepathy-mission-control: moved to gentoo-x86

---
 net-im/telepathy-mission-control/metadata.xml      | 15 -------
 .../telepathy-mission-control-5.16.1.ebuild        | 49 ----------------------
 2 files changed, 64 deletions(-)

diff --git a/net-im/telepathy-mission-control/metadata.xml b/net-im/telepathy-mission-control/metadata.xml
deleted file mode 100644
index be8efc7..0000000
--- a/net-im/telepathy-mission-control/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>gnome</herd>
-  <herd>net-im</herd>
-  <longdescription>Mission Control, or MC, is a telepathy component providing a
-way for "end-user" applications to abstract some of the details of connection
-managers, to provide a simple way to manipulate a bunch of connection managers
-at once, and to remove the need to have in each program the account
-definitions and credentials.</longdescription>
-  <use>
-    <flag name="connman">Add support for <pkg>net-misc/connman</pkg></flag>
-    <flag name="upower">Use <pkg>sys-power/upower</pkg> to detect suspend and resume</flag>
-  </use>
-</pkgmetadata>

diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild
deleted file mode 100644
index 420e9fd..0000000
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-# Needed for tests and build #489466
-PYTHON_COMPAT=( python2_{6,7} )
-
-inherit gnome2 python-any-r1
-
-DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
-HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
-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 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="debug networkmanager +upower" # test
-
-RDEPEND="
-	>=dev-libs/dbus-glib-0.82
-	>=dev-libs/glib-2.32:2
-	>=sys-apps/dbus-0.95
-	>=net-libs/telepathy-glib-0.20
-	networkmanager? ( >=net-misc/networkmanager-0.7 )
-	upower? ( >=sys-power/upower-0.9.11 )
-"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	dev-libs/libxslt
-	>=dev-util/gtk-doc-am-1.17
-	virtual/pkgconfig
-"
-#	test? ( dev-python/twisted-words )"
-
-# Tests are broken, see upstream bug #29334 and #64212
-# upstream doesn't want it enabled everywhere (#29334#c12)
-RESTRICT="test"
-
-src_configure() {
-	# creds is not available
-	gnome2_src_configure \
-		 --disable-static \
-		$(use_enable debug) \
-		$(use_with networkmanager connectivity nm) \
-		$(use_enable upower)
-}


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

end of thread, other threads:[~2014-12-26 22:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 16:22 [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-mission-control/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2014-12-26 22:04 Gilles Dartiguelongue
2014-04-25 22:44 Gilles Dartiguelongue
2012-11-21 23:39 Gilles Dartiguelongue
2011-03-23 23:25 Nirbheek Chauhan
2011-02-25  1:20 Nirbheek Chauhan

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