pacho 15/05/16 11:00:28 Modified: qutim-0.3.2.ebuild ChangeLog Log: Rename jabber to xmpp USE (#216300) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.8 net-im/qutim/qutim-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?r1=1.7&r2=1.8 Index: qutim-0.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- qutim-0.3.2.ebuild 22 Feb 2015 18:41:22 -0000 1.7 +++ qutim-0.3.2.ebuild 16 May 2015 11:00:28 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.7 2015/02/22 18:41:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.8 2015/05/16 11:00:28 pacho Exp $ EAPI=5 @@ -19,14 +19,14 @@ # general USE IUSE="doc +sound tools" # protocol uses -IUSE="$IUSE telepathy irc jabber jingle mrim oscar purple vkontakte" +IUSE="$IUSE telepathy irc xmpp jingle mrim oscar purple vkontakte" # plugins IUSE="$IUSE antiboss aspell ayatana awn crypt dbus debug -espionage histman hunspell kde mobility otr plugman phonon purple qml sdl +ssl +xscreensaver webkit" REQUIRED_USE=" oscar? ( ssl ) - jingle? ( jabber ) + jingle? ( xmpp ) qml? ( webkit ) " @@ -41,7 +41,7 @@ >=dev-qt/qtdeclarative-${QT_PV} telepathy? ( >=net-libs/telepathy-qt-0.3 ) - jabber? ( + xmpp? ( app-crypt/qca:2[qt4(+)] >=net-libs/jreen-1.2.0 ) @@ -88,7 +88,7 @@ kde? ( dev-util/automoc ) " RDEPEND="${CDEPEND} - jabber? ( app-crypt/qca:2[gpg] ) + xmpp? ( app-crypt/qca:2[gpg] ) oscar? ( app-crypt/qca:2[openssl] ) || ( kde-apps/oxygen-icons kde-base/oxygen-icons ) " @@ -132,7 +132,7 @@ # protocols $(cmake-utils_use telepathy ASTRAL ) $(cmake-utils_use irc ) - $(cmake-utils_use jabber ) + $(cmake-utils_use xmpp JABBER ) $(cmake-utils_use mrim ) $(cmake-utils_use oscar ) $(cmake-utils_use purple QUETZAL ) 1.38 net-im/qutim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 22 Feb 2015 18:41:22 -0000 1.37 +++ ChangeLog 16 May 2015 11:00:28 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for net-im/qutim # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.37 2015/02/22 18:41:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.38 2015/05/16 11:00:28 pacho Exp $ + + 16 May 2015; Pacho Ramos <[email protected]> qutim-0.3.2.ebuild: + Rename jabber to xmpp USE (#216300) 22 Feb 2015; Michał Górny <[email protected]> qutim-0.3.1-r1.ebuild, qutim-0.3.2.ebuild:
