diff options
author | 2014-05-01 17:50:23 +0000 | |
---|---|---|
committer | 2014-05-01 17:50:23 +0000 | |
commit | eff7d822eaec8b2b7841d46d0f0be07581311a78 (patch) | |
tree | 319172e0b8bb040bfcf63fcbf7554cf264f72b27 /dev-perl | |
parent | Revision bump: EAPI=5 (diff) | |
download | gentoo-2-eff7d822eaec8b2b7841d46d0f0be07581311a78.tar.gz gentoo-2-eff7d822eaec8b2b7841d46d0f0be07581311a78.tar.bz2 gentoo-2-eff7d822eaec8b2b7841d46d0f0be07581311a78.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index f796152f741d..9e13a1f3bc7f 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-BigInt-GMP -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.20 2013/01/06 18:52:10 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.21 2014/05/01 17:50:23 zlogene Exp $ + +*Math-BigInt-GMP-1.380.0 (01 May 2014) + + 01 May 2014; Mikle Kolyada <zlogene@gentoo.org> + +Math-BigInt-GMP-1.380.0.ebuild: + Version bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Math-BigInt-GMP-1.360.0.ebuild: diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild new file mode 100644 index 000000000000..107750dc6273 --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild,v 1.1 2014/05/01 17:50:23 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.38 +inherit perl-module + +DESCRIPTION="Use the GMP library for Math::BigInt routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.997.0 + >=dev-libs/gmp-4.0.0" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |