From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D37CB138359 for ; Sun, 13 Sep 2020 02:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B869E0877; Sun, 13 Sep 2020 02:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5F85E0877 for ; Sun, 13 Sep 2020 02:18:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 760D2340A7F for ; Sun, 13 Sep 2020 02:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB63342 for ; Sun, 13 Sep 2020 02:17:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1599963460.8b8e33eaedd9c689573175db992000d69ae7baa4.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-YahooQuote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild dev-perl/Finance-YahooQuote/Manifest X-VCS-Directories: dev-perl/Finance-YahooQuote/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8b8e33eaedd9c689573175db992000d69ae7baa4 X-VCS-Branch: master Date: Sun, 13 Sep 2020 02:17:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f972c27-7e9c-40fb-b071-c6505344d3ad X-Archives-Hash: 99194d300a099cc6458c6a0dc6924f77 commit: 8b8e33eaedd9c689573175db992000d69ae7baa4 Author: Kent Fredric gentoo org> AuthorDate: Sun Sep 13 02:17:13 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Sep 13 02:17:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8e33ea dev-perl/Finance-YahooQuote: Bump to version 0.260.0 - EAPI7 - Remove unused/empty variable assignments - Nuke network-testing logic as the upstream code is gone due to Yahoo API being gone. Upstream: - Indicate Yahoo no longer supports this API - Nuke API dependent tests Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Finance-YahooQuote-0.260.0.ebuild | 44 ++++++++++++++++++++++ dev-perl/Finance-YahooQuote/Manifest | 1 + 2 files changed, 45 insertions(+) diff --git a/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild new file mode 100644 index 00000000000..52967e2a862 --- /dev/null +++ b/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.260.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=EDD +DIST_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Get stock quotes from Yahoo! Finance" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=dev-perl/HTML-Parser-2.200.0 + >=dev-perl/HTTP-Message-1.230.0 + >=dev-perl/libwww-perl-1.620.0 + >=virtual/perl-Text-ParseWords-3.100.0 +" +BDEPEND="${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 + perl-module_src_test +} diff --git a/dev-perl/Finance-YahooQuote/Manifest b/dev-perl/Finance-YahooQuote/Manifest index 35180e2d1d7..ee30fb161fe 100644 --- a/dev-perl/Finance-YahooQuote/Manifest +++ b/dev-perl/Finance-YahooQuote/Manifest @@ -1 +1,2 @@ DIST Finance-YahooQuote-0.25.tar.gz 20650 BLAKE2B 5fb69ee7c82fc5f58218dae74fd7ea827a55c0cadf56db5ff744d28403998ca7ca6f65ce5b23a8dba9aec2ad397d2dc61e8f711226af82bfeab3bdae9a0ddf42 SHA512 be1d906187916a62b50775a42e6b7ead983e65d2d3738ff8c76e4fb3c4c67eb8c01f8c95f181547547ec7624119b6be41b4299731e6a8dc76ecfc1c38779bf72 +DIST Finance-YahooQuote-0.26.tar.gz 21407 BLAKE2B 2fcf0051d5825b5c6eda50239222eed375082084e333d98bab8eb4ac8dc2cabff5775e0813fb8ed919b9ea8c41d137ed3036dc08e4620e473cb2610b93729203 SHA512 c0ac83f413566b7e9f6009256fcd60315140fcecc919b92865f10da314d181ae37a4e5ab7de8cd0a7e6af83ab03b5d5d96e0d51815065c554c581e0e3d82df2c