From b411a924b10152d53c2def781ec0263d30a70b16 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Tue, 30 Aug 2011 10:34:12 +0000 Subject: [PATCH] Change version scheme Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64 --- dev-perl/Math-Base36/ChangeLog | 7 ++++- .../Math-Base36/Math-Base36-0.90.0.ebuild | 17 ++++++++++++ dev-perl/Math-Bezier/ChangeLog | 9 +++++-- .../Math-Bezier/Math-Bezier-0.10.0.ebuild | 17 ++++++++++++ dev-perl/Math-Calc-Units/ChangeLog | 9 +++++-- .../Math-Calc-Units-1.70.0.ebuild | 20 ++++++++++++++ dev-perl/Math-Derivative/ChangeLog | 9 +++++-- .../Math-Derivative-0.10.0.ebuild | 19 +++++++++++++ dev-perl/Math-GMP/ChangeLog | 9 +++++-- dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild | 21 +++++++++++++++ dev-perl/Math-Random-ISAAC-XS/ChangeLog | 8 +++++- .../Math-Random-ISAAC-XS-1.4.0.ebuild | 25 +++++++++++++++++ dev-perl/Math-Random-ISAAC/ChangeLog | 8 +++++- .../Math-Random-ISAAC-1.4.0.ebuild | 25 +++++++++++++++++ dev-perl/Math-Random-Secure/ChangeLog | 8 +++++- .../Math-Random-Secure-0.60.0.ebuild | 27 +++++++++++++++++++ dev-perl/Math-Random/ChangeLog | 9 +++++-- .../Math-Random/Math-Random-0.710.0.ebuild | 18 +++++++++++++ dev-perl/Math-Round/ChangeLog | 7 ++++- dev-perl/Math-Round/Math-Round-0.60.0.ebuild | 17 ++++++++++++ dev-perl/Math-Spline/ChangeLog | 9 +++++-- .../Math-Spline/Math-Spline-0.10.0.ebuild | 21 +++++++++++++++ dev-perl/Math-Vec/ChangeLog | 9 +++++-- dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild | 22 +++++++++++++++ dev-perl/Math-VecStat/ChangeLog | 9 +++++-- .../Math-VecStat/Math-VecStat-0.80.0.ebuild | 17 ++++++++++++ dev-perl/Modem-Vgetty/ChangeLog | 9 +++++-- .../Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild | 17 ++++++++++++ 28 files changed, 379 insertions(+), 23 deletions(-) create mode 100644 dev-perl/Math-Base36/Math-Base36-0.90.0.ebuild create mode 100644 dev-perl/Math-Bezier/Math-Bezier-0.10.0.ebuild create mode 100644 dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0.ebuild create mode 100644 dev-perl/Math-Derivative/Math-Derivative-0.10.0.ebuild create mode 100644 dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild create mode 100644 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0.ebuild create mode 100644 dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild create mode 100644 dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild create mode 100644 dev-perl/Math-Random/Math-Random-0.710.0.ebuild create mode 100644 dev-perl/Math-Round/Math-Round-0.60.0.ebuild create mode 100644 dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild create mode 100644 dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild create mode 100644 dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild create mode 100644 dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild diff --git a/dev-perl/Math-Base36/ChangeLog b/dev-perl/Math-Base36/ChangeLog index b69ffaa2e3cf..327d4c3e2e2b 100644 --- a/dev-perl/Math-Base36/ChangeLog +++ b/dev-perl/Math-Base36/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Base36 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.3 2011/01/14 17:03:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.4 2011/08/30 10:34:12 tove Exp $ + +*Math-Base36-0.90.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Base36-0.90.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller -Math-Base36-0.07.ebuild: Cleanup diff --git a/dev-perl/Math-Base36/Math-Base36-0.90.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.90.0.ebuild new file mode 100644 index 000000000000..8bd6360f601f --- /dev/null +++ b/dev-perl/Math-Base36/Math-Base36-0.90.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.90.0.ebuild,v 1.1 2011/08/30 10:34:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BRICAS +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Encoding and decoding of base36 strings" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Math-Bezier/ChangeLog b/dev-perl/Math-Bezier/ChangeLog index ca4f0c592932..b40733ec6e25 100644 --- a/dev-perl/Math-Bezier/ChangeLog +++ b/dev-perl/Math-Bezier/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Bezier -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Bezier/ChangeLog,v 1.1 2010/04/30 05:01:07 weaver Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Bezier/ChangeLog,v 1.2 2011/08/30 10:33:07 tove Exp $ + +*Math-Bezier-0.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Bezier-0.10.0.ebuild: + Change version scheme *Math-Bezier-0.01 (29 Apr 2010) diff --git a/dev-perl/Math-Bezier/Math-Bezier-0.10.0.ebuild b/dev-perl/Math-Bezier/Math-Bezier-0.10.0.ebuild new file mode 100644 index 000000000000..ee47250c5478 --- /dev/null +++ b/dev-perl/Math-Bezier/Math-Bezier-0.10.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Bezier/Math-Bezier-0.10.0.ebuild,v 1.1 2011/08/30 10:33:07 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ABW +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Solution of Bezier Curves" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Math-Calc-Units/ChangeLog b/dev-perl/Math-Calc-Units/ChangeLog index 84287d9f2b1a..9d82df662bef 100644 --- a/dev-perl/Math-Calc-Units/ChangeLog +++ b/dev-perl/Math-Calc-Units/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Calc-Units -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/ChangeLog,v 1.4 2009/09/07 08:50:42 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/ChangeLog,v 1.5 2011/08/30 10:32:24 tove Exp $ + +*Math-Calc-Units-1.70.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Calc-Units-1.70.0.ebuild: + Change version scheme 07 Sep 2009; Torsten Veller -Math-Calc-Units-1.06.ebuild: diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0.ebuild b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0.ebuild new file mode 100644 index 000000000000..624f523960f1 --- /dev/null +++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0.ebuild,v 1.1 2011/08/30 10:32:24 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SFINK +MODULE_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Human-readable unit-aware calculator" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/perl-Time-Local" +RDEPEND="${DEPEND}" + +SRC_TEST=do 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 +Math-Derivative-0.10.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh 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 ) diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 0f6e98eb1fa0..4fe9a5ab3039 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-GMP -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.22 2009/10/12 11:48:20 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.23 2011/08/30 10:29:05 tove Exp $ + +*Math-GMP-2.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-GMP-2.60.0.ebuild: + Change version scheme 12 Oct 2009; Torsten Veller -Math-GMP-2.05.ebuild: Cleanup diff --git a/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild new file mode 100644 index 000000000000..027683b3863d --- /dev/null +++ b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild,v 1.1 2011/08/30 10:29:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TURNSTEP +MODULE_VERSION=2.06 +inherit perl-module + +DESCRIPTION="High speed arbitrary size integer math" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/gmp" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Math-Random-ISAAC-XS/ChangeLog b/dev-perl/Math-Random-ISAAC-XS/ChangeLog index 703ca1151a46..06e81665bac2 100644 --- a/dev-perl/Math-Random-ISAAC-XS/ChangeLog +++ b/dev-perl/Math-Random-ISAAC-XS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Random-ISAAC-XS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.8 2011/08/27 20:11:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.9 2011/08/30 10:27:00 tove Exp $ + +*Math-Random-ISAAC-XS-1.4.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Math-Random-ISAAC-XS-1.4.0.ebuild: + Change version scheme 27 Aug 2011; Pawel Hajdan jr Math-Random-ISAAC-XS-1.4.ebuild: diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0.ebuild new file mode 100644 index 000000000000..39eae193383c --- /dev/null +++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0.ebuild,v 1.1 2011/08/30 10:27:00 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JAWNSY +MODULE_VERSION=1.004 +inherit perl-module + +DESCRIPTION="C implementation of the ISAAC PRNG algorithm" + +LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Math-Random-ISAAC" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-NoWarnings + )" + +SRC_TEST="do" diff --git a/dev-perl/Math-Random-ISAAC/ChangeLog b/dev-perl/Math-Random-ISAAC/ChangeLog index eed73aa1cb02..d7a9e0912e0e 100644 --- a/dev-perl/Math-Random-ISAAC/ChangeLog +++ b/dev-perl/Math-Random-ISAAC/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Random-ISAAC # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.7 2011/08/27 20:11:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.8 2011/08/30 10:27:40 tove Exp $ + +*Math-Random-ISAAC-1.4.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Math-Random-ISAAC-1.4.0.ebuild: + Change version scheme 27 Aug 2011; Pawel Hajdan jr Math-Random-ISAAC-1.4.ebuild: diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild new file mode 100644 index 000000000000..30420093a9f2 --- /dev/null +++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild,v 1.1 2011/08/30 10:27:40 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JAWNSY +MODULE_VERSION=1.004 +inherit perl-module + +DESCRIPTION="Perl interface to the ISAAC PRNG algorithm" + +LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +PDEPEND="dev-perl/Math-Random-ISAAC-XS" +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-NoWarnings + )" + +SRC_TEST="do" diff --git a/dev-perl/Math-Random-Secure/ChangeLog b/dev-perl/Math-Random-Secure/ChangeLog index 6e5ac0fe7155..1b5245256f4f 100644 --- a/dev-perl/Math-Random-Secure/ChangeLog +++ b/dev-perl/Math-Random-Secure/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Random-Secure # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.3 2011/08/27 20:12:16 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.4 2011/08/30 10:26:26 tove Exp $ + +*Math-Random-Secure-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller + +Math-Random-Secure-0.60.0.ebuild: + Change version scheme 27 Aug 2011; Pawel Hajdan jr Math-Random-Secure-0.60.ebuild: diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild new file mode 100644 index 000000000000..e9779d2374de --- /dev/null +++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild,v 1.1 2011/08/30 10:26:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MKANAT +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Any-Moose + >=dev-perl/Crypt-Random-Source-0.70 + >=dev-perl/Math-Random-ISAAC-1.0.1 + dev-perl/Math-Random-ISAAC-XS" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Warn + )" + +SRC_TEST="do" diff --git a/dev-perl/Math-Random/ChangeLog b/dev-perl/Math-Random/ChangeLog index 1f838af01d17..88ccf62c1604 100644 --- a/dev-perl/Math-Random/ChangeLog +++ b/dev-perl/Math-Random/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Random -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.4 2009/05/13 15:56:38 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.5 2011/08/30 10:28:18 tove Exp $ + +*Math-Random-0.710.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Random-0.710.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh Math-Random-0.71.ebuild: amd64 stable, bug #269573 diff --git a/dev-perl/Math-Random/Math-Random-0.710.0.ebuild b/dev-perl/Math-Random/Math-Random-0.710.0.ebuild new file mode 100644 index 000000000000..d7268ecb6a85 --- /dev/null +++ b/dev-perl/Math-Random/Math-Random-0.710.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/Math-Random-0.710.0.ebuild,v 1.1 2011/08/30 10:28:18 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GROMMEL +MODULE_VERSION=0.71 +inherit perl-module + +DESCRIPTION="Random Number Generators" + +LICENSE="( || ( Artistic GPL-2 ) ) public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Math-Round/ChangeLog b/dev-perl/Math-Round/ChangeLog index 2f71293e0b12..aecb9bf71d8a 100644 --- a/dev-perl/Math-Round/ChangeLog +++ b/dev-perl/Math-Round/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Round # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.7 2011/07/06 03:03:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.8 2011/08/30 10:25:45 tove Exp $ + +*Math-Round-0.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Round-0.60.0.ebuild: + Change version scheme 06 Jul 2011; Alexis Ballier Math-Round-0.06.ebuild: keyword ~x86-fbsd, bug #366911 diff --git a/dev-perl/Math-Round/Math-Round-0.60.0.ebuild b/dev-perl/Math-Round/Math-Round-0.60.0.ebuild new file mode 100644 index 000000000000..64c2da7a8f18 --- /dev/null +++ b/dev-perl/Math-Round/Math-Round-0.60.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.60.0.ebuild,v 1.1 2011/08/30 10:25:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GROMMEL +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl extension for rounding numbers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Math-Spline/ChangeLog b/dev-perl/Math-Spline/ChangeLog index d770da6e1f64..1ab30270de6b 100644 --- a/dev-perl/Math-Spline/ChangeLog +++ b/dev-perl/Math-Spline/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2009/05/13 16:28:42 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Spline/ChangeLog,v 1.4 2011/08/30 10:21:49 tove Exp $ + +*Math-Spline-0.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Spline-0.10.0.ebuild: + Change version scheme 13 May 2009; Kenneth Prugh Math-Spline-0.01.ebuild: amd64 stable, bug #269590 diff --git a/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild b/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild new file mode 100644 index 000000000000..58f3d2b20a55 --- /dev/null +++ b/dev-perl/Math-Spline/Math-Spline-0.10.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.10.0.ebuild,v 1.1 2011/08/30 10:21:49 tove Exp $ + +EAPI=4 + +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-Vec/ChangeLog b/dev-perl/Math-Vec/ChangeLog index 77a6b8513304..c1d32360da6f 100644 --- a/dev-perl/Math-Vec/ChangeLog +++ b/dev-perl/Math-Vec/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Vec -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.4 2009/08/14 21:54:16 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.5 2011/08/30 10:19:01 tove Exp $ + +*Math-Vec-1.10.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-Vec-1.10.0.ebuild: + Change version scheme 14 Aug 2009; Markus Meier Math-Vec-1.01.ebuild: amd64/x86 stable, bug #281252 diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild b/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild new file mode 100644 index 000000000000..c9cc3a542064 --- /dev/null +++ b/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.10.0.ebuild,v 1.1 2011/08/30 10:19:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=EWILHELM +MODULE_VERSION=1.01 +inherit perl-module + +DESCRIPTION="Vectors for perl" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" diff --git a/dev-perl/Math-VecStat/ChangeLog b/dev-perl/Math-VecStat/ChangeLog index 9650f32a681f..aab012cc92de 100644 --- a/dev-perl/Math-VecStat/ChangeLog +++ b/dev-perl/Math-VecStat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-VecStat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.11 2010/02/04 20:47:32 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.12 2011/08/30 10:17:26 tove Exp $ + +*Math-VecStat-0.80.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Math-VecStat-0.80.0.ebuild: + Change version scheme 04 Feb 2010; Torsten Veller Math-VecStat-0.08.ebuild: Fix LICENSE (#301969). Maintenance diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild new file mode 100644 index 000000000000..7553e751b0fc --- /dev/null +++ b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild,v 1.1 2011/08/30 10:17:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=ASPINELLI +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Some basic numeric stats on vectors" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Modem-Vgetty/ChangeLog b/dev-perl/Modem-Vgetty/ChangeLog index 036622ee341d..7c53ad33609b 100644 --- a/dev-perl/Modem-Vgetty/ChangeLog +++ b/dev-perl/Modem-Vgetty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Modem-Vgetty -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Modem-Vgetty/ChangeLog,v 1.3 2009/01/17 22:28:40 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Modem-Vgetty/ChangeLog,v 1.4 2011/08/30 10:14:49 tove Exp $ + +*Modem-Vgetty-0.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +Modem-Vgetty-0.30.0.ebuild: + Change version scheme 17 Jan 2009; Robin H. Johnson Modem-Vgetty-0.03.ebuild: diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild new file mode 100644 index 000000000000..c0598f13cefe --- /dev/null +++ b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0.ebuild,v 1.1 2011/08/30 10:14:49 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=YENYA +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Interface to voice modems using vgetty" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +#SRC_TEST="do" # no tests -- 2.26.2