Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: ChangeLog imapsync-1.255.ebuild imapsync-1.217.ebuild
Date: Sat, 28 Jun 2008 13:18:03
Message-Id: E1KCaJQ-0002oI-RB@stork.gentoo.org
1 dertobi123 08/06/28 13:17:56
2
3 Modified: ChangeLog
4 Added: imapsync-1.255.ebuild
5 Removed: imapsync-1.217.ebuild
6 Log:
7 Version bump, #218810
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
9
10 Revision Changes Path
11 1.19 net-mail/imapsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 9 Jun 2008 10:37:55 -0000 1.18
24 +++ ChangeLog 28 Jun 2008 13:17:56 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-mail/imapsync
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.18 2008/06/09 10:37:55 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.19 2008/06/28 13:17:56 dertobi123 Exp $
30 +
31 +*imapsync-1.255 (28 Jun 2008)
32 +
33 + 28 Jun 2008; Tobias Scherbaum <dertobi123@g.o>
34 + -imapsync-1.217.ebuild, +imapsync-1.255.ebuild:
35 + Version bump, #218810
36
37 09 Jun 2008; Torsten Veller <tove@g.o> imapsync-1.217.ebuild:
38 Add Digest-HMAC to RDEPEND (#225089). Don't run imapsync during installation
39
40
41
42 1.1 net-mail/imapsync/imapsync-1.255.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.255.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.255.ebuild?rev=1.1&content-type=text/plain
46
47 Index: imapsync-1.255.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255.ebuild,v 1.1 2008/06/28 13:17:56 dertobi123 Exp $
52
53 inherit eutils
54
55 DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another."
56 HOMEPAGE="http://www.linux-france.org/prj/"
57 SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz"
58 LICENSE="GPL-2"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 DEPEND="dev-lang/perl"
65 RDEPEND="${DEPEND}
66 virtual/perl-Digest-MD5
67 dev-perl/Net-SSLeay
68 virtual/perl-MIME-Base64
69 dev-perl/TermReadKey
70 dev-perl/IO-Socket-SSL
71 dev-perl/Digest-HMAC
72 >=dev-perl/Mail-IMAPClient-2.1.4"
73
74 RESTRICT="test"
75
76 src_unpack() {
77 unpack ${A}
78 sed -i -e "s/^install: testp/install:/" \
79 -e "s/^\(all: ChangeLog README\) VERSION/\1/" "${S}"/Makefile || die
80 }
81
82 src_compile() {
83 emake all || die
84 }
85
86 src_install() {
87 make DESTDIR="${D}" install || die "make failed"
88 dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed"
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list