sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / File-Tail / File-Tail-1.300.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=MGRABNAR
7 DIST_VERSION=1.3
8 inherit perl-module
9
10 DESCRIPTION="Perl extension for reading from continously updated files"
11
12 SLOT="0"
13 KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
14 IUSE=""
15
16 RDEPEND="
17         >=virtual/perl-Time-HiRes-1.120.0
18 "
19 DEPEND="${RDEPEND}
20         virtual/perl-ExtUtils-MakeMaker
21 "
22
23 mydoc="ToDo"