public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-im/telepathy-mission-control: telepathy-mission-control-5.12.0.ebuild ChangeLog telepathy-mission-control-5.8.0.ebuild telepathy-mission-control-5.8.1.ebuild telepathy-mission-control-5.7.11.ebuild
Date: Mon, 23 Apr 2012 10:21:09 +0000 (UTC)	[thread overview]
Message-ID: <20120423102109.F3E9D2004B@flycatcher.gentoo.org> (raw)

pacho       12/04/23 10:21:09

  Modified:             ChangeLog
  Added:                telepathy-mission-control-5.12.0.ebuild
  Removed:              telepathy-mission-control-5.8.0.ebuild
                        telepathy-mission-control-5.8.1.ebuild
                        telepathy-mission-control-5.7.11.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 net-im/telepathy-mission-control/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	14 Apr 2012 22:08:30 -0000	1.67
+++ ChangeLog	23 Apr 2012 10:21:09 -0000	1.68
@@ -1,6 +1,15 @@
 # ChangeLog for net-im/telepathy-mission-control
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.67 2012/04/14 22:08:30 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.68 2012/04/23 10:21:09 pacho Exp $
+
+*telepathy-mission-control-5.12.0 (23 Apr 2012)
+
+  23 Apr 2012; Pacho Ramos <pacho@gentoo.org>
+  +telepathy-mission-control-5.12.0.ebuild,
+  -telepathy-mission-control-5.7.11.ebuild,
+  -telepathy-mission-control-5.8.0.ebuild,
+  -telepathy-mission-control-5.8.1.ebuild:
+  Version bump, remove old.
 
   14 Apr 2012; Zac Medico <zmedico@gentoo.org>
   telepathy-mission-control-5.10.1.ebuild:



1.1                  net-im/telepathy-mission-control/telepathy-mission-control-5.12.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.12.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.12.0.ebuild?rev=1.1&content-type=text/plain

Index: telepathy-mission-control-5.12.0.ebuild
===================================================================
# 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.0.ebuild,v 1.1 2012/04/23 10:21:09 pacho Exp $

EAPI="4"
PYTHON_DEPEND="2:2.5"

inherit python

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="gnome-keyring networkmanager +upower"
# IUSE="test"

# Fixme: connman support
RDEPEND=">=net-libs/telepathy-glib-0.17.5
	>=dev-libs/dbus-glib-0.82
	>=dev-libs/glib-2.30:2
	gnome-keyring? ( gnome-base/libgnome-keyring )
	networkmanager? ( >=net-misc/networkmanager-0.7 )
	upower? ( >=sys-power/upower-0.9.11 )"
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
	python_pkg_setup
}

src_prepare() {
	python_convert_shebangs -r 2 .
}

src_configure() {
	# creds is not available and no support mcd-plugins for now
	econf --disable-static\
		--disable-mcd-plugins \
		--disable-schemas-compile \
		$(use_enable gnome-keyring) \
		$(use_with networkmanager connectivity nm) \
		$(use_enable upower)
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f '{}' + || die
}






                 reply	other threads:[~2012-04-23 10:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120423102109.F3E9D2004B@flycatcher.gentoo.org \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox