Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: Mail-DKIM-0.32.ebuild Mail-DKIM-0.31.ebuild
Date: Tue, 18 Nov 2008 15:14:04
Message-Id: E1L2SHC-0005dD-Ab@stork.gentoo.org
1 tove 08/11/18 15:14:02
2
3 Modified: Mail-DKIM-0.32.ebuild Mail-DKIM-0.31.ebuild
4 Log:
5 New virtuals: Digest-SHA
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.3 dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild?r1=1.2&r2=1.3
14
15 Index: Mail-DKIM-0.32.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- Mail-DKIM-0.32.ebuild 22 Oct 2008 11:27:56 -0000 1.2
22 +++ Mail-DKIM-0.32.ebuild 18 Nov 2008 15:14:02 -0000 1.3
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/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild,v 1.2 2008/10/22 11:27:56 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.32.ebuild,v 1.3 2008/11/18 15:14:02 tove Exp $
28
29 MODULE_AUTHOR=JASLONG
30 inherit perl-module
31 @@ -13,7 +13,7 @@
32 IUSE=""
33
34 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24
35 - dev-perl/Digest-SHA
36 + virtual/perl-Digest-SHA
37 virtual/perl-MIME-Base64
38 dev-perl/Net-DNS
39 dev-perl/MailTools
40
41
42
43 1.7 dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild?r1=1.6&r2=1.7
48
49 Index: Mail-DKIM-0.31.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- Mail-DKIM-0.31.ebuild 22 Oct 2008 11:18:22 -0000 1.6
56 +++ Mail-DKIM-0.31.ebuild 18 Nov 2008 15:14:02 -0000 1.7
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild,v 1.6 2008/10/22 11:18:22 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.31.ebuild,v 1.7 2008/11/18 15:14:02 tove Exp $
62
63 inherit perl-module
64
65 @@ -8,7 +8,7 @@
66 SRC_URI="mirror://cpan/authors/id/J/JA/JASLONG/${P}.tar.gz"
67 HOMEPAGE="http://search.cpan.org/~jaslong/${P}/"
68 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24
69 - dev-perl/Digest-SHA
70 + virtual/perl-Digest-SHA
71 dev-perl/Digest-SHA1
72 virtual/perl-MIME-Base64
73 dev-perl/Net-DNS