diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-14 07:35:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-14 07:35:13 +0000 |
commit | 49f55ca46788987f04a6072b7f812dddc7c2e9b4 (patch) | |
tree | cd5b67c0cdf5cca3c390585d159be08aa649f39f /net-mail | |
parent | Mask app-emacs/erc for removal. (diff) | |
download | gentoo-2-49f55ca46788987f04a6072b7f812dddc7c2e9b4.tar.gz gentoo-2-49f55ca46788987f04a6072b7f812dddc7c2e9b4.tar.bz2 gentoo-2-49f55ca46788987f04a6072b7f812dddc7c2e9b4.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.584.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index c6dd8cb5e293..8f4a7a34fbb2 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.88 2014/01/26 11:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.89 2014/02/14 07:35:13 radhermit Exp $ + +*imapsync-1.584 (14 Feb 2014) + + 14 Feb 2014; Tim Harder <radhermit@gentoo.org> +imapsync-1.584.ebuild: + Version bump. 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> imapsync-1.567.ebuild: Stable for x86, wrt bug #495860 diff --git a/net-mail/imapsync/imapsync-1.584.ebuild b/net-mail/imapsync/imapsync-1.584.ebuild new file mode 100644 index 000000000000..36b870a84811 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.584.ebuild @@ -0,0 +1,32 @@ +# 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.584.ebuild,v 1.1 2014/02/14 07:35:13 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 -e "s/^install: testp/install:/" \ + -e "/^DO_IT/,/^$/d" \ + -i "${S}"/Makefile || die +} + +src_compile() { :; } |