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: Tue, 03 Jan 2017 11:29:03
Message-Id: 1483442710.5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d.dilfridge@gentoo
1 commit: 5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 11:25:10 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 11:25:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e00ae8d
7
8 dev-perl/SOAP-Lite: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-perl/SOAP-Lite/Manifest | 1 -
13 dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild | 46 --------------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
17 index f0d4a11..ffbcf29 100644
18 --- a/dev-perl/SOAP-Lite/Manifest
19 +++ b/dev-perl/SOAP-Lite/Manifest
20 @@ -1,2 +1 @@
21 -DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0
22 DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27
23
24 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
25 deleted file mode 100644
26 index 802289d..00000000
27 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,46 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=PHRED
37 -MODULE_VERSION=1.04
38 -inherit perl-module eutils
39 -
40 -DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
41 -
42 -IUSE="ssl xmpp"
43 -SLOT="0"
44 -LICENSE="|| ( Artistic GPL-2 )"
45 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
46 -
47 -myconf="${myconf} --noprompt"
48 -
49 -# TESTS ARE DISABLED ON PURPOSE
50 -# This module attempts to access an external website for validation
51 -# of the MIME::Parser - not only is that bad practice in general,
52 -# but in this particular case the external site isn't even valid anymore# -mpc
53 -# 24/10/04
54 -SRC_TEST="do"
55 -
56 -DEPEND="
57 - dev-perl/Class-Inspector
58 - dev-perl/XML-Parser
59 - dev-perl/libwww-perl
60 - virtual/perl-libnet
61 - dev-perl/MIME-Lite
62 - virtual/perl-MIME-Base64
63 - ssl? ( dev-perl/Crypt-SSLeay )
64 - xmpp? ( dev-perl/Net-Jabber )
65 - ssl? ( dev-perl/IO-Socket-SSL )
66 - virtual/perl-IO-Compress
67 - >=dev-perl/MIME-tools-5.413
68 - virtual/perl-version
69 -"
70 -RDEPEND="${DEPEND}"
71 -
72 -src_test() {
73 - has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
74 - perl-module_src_test
75 -}