Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.488.ebuild ChangeLog
Date: Tue, 29 May 2012 13:01:44
Message-Id: 20120529130129.E41B02004B@flycatcher.gentoo.org
1 radhermit 12/05/29 13:01:29
2
3 Modified: ChangeLog
4 Added: imapsync-1.488.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.53 net-mail/imapsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 19 Mar 2012 23:54:46 -0000 1.52
24 +++ ChangeLog 29 May 2012 13:01:29 -0000 1.53
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/imapsync
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.52 2012/03/19 23:54:46 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.53 2012/05/29 13:01:29 radhermit Exp $
30 +
31 +*imapsync-1.488 (29 May 2012)
32 +
33 + 29 May 2012; Tim Harder <radhermit@g.o> +imapsync-1.488.ebuild:
34 + Version bump.
35
36 *imapsync-1.487 (19 Mar 2012)
37
38
39
40
41 1.1 net-mail/imapsync/imapsync-1.488.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild?rev=1.1&content-type=text/plain
45
46 Index: imapsync-1.488.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.488.ebuild,v 1.1 2012/05/29 13:01:29 radhermit Exp $
51
52 EAPI=4
53
54 DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
55 HOMEPAGE="http://ks.lamiral.info/imapsync/"
56 SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz"
57
58 LICENSE="WTFPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="dev-lang/perl"
64 RDEPEND="${DEPEND}
65 dev-perl/Digest-HMAC
66 dev-perl/IO-Socket-SSL
67 dev-perl/Mail-IMAPClient
68 dev-perl/TermReadKey
69 virtual/perl-Digest-MD5
70 virtual/perl-MIME-Base64"
71
72 RESTRICT="test"
73
74 src_prepare() {
75 sed -i -e "s/^install: testp/install:/" \
76 -e "/^DO_IT/,/^$/d" "${S}"/Makefile || die
77 }
78
79 src_compile() { : ; }