diff options
author | 2006-02-13 15:00:01 +0000 | |
---|---|---|
committer | 2006-02-13 15:00:01 +0000 | |
commit | e5090997227878bab89d22177157f3f9a175ffb5 (patch) | |
tree | c2ea902599edb17d6332c196cfe5e7d9736aef1a /net-mail/gotmail | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.gz historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.bz2 historical-e5090997227878bab89d22177157f3f9a175ffb5.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r-- | net-mail/gotmail/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.8.4.ebuild | 6 | ||||
-rw-r--r-- | net-mail/gotmail/gotmail-0.8.7.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog index ccbf9c36150b..25e40a64afe7 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.36 2005/12/30 12:04:15 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.37 2006/02/13 14:56:47 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> gotmail-0.8.4.ebuild, + gotmail-0.8.7.1.ebuild: + Virtuals for perl-core 30 Dec 2005; <mcumming@gentoo.org> gotmail-0.8.4.ebuild, gotmail-0.8.7.1.ebuild: diff --git a/net-mail/gotmail/gotmail-0.8.4.ebuild b/net-mail/gotmail/gotmail-0.8.4.ebuild index a64bdf0f7552..4c5f72a45411 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 +# Copyright 1999-2006 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.7 2005/12/30 12:04:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.4.ebuild,v 1.8 2006/02/13 14:56:47 mcummings Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/libc net-misc/curl dev-perl/URI - perl-core/libnet" + virtual/perl-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 799296f63d4c..e3f60fb51020 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 +# Copyright 1999-2006 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.2 2005/12/30 12:04:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.7.1.ebuild,v 1.3 2006/02/13 14:56:47 mcummings Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/libc net-misc/curl dev-perl/URI - perl-core/libnet + virtual/perl-libnet app-arch/gzip" src_compile() { |