commit: 5f3449d1def71aea1c531fdf3418df46982450fa
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Jul 1 10:39:29 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jul 1 10:39:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f3449d1
dev-perl/Scalar-Util-Numeric: new perl module needed for sci-biology/BRAKER
Package-Manager: portage-2.2.28
.../Scalar-Util-Numeric-0.40.ebuild | 21 +++++++++++++++++++++
dev-perl/Scalar-Util-Numeric/metadata.xml | 12 ++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
b/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
new file mode 100644
index 0000000..89f1ca4
--- /dev/null
+++ b/dev-perl/Scalar-Util-Numeric/Scalar-Util-Numeric-0.40.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="CHOCOLATE"
+MODULE_A_EXT="tar.gz"
+
+inherit perl-module
+
+DESCRIPTION="Wrappers around perl's builtin looks_like_number function"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Scalar-Util-Numeric/metadata.xml
b/dev-perl/Scalar-Util-Numeric/metadata.xml
new file mode 100644
index 0000000..f68a1b6
--- /dev/null
+++ b/dev-perl/Scalar-Util-Numeric/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+</pkgmetadata>