summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-13 06:34:21 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-13 06:34:21 +0000
commit29865ec018c78a87e056d49dec13740ddb668eb5 (patch)
tree17c384de21c8acc1298358bd65f360641285c157 /dev-perl/Math-Derivative
parentChange HOMEPAGE; old page does not exist any more. (diff)
downloadgentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.tar.gz
gentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.tar.bz2
gentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.zip
Stable on x86 (#269591). podhead fix
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Math-Derivative')
-rw-r--r--dev-perl/Math-Derivative/ChangeLog6
-rw-r--r--dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild9
-rw-r--r--dev-perl/Math-Derivative/files/0.01-pod.diff15
3 files changed, 25 insertions, 5 deletions
diff --git a/dev-perl/Math-Derivative/ChangeLog b/dev-perl/Math-Derivative/ChangeLog
index 2a70668ce7bd..dacb09ae768d 100644
--- a/dev-perl/Math-Derivative/ChangeLog
+++ b/dev-perl/Math-Derivative/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Math-Derivative
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.1 2009/04/08 20:31:32 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.2 2009/05/13 06:34:20 tove Exp $
+
+ 13 May 2009; Torsten Veller <tove@gentoo.org> +files/0.01-pod.diff,
+ Math-Derivative-0.01.ebuild:
+ Stable on x86 (#269591). podhead fix. No tests included
*Math-Derivative-0.01 (08 Apr 2009)
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
index eb8da94c03ec..c25e84242ba8 100644
--- a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
+++ b/dev-perl/Math-Derivative/Math-Derivative-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-Derivative/Math-Derivative-0.01.ebuild,v 1.1 2009/04/08 20:31:32 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild,v 1.2 2009/05/13 06:34:20 tove Exp $
EAPI=2
@@ -9,9 +9,10 @@ inherit perl-module
DESCRIPTION="1st and 2nd order differentiation of data"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
-SRC_TEST="do"
+# distribution without tests
+SRC_TEST="no"
+PATCHES=( "${FILESDIR}"/${PV}-pod.diff )
diff --git a/dev-perl/Math-Derivative/files/0.01-pod.diff b/dev-perl/Math-Derivative/files/0.01-pod.diff
new file mode 100644
index 000000000000..8c088750fed7
--- /dev/null
+++ b/dev-perl/Math-Derivative/files/0.01-pod.diff
@@ -0,0 +1,15 @@
+Taken from debian
+--- Derivative.pm
++++ Derivative.pm
+@@ -1,8 +1,9 @@
+ # functions for calculating derivatives of data
+ # $Id: 0.01-pod.diff,v 1.1 2009/05/13 06:34:21 tove Exp $
++
+ =head1 NAME
+
+- Math::Derivative - Numeric 1st and 2nd order differentiation
++Math::Derivative - Numeric 1st and 2nd order differentiation
+
+ =head1 SYNOPSIS
+
+