Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
Date: Mon, 02 May 2016 21:33:33
Message-Id: 1462224798.143be37e853d0be12c558d8777ebbcaa8918d544.dilfridge@gentoo
1 commit: 143be37e853d0be12c558d8777ebbcaa8918d544
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 21:15:21 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 21:33:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143be37e
7
8 dev-perl/SOAP-Lite: Shorten DESCRIPTION
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
16 index b49da37..0554ef0 100644
17 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
18 +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -8,7 +8,7 @@ MODULE_AUTHOR=PHRED
26 MODULE_VERSION=1.19
27 inherit perl-module eutils
28
29 -DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
30 +DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
31
32 IUSE="ssl test xmpp"
33 SLOT="0"