diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:27:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 14:27:39 +0000 |
commit | 511380ebc4f572e06e39a54a7d176545760ddf4d (patch) | |
tree | ee3b0b5e9c63f4fb18eaeae1ce9d711101dd850b /dev-perl/SOAP-Lite | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-511380ebc4f572e06e39a54a7d176545760ddf4d.tar.gz historical-511380ebc4f572e06e39a54a7d176545760ddf4d.tar.bz2 historical-511380ebc4f572e06e39a54a7d176545760ddf4d.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index a5e8a6572bb7..ebca4212fe09 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.23 2006/01/13 16:10:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.24 2006/02/13 14:02:33 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> + SOAP-Lite-0.60a-r1.ebuild, SOAP-Lite-0.66.ebuild: + Virtuals for perl-core *SOAP-Lite-0.66 (13 Jan 2006) diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild index 5d13b2f7bd3a..3fb8128c3156 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.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/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild,v 1.12 2005/12/30 11:57:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild,v 1.13 2006/02/13 14:02:33 mcummings Exp $ IUSE="jabber ssl" @@ -30,9 +30,9 @@ myconf="${myconf} --noprompt" DEPEND="${DEPEND} dev-perl/XML-Parser dev-perl/libwww-perl - perl-core/libnet + virtual/perl-libnet dev-perl/MIME-Lite - perl-core/MIME-Base64 + virtual/perl-MIME-Base64 ssl? ( dev-perl/Crypt-SSLeay ) jabber? ( dev-perl/Net-Jabber ) ssl? ( dev-perl/IO-Socket-SSL ) diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild index b0e8c8713c16..e01beaa90869 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild,v 1.1 2006/01/13 16:10:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild,v 1.2 2006/02/13 14:02:33 mcummings Exp $ IUSE="jabber ssl" @@ -30,9 +30,9 @@ myconf="${myconf} --noprompt" DEPEND="${DEPEND} dev-perl/XML-Parser dev-perl/libwww-perl - perl-core/libnet + virtual/perl-libnet dev-perl/MIME-Lite - perl-core/MIME-Base64 + virtual/perl-MIME-Base64 ssl? ( dev-perl/Crypt-SSLeay ) jabber? ( dev-perl/Net-Jabber ) ssl? ( dev-perl/IO-Socket-SSL ) |