diff options
author | 2013-09-10 12:20:50 +0000 | |
---|---|---|
committer | 2013-09-10 12:20:50 +0000 | |
commit | 4e43d0295e1cd8c86a098c7841b77583d2c525fd (patch) | |
tree | ea79ee853b0453ec633ce5e18483125e45a6124a /dev-perl/Chart-Math-Axis | |
parent | revbump -> EAPI 5 (diff) | |
download | gentoo-2-4e43d0295e1cd8c86a098c7841b77583d2c525fd.tar.gz gentoo-2-4e43d0295e1cd8c86a098c7841b77583d2c525fd.tar.bz2 gentoo-2-4e43d0295e1cd8c86a098c7841b77583d2c525fd.zip |
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 0c92e9773ca8..4b61572c3b5e 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Chart-Math-Axis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.41 2012/06/24 12:58:39 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.42 2013/09/10 12:20:50 idella4 Exp $ + +*Chart-Math-Axis-1.60.0-r1 (10 Sep 2013) + + 10 Sep 2013; Ian Delaney <idella4@gentoo.org> + +Chart-Math-Axis-1.60.0-r1.ebuild: + revbump -> EAPI 5 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild new file mode 100644 index 000000000000..cfe932b5dea2 --- /dev/null +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild,v 1.1 2013/09/10 12:20:50 idella4 Exp $ + +EAPI=5 + +MODULE_AUTHOR=ADAMK +MODULE_VERSION=1.06 +inherit perl-module + +DESCRIPTION="Implements an algorithm to find good values for chart axis" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.70 + >=virtual/perl-Storable-2.12 + >=dev-perl/Params-Util-0.15" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |