diff options
author | 2013-12-25 11:21:36 +0000 | |
---|---|---|
committer | 2013-12-25 11:21:36 +0000 | |
commit | e38139099e9629791507d870d82f37a713b7d6b7 (patch) | |
tree | 6cb3304bc161f2a86578e538dd53ec9dd62d9e46 /net-mail/imapsync | |
parent | x86 stable wrt bug #492184 (diff) | |
download | gentoo-2-e38139099e9629791507d870d82f37a713b7d6b7.tar.gz gentoo-2-e38139099e9629791507d870d82f37a713b7d6b7.tar.bz2 gentoo-2-e38139099e9629791507d870d82f37a713b7d6b7.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.569.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 8b0f79af1bb3..e7625e1ebd3a 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.82 2013/09/27 08:23:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.83 2013/12/25 11:21:36 radhermit Exp $ + +*imapsync-1.569 (25 Dec 2013) + + 25 Dec 2013; Tim Harder <radhermit@gentoo.org> +imapsync-1.569.ebuild: + Version bump. *imapsync-1.567 (27 Sep 2013) diff --git a/net-mail/imapsync/imapsync-1.569.ebuild b/net-mail/imapsync/imapsync-1.569.ebuild new file mode 100644 index 000000000000..e73bf8eb5994 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.569.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.569.ebuild,v 1.1 2013/12/25 11:21:36 radhermit Exp $ + +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/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() { :; } |