summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-03 12:25:10 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-01-03 12:25:10 +0100
commit5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d (patch)
tree4f02bdf9b7b3e76444b6d3152ad96f6be27b38a7 /dev-perl
parentdev-util/debhelper: Old. (diff)
downloadgentoo-5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d.tar.gz
gentoo-5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d.tar.bz2
gentoo-5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d.zip
dev-perl/SOAP-Lite: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SOAP-Lite/Manifest1
-rw-r--r--dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index f0d4a112691b..ffbcf29d6124 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,2 +1 @@
-DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0
DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27
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
deleted file mode 100644
index 802289dfa423..000000000000
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.04
-inherit perl-module eutils
-
-DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
-
-IUSE="ssl xmpp"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-myconf="${myconf} --noprompt"
-
-# TESTS ARE DISABLED ON PURPOSE
-# This module attempts to access an external website for validation
-# of the MIME::Parser - not only is that bad practice in general,
-# but in this particular case the external site isn't even valid anymore# -mpc
-# 24/10/04
-SRC_TEST="do"
-
-DEPEND="
- dev-perl/Class-Inspector
- dev-perl/XML-Parser
- dev-perl/libwww-perl
- virtual/perl-libnet
- dev-perl/MIME-Lite
- virtual/perl-MIME-Base64
- ssl? ( dev-perl/Crypt-SSLeay )
- xmpp? ( dev-perl/Net-Jabber )
- ssl? ( dev-perl/IO-Socket-SSL )
- virtual/perl-IO-Compress
- >=dev-perl/MIME-tools-5.413
- virtual/perl-version
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
- has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
- perl-module_src_test
-}