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 7573E13835B for ; Sat, 12 Sep 2020 03:56:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D777E0822; Sat, 12 Sep 2020 03:56:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E0A5FE0822 for ; Sat, 12 Sep 2020 03:56: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 487DF340AE2 for ; Sat, 12 Sep 2020 03:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E7335F for ; Sat, 12 Sep 2020 03:55: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: <1599882935.056406a8393f938f09806b6500eae647321acd58.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Finance-Quote/Finance-Quote-1.490.0.ebuild dev-perl/Finance-Quote/Manifest dev-perl/Finance-Quote/metadata.xml X-VCS-Directories: dev-perl/Finance-Quote/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 056406a8393f938f09806b6500eae647321acd58 X-VCS-Branch: master Date: Sat, 12 Sep 2020 03:55: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: 5caceb43-7363-4714-9130-36297a513c0b X-Archives-Hash: a897ea497cd8c55925daa0a2d571ac6d commit: 056406a8393f938f09806b6500eae647321acd58 Author: Kent Fredric gentoo org> AuthorDate: Sat Sep 12 03:54:40 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 12 03:55:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056406a8 dev-perl/Finance-Quote: Bump to version 1.490.0 - EAPI7 - Unconditionally strip author tests Upstream: - Alphavangage: - Add waiting mechansim to comply with use terms - Add several sock exchange supports and currency - Updated modules: Union, Deka, Indiamutual, ASX, Yahoojson, TSP, TSP, AEX, Fool - New modules: IEXTrading, MorningstarAU, MorningstarCH, IEXCloud - Yahoo: - Removed modules referring to removed Yahoo API - Fix "use if unintialized vlaue" returned by perl causing gnucash to fail when more than 15 quotes are requested - Workaround windows stftime not supporting "%T" Keywords: - due to new dependencies, various keywords are dropped to be restored later. - dev-perl/JSON-Parse -> alpha ppc ppc64 - dev-perl/String-Util -> alpha arm64 ppc ppc64 - dev-perl/Text-Template -> ppc64 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Finance-Quote/Finance-Quote-1.490.0.ebuild | 76 ++++++++++++++++++++++ dev-perl/Finance-Quote/Manifest | 1 + dev-perl/Finance-Quote/metadata.xml | 10 +-- 3 files changed, 80 insertions(+), 7 deletions(-) diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.490.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.490.0.ebuild new file mode 100644 index 00000000000..556276c0cac --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.490.0.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ECOCODE +DIST_VERSION=1.49 +DIST_EXAMPLES=( "Examples/*" ) +inherit perl-module + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/CGI + virtual/perl-Carp + dev-perl/DateTime + dev-perl/DateTime-Format-Strptime + virtual/perl-Encode + virtual/perl-Exporter + virtual/perl-File-Temp + dev-perl/HTML-Parser + dev-perl/HTML-TableExtract + dev-perl/HTML-Tree + dev-perl/HTTP-Cookies + dev-perl/HTTP-Message + dev-perl/JSON + dev-perl/JSON-Parse + dev-perl/LWP-Protocol-https + dev-perl/libwww-perl + dev-perl/Mozilla-CA + virtual/perl-Scalar-List-Utils + dev-perl/String-Util + dev-perl/Text-Template + virtual/perl-Time-Piece + dev-perl/URI +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + t/01-pod.t + t/02-pod-coverage.t + t/03-kwalitee.t + t/04-critic.t + t/author-pod-syntax.t + lib/GPATH + lib/GRTAGS + lib/GTAGS +) + +src_test() { + if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then + einfo "Disabling network tests without DIST_TEST_OVERRIDE=~network" + else + export ONLINE_TEST=1 + fi + perl-module_src_test +} + +mydoc=("Documentation/*") + +src_install() { + dodoc -r htdocs + perl-module_src_install +} diff --git a/dev-perl/Finance-Quote/Manifest b/dev-perl/Finance-Quote/Manifest index 604dc5278c5..7cd207d46b6 100644 --- a/dev-perl/Finance-Quote/Manifest +++ b/dev-perl/Finance-Quote/Manifest @@ -1 +1,2 @@ DIST Finance-Quote-1.47.tar.gz 270335 BLAKE2B 585ab3736b7ea448b083f4dbbed460ac442fb30285041b7b0bf2a52d6b2d533a8d1eb1d9bfa72cc1cd7a3d4664d2cb5104eb539ecd6b1042083548b8ef605333 SHA512 a900ed3e305edb8c713dc4a885b912ad9a9f873cb501d66d393a39aacd8a980af1bd4fb0fdf5bce8e2b2aeec744e811b861a2803a6fb0d5c71ab6b8d1c3a57f7 +DIST Finance-Quote-1.49.tar.gz 274659 BLAKE2B 1fb4523a576960b48b855807945ef79bb18f68c82c5cf8eece8dcea910c3bc2669dd07e635d74cd0a85639d9eff27337687faf5a4fc213bedde4ee720d6e6149 SHA512 5b4b8836e1529409f1f6aa41345bf906ba2cc1c1b44e89b59765a883cf0db082cef9df91a4eaa671e494f5e9a842c4e1fbfcc31e57964d74f7895f3e25c4d91c diff --git a/dev-perl/Finance-Quote/metadata.xml b/dev-perl/Finance-Quote/metadata.xml index 7643a0bf5ee..33c5e9a991f 100644 --- a/dev-perl/Finance-Quote/metadata.xml +++ b/dev-perl/Finance-Quote/metadata.xml @@ -33,11 +33,14 @@ Finance::Quote::GoldMoney Finance::Quote::HEX Finance::Quote::HU + Finance::Quote::IEXCloud Finance::Quote::IndiaMutual Finance::Quote::LeRevenu Finance::Quote::MStaruk Finance::Quote::ManInvestments Finance::Quote::Morningstar + Finance::Quote::MorningstarAU + Finance::Quote::MorningstarCH Finance::Quote::MorningstarJP Finance::Quote::NZX Finance::Quote::Platinum @@ -57,13 +60,6 @@ Finance::Quote::Union Finance::Quote::UserAgent Finance::Quote::VWD - Finance::Quote::Yahoo::Asia - Finance::Quote::Yahoo::Australia - Finance::Quote::Yahoo::Base - Finance::Quote::Yahoo::Brasil - Finance::Quote::Yahoo::Europe - Finance::Quote::Yahoo::NZ - Finance::Quote::Yahoo::USA Finance::Quote::YahooJSON Finance::Quote::YahooYQL Finance::Quote::ZA