public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-WSDL/
Date: Sun,  8 Aug 2021 14:46:23 +0000 (UTC)	[thread overview]
Message-ID: <1628433940.ea7b420203ce6d1803d42d1994d5617106788c48.dilfridge@gentoo> (raw)

commit:     ea7b420203ce6d1803d42d1994d5617106788c48
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 13:53:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 14:45:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7b4202

dev-perl/SOAP-WSDL: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SOAP-WSDL/Manifest               |  1 -
 dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild | 61 -------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-perl/SOAP-WSDL/Manifest b/dev-perl/SOAP-WSDL/Manifest
index e2fd0777fe0..1d82fe2c419 100644
--- a/dev-perl/SOAP-WSDL/Manifest
+++ b/dev-perl/SOAP-WSDL/Manifest
@@ -1,2 +1 @@
-DIST SOAP-WSDL-3.003.tar.gz 238159 BLAKE2B 7ddf1fe07e27b920ed4ee360e0fc7c99f00e512cc275416e54d32435ce98c60ee13e2a4d3733c72fef707d887935d61c07cf9f9df49ee8ba107685c85e358c21 SHA512 a74416ea1208f589ddde3799856e9cb7c495e5d6c31aa0e8659abfcbf21bcaa9570200c5b86746401a7566d8de25c4a7ba4338828830d11f7b66f2abb424b2b3
 DIST SOAP-WSDL-3.004.tar.gz 232536 BLAKE2B 9a1abeb64ab9e92cf1c4d4d02b18e219071af0751e0672d4c281e5d6df094ce7c8e2ad85f69eba38d0cca5a4725df3702ef9fda5d5866da064d42722d0f34035 SHA512 938ba812630de9630a9a725ec39e22f989ca543da84bc0b6dc1711c7761447c52db6b59ab600c6f97f17dfdd18af3f803f1539806b48988115e894a85ad1c402

diff --git a/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild b/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild
deleted file mode 100644
index 927fc5c5d39..00000000000
--- a/dev-perl/SOAP-WSDL/SOAP-WSDL-3.3.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=3.003
-DIST_AUTHOR=SWALTERS
-inherit perl-module
-
-DESCRIPTION="SOAP with WSDL support"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/Class-Load-0.200.0
-	>=dev-perl/Class-Std-Fast-0.0.5
-	virtual/perl-Data-Dumper
-	dev-perl/TimeDate
-	virtual/perl-File-Path
-	virtual/perl-File-Spec
-	virtual/perl-Getopt-Long
-	dev-perl/libwww-perl
-	dev-perl/Module-Build
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	>=dev-perl/Template-Toolkit-2.180.0
-	dev-perl/TermReadKey
-	dev-perl/URI
-	dev-perl/XML-Parser
-"
-
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/CGI
-		virtual/perl-Test-Simple
-		virtual/perl-Getopt-Long
-		virtual/perl-Storable
-	)
-"
-DIST_TEST="do" # parallel testing dies
-src_prepare() {
-	perl-module_src_prepare
-	perl_rm_files test_html.pl
-}
-src_test() {
-	perl_rm_files t/098_pod.t t/099_pod_coverage.t t/094_cpan_meta.t t/095_copying.t t/096_characters.t t/097_kwalitee.t
-	perl-module_src_test
-}
-src_install() {
-	perl-module_src_install
-	dodoc MIGRATING
-	if use examples; then
-		docompress -x /usr/share/doc/${PF}/examples
-		docinto examples
-		dodoc -r example/*
-	fi
-}


             reply	other threads:[~2021-08-08 14:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08 14:46 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-09 16:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-WSDL/ Andreas K. Hüttel
2017-06-30  1:32 Kent Fredric
2016-05-03 19:01 Andreas Hüttel
2016-04-07 23:08 Andreas Hüttel
2016-04-07 23:08 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628433940.ea7b420203ce6d1803d42d1994d5617106788c48.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox