summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commit572cdefa178b10a964077d4623512a79c5297a42 (patch)
treea5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Math-Derivative
parentVersion bump to latest release. (diff)
downloadhistorical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz
historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2
historical-572cdefa178b10a964077d4623512a79c5297a42.zip
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-Derivative')
-rw-r--r--dev-perl/Math-Derivative/ChangeLog5
-rw-r--r--dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Math-Derivative/ChangeLog b/dev-perl/Math-Derivative/ChangeLog
index 5572525ee6bf..8bd1bd7e662b 100644
--- a/dev-perl/Math-Derivative/ChangeLog
+++ b/dev-perl/Math-Derivative/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Math-Derivative
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.5 2011/09/03 21:04:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.6 2011/09/04 11:21:19 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Math-Derivative-0.01.ebuild:
+ Cleanup
03 Sep 2011; Torsten Veller <tove@gentoo.org> Math-Derivative-0.10.0.ebuild:
Merge stable keywords from former version scheme ebuild
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
deleted file mode 100644
index 6b2435936869..000000000000
--- a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.4 2009/05/13 16:23:49 ken69267 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=JARW
-inherit perl-module
-
-DESCRIPTION="1st and 2nd order differentiation of data"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# distribution without tests
-SRC_TEST="no"
-PATCHES=( "${FILESDIR}"/${PV}-pod-1.diff )