From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Readme/
Date: Sun, 3 May 2020 14:51:37 +0000 (UTC) [thread overview]
Message-ID: <1588517334.d4afc4229e138cd417cc05c83719907f3f2298a7.kentnl@gentoo> (raw)
commit: d4afc4229e138cd417cc05c83719907f3f2298a7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 00:28:37 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 14:48:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4afc422
dev-perl/Pod-Readme: Bump to 1.2.3
- EAPI7
- Dropped keywords:
- amd64-linux x86-linux
- m68k-mint ppc-aix
- sparc-solaris sparc64-solaris x64-solaris x86-solaris
- x64-macos x86-macos
Due to deps:
dev-perl/Pod-Markdown-Github
dev-perl/Test-Kit
dev-perl/IO-String
- Removed now-redundant MI hacking
Required by:
- dev-perl/Dist-Zilla-Plugin-ReadmeFromPod
- via dev-perl/Dist-Milla
(for dev-perl/App-cpanminus from git sources )
Upstream:
- Migrate away from Module::Install, to fix .-in-INC bugs
- Remove Dist::Zilla from Pod::Readme::Types
- "md" alias for markdown added to pod2readme
- "github"/"gfm" support added to pod2readme
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Pod-Readme/Manifest | 1 +
dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild | 65 +++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/dev-perl/Pod-Readme/Manifest b/dev-perl/Pod-Readme/Manifest
index 35af6dd4e1f..acdadd2a4e0 100644
--- a/dev-perl/Pod-Readme/Manifest
+++ b/dev-perl/Pod-Readme/Manifest
@@ -1 +1,2 @@
DIST Pod-Readme-v1.1.2.tar.gz 47521 BLAKE2B 425bc20581e7a60c89b6df956a2f3ce1bc0ec5e8a64593c12a28d4f8f2f88b8e653cc12457c69c48d8a6f42567ef773a30109ce65ee4bb623e9c3981fe07e45f SHA512 b8d2cb11fa2018d91b4623c471206c057046daf2570500c828f6f8fbe9ef8fe45e4977396352878c1ca5a47ec27be04ca53c1c9240e7dfc09a9405b0af5dcf47
+DIST Pod-Readme-v1.2.3.tar.gz 37001 BLAKE2B 2f981a609dd92b128ae986662a292a44393527cba6665ba11b7a1ee3e1333f767bbc6f4018dbf096711c67350378d78b1e50a2c84b08d3492b94324527a1b852 SHA512 c9518d3fd3082d6c4bb87300e04e29cb14459c08e3573bac6542ab4d4842389eaabb0d37fdc018ddb971e876b30078d14ce007840c867a7a81c0952c77c03a66
diff --git a/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild b/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild
new file mode 100644
index 00000000000..7208001cb6c
--- /dev/null
+++ b/dev-perl/Pod-Readme/Pod-Readme-1.2.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RRWO
+DIST_VERSION=v1.2.3
+inherit perl-module
+
+DESCRIPTION="Intelligently generate a README file from POD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Pod-Markdown
+ dev-perl/Pod-Markdown-Github
+ dev-perl/Pod-Simple-LaTeX
+ dev-perl/Type-Tiny-XS
+ virtual/perl-podlators
+ )
+ >=dev-perl/CPAN-Changes-0.300.0
+ virtual/perl-CPAN-Meta
+ dev-perl/Class-Method-Modifiers
+ dev-perl/File-Slurp
+ dev-perl/Getopt-Long-Descriptive
+ virtual/perl-Module-CoreList
+ dev-perl/Moo
+ dev-perl/MooX-HandlesVia
+ dev-perl/Path-Tiny
+ virtual/perl-Pod-Simple
+ dev-perl/Role-Tiny
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Try-Tiny
+ >=dev-perl/Type-Tiny-1.0.0
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/IO-String
+ virtual/perl-Module-Metadata
+ dev-perl/Test-Deep
+ dev-perl/Test-Exception
+ dev-perl/Test-Kit
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ "t/author-clean-namespaces.t"
+ "t/author-critic.t"
+ "t/author-eof.t"
+ "t/author-eol.t"
+ "t/author-minimum-version.t"
+ "t/author-no-tabs.t"
+ "t/author-pod-syntax.t"
+ "t/author-portability.t"
+ "t/release-check-manifest.t"
+ "t/release-fixme.t"
+ "t/release-kwalitee.t"
+ "t/release-trailing-space.t"
+)
next reply other threads:[~2020-05-03 14:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-03 14:51 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-26 17:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Readme/ Andreas K. Hüttel
2021-08-05 14:08 Sam James
2021-08-02 4:56 Sam James
2021-02-11 20:10 Andreas K. Hüttel
2020-11-28 9:57 Sam James
2020-07-18 10:53 Kent Fredric
2020-07-18 10:53 Kent Fredric
2020-07-18 7:04 Kent Fredric
2018-10-27 15:19 Fabian Groffen
2017-07-02 15:23 Andreas Hüttel
2017-07-02 15:23 Andreas Hüttel
2016-12-22 8:57 Agostino Sarubbo
2016-12-19 14:51 Tobias Klausmann
2016-09-08 19:10 Kent Fredric
2016-08-02 11:54 Kent Fredric
2015-10-03 13:38 Patrice Clement
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=1588517334.d4afc4229e138cd417cc05c83719907f3f2298a7.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