summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-06 06:30:26 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-06 06:30:26 +0000
commit559f663983f46fb2c5dc2c95e056e94b25a30345 (patch)
treeec534ef91b3b2fb57b14ca2030133c6111c73a85 /net-mail/imapsync
parentVersion bump. (diff)
downloadgentoo-2-559f663983f46fb2c5dc2c95e056e94b25a30345.tar.gz
gentoo-2-559f663983f46fb2c5dc2c95e056e94b25a30345.tar.bz2
gentoo-2-559f663983f46fb2c5dc2c95e056e94b25a30345.zip
Version bump (bug #468652).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r--net-mail/imapsync/ChangeLog7
-rw-r--r--net-mail/imapsync/imapsync-1.536.ebuild32
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog
index 998133fab3ee..9152bb7e3d84 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.73 2013/04/11 19:00:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.74 2013/05/06 06:30:26 radhermit Exp $
+
+*imapsync-1.536 (06 May 2013)
+
+ 06 May 2013; Tim Harder <radhermit@gentoo.org> +imapsync-1.536.ebuild:
+ Version bump (bug #468652).
11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> imapsync-1.525.ebuild:
Stable for ppc, wrt bug #464464
diff --git a/net-mail/imapsync/imapsync-1.536.ebuild b/net-mail/imapsync/imapsync-1.536.ebuild
new file mode 100644
index 000000000000..847376244516
--- /dev/null
+++ b/net-mail/imapsync/imapsync-1.536.ebuild
@@ -0,0 +1,32 @@
+# 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.536.ebuild,v 1.1 2013/05/06 06:30:26 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() { :; }