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.592-r1.ebuild
Date: Mon, 23 Jun 2014 15:30:53
Message-Id: 20140623153050.3775E2004E@flycatcher.gentoo.org
1 radhermit 14/06/23 15:30:50
2
3 Modified: ChangeLog
4 Added: imapsync-1.592-r1.ebuild
5 Log:
6 Add missing rdep on dev-perl/IO-Tee (bug #514424).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.92 net-mail/imapsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.92&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.92&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.91&r2=1.92
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
20 retrieving revision 1.91
21 retrieving revision 1.92
22 diff -u -r1.91 -r1.92
23 --- ChangeLog 15 Jun 2014 07:48:12 -0000 1.91
24 +++ ChangeLog 23 Jun 2014 15:30:50 -0000 1.92
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-mail/imapsync
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.91 2014/06/15 07:48:12 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.92 2014/06/23 15:30:50 radhermit Exp $
30 +
31 +*imapsync-1.592-r1 (23 Jun 2014)
32 +
33 + 23 Jun 2014; Tim Harder <radhermit@g.o> +imapsync-1.592-r1.ebuild:
34 + Add missing rdep on dev-perl/IO-Tee (bug #514424).
35
36 *imapsync-1.592 (15 Jun 2014)
37
38
39
40
41 1.1 net-mail/imapsync/imapsync-1.592-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.592-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.592-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: imapsync-1.592-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.592-r1.ebuild,v 1.1 2014/06/23 15:30:50 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/File-Copy-Recursive
66 dev-perl/IO-Socket-SSL
67 dev-perl/IO-Tee
68 dev-perl/Mail-IMAPClient
69 dev-perl/TermReadKey
70 virtual/perl-Digest-MD5
71 virtual/perl-MIME-Base64"
72
73 RESTRICT="test"
74
75 src_prepare() {
76 sed -e "s/^install: testp/install:/" \
77 -e "/^DO_IT/,/^$/d" \
78 -i "${S}"/Makefile || die
79 }
80
81 src_compile() { :; }