diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 19:12:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 19:12:12 +0000 |
commit | 75a8fbc2f11b735ce60ab53beaa09ff7ac8b6faf (patch) | |
tree | d49979005f6d42376496dc73c2800823d89b6f36 /dev-perl/Math-BigInt-GMP | |
parent | Fix building with x11-libs/libnotify >= 0.7 wrt #354117 by Diego Elio Pettenò. (diff) | |
download | gentoo-2-75a8fbc2f11b735ce60ab53beaa09ff7ac8b6faf.tar.gz gentoo-2-75a8fbc2f11b735ce60ab53beaa09ff7ac8b6faf.tar.bz2 gentoo-2-75a8fbc2f11b735ce60ab53beaa09ff7ac8b6faf.zip |
Version bump
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.350.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 089358ef38c6..e003fb5731a7 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-BigInt-GMP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.13 2011/02/08 07:48:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.14 2011/02/08 19:12:12 tove Exp $ + +*Math-BigInt-GMP-1.350 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-GMP-1.350.ebuild: + Version bump *Math-BigInt-GMP-1.340 (08 Feb 2011) diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.350.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.350.ebuild new file mode 100644 index 000000000000..303ba9886d4e --- /dev/null +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.350.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-BigInt-GMP/Math-BigInt-GMP-1.350.ebuild,v 1.1 2011/02/08 19:12:12 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=1.35 +inherit perl-module + +DESCRIPTION="Use the GMP library for Math::BigInt routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=perl-core/Math-BigInt-1.990.500 + >=dev-libs/gmp-4.0.0" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |