diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-26 11:58:41 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-26 11:58:41 +0000 |
commit | ddd254627f7afd30bd7438d9b190db7d1ae190cb (patch) | |
tree | 1923856486d7e00067dccc664bbf1a932c0673a1 /perl-core/Math-BigInt | |
parent | version bump (diff) | |
download | gentoo-2-ddd254627f7afd30bd7438d9b190db7d1ae190cb.tar.gz gentoo-2-ddd254627f7afd30bd7438d9b190db7d1ae190cb.tar.bz2 gentoo-2-ddd254627f7afd30bd7438d9b190db7d1ae190cb.zip |
EAPI bump and version bump, bug 518064
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core/Math-BigInt')
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.997.0-r1.ebuild (renamed from perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild) | 2 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild | 24 |
3 files changed, 34 insertions, 2 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 8864c2a47914..9a9ca6a393da 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.86 2014/07/10 22:08:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.87 2014/07/26 11:58:41 dilfridge Exp $ + +*Math-BigInt-1.999.300 (26 Jul 2014) +*Math-BigInt-1.997.0-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -Math-BigInt-1.997.0.ebuild, +Math-BigInt-1.997.0-r1.ebuild, + +Math-BigInt-1.999.300.ebuild: + EAPI bump and version bump, bug 518064 10 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> Math-BigInt-1.997.0.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0-r1.ebuild index 7afa054e63a4..66259e40fee7 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.997.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.14 2014/07/10 22:08:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r1.ebuild,v 1.1 2014/07/26 11:58:41 dilfridge Exp $ EAPI=4 diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild new file mode 100644 index 000000000000..21a82eba7df2 --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.999.300.ebuild,v 1.1 2014/07/26 11:58:41 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.9993 +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0" +DEPEND="${RDEPEND}" + +PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0 + >=perl-core/bignum-0.220.0 + >=virtual/perl-Math-BigRat-0.260.200" + +SRC_TEST="do" |