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/Pod-Spell/
Date: Mon, 19 Jun 2023 00:58:02 +0000 (UTC)	[thread overview]
Message-ID: <1687136234.ca308fc9b2889029cf8b7fee1058fa1b4fa31d33.sam@gentoo> (raw)

commit:     ca308fc9b2889029cf8b7fee1058fa1b4fa31d33
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 00:57:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 00:57:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca308fc9

dev-perl/Pod-Spell: add 1.260.0

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

 dev-perl/Pod-Spell/Manifest                 |  1 +
 dev-perl/Pod-Spell/Pod-Spell-1.260.0.ebuild | 42 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Pod-Spell/Manifest b/dev-perl/Pod-Spell/Manifest
index 44ad5b996445..3bf2462dbf8a 100644
--- a/dev-perl/Pod-Spell/Manifest
+++ b/dev-perl/Pod-Spell/Manifest
@@ -1,2 +1,3 @@
 DIST Pod-Spell-1.20.tar.gz 31220 BLAKE2B ee725edd8d0dce09ecd076b468e1a6b05f89d2bd79f2e51c996ce715847141aaf2894b995603c716e3df4dbcba7d55f8ec0a3c4aac4d3b9ef6cc84e770ac1e87 SHA512 9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e
+DIST Pod-Spell-1.26.tar.gz 35564 BLAKE2B 119829ab617de85b1aff136a934db71adbc9091469847fc65a924cbfada179aead2a70931c971c2cc8f6f3add2a6797ac6bf75689ac90f8035d724ad36437675 SHA512 6fba5f6337fcd0e7f8df7d379e9d7a7de5ab13b748831c9f0e48cefbce9b1548d117d96db64693fc71519d700c397d217f27574359518b39225489b96c3c3c9e
 DIST podspell.1.gz 648 BLAKE2B de6d7b87d746e9649986570c83882b598c11033d78624055df33e81285abd442de3484f03a9c2e4ca08cb4da528ddcd48de75c7244a84959d2b0da5a5546c63b SHA512 651d2fc9376329cb95986a885119dfd542f55e79045ec7aa2f37afcd9fc7bd86ba690c2e3a247b35ffd2d90c9adc9ad85e2d6128fb3424c75130d70aacb1c154

diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.260.0.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.260.0.ebuild
new file mode 100644
index 000000000000..1f8554871ca3
--- /dev/null
+++ b/dev-perl/Pod-Spell/Pod-Spell-1.260.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=1.26
+inherit perl-module
+
+DESCRIPTION="A formatter for spellchecking Pod"
+SRC_URI+=" mirror://gentoo/podspell.1.gz https://dev.gentoo.org/~tove/files/podspell.1.gz"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="minimal"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Class-Tiny
+	dev-perl/File-ShareDir
+	dev-perl/Lingua-EN-Inflect
+	virtual/perl-Pod-Escapes
+	>=virtual/perl-Pod-Simple-3.270.0
+	virtual/perl-Text-Tabs+Wrap
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/File-ShareDir-Install-0.60.0
+	test? (
+		!minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+	)
+"
+
+src_install() {
+	perl-module_src_install
+	doman "${WORKDIR}"/podspell.1
+}


             reply	other threads:[~2023-06-19  0:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-19  0:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Spell/ Andreas K. Hüttel
2025-02-28 19:34 Andreas K. Hüttel
2025-01-24 16:25 Matt Turner
2024-12-01 19:05 Arthur Zamarin
2024-10-24 18:12 Sam James
2024-09-21 19:58 Arthur Zamarin
2024-07-07  6:23 Sam James
2024-07-07  6:10 Sam James
2023-10-16 16:34 Joonas Niilola
2023-09-28  1:57 Sam James
2023-08-19  7:42 Arthur Zamarin
2023-08-19  6:58 Arthur Zamarin
2023-07-04  5:22 WANG Xuerui
2023-06-24  8:51 Jakov Smolić
2023-06-24  3:56 Sam James
2023-06-24  3:56 Sam James
2021-07-17 19:37 Andreas K. Hüttel
2019-07-25  6:48 Kent Fredric
2018-09-01 19:01 Thomas Deutschmann
2018-08-20  4:40 Matt Turner
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2017-12-26  8:48 Kent Fredric
2017-03-10 21:04 Matt Turner
2016-05-25 23:08 Matt Turner
2016-04-07 23:08 Andreas Hüttel
2016-04-07 23:07 Andreas Hüttel
2016-03-16 14:09 Agostino Sarubbo
2016-02-03 14:36 Tobias Klausmann

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=1687136234.ca308fc9b2889029cf8b7fee1058fa1b4fa31d33.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