summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/gotmail')
-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
3 files changed, 9 insertions, 5 deletions
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() {