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/Term-UI: Add w/ version 0.460.0
Required for dev-perl/Dist-Zilla Previously maintained in ::perl-experimental by Torsten Veller and myself since December 2009. Was also formerly known as perl-core/Term-UI Package-Manager: portage-2.3.2
- Loading branch information
1 parent
7046883
commit 0734d6d
Showing
3 changed files
with
39 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 @@ | ||
DIST Term-UI-0.46.tar.gz 12295 SHA256 91946c80d7f4aab0ca4bfedc3bbe0a75b37cab1a29bd7bca3b3b7456d417e9a6 SHA512 7788d651e29e9c7b9c0c2b2074b39f143216a321a5a71c9c4e52fe32e44a246faade8cfdf109bcf7cfe1bac5d9d97fc920c6344a5692e8508361f1c780c41054 WHIRLPOOL fc69bb9eec9b88efc8fcf36085481ea73b3d2d2596ba35a5811488471771feaa57f5f240f2637facbf43515a1e75375d72995c39779ef75e59df765132d5e6bf |
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,25 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
EAPI=6 | ||
DIST_AUTHOR=BINGOS | ||
DIST_VERSION=0.46 | ||
inherit perl-module | ||
|
||
DESCRIPTION="User interfaces via Term::ReadLine made easy" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
RDEPEND=" | ||
virtual/perl-Locale-Maketext-Simple | ||
dev-perl/Log-Message-Simple | ||
virtual/perl-Params-Check | ||
virtual/perl-Term-ReadLine | ||
virtual/perl-if | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=virtual/perl-Test-Simple-0.310.0 | ||
) | ||
" |
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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">Term-UI</remote-id> | ||
<remote-id type="cpan-module">Term::UI</remote-id> | ||
<remote-id type="cpan-module">Term::UI::History</remote-id> | ||
</upstream> | ||
</pkgmetadata> |