summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-04-08 18:26:23 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-04-08 18:26:23 +0000
commit10c696652b1860d2efb261dc0923c7bbe7d651c4 (patch)
treea9d5c6819b7d193fd995c8862b197e920a8417a6 /net-im
parentversion bump (diff)
downloadgentoo-2-10c696652b1860d2efb261dc0923c7bbe7d651c4.tar.gz
gentoo-2-10c696652b1860d2efb261dc0923c7bbe7d651c4.tar.bz2
gentoo-2-10c696652b1860d2efb261dc0923c7bbe7d651c4.zip
Rename jabber to xmpp. Bug #216300
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/qutim/ChangeLog5
-rw-r--r--net-im/qutim/qutim-0.2.0-r3.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/qutim/ChangeLog b/net-im/qutim/ChangeLog
index 786266c4fba7..bb0bda263475 100644
--- a/net-im/qutim/ChangeLog
+++ b/net-im/qutim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/qutim
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.10 2011/03/26 16:11:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.11 2011/04/08 18:26:23 hwoarang Exp $
+
+ 08 Apr 2011; Markos Chandras <hwoarang@gentoo.org> qutim-0.2.0-r3.ebuild:
+ Rename jabber to xmpp. Bug #216300
26 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
qutim-0.2.0-r3.ebuild:
diff --git a/net-im/qutim/qutim-0.2.0-r3.ebuild b/net-im/qutim/qutim-0.2.0-r3.ebuild
index 6b61cdb506bf..e71185493f55 100644
--- a/net-im/qutim/qutim-0.2.0-r3.ebuild
+++ b/net-im/qutim/qutim-0.2.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.2.0-r3.ebuild,v 1.6 2011/03/26 16:11:54 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.2.0-r3.ebuild,v 1.7 2011/04/08 18:26:23 hwoarang Exp $
EAPI="2"
LANGSLONG="bg_BG cs_CZ de_DE uk_UA"
@@ -16,12 +16,12 @@ SRC_URI="http://qutim.org/uploads/src/${P}.tar.bz2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug histman icq irc jabber gnutls mrim ssl vkontakte yandexnarod"
+IUSE="debug histman icq irc xmpp gnutls mrim ssl vkontakte yandexnarod"
DEPEND="x11-libs/qt-gui:4[debug?]
x11-libs/qt-webkit:4
|| ( media-libs/phonon x11-libs/qt-phonon )
- jabber? ( ssl? ( dev-libs/openssl )
+ xmpp? ( ssl? ( dev-libs/openssl )
gnutls? ( net-libs/gnutls ) )"
RDEPEND="${DEPEND}"
@@ -41,7 +41,7 @@ src_compile() {
cmake-utils_src_compile
found=0
# build protocol support
- if use jabber; then
+ if use xmpp; then
found=1
cd "${S}"/plugins/jabber || die
mkdir build