diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-13 07:24:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-13 07:24:02 +0000 |
commit | b42ca5ef1e9c914216fed5d3837ab0ecc7412fc3 (patch) | |
tree | 2403f5622866062f07ff6cbe7f68bf5c2c0753e5 /dev-perl/Math-Spline | |
parent | Fix keyword substition (diff) | |
download | gentoo-2-b42ca5ef1e9c914216fed5d3837ab0ecc7412fc3.tar.gz gentoo-2-b42ca5ef1e9c914216fed5d3837ab0ecc7412fc3.tar.bz2 gentoo-2-b42ca5ef1e9c914216fed5d3837ab0ecc7412fc3.zip |
Stable on x86 (#269590). Add podhead patch.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Math-Spline')
-rw-r--r-- | dev-perl/Math-Spline/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-Spline/Math-Spline-0.01.ebuild | 11 | ||||
-rw-r--r-- | dev-perl/Math-Spline/files/0.01-pod.diff | 10 |
3 files changed, 21 insertions, 6 deletions
diff --git a/dev-perl/Math-Spline/ChangeLog b/dev-perl/Math-Spline/ChangeLog index c8cf0c6572ae..a531f479da9b 100644 --- a/dev-perl/Math-Spline/ChangeLog +++ b/dev-perl/Math-Spline/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2009/04/08 20:32:47 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/ChangeLog,v 1.2 2009/05/13 07:24:02 tove Exp $ + + 13 May 2009; Torsten Veller <tove@gentoo.org> +files/0.01-pod.diff, + Math-Spline-0.01.ebuild: + Stable on x86 (#269590). Add podhead patch. 08 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog: New package, dependency of sci-biology/bioperl. Ebuild written by me. diff --git a/dev-perl/Math-Spline/Math-Spline-0.01.ebuild b/dev-perl/Math-Spline/Math-Spline-0.01.ebuild index ccbabb3289ca..d04308da2dff 100644 --- a/dev-perl/Math-Spline/Math-Spline-0.01.ebuild +++ b/dev-perl/Math-Spline/Math-Spline-0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.01.ebuild,v 1.1 2009/04/08 20:32:47 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/Math-Spline-0.01.ebuild,v 1.2 2009/05/13 07:24:02 tove Exp $ EAPI=2 @@ -9,11 +9,12 @@ inherit perl-module DESCRIPTION="Cubic Spline Interpolation of data" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" -DEPEND="dev-perl/Math-Derivative" +RDEPEND="dev-perl/Math-Derivative" -SRC_TEST="do" +# no tests +SRC_TEST="no" +PATCHES=( "${FILESDIR}"/${PV}-pod.diff ) diff --git a/dev-perl/Math-Spline/files/0.01-pod.diff b/dev-perl/Math-Spline/files/0.01-pod.diff new file mode 100644 index 000000000000..a4b108df3972 --- /dev/null +++ b/dev-perl/Math-Spline/files/0.01-pod.diff @@ -0,0 +1,10 @@ + +--- libmath-spline-perl-0.01.orig/Spline.pm ++++ libmath-spline-perl-0.01/Spline.pm +@@ -1,4 +1,5 @@ + # $Id: Spline.pm,v 1.1 1995/12/26 17:28:17 willijar Exp $ ++ + =head1 NAME + + Math::Spline - Cubic Spline Interpolation of data + |