summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-12-04 04:21:10 +0000
committerTim Harder <radhermit@gentoo.org>2014-12-04 04:21:10 +0000
commitc6bbc33c91a52564fe1d52fc1d5fe66e625149f2 (patch)
treee5d4f51a61134e31fd6c9aca2714142c55c1ed1c /net-mail
parentVersion bump. (diff)
downloadgentoo-2-c6bbc33c91a52564fe1d52fc1d5fe66e625149f2.tar.gz
gentoo-2-c6bbc33c91a52564fe1d52fc1d5fe66e625149f2.tar.bz2
gentoo-2-c6bbc33c91a52564fe1d52fc1d5fe66e625149f2.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/imapsync/ChangeLog7
-rw-r--r--net-mail/imapsync/imapsync-1.607.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index 1b58f8ba5958..ef0d46176953 100644
--- a/net-mail/imapsync/ChangeLog
+++ b/net-mail/imapsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/imapsync
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.96 2014/09/27 10:40:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.97 2014/12/04 04:21:10 radhermit Exp $
+
+*imapsync-1.607 (04 Dec 2014)
+
+ 04 Dec 2014; Tim Harder <radhermit@gentoo.org> +imapsync-1.607.ebuild:
+ Version bump.
27 Sep 2014; Agostino Sarubbo <ago@gentoo.org> imapsync-1.592-r1.ebuild:
Stable for ppc, wrt bug #514478
diff --git a/net-mail/imapsync/imapsync-1.607.ebuild b/net-mail/imapsync/imapsync-1.607.ebuild
new file mode 100644
index 000000000000..8d30f13fed47
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.607.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.607.ebuild,v 1.1 2014/12/04 04:21:10 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/File-Copy-Recursive
+ dev-perl/IO-Socket-SSL
+ dev-perl/IO-Tee
+ dev-perl/Mail-IMAPClient
+ dev-perl/TermReadKey
+ 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() { :; }