diff options
author | 2013-01-15 18:01:05 +0000 | |
---|---|---|
committer | 2013-01-15 18:01:05 +0000 | |
commit | 1b5cdb780dbd3d88c576b1a88e38a64dbaad381f (patch) | |
tree | b8488565ddb8c4c57118241c2a3c4d579abdd959 /net-mail/imapsync | |
parent | Version bump (diff) | |
download | gentoo-2-1b5cdb780dbd3d88c576b1a88e38a64dbaad381f.tar.gz gentoo-2-1b5cdb780dbd3d88c576b1a88e38a64dbaad381f.tar.bz2 gentoo-2-1b5cdb780dbd3d88c576b1a88e38a64dbaad381f.zip |
Version bump (bug #452326).
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/imapsync')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.518.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 75a85215adef..fb6cef07bbc5 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/imapsync -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.67 2012/12/16 13:55:08 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.68 2013/01/15 18:01:05 radhermit Exp $ + +*imapsync-1.518 (15 Jan 2013) + + 15 Jan 2013; Tim Harder <radhermit@gentoo.org> +imapsync-1.518.ebuild: + Version bump (bug #452326). 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.508.ebuild: Stable for x86, wrt bug #441458 diff --git a/net-mail/imapsync/imapsync-1.518.ebuild b/net-mail/imapsync/imapsync-1.518.ebuild new file mode 100644 index 000000000000..29d2e7d888f3 --- /dev/null +++ b/net-mail/imapsync/imapsync-1.518.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.518.ebuild,v 1.1 2013/01/15 18:01:05 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() { : ; } |