diff options
author | 2021-11-05 21:14:44 +0100 | |
---|---|---|
committer | 2021-11-05 21:27:35 +0100 | |
commit | 955bb9c6b19635de7740a76bbf5981289c98506e (patch) | |
tree | 310308625b73eaf1c3fab6b176692d964362e6fa /dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild | |
parent | sys-apps/xdg-desktop-portal: Stabilize 1.10.1 amd64, #818286 (diff) | |
download | gentoo-955bb9c6b19635de7740a76bbf5981289c98506e.tar.gz gentoo-955bb9c6b19635de7740a76bbf5981289c98506e.tar.bz2 gentoo-955bb9c6b19635de7740a76bbf5981289c98506e.zip |
dev-perl/IO-Prompt: EAPI=8 bump
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/IO-Prompt/IO-Prompt-0.997.4.ebuild')
-rw-r--r-- | dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild b/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild deleted file mode 100644 index 6494883ec7ae..000000000000 --- a/dev-perl/IO-Prompt/IO-Prompt-0.997.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DCONWAY -DIST_VERSION=0.997004 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Interactively prompt for user input" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-IO - dev-perl/TermReadKey - dev-perl/Want -" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( virtual/perl-Test-Simple ) -" - -src_test() { - perl_rm_files "t/pod.t" "t/pod-coverage.t" - perl-module_src_test -} |