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.350-r1.ebuild ChangeLog imapsync-1.350.ebuild
Date: Sun, 03 Oct 2010 18:17:59
Message-Id: 20101003181755.791E820051@flycatcher.gentoo.org
1 radhermit 10/10/03 18:17:55
2
3 Modified: ChangeLog
4 Added: imapsync-1.350-r1.ebuild
5 Removed: imapsync-1.350.ebuild
6 Log:
7 Revision bump and remove old. Remove dev-perl/DateManip dependency as it is not used anymore.
8
9 (Portage version: 2.2_rc88/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.34 net-mail/imapsync/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.34&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.34&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.33&r2=1.34
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
21 retrieving revision 1.33
22 retrieving revision 1.34
23 diff -u -r1.33 -r1.34
24 --- ChangeLog 25 Sep 2010 08:06:49 -0000 1.33
25 +++ ChangeLog 3 Oct 2010 18:17:55 -0000 1.34
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-mail/imapsync
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.33 2010/09/25 08:06:49 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.34 2010/10/03 18:17:55 radhermit Exp $
31 +
32 +*imapsync-1.350-r1 (03 Oct 2010)
33 +
34 + 03 Oct 2010; Tim Harder <radhermit@g.o> -imapsync-1.350.ebuild,
35 + +imapsync-1.350-r1.ebuild:
36 + Revision bump and remove old. Remove dev-perl/DateManip dependency as it
37 + is not used anymore.
38
39 *imapsync-1.350 (25 Sep 2010)
40
41
42
43
44 1.1 net-mail/imapsync/imapsync-1.350-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.350-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/imapsync/imapsync-1.350-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: imapsync-1.350-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.350-r1.ebuild,v 1.1 2010/10/03 18:17:55 radhermit Exp $
54
55 EAPI=2
56
57 DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another."
58 HOMEPAGE="http://www.linux-france.org/prj/"
59 SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz"
60
61 LICENSE="WTFPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND="dev-lang/perl"
67 RDEPEND="${DEPEND}
68 dev-perl/Digest-HMAC
69 dev-perl/IO-Socket-SSL
70 dev-perl/Mail-IMAPClient
71 dev-perl/Net-SSLeay
72 dev-perl/TermReadKey
73 virtual/perl-Digest-MD5
74 virtual/perl-MIME-Base64"
75
76 RESTRICT="test"
77
78 src_prepare() {
79 sed -i -e "s/^install: testp/install:/" "${S}"/Makefile || die
80 }
81
82 src_compile() { : ; }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "make failed"
86 dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed"
87 }