From 755bc3dd5af20035e0086f95f6beee8b02d00487 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 30 Oct 2021 16:53:28 +0200 Subject: dev-perl/Finance-YahooQuote: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Finance-YahooQuote-0.250.0-r1.ebuild | 50 ---------------------- dev-perl/Finance-YahooQuote/Manifest | 1 - 2 files changed, 51 deletions(-) delete mode 100644 dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0-r1.ebuild diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0-r1.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0-r1.ebuild deleted file mode 100644 index 8316703dcd8c..000000000000 --- a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.250.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=EDD -DIST_VERSION=0.25 -inherit perl-module - -DESCRIPTION="Get stock quotes from Yahoo! Finance" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - dev-perl/libwww-perl - virtual/perl-MIME-Base64 - >=dev-perl/HTML-Parser-2.200.0 - >=virtual/perl-Text-ParseWords-3.100.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" -src_test() { - local MODULES=( - "Finance::YahooQuote ${DIST_VERSION}" - ) - local failed=() - for dep in "${MODULES[@]}"; do - ebegin "Compile testing ${dep}" - perl -Mblib="${S}" -M"${dep} ()" -e1 - eend $? || failed+=( "$dep" ) - done - if [[ ${failed[@]} ]]; then - echo - eerror "One or more modules failed compile:"; - for dep in "${failed[@]}"; do - eerror " ${dep}" - done - die "Failing due to module compilation errors"; - fi - if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then - ewarn "Comprehensive tests require network access. For details, see:" - ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Finance-YahooQuote" - perl_rm_files "t/04custom.t" "t/02simple.t" "t/03extended.t" "t/05test.t"; - fi - perl-module_src_test -} diff --git a/dev-perl/Finance-YahooQuote/Manifest b/dev-perl/Finance-YahooQuote/Manifest index ee30fb161fe0..bc3e2eb067d6 100644 --- a/dev-perl/Finance-YahooQuote/Manifest +++ b/dev-perl/Finance-YahooQuote/Manifest @@ -1,2 +1 @@ -DIST Finance-YahooQuote-0.25.tar.gz 20650 BLAKE2B 5fb69ee7c82fc5f58218dae74fd7ea827a55c0cadf56db5ff744d28403998ca7ca6f65ce5b23a8dba9aec2ad397d2dc61e8f711226af82bfeab3bdae9a0ddf42 SHA512 be1d906187916a62b50775a42e6b7ead983e65d2d3738ff8c76e4fb3c4c67eb8c01f8c95f181547547ec7624119b6be41b4299731e6a8dc76ecfc1c38779bf72 DIST Finance-YahooQuote-0.26.tar.gz 21407 BLAKE2B 2fcf0051d5825b5c6eda50239222eed375082084e333d98bab8eb4ac8dc2cabff5775e0813fb8ed919b9ea8c41d137ed3036dc08e4620e473cb2610b93729203 SHA512 c0ac83f413566b7e9f6009256fcd60315140fcecc919b92865f10da314d181ae37a4e5ab7de8cd0a7e6af83ab03b5d5d96e0d51815065c554c581e0e3d82df2c -- cgit v1.2.3-65-gdbad