dilfridge    15/04/02 21:30:56

  Modified:             ChangeLog
  Added:                SOAP-Lite-1.140.0.ebuild
  Removed:              SOAP-Lite-0.715.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.90                 dev-perl/SOAP-Lite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   31 Jan 2015 21:06:36 -0000      1.89
+++ ChangeLog   2 Apr 2015 21:30:56 -0000       1.90
@@ -1,6 +1,14 @@
 # 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.89 
2015/01/31 21:06:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.90 
2015/04/02 21:30:56 dilfridge Exp $
+
+*SOAP-Lite-1.140.0 (02 Apr 2015)
+
+  02 Apr 2015; Andreas K. Huettel <[email protected]>
+  -SOAP-Lite-0.715.0-r1.ebuild, +SOAP-Lite-1.140.0.ebuild,
+  -files/SOAP-Lite-0.60.a.patch, -files/SOAP-Lite-0.710.08.patch,
+  -files/SOAP-Lite-0.712_sysread.patch:
+  Version bump; remove old
 
   31 Jan 2015; Mikle Kolyada <[email protected]> SOAP-Lite-1.040.0-r1.ebuild:
   Mark stable



1.1                  dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild?rev=1.1&content-type=text/plain

Index: SOAP-Lite-1.140.0.ebuild
===================================================================
# 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.1 
2015/04/02 21:30:56 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=PHRED
MODULE_VERSION=1.14
inherit perl-module eutils

DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both 
on client and server side"

IUSE="jabber ssl test"
SLOT="0"
KEYWORDS="~amd64 ~x86"

myconf="${myconf} --noprompt"

RDEPEND="
        dev-perl/Class-Inspector
        >=dev-perl/IO-SessionData-1.30.0
        dev-perl/libwww-perl
        virtual/perl-MIME-Base64
        virtual/perl-Scalar-List-Utils
        dev-perl/Task-Weaken
        dev-perl/URI
        dev-perl/XML-Parser
        dev-perl/MIME-tools
        ssl? (
                dev-perl/IO-Socket-SSL
                dev-perl/LWP-Protocol-https
                dev-perl/Crypt-SSLeay
        )
        jabber? ( dev-perl/Net-Jabber )
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-IO
                virtual/perl-Test-Simple
                dev-perl/Test-Warn
                dev-perl/XML-Parser-Lite
        )
"

SRC_TEST="do"

src_test() {
        has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
        perl-module_src_test
}




Reply via email to