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 E1471139083 for ; Sat, 25 Nov 2017 02:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA7EE0E56; Sat, 25 Nov 2017 02:28:27 +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 0288FE0E56 for ; Sat, 25 Nov 2017 02:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 668BA33C4EE for ; Sat, 25 Nov 2017 02:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3DD6A699 for ; Sat, 25 Nov 2017 02:28:23 +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: <1511576858.a0fde3824ef2eec2fc7d40439dec8396bba19705.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.470.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: a0fde3824ef2eec2fc7d40439dec8396bba19705 X-VCS-Branch: master Date: Sat, 25 Nov 2017 02:28:23 +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-Archives-Salt: 56a999f2-5185-4cf5-9955-f3c3d0a18fd1 X-Archives-Hash: 6b3c0e1e578d42cfbeacdb6980f40b34 commit: a0fde3824ef2eec2fc7d40439dec8396bba19705 Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 25 02:26:34 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 25 02:27:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fde382 dev-perl/Finance-Quote: Bump to version 1.470.0 re bug #638530 - Add USE=examples - Install more documentation - Duct-tape together some assistance for running network tests (NB: these tests all fail so prolifically I don't have any energy to look into them, and upstream has heaps of open bugs) Upstream: - Add AlphaVantage, CSE, CityWire, FTfunds, FidelityFixed, MStaruk, MorningstarJP, TNetuk, YahooJSON, YahooYQL and ZA_UnitTrusts modules - Use AlphaVantage instead of Yahoo for currency quotes - Remove time from $last_refresh when markets are open - Fix currency determination regex - Add Currency for .DE, .SA, .TO markets Closes: https://bugs.gentoo.org/638530 Package-Manager: Portage-2.3.14, Repoman-2.3.6 .../Finance-Quote/Finance-Quote-1.470.0.ebuild | 63 ++++++++++++++++++++++ dev-perl/Finance-Quote/Manifest | 5 +- dev-perl/Finance-Quote/metadata.xml | 11 ++++ 3 files changed, 77 insertions(+), 2 deletions(-) diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild new file mode 100644 index 00000000000..adebb474c18 --- /dev/null +++ b/dev-perl/Finance-Quote/Finance-Quote-1.470.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ECOCODE +DIST_VERSION=1.47 +DIST_EXAMPLES=( "Examples/*" ) +inherit perl-module + +DESCRIPTION="Get stock and mutual fund quotes from various exchanges" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" + +# virtual/perl-Data-Dumper currently commented out in the code + +RDEPEND=" + dev-perl/CGI + virtual/perl-Carp + dev-perl/DateTime + virtual/perl-Encode + virtual/perl-Exporter + 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/LWP-Protocol-https + dev-perl/libwww-perl + dev-perl/Mozilla-CA + virtual/perl-Time-Piece + dev-perl/URI +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" + +src_test() { + 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 + 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 1874a31d05c..b995512e428 100644 --- a/dev-perl/Finance-Quote/Manifest +++ b/dev-perl/Finance-Quote/Manifest @@ -1,2 +1,3 @@ -DIST Finance-Quote-1.37.tar.gz 251374 SHA256 6e1147e2e13ee27b223dffecf2f3bda5f85e10e8900247942ecb99e30e5cd7ac SHA512 ed58d27d1c14f7818871af4906c1b6109b3d353586bc348140120597199ed72d57b8939cebc95fa534e86ad7b9f9bf69bc4315db1d1cc1da5796aa9771697c51 WHIRLPOOL ee676ffcdceec66e2f5a12ddae7c9ed48426141313eba2a419ef884a1bd8ca326ba2a89e2db86cea9b82e7956b73fd314f2c52003428cabfb27a0b3af76d8801 -DIST Finance-Quote-1.38.tar.gz 327822 SHA256 a95427729e069095aab4cb7bcfa4072739417faa7c0a6d0eb1bd6de28f58187e SHA512 b55382d56ecf89eaf662f49ec6fd803e9e5e0163b63d3020ca3c875d4dff7607f502fa7600997c5db8d62fa671ea82e81597300443fc4b24bb3f94c80bd32439 WHIRLPOOL ef84399bf34541efebb74917f4e41db457e5949dfae71d27c55b8922b676dbbf5b3b8c53645e884f6d2b007ed75b1ca9e466f9b8c7e93d1478a9a707308dfd66 +DIST Finance-Quote-1.37.tar.gz 251374 BLAKE2B b961789ee2e628eb1ef4860269a441302bcd732e844262459ef9eadb27cb68f0528a07b074bf911f64dbd8895efa71ddae0c954e052b673783127b74f69237b3 SHA512 ed58d27d1c14f7818871af4906c1b6109b3d353586bc348140120597199ed72d57b8939cebc95fa534e86ad7b9f9bf69bc4315db1d1cc1da5796aa9771697c51 +DIST Finance-Quote-1.38.tar.gz 327822 BLAKE2B b8efe6c11d51d54a70b1830610ec5e0f9a1f18d8f0fc88c1d8bbbdf0f5d66d75d82b5aab1be5df7acaf4a2e93e0af89ac16d6ef4935342fabdc3db3a65c2a727 SHA512 b55382d56ecf89eaf662f49ec6fd803e9e5e0163b63d3020ca3c875d4dff7607f502fa7600997c5db8d62fa671ea82e81597300443fc4b24bb3f94c80bd32439 +DIST Finance-Quote-1.47.tar.gz 270335 BLAKE2B 585ab3736b7ea448b083f4dbbed460ac442fb30285041b7b0bf2a52d6b2d533a8d1eb1d9bfa72cc1cd7a3d4664d2cb5104eb539ecd6b1042083548b8ef605333 SHA512 a900ed3e305edb8c713dc4a885b912ad9a9f873cb501d66d393a39aacd8a980af1bd4fb0fdf5bce8e2b2aeec744e811b861a2803a6fb0d5c71ab6b8d1c3a57f7 diff --git a/dev-perl/Finance-Quote/metadata.xml b/dev-perl/Finance-Quote/metadata.xml index 2df05919109..7643a0bf5ee 100644 --- a/dev-perl/Finance-Quote/metadata.xml +++ b/dev-perl/Finance-Quote/metadata.xml @@ -12,16 +12,21 @@ Finance::Quote::AIAHK Finance::Quote::ASEGR Finance::Quote::ASX + Finance::Quote::AlphaVantage Finance::Quote::BMONesbittBurns Finance::Quote::BSERO Finance::Quote::Bourso + Finance::Quote::CSE Finance::Quote::Cdnfundlibrary + Finance::Quote::Citywire Finance::Quote::Cominvest Finance::Quote::Currencies Finance::Quote::DWS Finance::Quote::Deka Finance::Quote::FTPortfolios + Finance::Quote::FTfunds Finance::Quote::Fidelity + Finance::Quote::FidelityFixed Finance::Quote::FinanceCanada Finance::Quote::Finanzpartner Finance::Quote::Fool @@ -30,14 +35,17 @@ Finance::Quote::HU Finance::Quote::IndiaMutual Finance::Quote::LeRevenu + Finance::Quote::MStaruk Finance::Quote::ManInvestments Finance::Quote::Morningstar + Finance::Quote::MorningstarJP Finance::Quote::NZX Finance::Quote::Platinum Finance::Quote::SEB Finance::Quote::SIXfunds Finance::Quote::SIXshares Finance::Quote::StockHouseCanada + Finance::Quote::TNetuk Finance::Quote::TSP Finance::Quote::TSX Finance::Quote::Tdefunds @@ -56,6 +64,9 @@ Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::NZ Finance::Quote::Yahoo::USA + Finance::Quote::YahooJSON + Finance::Quote::YahooYQL Finance::Quote::ZA + Finance::Quote::ZA_UnitTrusts