summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:31:47 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:31:47 +0000
commitc280debd163c558cc63421875a52097a1a351a0e (patch)
treefc9b6162444f411d56a4c0e2c02b0ac09158de36 /dev-perl/Math-Derivative
parentChange version scheme (diff)
downloadgentoo-2-c280debd163c558cc63421875a52097a1a351a0e.tar.gz
gentoo-2-c280debd163c558cc63421875a52097a1a351a0e.tar.bz2
gentoo-2-c280debd163c558cc63421875a52097a1a351a0e.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Derivative')
-rw-r--r--dev-perl/Math-Derivative/ChangeLog9
-rw-r--r--dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Math-Derivative/ChangeLog b/dev-perl/Math-Derivative/ChangeLog
index c405f448d15b..7b73fc1163a6 100644
--- a/dev-perl/Math-Derivative/ChangeLog
+++ b/dev-perl/Math-Derivative/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2009/05/13 16:23:49 ken69267 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/ChangeLog,v 1.4 2011/08/30 10:31:47 tove Exp $
+
+*Math-Derivative-0.10.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-Derivative-0.10.0.ebuild:
+ Change version scheme
13 May 2009; Kenneth Prugh <ken69267@gentoo.org>
Math-Derivative-0.01.ebuild:
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild
new file mode 100644
index 000000000000..ab8c1d3fa052
--- /dev/null
+++ b/dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 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.10.0.ebuild,v 1.1 2011/08/30 10:31:47 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=JARW
+MODULE_VERSION=0.01
+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}"/0.01-pod-1.diff )