diff options
author | Eray Aslan <eras@gentoo.org> | 2011-06-10 16:28:15 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-06-10 16:28:15 +0000 |
commit | 2638b54cc6749abc0ae1669932a3c1a1890358eb (patch) | |
tree | 45d82b2841ed7f8df508c7aa425e124192e75021 /net-mail | |
parent | Be compatible with bash3 as well. (diff) | |
download | gentoo-2-2638b54cc6749abc0ae1669932a3c1a1890358eb.tar.gz gentoo-2-2638b54cc6749abc0ae1669932a3c1a1890358eb.tar.bz2 gentoo-2-2638b54cc6749abc0ae1669932a3c1a1890358eb.zip |
Version bump - bug #371003
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pop2imap/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/pop2imap/pop2imap-1.18.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/net-mail/pop2imap/ChangeLog b/net-mail/pop2imap/ChangeLog index 7345853aacd2..637dba0d4bda 100644 --- a/net-mail/pop2imap/ChangeLog +++ b/net-mail/pop2imap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/pop2imap -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pop2imap/ChangeLog,v 1.5 2007/04/01 21:08:21 ticho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop2imap/ChangeLog,v 1.6 2011/06/10 16:28:15 eras Exp $ + +*pop2imap-1.18 (10 Jun 2011) + + 10 Jun 2011; Eray Aslan <eras@gentoo.org> +pop2imap-1.18.ebuild: + Version bump - bug #371003 01 Apr 2007; Andrej Kacian <ticho@gentoo.org> pop2imap-1.12.ebuild: Stable on x86. diff --git a/net-mail/pop2imap/pop2imap-1.18.ebuild b/net-mail/pop2imap/pop2imap-1.18.ebuild new file mode 100644 index 000000000000..243f289c63e4 --- /dev/null +++ b/net-mail/pop2imap/pop2imap-1.18.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/pop2imap/pop2imap-1.18.ebuild,v 1.1 2011/06/10 16:28:15 eras Exp $ + +DESCRIPTION="Synchronize mailboxes between a pop and an imap servers" +HOMEPAGE="http://www.linux-france.org/prj/pop2imap/" +SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/perl + dev-perl/Mail-POP3Client + dev-perl/Mail-IMAPClient + dev-perl/Email-Simple + dev-perl/DateManip + dev-perl/IO-Socket-SSL" + +src_install(){ + dobin pop2imap + dodoc ChangeLog README VERSION +} |