commit: f928b75d15ef9aa86943147ceafe154d42e57600
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 03:14:19 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 03:14:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f928b75d
[bump] Text-TabularDisplay-1.380.0
Package-Manager: portage-2.2.17
.../Text-TabularDisplay-1.380.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.380.0.ebuild
b/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.380.0.ebuild
new file mode 100644
index 0000000..67bbf88
--- /dev/null
+++ b/dev-perl/Text-TabularDisplay/Text-TabularDisplay-1.380.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DARREN
+MODULE_VERSION=1.38
+inherit perl-module
+
+DESCRIPTION='Display text in formatted table output'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"