summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-12-30 12:06:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-12-30 12:06:50 +0000
commita326095deb33050d7e044d640c5d4472ac068c62 (patch)
tree43fe1aa27b34594f0450d62d85eea5cd7ea57dcc /net-mail
parentMigrating libnet to perl-core (diff)
downloadgentoo-2-a326095deb33050d7e044d640c5d4472ac068c62.tar.gz
gentoo-2-a326095deb33050d7e044d640c5d4472ac068c62.tar.bz2
gentoo-2-a326095deb33050d7e044d640c5d4472ac068c62.zip
Migrating libnet to perl-core
(Portage version: 2.0.53)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchyahoo/ChangeLog6
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild4
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild4
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild4
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild4
-rw-r--r--net-mail/gotmail/ChangeLog6
-rw-r--r--net-mail/gotmail/gotmail-0.8.4.ebuild4
-rw-r--r--net-mail/gotmail/gotmail-0.8.7.1.ebuild4
8 files changed, 22 insertions, 14 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog
index 0aabc76fbd72..364cb7f47bc8 100644
--- a/net-mail/fetchyahoo/ChangeLog
+++ b/net-mail/fetchyahoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchyahoo
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.32 2005/12/24 15:35:32 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.33 2005/12/30 12:03:40 mcummings Exp $
+
+ 30 Dec 2005; <mcumming@gentoo.org> fetchyahoo-2.10.0.ebuild,
+ fetchyahoo-2.8.6.ebuild, fetchyahoo-2.8.8.ebuild, fetchyahoo-2.9.0.ebuild:
+ Migrating libnet to perl-core
24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org>
fetchyahoo-2.10.0.ebuild:
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild
index 48d5e93493af..e9670d3dd5e0 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.0.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/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild,v 1.3 2005/12/24 15:35:32 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.0.ebuild,v 1.4 2005/12/30 12:03:40 mcummings Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -15,7 +15,7 @@ DEPEND="dev-lang/perl
dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/MIME-tools
- dev-perl/libnet
+ perl-core/libnet
dev-perl/Crypt-SSLeay
dev-perl/URI
dev-perl/MailTools
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild
index e1a9910bf599..933c060a8774 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.8.6.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/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.6 2005/10/03 12:19:38 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.7 2005/12/30 12:03:40 mcummings Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -15,7 +15,7 @@ DEPEND="dev-lang/perl
dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/MIME-tools
- dev-perl/libnet
+ perl-core/libnet
dev-perl/Crypt-SSLeay
dev-perl/URI
dev-perl/MailTools
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild
index 7b5fdb251a56..6c94614e6f4a 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.8.8.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/net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild,v 1.2 2005/10/03 12:19:38 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.8.ebuild,v 1.3 2005/12/30 12:03:40 mcummings Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -15,7 +15,7 @@ DEPEND="dev-lang/perl
dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/MIME-tools
- dev-perl/libnet
+ perl-core/libnet
dev-perl/Crypt-SSLeay
dev-perl/URI
dev-perl/MailTools
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild
index 07992bc75330..ac0e0f2aca6e 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.9.0.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/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild,v 1.4 2005/10/03 12:19:38 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild,v 1.5 2005/12/30 12:03:40 mcummings Exp $
IUSE=""
DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail."
@@ -15,7 +15,7 @@ DEPEND="dev-lang/perl
dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/MIME-tools
- dev-perl/libnet
+ perl-core/libnet
dev-perl/Crypt-SSLeay
dev-perl/URI
dev-perl/MailTools
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index 89fde0785cad..ccbf9c36150b 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.35 2005/12/11 12:22:55 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.36 2005/12/30 12:04:15 mcummings Exp $
+
+ 30 Dec 2005; <mcumming@gentoo.org> gotmail-0.8.4.ebuild,
+ gotmail-0.8.7.1.ebuild:
+ Migrating libnet to perl-core
*gotmail-0.8.7.1 (11 Dec 2005)
diff --git a/net-mail/gotmail/gotmail-0.8.4.ebuild b/net-mail/gotmail/gotmail-0.8.4.ebuild
index e03b85c20ce5..a64bdf0f7552 100644
--- a/net-mail/gotmail/gotmail-0.8.4.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.4.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/net-mail/gotmail/gotmail-0.8.4.ebuild,v 1.6 2005/09/25 16:15:40 hparker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.4.ebuild,v 1.7 2005/12/30 12:04:15 mcummings Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="virtual/libc
net-misc/curl
dev-perl/URI
- dev-perl/libnet"
+ perl-core/libnet"
S=${WORKDIR}/${PN}
diff --git a/net-mail/gotmail/gotmail-0.8.7.1.ebuild b/net-mail/gotmail/gotmail-0.8.7.1.ebuild
index db3ff6d71efc..799296f63d4c 100644
--- a/net-mail/gotmail/gotmail-0.8.7.1.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.7.1.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/net-mail/gotmail/gotmail-0.8.7.1.ebuild,v 1.1 2005/12/11 12:22:55 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.7.1.ebuild,v 1.2 2005/12/30 12:04:15 mcummings Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="virtual/libc
net-misc/curl
dev-perl/URI
- dev-perl/libnet
+ perl-core/libnet
app-arch/gzip"
src_compile() {