From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/
Date: Fri, 29 Oct 2021 19:52:19 +0000 (UTC) [thread overview]
Message-ID: <1635537124.6e87af5faed53225f0382098d854e48ae019a228.dilfridge@gentoo> (raw)
commit: 6e87af5faed53225f0382098d854e48ae019a228
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 19:50:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 19:52:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e87af5f
dev-perl/Finance-Quote: Version bump 1.51
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Finance-Quote/Finance-Quote-1.510.0.ebuild | 84 ++++++++++++++++++++++
dev-perl/Finance-Quote/Manifest | 1 +
2 files changed, 85 insertions(+)
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.510.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.510.0.ebuild
new file mode 100644
index 00000000000..8176f85a24e
--- /dev/null
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.510.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPSCHUCK
+DIST_VERSION=1.51
+DIST_EXAMPLES=( "Examples/*" )
+inherit perl-module
+
+DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-perl/CGI
+ virtual/perl-Carp
+ dev-perl/DateTime
+ dev-perl/DateTime-Format-Strptime
+ virtual/perl-Encode
+ virtual/perl-Exporter
+ dev-perl/HTML-TableExtract
+ dev-perl/HTML-Parser
+ dev-perl/HTML-TokeParser-Simple
+ 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
+ virtual/perl-Module-Load
+ dev-perl/Mozilla-CA
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Spreadsheet-XLSX
+ dev-perl/String-Util
+ dev-perl/Text-Template
+ virtual/perl-Time-Piece
+ dev-perl/Try-Tiny
+ dev-perl/URI
+ dev-perl/Web-Scraper
+ dev-perl/XML-LibXML
+ virtual/perl-if
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Data-Dumper
+ dev-perl/Date-Manip
+ dev-perl/Date-Range
+ dev-perl/Date-Simple
+ dev-perl/DateTime-Format-ISO8601
+ 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 7cd207d46b6..e1eeaf81507 100644
--- a/dev-perl/Finance-Quote/Manifest
+++ b/dev-perl/Finance-Quote/Manifest
@@ -1,2 +1,3 @@
DIST Finance-Quote-1.47.tar.gz 270335 BLAKE2B 585ab3736b7ea448b083f4dbbed460ac442fb30285041b7b0bf2a52d6b2d533a8d1eb1d9bfa72cc1cd7a3d4664d2cb5104eb539ecd6b1042083548b8ef605333 SHA512 a900ed3e305edb8c713dc4a885b912ad9a9f873cb501d66d393a39aacd8a980af1bd4fb0fdf5bce8e2b2aeec744e811b861a2803a6fb0d5c71ab6b8d1c3a57f7
DIST Finance-Quote-1.49.tar.gz 274659 BLAKE2B 1fb4523a576960b48b855807945ef79bb18f68c82c5cf8eece8dcea910c3bc2669dd07e635d74cd0a85639d9eff27337687faf5a4fc213bedde4ee720d6e6149 SHA512 5b4b8836e1529409f1f6aa41345bf906ba2cc1c1b44e89b59765a883cf0db082cef9df91a4eaa671e494f5e9a842c4e1fbfcc31e57964d74f7895f3e25c4d91c
+DIST Finance-Quote-1.51.tar.gz 231156 BLAKE2B 5472e19863a752fd9c610fccf0b6a383f441c89d88ad50fea50fe3067294ba8463b0367b52da3fa471fa7df3944ab4f23d4624644fb52a27c9f0a335beebc6d4 SHA512 163b87b9905fb5d2becbb1de285a180c98328295b6f3ba6ddc2148993303e00bad751505add47fc540b203fd24b4c9385bb7a8c7ef67b97e3bad5f1e90ea6218
next reply other threads:[~2021-10-29 19:52 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 19:52 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-14 3:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/ Sam James
2024-10-14 4:18 Sam James
2024-07-27 12:00 Sam James
2024-06-09 21:08 Sam James
2024-05-27 0:47 Sam James
2024-05-01 3:59 Sam James
2024-01-18 8:06 Florian Schmaus
2023-12-31 3:49 Sam James
2023-12-01 3:30 Sam James
2023-09-28 0:21 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-14 7:55 Sam James
2023-08-02 22:08 Sam James
2023-06-21 5:36 Sam James
2023-06-01 5:23 Sam James
2023-06-01 5:01 Sam James
2023-05-20 5:59 Sam James
2022-05-08 4:10 Sam James
2022-04-29 8:29 Jakov Smolić
2022-04-29 8:27 Sam James
2022-03-09 13:40 Yixun Lan
2021-12-31 6:13 Matt Turner
2021-11-20 10:23 Arthur Zamarin
2021-11-20 10:23 Arthur Zamarin
2021-11-09 20:06 Jakov Smolić
2021-11-04 17:13 Sam James
2021-10-29 19:52 Andreas K. Hüttel
2021-06-10 18:28 Sam James
2021-06-08 4:03 Sam James
2021-06-08 4:03 Sam James
2021-02-11 7:39 Sergei Trofimovich
2021-02-09 21:36 Sam James
2020-09-12 6:21 Kent Fredric
2020-09-12 3:55 Kent Fredric
2020-08-29 13:21 Sam James
2018-06-26 10:19 Tobias Klausmann
2018-06-10 17:55 Thomas Deutschmann
2018-06-10 15:52 Aaron Bauman
2017-11-25 2:28 Kent Fredric
2016-08-06 14:56 Kent Fredric
2016-03-16 20:36 Andreas Hüttel
2016-03-15 18:15 Agostino Sarubbo
2016-02-03 14:36 Tobias Klausmann
2016-01-24 16:40 Agostino Sarubbo
2016-01-16 23:16 Andreas Hüttel
2016-01-16 23:16 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=1635537124.6e87af5faed53225f0382098d854e48ae019a228.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