forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/IO-Prompt: Bump to version 0.997.4
- EAPI6 - Add USE=examples - Cleanup authortests Upstream: - Removed use of POSIX::isprint (deprecated) Package-Manager: portage-2.3.2
- Loading branch information
1 parent
d99382f
commit a41210b
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
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" | ||
|
||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST IO-Prompt-0.997003.tar.gz 15265 SHA256 9e00844263fedf960dff1938b7b9e5d35a47e52c713a7c790224401a2fe54416 SHA512 77bb0aee716322879b36cd3d393b58426fe50fb72d415fab16b2546b99f4f5c6b3e3f1da06be9d066baa6c549e2469b4b7c3807373c7b6233a689b6a4357664d WHIRLPOOL c5ebc552c03b6f5376e99f99fe1615279e075178e29ba512f5044d0b2420b5443803c9b74b067db0b59fc2de40938b9a1e3cd9093a4877bdd1ed98f7518ae66f | ||
DIST IO-Prompt-0.997004.tar.gz 15297 SHA256 f17bb305ee6ac8b5b203e6d826eb940c4f3f6d6f4bfe719c3b3a225f46f58615 SHA512 a3624ae807b88493231e3de5ad2bff78927924fa72db68828cdbe69fd54c9a38f6fd7e39d9cddf1e82e60614ddaacbcdef1ba08e4af6713d899077b141d8b2e6 WHIRLPOOL 6203f1142148ed6867123160c32f2880b358479c0318de6cc085a022152c5b980e8c051c40ed4e552f7bc2a2620fbc396c7b4ee545bef502badf43aa35028ac7 |