diff options
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.73.ebuild | 4 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.77.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 6ff3331cc234..221749e9e18c 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.5 2005/11/11 02:13:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.6 2005/12/30 11:16:39 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> Math-BigInt-1.73.ebuild, + Math-BigInt-1.77.ebuild: + Scalar-List-Utils migrated to perl-core *Math-BigInt-1.77 (11 Nov 2005) diff --git a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild index 8c3cdcb49f86..ce9dca57db77 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.73.ebuild,v 1.3 2005/10/02 15:52:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.4 2005/12/30 11:16:39 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ~ppc s390 sparc x86" IUSE="" -DEPEND=">=dev-perl/Scalar-List-Utils-1.14" +DEPEND=">=perl-core/Scalar-List-Utils-1.14" SRC_TEST="do" diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild index fccdaf23a292..7cc55031263c 100644 --- a/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild +++ b/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.77.ebuild,v 1.1 2005/11/11 02:13:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77.ebuild,v 1.2 2005/12/30 11:16:39 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~s390 ~sparc ~x86" IUSE="" -DEPEND=">=dev-perl/Scalar-List-Utils-1.14" +DEPEND=">=perl-core/Scalar-List-Utils-1.14" SRC_TEST="do" |