From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/
Date: Tue, 08 Jul 2025 20:28:20 +0000 (UTC) [thread overview]
Message-ID: <1752006040.2fb5ee8b572c7979dcf9ac98341dece8c4644936.sam@gentoo> (raw)
commit: 2fb5ee8b572c7979dcf9ac98341dece8c4644936
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 8 20:20:40 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 20:20:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb5ee8b
dev-perl/Finance-Quote: add 1.660.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Finance-Quote/Finance-Quote-1.660.0.ebuild | 79 ++++++++++++++++++++++
dev-perl/Finance-Quote/Manifest | 1 +
2 files changed, 80 insertions(+)
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.660.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.660.0.ebuild
new file mode 100644
index 000000000000..96881dbc8257
--- /dev/null
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.660.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPSCHUCK
+DIST_VERSION=1.66
+DIST_EXAMPLES=( "Examples/*" )
+inherit perl-module
+
+DESCRIPTION="Get stock and mutual fund quotes from various exchanges"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-perl/CGI
+ dev-perl/DateTime
+ dev-perl/DateTime-Format-Strptime
+ dev-perl/HTML-TableExtract
+ dev-perl/HTML-Parser
+ dev-perl/HTML-Tree
+ dev-perl/HTTP-Cookies
+ >=dev-perl/HTTP-CookieJar-0.14.0
+ dev-perl/HTTP-Message
+ dev-perl/IO-String
+ dev-perl/JSON
+ dev-perl/JSON-Parse
+ dev-perl/LWP-Protocol-https
+ dev-perl/libwww-perl
+ >=virtual/perl-Module-Load-0.360.0-r2
+ dev-perl/Mozilla-CA
+ >=dev-perl/Net-SSLeay-1.920.0
+ dev-perl/Readonly
+ dev-perl/Spreadsheet-XLSX
+ dev-perl/String-Util
+ dev-perl/Text-Template
+ dev-perl/TimeDate
+ >=dev-perl/URI-3.310.0
+ dev-perl/Web-Scraper
+ dev-perl/XML-LibXML
+"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-perl/Date-Manip
+ dev-perl/Date-Range
+ dev-perl/Date-Simple
+ dev-perl/DateTime-Format-ISO8601
+ )
+"
+
+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
+)
+
+mydoc=("Documentation/*")
+
+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
+}
+
+src_install() {
+ dodoc -r htdocs
+ perl-module_src_install
+}
diff --git a/dev-perl/Finance-Quote/Manifest b/dev-perl/Finance-Quote/Manifest
index e427e868d340..e9f38bece3fe 100644
--- a/dev-perl/Finance-Quote/Manifest
+++ b/dev-perl/Finance-Quote/Manifest
@@ -1,2 +1,3 @@
DIST Finance-Quote-1.63.tar.gz 269925 BLAKE2B 1bf2f8088bb79a567329f15a7e7b2f8ff32691c1f76e72bc592465331bf1c9148c3c965784e6df0e97b14d426c34dfc81f293693f012ecafb0226b29434bd1f0 SHA512 d1dc511e9bbad814d982713a3ad69066901e435751d39b16fd4ec249cb46313b17beb1667661257f50f55a6de1ee486709da889b3fce2e936f1984204a561782
DIST Finance-Quote-1.65.tar.gz 272395 BLAKE2B bee6436b5c72080d9ad2b25e5b18cc806cd4b72af4f1af4b03302298ff53b888dfd9d01d93995e8bc9e0e8f67bda2dffefd68d50915cfe54e1b1ec914a89a701 SHA512 3817367779dc783cef4d8c2ff52f002f7b88407307c9da568d757fbba19ad2425abcd44f955c9d66fefa800e28b83322b03cbce57f6912af64f5b2d62a98027b
+DIST Finance-Quote-1.66.tar.gz 261315 BLAKE2B 12a37f713b2878b99adc95858d363c47aaee2830f26dde9e4ada1fe41e02609cd7c23a9b7449fc6243b251e3156128293e0f5fbc213c58076ce8d1eedc2f4684 SHA512 fead73e55ec1301ac8c5b5f84dee283ff5d3ff8b821504f371753fbfc9bcd47f0b07af928006ebd7f61ad72b10f901fe7e6dd23d7e7c6d5c2380f3346a44dca0
next reply other threads:[~2025-07-08 20:28 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 20:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 3:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Finance-Quote/ Arthur Zamarin
2025-08-18 14:08 Sam James
2025-06-21 14:32 Sam James
2025-06-06 23:30 Sam James
2025-06-06 7:43 Arthur Zamarin
2025-06-06 0:55 Sam James
2025-02-27 23:12 Andreas K. Hüttel
2024-11-14 3:42 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-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=1752006040.2fb5ee8b572c7979dcf9ac98341dece8c4644936.sam@gentoo \
--to=sam@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