diff options
author | 2011-12-23 03:05:30 +0000 | |
---|---|---|
committer | 2011-12-23 03:05:30 +0000 | |
commit | e424ebd5b9e32949131f9a11c33f87154c71f785 (patch) | |
tree | ec6f690cff511e98ece14b63f4a7d02781153d28 /net-mail | |
parent | New snapshot wrt #389315 by Rodrigo Severo (diff) | |
download | gentoo-2-e424ebd5b9e32949131f9a11c33f87154c71f785.tar.gz gentoo-2-e424ebd5b9e32949131f9a11c33f87154c71f785.tar.bz2 gentoo-2-e424ebd5b9e32949131f9a11c33f87154c71f785.zip |
Version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.476.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 90f10e8478ee..f065e8be48fb 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.42 2011/11/28 09:58:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.43 2011/12/23 03:05:30 radhermit Exp $ + +*imapsync-1.476 (23 Dec 2011) + + 23 Dec 2011; Tim Harder <radhermit@gentoo.org> +imapsync-1.476.ebuild: + Version bump. *imapsync-1.468 (28 Nov 2011) diff --git a/net-mail/imapsync/imapsync-1.476.ebuild b/net-mail/imapsync/imapsync-1.476.ebuild new file mode 100644 index 000000000000..d178acdd6a84 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.476.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.476.ebuild,v 1.1 2011/12/23 03:05:30 radhermit Exp $ + +EAPI=4 + +DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another" +HOMEPAGE="http://ks.lamiral.info/imapsync/" +SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-perl/Digest-HMAC + dev-perl/IO-Socket-SSL + dev-perl/Mail-IMAPClient + dev-perl/TermReadKey + virtual/perl-Digest-MD5 + virtual/perl-MIME-Base64" + +RESTRICT="test" + +src_prepare() { + sed -i -e "s/^install: testp/install:/" \ + -e "/^DO_IT/,/^$/d" "${S}"/Makefile || die +} + +src_compile() { : ; } |