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.217.ebuild ChangeLog
Date: Mon, 09 Jun 2008 10:38:02
Message-Id: E1K5el9-00051I-J0@stork.gentoo.org
1 tove 08/06/09 10:37:55
2
3 Modified: imapsync-1.217.ebuild ChangeLog
4 Log:
5 Add Digest-HMAC to RDEPEND (#225089). Don't run imapsync during installation to minimize DEPEND
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.2 net-mail/imapsync/imapsync-1.217.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild?r1=1.1&r2=1.2
14
15 Index: imapsync-1.217.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- imapsync-1.217.ebuild 1 Apr 2007 17:51:53 -0000 1.1
22 +++ imapsync-1.217.ebuild 9 Jun 2008 10:37:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild,v 1.1 2007/04/01 17:51:53 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.217.ebuild,v 1.2 2008/06/09 10:37:55 tove Exp $
29
30 inherit eutils
31
32 @@ -13,17 +13,28 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE=""
35
36 -DEPEND=">=dev-perl/Mail-IMAPClient-2.1.4"
37 -
38 +DEPEND="dev-lang/perl"
39 RDEPEND="${DEPEND}
40 virtual/perl-Digest-MD5
41 dev-perl/Net-SSLeay
42 virtual/perl-MIME-Base64
43 dev-perl/TermReadKey
44 - dev-perl/IO-Socket-SSL"
45 + dev-perl/IO-Socket-SSL
46 + dev-perl/Digest-HMAC
47 + >=dev-perl/Mail-IMAPClient-2.1.4"
48
49 RESTRICT="test"
50
51 +src_unpack() {
52 + unpack ${A}
53 + sed -i -e "s/^install: testp/install:/" \
54 + -e "s/^\(all: ChangeLog README\) VERSION/\1/" "${S}"/Makefile || die
55 +}
56 +
57 +src_compile() {
58 + emake all || die
59 +}
60 +
61 src_install() {
62 make DESTDIR="${D}" install || die "make failed"
63 dodoc CREDITS ChangeLog FAQ README TODO || die "dodoc failed"
64
65
66
67 1.18 net-mail/imapsync/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.18&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?rev=1.18&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/imapsync/ChangeLog?r1=1.17&r2=1.18
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v
76 retrieving revision 1.17
77 retrieving revision 1.18
78 diff -u -r1.17 -r1.18
79 --- ChangeLog 30 Aug 2007 12:03:25 -0000 1.17
80 +++ ChangeLog 9 Jun 2008 10:37:55 -0000 1.18
81 @@ -1,6 +1,10 @@
82 # ChangeLog for net-mail/imapsync
83 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.17 2007/08/30 12:03:25 phreak Exp $
85 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.18 2008/06/09 10:37:55 tove Exp $
87 +
88 + 09 Jun 2008; Torsten Veller <tove@g.o> imapsync-1.217.ebuild:
89 + Add Digest-HMAC to RDEPEND (#225089). Don't run imapsync during installation
90 + to minimize DEPEND.
91
92 30 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
93 Removing langthang from metadata due to his retirement (see #53239 for
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list