diff options
4 files changed, 71 insertions, 2 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 2021b4c97be0..ae20aaef40c6 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for virtual/perl-Math-BigInt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.64 2013/08/25 13:05:24 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.65 2014/07/09 19:18:12 dilfridge Exp $ + +*perl-Math-BigInt-1.999.300 (09 Jul 2014) +*perl-Math-BigInt-1.999.100 (09 Jul 2014) +*perl-Math-BigInt-1.998.0 (09 Jul 2014) + + 09 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +perl-Math-BigInt-1.998.0.ebuild, +perl-Math-BigInt-1.999.100.ebuild, + +perl-Math-BigInt-1.999.300.ebuild: + Add perl-5.16, 18, 20 version 25 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> -perl-Math-BigInt-1.89.ebuild, -perl-Math-BigInt-1.99.ebuild, -perl-Math-BigInt-1.991.ebuild, diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.998.0.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.998.0.ebuild new file mode 100644 index 000000000000..4c895bfc09c7 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.998.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.998.0.ebuild,v 1.1 2014/07/09 19:18:12 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.100.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.100.ebuild new file mode 100644 index 000000000000..be9a15071703 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.100.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.100.ebuild,v 1.1 2014/07/09 19:18:12 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild new file mode 100644 index 000000000000..940546cd9b1c --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.300.ebuild,v 1.1 2014/07/09 19:18:12 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |