diff options
author | 2016-01-15 00:53:46 +0100 | |
---|---|---|
committer | 2016-01-16 22:03:07 +0100 | |
commit | d328040210f12779e8b5d844a119bcee5e956f18 (patch) | |
tree | 50cc02200b2f2d4f6df41ba46f22761017933a14 /dev-perl/File-Tail/File-Tail-1.300.0.ebuild | |
parent | dev-perl/File-Sync: Remove old (diff) | |
download | gentoo-d328040210f12779e8b5d844a119bcee5e956f18.tar.gz gentoo-d328040210f12779e8b5d844a119bcee5e956f18.tar.bz2 gentoo-d328040210f12779e8b5d844a119bcee5e956f18.zip |
dev-perl/File-Tail: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/File-Tail/File-Tail-1.300.0.ebuild')
-rw-r--r-- | dev-perl/File-Tail/File-Tail-1.300.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/File-Tail/File-Tail-1.300.0.ebuild b/dev-perl/File-Tail/File-Tail-1.300.0.ebuild new file mode 100644 index 000000000000..b7099958b8a3 --- /dev/null +++ b/dev-perl/File-Tail/File-Tail-1.300.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MGRABNAR +DIST_VERSION=1.3 +inherit perl-module + +DESCRIPTION="Perl extension for reading from continously updated files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + >=virtual/perl-Time-HiRes-1.120.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +mydoc="ToDo" |