diff options
Diffstat (limited to 'dev-perl/Math-Round')
-rw-r--r-- | dev-perl/Math-Round/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-Round/Math-Round-0.06.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Math-Round/metadata.xml | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Math-Round/ChangeLog b/dev-perl/Math-Round/ChangeLog new file mode 100644 index 000000000000..c6b7d6aea899 --- /dev/null +++ b/dev-perl/Math-Round/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Math-Round +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.1 2010/05/01 20:30:18 weaver Exp $ + +*Math-Round-0.06 (01 May 2010) + + 01 May 2010; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, + +Math-Round-0.06.ebuild: + Import from Perl overlay, dependency of sci-visualization/circos + diff --git a/dev-perl/Math-Round/Math-Round-0.06.ebuild b/dev-perl/Math-Round/Math-Round-0.06.ebuild new file mode 100644 index 000000000000..c1ec9809ec8a --- /dev/null +++ b/dev-perl/Math-Round/Math-Round-0.06.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.1 2010/05/01 20:30:18 weaver Exp $ + +MODULE_AUTHOR=GROMMEL +inherit perl-module + +DESCRIPTION="Perl extension for rounding numbers" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +DEPEND="" diff --git a/dev-perl/Math-Round/metadata.xml b/dev-perl/Math-Round/metadata.xml new file mode 100644 index 000000000000..7946d0904e56 --- /dev/null +++ b/dev-perl/Math-Round/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>mb@italpro.net</email> + <name>Michele Beltrame</name> + </maintainer> +</pkgmetadata> |