diff options
author | 2005-12-30 11:55:40 +0000 | |
---|---|---|
committer | 2005-12-30 11:55:40 +0000 | |
commit | 6df0d994c73dabaf428be9703a33a4d186bb9847 (patch) | |
tree | a04fd445b666468a1e3f05bf8534316ad1c23414 /dev-perl/Mail-IMAPClient | |
parent | Stable on x86. (diff) | |
download | gentoo-2-6df0d994c73dabaf428be9703a33a4d186bb9847.tar.gz gentoo-2-6df0d994c73dabaf428be9703a33a4d186bb9847.tar.bz2 gentoo-2-6df0d994c73dabaf428be9703a33a4d186bb9847.zip |
Migrating libnet to perl-core
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index 8455e2c190e3..70e7627982ef 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-IMAPClient # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.5 2005/09/19 12:09:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.6 2005/12/30 11:51:59 mcummings Exp $ + + 30 Dec 2005; <mcumming@gentoo.org> Mail-IMAPClient-2.2.9.ebuild: + Migrating libnet to perl-core 19 Sep 2005; Tobias Scherbaum <dertobi123@gentoo.org> Mail-IMAPClient-2.2.9.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild index 9df09c19b1b3..b5bfd4177ab6 100644 --- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.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/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.6 2005/09/19 12:09:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.7 2005/12/30 11:51:59 mcummings Exp $ inherit perl-module eutils @@ -17,7 +17,7 @@ IUSE="" # an active imap server to connect to, as well as interaction. #SRC_TEST="do" -DEPEND=">=dev-perl/libnet-1.0703 +DEPEND=">=perl-core/libnet-1.0703 dev-perl/Parse-RecDescent" mydoc="FAQ" |