summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-05-11 20:56:13 +0000
committerPacho Ramos <pacho@gentoo.org>2015-05-11 20:56:13 +0000
commit7abc3bbeeb987851da467081def9f5cfa2efb16d (patch)
tree96f40b440f9ed19f8b0739a658004d7d5544880d /dev-perl/SOAP-Lite
parentRename sqlite3 to sqlite (#548652) and jabber to xmpp (diff)
downloadgentoo-2-7abc3bbeeb987851da467081def9f5cfa2efb16d.tar.gz
gentoo-2-7abc3bbeeb987851da467081def9f5cfa2efb16d.tar.bz2
gentoo-2-7abc3bbeeb987851da467081def9f5cfa2efb16d.zip
Rename jabber to xmpp USE (#216300)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r--dev-perl/SOAP-Lite/ChangeLog6
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild6
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog
index 3392de4b5ad1..ff9e97dfc183 100644
--- a/dev-perl/SOAP-Lite/ChangeLog
+++ b/dev-perl/SOAP-Lite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SOAP-Lite
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.91 2015/04/03 08:57:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.92 2015/05/11 20:56:13 pacho Exp $
+
+ 11 May 2015; Pacho Ramos <pacho@gentoo.org> SOAP-Lite-1.040.0-r1.ebuild,
+ SOAP-Lite-1.140.0.ebuild:
+ Rename jabber to xmpp USE (#216300)
03 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> SOAP-Lite-1.140.0.ebuild:
Add more keywords wrt bug #545360
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
index e3f1e6a7b4c8..7f2c7b8f3a72 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
@@ -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/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild,v 1.2 2015/01/31 21:06:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild,v 1.3 2015/05/11 20:56:13 pacho Exp $
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
-IUSE="jabber ssl"
+IUSE="ssl xmpp"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
@@ -32,7 +32,7 @@ DEPEND="
dev-perl/MIME-Lite
virtual/perl-MIME-Base64
ssl? ( dev-perl/Crypt-SSLeay )
- jabber? ( dev-perl/Net-Jabber )
+ xmpp? ( dev-perl/Net-Jabber )
ssl? ( dev-perl/IO-Socket-SSL )
virtual/perl-IO-Compress
>=dev-perl/MIME-tools-5.413
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild
index e3b54fd02a6f..ed767c834cfd 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild
@@ -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/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.2 2015/04/03 08:57:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.3 2015/05/11 20:56:13 pacho Exp $
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
-IUSE="jabber ssl test"
+IUSE="ssl test xmpp"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
@@ -31,7 +31,7 @@ RDEPEND="
dev-perl/LWP-Protocol-https
dev-perl/Crypt-SSLeay
)
- jabber? ( dev-perl/Net-Jabber )
+ xmpp? ( dev-perl/Net-Jabber )
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker