diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:33:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 09:33:59 +0000 |
commit | f3aa1551c5ab30de8a46550677d0f7f9bde87c04 (patch) | |
tree | fe7f921973474c1a38b4dcdb5565d9f9047aa4d3 /dev-perl/SVG-Graph | |
parent | Change version scheme (diff) | |
download | gentoo-2-f3aa1551c5ab30de8a46550677d0f7f9bde87c04.tar.gz gentoo-2-f3aa1551c5ab30de8a46550677d0f7f9bde87c04.tar.bz2 gentoo-2-f3aa1551c5ab30de8a46550677d0f7f9bde87c04.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SVG-Graph')
-rw-r--r-- | dev-perl/SVG-Graph/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/SVG-Graph/ChangeLog b/dev-perl/SVG-Graph/ChangeLog index cea99ae55d8c..f86fe8415429 100644 --- a/dev-perl/SVG-Graph/ChangeLog +++ b/dev-perl/SVG-Graph/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2009/05/13 16:32:07 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG-Graph/ChangeLog,v 1.4 2011/08/29 09:33:59 tove Exp $ + +*SVG-Graph-0.20.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +SVG-Graph-0.20.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh <ken69267@gentoo.org> SVG-Graph-0.02.ebuild: amd64 stable, bug #269589 diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild new file mode 100644 index 000000000000..7df0d2c4853a --- /dev/null +++ b/dev-perl/SVG-Graph/SVG-Graph-0.20.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.20.0.ebuild,v 1.1 2011/08/29 09:33:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ALLENDAY +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |