diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-27 04:03:32 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-27 04:03:56 -0400 |
commit | 0e3bda5b9e33321205f3df955a9357383f56aa55 (patch) | |
tree | 6127ad9061af95ac81cf84c17624d0cd70be1456 /net-mail/imapsync/imapsync-1.644.ebuild | |
parent | net-mail/fdm: update HOMEPAGE (diff) | |
download | gentoo-0e3bda5b9e33321205f3df955a9357383f56aa55.tar.gz gentoo-0e3bda5b9e33321205f3df955a9357383f56aa55.tar.bz2 gentoo-0e3bda5b9e33321205f3df955a9357383f56aa55.zip |
net-mail/imapsync: version bump
Diffstat (limited to 'net-mail/imapsync/imapsync-1.644.ebuild')
-rw-r--r-- | net-mail/imapsync/imapsync-1.644.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-mail/imapsync/imapsync-1.644.ebuild b/net-mail/imapsync/imapsync-1.644.ebuild new file mode 100644 index 000000000000..b7267a92f804 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.644.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-perl/Digest-HMAC + dev-perl/File-Copy-Recursive + dev-perl/IO-Socket-SSL + dev-perl/IO-Tee + dev-perl/Mail-IMAPClient + dev-perl/TermReadKey + dev-perl/Unicode-String + virtual/perl-Digest-MD5 + virtual/perl-MIME-Base64" + +RESTRICT="test" + +src_prepare() { + sed -e "s/^install: testp/install:/" \ + -e "/^DO_IT/,/^$/d" \ + -i "${S}"/Makefile || die +} + +src_compile() { :; } |