diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-20 07:48:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-20 07:48:11 +0000 |
commit | 1a793e8986472399ca5ca676350bda022673ae32 (patch) | |
tree | 0b2dd71a958e554e7488ff703be75f7c4efd419c /net-im | |
parent | amd64 stable, bug #487674 (diff) | |
download | gentoo-2-1a793e8986472399ca5ca676350bda022673ae32.tar.gz gentoo-2-1a793e8986472399ca5ca676350bda022673ae32.tar.bz2 gentoo-2-1a793e8986472399ca5ca676350bda022673ae32.zip |
Enable jabber and irc by default, bug #488512. Drop old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
3 files changed, 36 insertions, 26 deletions
diff --git a/net-im/telepathy-connection-managers/ChangeLog b/net-im/telepathy-connection-managers/ChangeLog index 604c05ed2f75..dd3db5ed097e 100644 --- a/net-im/telepathy-connection-managers/ChangeLog +++ b/net-im/telepathy-connection-managers/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/telepathy-connection-managers # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.13 2013/07/05 03:16:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.14 2013/10/20 07:48:11 pacho Exp $ + +*telepathy-connection-managers-2-r1 (20 Oct 2013) + + 20 Oct 2013; Pacho Ramos <pacho@gentoo.org> + +telepathy-connection-managers-2-r1.ebuild, + -telepathy-connection-managers-1.ebuild: + Enable jabber and irc by default, bug #488512. Drop old. 05 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org> telepathy-connection-managers-2.ebuild: diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild deleted file mode 100644 index f8bdc3aac842..000000000000 --- a/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.6 2013/02/02 23:01:34 ago Exp $ - -DESCRIPTION="Meta-package for Telepathy Connection Managers" - -HOMEPAGE="http://telepathy.freedesktop.org/" -SRC_URI="" -LICENSE="metapackage" -SLOT="0" - -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-linux" - -IUSE="msn irc yahoo icq jabber sip zeroconf" - -DEPEND="" -# These version support the 0.18.0 Telepathy specification -# They work with Mission Control 5.2 -RDEPEND="msn? ( >=net-voip/telepathy-haze-0.3.2 ) - jabber? ( >=net-voip/telepathy-gabble-0.8.0 ) - sip? ( >=net-voip/telepathy-rakia-0.5.18 ) - zeroconf? ( >=net-voip/telepathy-salut-0.3.10 ) - icq? ( >=net-voip/telepathy-haze-0.3.2 ) - yahoo? ( >=net-voip/telepathy-haze-0.3.2 ) - irc? ( >=net-irc/telepathy-idle-0.1.5 )" diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r1.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r1.ebuild new file mode 100644 index 000000000000..fbf2c141d322 --- /dev/null +++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r1.ebuild,v 1.1 2013/10/20 07:48:11 pacho Exp $ + +EAPI=5 +DESCRIPTION="Meta-package for Telepathy Connection Managers" + +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="" +LICENSE="metapackage" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" + +IUSE="msn +irc yahoo icq +jabber sip zeroconf" + +DEPEND="" +# These version support the 0.24.0 Telepathy specification +# They work with Mission Control 5.14 +RDEPEND=" + msn? ( >=net-voip/telepathy-gabble-0.16.4 ) + jabber? ( >=net-voip/telepathy-gabble-0.16.4 ) + sip? ( >=net-voip/telepathy-rakia-0.7.4 ) + zeroconf? ( >=net-voip/telepathy-salut-0.8.1 ) + icq? ( >=net-voip/telepathy-haze-0.6.0 ) + yahoo? ( >=net-voip/telepathy-haze-0.6.0 ) + irc? ( >=net-irc/telepathy-idle-0.1.14 ) +" |