diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-26 17:55:50 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-26 18:03:50 +0100 |
commit | f723af9950e3ea9570e22285c9d4d588bb3c3ef4 (patch) | |
tree | 6571472885e6fbf228fe1438b26ea606df682fa3 /dev-perl | |
parent | dev-perl/Pod-Strip: Remove old (diff) | |
download | gentoo-f723af9950e3ea9570e22285c9d4d588bb3c3ef4.tar.gz gentoo-f723af9950e3ea9570e22285c9d4d588bb3c3ef4.tar.bz2 gentoo-f723af9950e3ea9570e22285c9d4d588bb3c3ef4.zip |
dev-perl/Pod-Tests: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Pod-Tests/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Pod-Tests/Manifest b/dev-perl/Pod-Tests/Manifest index dcd143ccdf23..2a5c86e28865 100644 --- a/dev-perl/Pod-Tests/Manifest +++ b/dev-perl/Pod-Tests/Manifest @@ -1,2 +1 @@ -DIST Pod-Tests-1.19.tar.gz 30157 BLAKE2B 86bf04b1412d0e7337635d347e98a5817ece62941cab2c8c974f007b42b22946586b82eeb0212a7994b60c85c31aed2e4158116a0a4fb19dcf7438dc79ff1db8 SHA512 fb48e912f33bc36b782eaf71797732358288840148bdf69ce3381038c47de31e2e111d16d47351c75169016a8a45dcfdfa6e290f61acc8d130fd6c4d0c7dfb9c DIST Pod-Tests-1.20.tar.gz 31109 BLAKE2B 16bcc5dcdffa342b7f70eec7e2fdcd5f484eba6f86a40be678f6477f10ec2003ad3dd96725a1c6d8c70a78f451d096f843883cf64f8bc6f6d56076033d8f59ff SHA512 2be444cfdce172d9f82f8df5235aca966b1e1af4324f6e3bd02bbbf7c3940a6c2329bcaacf8281b8ae58563b82703fc5c3af333dc2d6bced76b9ddd4c3458bf6 diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild deleted file mode 100644 index c50f19101a4b..000000000000 --- a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ADAMK -DIST_VERSION=1.19 -inherit perl-module - -DESCRIPTION="Extracts embedded tests and code examples from POD" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="virtual/perl-File-Spec" -DEPEND="${RDEPEND}" - -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 -} |