public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISSN/
Date: Sun, 09 Feb 2025 06:55:59 +0000 (UTC)	[thread overview]
Message-ID: <1739084137.5e2cc1e4619c18deac05c70cd29251b25f4e48af.sam@gentoo> (raw)

commit:     5e2cc1e4619c18deac05c70cd29251b25f4e48af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 06:52:33 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 06:55:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2cc1e4

dev-perl/Business-ISSN: add 1.8.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild | 36 +++++++++++++++++++++++
 dev-perl/Business-ISSN/Manifest                   |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild
new file mode 100644
index 000000000000..9e4fbcd37fdb
--- /dev/null
+++ b/dev-perl/Business-ISSN/Business-ISSN-1.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BRIANDFOY
+DIST_VERSION=1.008
+inherit perl-module
+
+DESCRIPTION="Object and functions to work with International Standard Serial Numbers"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	virtual/perl-Exporter
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	virtual/perl-File-Spec
+	test? (
+		>=virtual/perl-Test-Simple-1.0.0
+	)
+"
+
+PERL_RM_FILES=(
+	"t/pod.t"
+	"t/pod_coverage.t"
+	"t/test_manifest"
+)
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.003-no-test-manifest.patch"
+)

diff --git a/dev-perl/Business-ISSN/Manifest b/dev-perl/Business-ISSN/Manifest
index e5015a46141d..a8cdd0fe01ee 100644
--- a/dev-perl/Business-ISSN/Manifest
+++ b/dev-perl/Business-ISSN/Manifest
@@ -1 +1,2 @@
 DIST Business-ISSN-1.006.tar.gz 11377 BLAKE2B f7cc03b0a67a3bc39e93842d25bc653623a19530b1b637b3cbafe5443000ad6c179d3aca4f985344b9cfdcf41768778b0d7b708048a6b37cc7997433ee903314 SHA512 ddbdbeb4f30debbf11a3e97d6a44e9a89ada638582d96cf128c54acf5d157700de73de2c8e0977fe2a3ecb4030b8f9d6e8bd141335d7bd59d06c945d643373c7
+DIST Business-ISSN-1.008.tar.gz 12332 BLAKE2B 039e06552e6b65c488443b0da8e9ab5e2fec75d1f30d68c124ac0bf82781e97fde83f9ac0798b842a9220118d0589f116bd3d83a5fc040c909333097201908e7 SHA512 05933769e1ea5f8a62dfd7c46ffcbced20dda366eb564066c97408b17f6dc17d54476b4fdd6139d293182ccd495f4dd27a89cef9e04d6718e06d5c03f01d5f86


             reply	other threads:[~2025-02-09  6:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-09  6:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11  2:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISSN/ Ionen Wolkens
2024-06-23 17:47 Arthur Zamarin
2024-06-15  6:18 Viorel Munteanu
2024-06-14 18:05 Sam James
2024-06-14 18:05 Sam James
2024-06-10  2:18 Sam James
2024-05-28 18:23 Arthur Zamarin
2024-05-26  6:06 Arthur Zamarin
2024-04-30  1:16 Sam James
2023-07-24 13:39 Arthur Zamarin
2023-06-22  4:17 Sam James
2021-05-02 22:06 Sergei Trofimovich
2020-09-26  8:50 Kent Fredric
2020-05-06 12:59 Kent Fredric
2020-04-11 15:53 Kent Fredric
2018-11-23 13:49 Agostino Sarubbo
2018-04-05  3:29 Aaron Bauman
2018-04-02 18:06 Mart Raudsepp
2017-12-30  2:40 Kent Fredric
2017-12-30  1:14 Mikle Kolyada
2017-06-15 16:27 Markus Meier
2017-05-07 11:05 Mikle Kolyada
2016-08-07 17:34 Kent Fredric

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=1739084137.5e2cc1e4619c18deac05c70cd29251b25f4e48af.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