From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Readme/
Date: Fri, 26 Nov 2021 17:04:17 +0000 (UTC) [thread overview]
Message-ID: <1637946224.b7cdbb6a173078b07f31a1c128b78f7f5e686d62.dilfridge@gentoo> (raw)
commit: b7cdbb6a173078b07f31a1c128b78f7f5e686d62
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 16:51:58 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 17:03:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cdbb6a
dev-perl/Pod-Readme: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Pod-Readme/Manifest | 1 -
dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild | 61 -----------------------------
2 files changed, 62 deletions(-)
diff --git a/dev-perl/Pod-Readme/Manifest b/dev-perl/Pod-Readme/Manifest
index acdadd2a4e04..c5e88613cd71 100644
--- a/dev-perl/Pod-Readme/Manifest
+++ b/dev-perl/Pod-Readme/Manifest
@@ -1,2 +1 @@
-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.1.2.ebuild b/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild
deleted file mode 100644
index ea28dbdc945d..000000000000
--- a/dev-perl/Pod-Readme/Pod-Readme-1.1.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RRWO
-DIST_VERSION=v1.1.2
-inherit perl-module
-
-DESCRIPTION="Intelligently generate a README file from POD"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- dev-perl/Pod-Markdown
- dev-perl/Pod-Simple-LaTeX
- dev-perl/Type-Tiny-XS
- virtual/perl-podlators
- )
- >=dev-perl/CPAN-Changes-0.300.0
- virtual/perl-CPAN-Meta
- virtual/perl-Carp
- >=dev-perl/Class-Method-Modifiers-2.0.0
- virtual/perl-Exporter
- >=virtual/perl-ExtUtils-MakeMaker-6.560.0
- dev-perl/File-Slurp
- dev-perl/Getopt-Long-Descriptive
- virtual/perl-IO
- virtual/perl-Module-CoreList
- virtual/perl-Module-Load
- >=dev-perl/Moo-1.4.5
- dev-perl/MooX-HandlesVia
- >=dev-perl/Path-Tiny-0.18.0
- virtual/perl-Pod-Simple
- dev-perl/Role-Tiny
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Try-Tiny
- dev-perl/Type-Tiny
- dev-perl/namespace-autoclean
- >=virtual/perl-version-0.770.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.590.0
- virtual/perl-File-Temp
- test? (
- dev-perl/IO-String
- dev-perl/Test-Deep
- dev-perl/Test-Exception
- virtual/perl-Test-Simple
- )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
next reply other threads:[~2021-11-26 17:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 17:04 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-05 14:08 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Readme/ 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
2020-05-03 14:51 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=1637946224.b7cdbb6a173078b07f31a1c128b78f7f5e686d62.dilfridge@gentoo \
--to=dilfridge@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