diff options
author | 2009-04-08 20:33:59 +0000 | |
---|---|---|
committer | 2009-04-08 20:33:59 +0000 | |
commit | fb8072a502354ceafd0e23c4aaf7111cd3f9353d (patch) | |
tree | c06709ebcb032bfec34f214214755cdd4c7a1379 /dev-perl | |
parent | New package, dependency of sci-biology/bioperl (diff) | |
download | gentoo-2-fb8072a502354ceafd0e23c4aaf7111cd3f9353d.tar.gz gentoo-2-fb8072a502354ceafd0e23c4aaf7111cd3f9353d.tar.bz2 gentoo-2-fb8072a502354ceafd0e23c4aaf7111cd3f9353d.zip |
New package, dependency of sci-biology/bioperl
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SVG-Graph/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/SVG-Graph/SVG-Graph-0.02.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/SVG-Graph/metadata.xml | 9 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/SVG-Graph/ChangeLog b/dev-perl/SVG-Graph/ChangeLog new file mode 100644 index 000000000000..cf6716d571c6 --- /dev/null +++ b/dev-perl/SVG-Graph/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/SVG-Graph +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/ChangeLog,v 1.1 2009/04/08 20:33:59 weaver Exp $ + +*SVG-Graph-0.02 (08 Apr 2009) + + 08 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, + +SVG-Graph-0.02.ebuild: + New package, dependency of sci-biology/bioperl. Ebuild written by me. + diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.02.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.02.ebuild new file mode 100644 index 000000000000..ea707785fdad --- /dev/null +++ b/dev-perl/SVG-Graph/SVG-Graph-0.02.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/SVG-Graph-0.02.ebuild,v 1.1 2009/04/08 20:33:59 weaver Exp $ + +EAPI=2 + +MODULE_AUTHOR=ALLENDAY + +inherit perl-module + +DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format" +HOMEPAGE="http://search.cpan.org/~allenday/SVG-Graph-0.02/Graph.pm" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="dev-perl/Math-Derivative + dev-perl/Math-Spline + >=dev-perl/Statistics-Descriptive-2.6 + dev-perl/SVG + >=dev-perl/Tree-DAG_Node-1.04" diff --git a/dev-perl/SVG-Graph/metadata.xml b/dev-perl/SVG-Graph/metadata.xml new file mode 100644 index 000000000000..bc7b2668475f --- /dev/null +++ b/dev-perl/SVG-Graph/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>weaver@gentoo.org</email> + <name>Andrey Kislyuk</name> + </maintainer> +</pkgmetadata> |