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: ChangeLog imapsync-1.569.ebuild
Date: Wed, 25 Dec 2013 11:21:43
Message-Id: 20131225112136.DDFE22004C@flycatcher.gentoo.org
1 radhermit 13/12/25 11:21:36
2
3 Modified: ChangeLog
4 Added: imapsync-1.569.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.83 net-mail/imapsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.83&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.83&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.82&r2=1.83
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
20 retrieving revision 1.82
21 retrieving revision 1.83
22 diff -u -r1.82 -r1.83
23 --- ChangeLog 27 Sep 2013 08:23:14 -0000 1.82
24 +++ ChangeLog 25 Dec 2013 11:21:36 -0000 1.83
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/imapsync
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.82 2013/09/27 08:23:14 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.83 2013/12/25 11:21:36 radhermit Exp $
30 +
31 +*imapsync-1.569 (25 Dec 2013)
32 +
33 + 25 Dec 2013; Tim Harder <radhermit@g.o> +imapsync-1.569.ebuild:
34 + Version bump.
35
36 *imapsync-1.567 (27 Sep 2013)
37
38
39
40
41 1.1 net-mail/imapsync/imapsync-1.569.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.569.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.569.ebuild?rev=1.1&content-type=text/plain
45
46 Index: imapsync-1.569.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.569.ebuild,v 1.1 2013/12/25 11:21:36 radhermit Exp $
51
52 EAPI=5
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
62 DEPEND="dev-lang/perl"
63 RDEPEND="${DEPEND}
64 dev-perl/Digest-HMAC
65 dev-perl/IO-Socket-SSL
66 dev-perl/Mail-IMAPClient
67 dev-perl/TermReadKey
68 virtual/perl-Digest-MD5
69 virtual/perl-MIME-Base64"
70
71 RESTRICT="test"
72
73 src_prepare() {
74 sed -i -e "s/^install: testp/install:/" \
75 -e "/^DO_IT/,/^$/d" "${S}"/Makefile || die
76 }
77
78 src_compile() { :; }