summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Spline
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-26 21:03:11 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-26 21:03:11 +0100
commitd1de52c29e45cd9b37e31c62af37bc3226aa4d99 (patch)
tree3c361e422bfd92ee37ad09520c8f5eaf775865f3 /dev-perl/Math-Spline
parent2ac72ef1930b72ec7a923fb6d9affcf2cbd0f438 (diff)
downloadgentoo-d1de52c29e45cd9b37e31c62af37bc3226aa4d99.tar.gz
gentoo-d1de52c29e45cd9b37e31c62af37bc3226aa4d99.tar.xz
dev-perl/Math-Spline: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Math-Spline')
-rw-r--r--dev-perl/Math-Spline/Manifest1
-rw-r--r--dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild21
-rw-r--r--dev-perl/Math-Spline/files/0.01-pod.diff10
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Math-Spline/Manifest b/dev-perl/Math-Spline/Manifest
index 2326460ace3..d54fc093fe4 100644
--- a/dev-perl/Math-Spline/Manifest
+++ b/dev-perl/Math-Spline/Manifest
@@ -1,2 +1 @@
-DIST Math-Spline-0.01.tar.gz 2667 SHA256 8cb3d5407a0a63edef5d252bb84d5421900e1f277f2f7fd25d9b5d980cf43d72 SHA512 d3407cb79281a7cc46654cce3497dd95b571bca23f576654a8778cd9d1af4f66f72bf35a9c9e4602ab23aaf116a199bfaf9c3638b0568d6f44ee92303a3029ad WHIRLPOOL 0b28086c5ffe15c204adf04abd5b1cf8c2efe8143194fae29503d4f95b408a1e4a18be78cb3af509a2ff37c2486cf3b25b66aa2621f636aa57a6430950c03bf4
DIST Math-Spline-0.02.tar.gz 4077 SHA256 cfd7044483f34e6fa64080bf7c4bc10ff6173410c350066fe65e090c3b81b6e9 SHA512 089c013cedb5e2a87bd144e6f294a7257cb87763221ad7a9069aec7fdb41b6de9714b3a8f66a7e819c4c08739222808420c685ab02e5a1a881e38b086c945bce WHIRLPOOL cd987e1e777aa57698a0d2dda4fa1b8de83c7efb570b383be06ded1707199956f2183287edde52572e9396752fc9e4a544f692576c97be8453f5563d4594ebe9
diff --git a/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild b/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild
deleted file mode 100644
index 028b56122c6..00000000000
--- a/dev-perl/Math-Spline/Math-Spline-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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 )
diff --git a/dev-perl/Math-Spline/files/0.01-pod.diff b/dev-perl/Math-Spline/files/0.01-pod.diff
deleted file mode 100644
index a4b108df397..00000000000
--- a/dev-perl/Math-Spline/files/0.01-pod.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-
---- 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
-