Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/imapsync: imapsync-1.255-r1.ebuild ChangeLog
Date: Wed, 29 Oct 2008 08:37:00
Message-Id: E1Kv6Xy-0001hU-0r@stork.gentoo.org
1 tove 08/10/29 08:36:58
2
3 Modified: imapsync-1.255-r1.ebuild ChangeLog
4 Log:
5 Add dev-perl/DateManip dependency (#244859)
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.2 net-mail/imapsync/imapsync-1.255-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: imapsync-1.255-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- imapsync-1.255-r1.ebuild 19 Jul 2008 09:35:19 -0000 1.1
22 +++ imapsync-1.255-r1.ebuild 29 Oct 2008 08:36:57 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild,v 1.1 2008/07/19 09:35:19 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.255-r1.ebuild,v 1.2 2008/10/29 08:36:57 tove Exp $
28
29 inherit eutils
30
31 @@ -16,6 +16,7 @@
32 DEPEND="dev-lang/perl"
33 RDEPEND="${DEPEND}
34 virtual/perl-Digest-MD5
35 + dev-perl/DateManip
36 dev-perl/Net-SSLeay
37 virtual/perl-MIME-Base64
38 dev-perl/TermReadKey
39
40
41
42 1.21 net-mail/imapsync/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.21&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.21&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.20&r2=1.21
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
51 retrieving revision 1.20
52 retrieving revision 1.21
53 diff -u -r1.20 -r1.21
54 --- ChangeLog 19 Jul 2008 09:35:19 -0000 1.20
55 +++ ChangeLog 29 Oct 2008 08:36:57 -0000 1.21
56 @@ -1,6 +1,9 @@
57 # ChangeLog for net-mail/imapsync
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.20 2008/07/19 09:35:19 dertobi123 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.21 2008/10/29 08:36:57 tove Exp $
61 +
62 + 29 Oct 2008; Torsten Veller <tove@g.o> imapsync-1.255-r1.ebuild:
63 + Add dev-perl/DateManip dependency (#244859)
64
65 *imapsync-1.255-r1 (19 Jul 2008)