diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:49:43 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-03 21:56:55 +1300 |
commit | 49f9ae69da0a45ac818b917a812aff4957ee0555 (patch) | |
tree | 5d5a3e420d0fb28ae176e53da9a7205ac9ae21c3 /dev-perl | |
parent | profiles/base: remove www-client/chromium[wayland] mask (diff) | |
download | gentoo-49f9ae69da0a45ac818b917a812aff4957ee0555.tar.gz gentoo-49f9ae69da0a45ac818b917a812aff4957ee0555.tar.bz2 gentoo-49f9ae69da0a45ac818b917a812aff4957ee0555.zip |
dev-perl/B-Hooks-OP-Check: Cleanup old 0.220.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild deleted file mode 100644 index 404b76cb5d4d..000000000000 --- a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ETHER -DIST_VERSION=0.22 -inherit perl-module - -DESCRIPTION="Wrap OP check callbacks" - -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="virtual/perl-parent" -DEPEND="${RDEPEND} - >=dev-perl/ExtUtils-Depends-0.302.0 - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-CPAN-Meta-2.120.900 - virtual/perl-File-Spec - virtual/perl-Test-Simple - ) -" |