diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:11:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:11:53 +0000 |
commit | 85a69b959e54aba2efa3313a317f62480c00e894 (patch) | |
tree | d1359a45e34cb3ce7bb700727cb690ebc2ccba23 /dev-perl/URI | |
parent | Virtuals for some perl-core deps (diff) | |
download | gentoo-2-85a69b959e54aba2efa3313a317f62480c00e894.tar.gz gentoo-2-85a69b959e54aba2efa3313a317f62480c00e894.tar.bz2 gentoo-2-85a69b959e54aba2efa3313a317f62480c00e894.zip |
Virtuals for perl-core
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.28.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.30.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.31.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.33.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.34.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.35.ebuild | 6 |
7 files changed, 25 insertions, 20 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 0fdb0275de01..628dfbd8a7c0 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/URI -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.50 2005/05/25 14:15:26 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.51 2006/02/13 14:11:21 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> URI-1.28.ebuild, + URI-1.30.ebuild, URI-1.31.ebuild, URI-1.33.ebuild, URI-1.34.ebuild, + URI-1.35.ebuild: + Virtuals for perl-core 25 May 2005; Michael Cummings <mcummings@gentoo.org> URI-1.35.ebuild: dev-perl/MIME-Base64 => perl-core/MIME-Base64 migration diff --git a/dev-perl/URI/URI-1.28.ebuild b/dev-perl/URI/URI-1.28.ebuild index 419392fc2176..cdf1e42cdd6a 100644 --- a/dev-perl/URI/URI-1.28.ebuild +++ b/dev-perl/URI/URI-1.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.15 2005/05/25 14:13:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.28.ebuild,v 1.16 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.30.ebuild b/dev-perl/URI/URI-1.30.ebuild index 07bbaf65a00e..b91b61aa0cd5 100644 --- a/dev-perl/URI/URI-1.30.ebuild +++ b/dev-perl/URI/URI-1.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.7 2005/05/25 14:14:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.30.ebuild,v 1.8 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.31.ebuild b/dev-perl/URI/URI-1.31.ebuild index 5793c248d12b..9052b71e1aba 100644 --- a/dev-perl/URI/URI-1.31.ebuild +++ b/dev-perl/URI/URI-1.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.10 2005/05/25 14:14:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.31.ebuild,v 1.11 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc mips alpha ~arm hppa amd64 ~ia64 ~s390" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.33.ebuild b/dev-perl/URI/URI-1.33.ebuild index e66e3d67ee91..9bdd867833ef 100644 --- a/dev-perl/URI/URI-1.33.ebuild +++ b/dev-perl/URI/URI-1.33.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.3 2005/05/25 14:14:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.33.ebuild,v 1.4 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.34.ebuild b/dev-perl/URI/URI-1.34.ebuild index 366151520ad8..a083087450b6 100644 --- a/dev-perl/URI/URI-1.34.ebuild +++ b/dev-perl/URI/URI-1.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.3 2005/05/25 14:15:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.34.ebuild,v 1.4 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild index 3cec31dd9bac..3b047d592675 100644 --- a/dev-perl/URI/URI-1.35.ebuild +++ b/dev-perl/URI/URI-1.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.10 2005/05/25 14:15:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.11 2006/02/13 14:11:21 mcummings Exp $ inherit perl-module @@ -13,6 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sparc x86 ppc64" IUSE="" -DEPEND="perl-core/MIME-Base64" +DEPEND="virtual/perl-MIME-Base64" mydoc="rfc2396.txt" |