diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:16:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-12-30 11:16:39 +0000 |
commit | 193041f4c195f39965e5f54d3050462cb7be8aa4 (patch) | |
tree | d8319bed75f71d0f5c83204c23c0883dc53e2dfc /perl-core | |
parent | Scalar-List-Utils migrated to perl-core. (diff) | |
download | gentoo-2-193041f4c195f39965e5f54d3050462cb7be8aa4.tar.gz gentoo-2-193041f4c195f39965e5f54d3050462cb7be8aa4.tar.bz2 gentoo-2-193041f4c195f39965e5f54d3050462cb7be8aa4.zip |
Scalar-List-Utils migrated to perl-core
(Portage version: 2.0.53)
Diffstat (limited to 'perl-core')
-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" |