diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:21:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:21:49 +0000 |
commit | f39872340d7b6db3ce05d7d9960097cfdc22d83d (patch) | |
tree | 084863f9449dfc40aec33c119906d471eb129c9f /dev-perl/Math-Spline | |
parent | Change version scheme (diff) | |
download | gentoo-2-f39872340d7b6db3ce05d7d9960097cfdc22d83d.tar.gz gentoo-2-f39872340d7b6db3ce05d7d9960097cfdc22d83d.tar.bz2 gentoo-2-f39872340d7b6db3ce05d7d9960097cfdc22d83d.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Spline')
-rw-r--r-- | dev-perl/Math-Spline/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Math-Spline/ChangeLog b/dev-perl/Math-Spline/ChangeLog index d770da6e1f64..1ab30270de6b 100644 --- a/dev-perl/Math-Spline/ChangeLog +++ b/dev-perl/Math-Spline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Spline -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/ChangeLog,v 1.3 2009/05/13 16:28:42 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/ChangeLog,v 1.4 2011/08/30 10:21:49 tove Exp $ + +*Math-Spline-0.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-Spline-0.10.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh <ken69267@gentoo.org> Math-Spline-0.01.ebuild: amd64 stable, bug #269590 diff --git a/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild b/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild new file mode 100644 index 000000000000..58f3d2b20a55 --- /dev/null +++ b/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild,v 1.1 2011/08/30 10:21:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JARW +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Cubic Spline Interpolation of data" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Math-Derivative" + +# no tests +SRC_TEST="no" +PATCHES=( "${FILESDIR}"/0.01-pod.diff ) |