dev-perl/Math-Libm: initial ebuild, version 1.0.0

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
This commit is contained in:
Matthew Brewer
2016-03-31 01:04:40 +02:00
committed by Andreas K. Hüttel
parent df50325fea
commit b5f79487b1
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Math-Libm-1.00.tar.gz 4554 SHA256 bfd309f283ac8cb9bf00af8c7c3a10bf25abfd642861c2022efaff0a4a52c276 SHA512 17a1f38e32a82ec9a0307033920559dfe554fdae43b9fefffd7dc0ff690b6c5018079bded8554135da8546ccaf8dc0890e7e9b9a1e3845e53d46c993cec11540 WHIRLPOOL 09220baab48f6e907db3f7cca0770a85c7c3ae0c76bfe9d02058d848f388eb0594616cf17f04670ebfcbfbc6937e5031ebbc739b3bb607faf2bdb96903a1f4c0

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="DSLEWART"
DIST_VERSION="1.00"
inherit perl-module
DESCRIPTION="wrapper to libm functions"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="virtual/perl-AutoLoader
virtual/perl-Carp"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker"

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-Libm</remote-id>
<remote-id type="cpan-module">Math::Libm</remote-id>
</upstream>
</pkgmetadata>