public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Spell/
Date: Tue, 26 Dec 2017 08:48:22 +0000 (UTC)	[thread overview]
Message-ID: <1514278092.07af1f7030f8d222f28478e7a18efb27c8909681.kentnl@gentoo> (raw)

commit:     07af1f7030f8d222f28478e7a18efb27c8909681
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 08:47:44 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:48:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07af1f70

dev-perl/Pod-Spell: Bump to version 1.200.0

Upstream:
- remove use of File::ShareDir::ProjectDistDir
- allow stop words to contain '.'
- Hide internals
- Documentation enhancements

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Pod-Spell/Manifest                 |  1 +
 dev-perl/Pod-Spell/Pod-Spell-1.200.0.ebuild | 44 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-perl/Pod-Spell/Manifest b/dev-perl/Pod-Spell/Manifest
index 589dac96b93..2b93982a41a 100644
--- a/dev-perl/Pod-Spell/Manifest
+++ b/dev-perl/Pod-Spell/Manifest
@@ -1,3 +1,4 @@
 DIST Pod-Spell-1.01.tar.gz 12846 BLAKE2B 320f3f0dde18291b6a3765d273fe7fb9048afa09aac910114dadb660e77047e5c80686aa717e168e6d9fb8d94e75b8a8a71625b7e1a89001be90a87f688f5a03 SHA512 d846ff32a7129ff47aa8b90a9857fc2258eee5ce74ee158fa142e463592ed2d45d589fb378f1d3e17aa67adedd0059951c39d7d87dd367157c11c9c99fc49f71
 DIST Pod-Spell-1.19.tar.gz 29244 BLAKE2B ea04e79d33c357b62c8a14e848f613e051fafe1be266b3ff30bc064f498c1a609be065b1e7e0ce3467da4d8fe87407a2cb292bbd77ded6c7a3c0d24fd655bbf5 SHA512 d9be19a67558d1d6e5c42f50df963ff3b2168f5cf78d25d7415c4fef92d5c6dfa0d0db0621d58358ea438efb50542652febaf8d18a7e3c16e79412bf8ae09999
+DIST Pod-Spell-1.20.tar.gz 31220 BLAKE2B ee725edd8d0dce09ecd076b468e1a6b05f89d2bd79f2e51c996ce715847141aaf2894b995603c716e3df4dbcba7d55f8ec0a3c4aac4d3b9ef6cc84e770ac1e87 SHA512 9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e
 DIST podspell.1.gz 648 BLAKE2B de6d7b87d746e9649986570c83882b598c11033d78624055df33e81285abd442de3484f03a9c2e4ca08cb4da528ddcd48de75c7244a84959d2b0da5a5546c63b SHA512 651d2fc9376329cb95986a885119dfd542f55e79045ec7aa2f37afcd9fc7bd86ba690c2e3a247b35ffd2d90c9adc9ad85e2d6128fb3424c75130d70aacb1c154

diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.200.0.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.200.0.ebuild
new file mode 100644
index 00000000000..325288c69ed
--- /dev/null
+++ b/dev-perl/Pod-Spell/Pod-Spell-1.200.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DOLMEN
+DIST_VERSION=1.20
+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 ~x86-macos ~sparc-solaris"
+IUSE="test minimal"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Class-Tiny
+	dev-perl/File-ShareDir
+	dev-perl/Lingua-EN-Inflect
+	dev-perl/Path-Tiny
+	virtual/perl-Pod-Escapes
+	virtual/perl-Pod-Parser
+	virtual/perl-Text-Tabs+Wrap
+	virtual/perl-parent
+"
+DEPEND="${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
+		dev-perl/Test-Deep
+		virtual/perl-Test-Simple
+	)
+"
+
+src_install() {
+	perl-module_src_install
+	doman "${WORKDIR}"/podspell.1
+}


             reply	other threads:[~2017-12-26  8:48 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-26  8:48 Kent Fredric [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
2023-06-19  0:58 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-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=1514278092.07af1f7030f8d222f28478e7a18efb27c8909681.kentnl@gentoo \
    --to=kentnl@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