diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-08 07:31:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-08 07:31:07 +0000 |
commit | 08cfdb171ebe2a563a67984c555e6c1f53453727 (patch) | |
tree | 230ffc9ad3b17e9139eb89f66da6bc6211c66ba6 /net-mail/imapsync | |
parent | Remove old. (diff) | |
download | gentoo-2-08cfdb171ebe2a563a67984c555e6c1f53453727.tar.gz gentoo-2-08cfdb171ebe2a563a67984c555e6c1f53453727.tar.bz2 gentoo-2-08cfdb171ebe2a563a67984c555e6c1f53453727.zip |
Version bump.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.484.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 9576f8a37347..6f3a28ea95f7 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.46 2012/02/07 07:34:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.47 2012/02/08 07:31:07 radhermit Exp $ + +*imapsync-1.484 (08 Feb 2012) + + 08 Feb 2012; Tim Harder <radhermit@gentoo.org> +imapsync-1.484.ebuild: + Version bump. *imapsync-1.480 (07 Feb 2012) diff --git a/net-mail/imapsync/imapsync-1.484.ebuild b/net-mail/imapsync/imapsync-1.484.ebuild new file mode 100644 index 000000000000..25ddb0025ac0 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.484.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.484.ebuild,v 1.1 2012/02/08 07:31:07 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() { : ; } |