Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-DKIM: ChangeLog Mail-DKIM-0.39.ebuild
Date: Wed, 30 Mar 2011 09:32:16
Message-Id: 20110330093206.241B020054@flycatcher.gentoo.org
1 xmw 11/03/30 09:32:06
2
3 Modified: ChangeLog Mail-DKIM-0.39.ebuild
4 Log:
5 added ~arm (bug 302981)
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.49 dev-perl/Mail-DKIM/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 22 Nov 2010 16:54:19 -0000 1.48
23 +++ ChangeLog 30 Mar 2011 09:32:04 -0000 1.49
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Mail-DKIM
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.48 2010/11/22 16:54:19 tove Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.49 2011/03/30 09:32:04 xmw Exp $
30 +
31 + 30 Mar 2011; Michael Weber <xmw@g.o> Mail-DKIM-0.39.ebuild:
32 + added ~arm (bug 302981)
33
34 *Mail-DKIM-0.39 (22 Nov 2010)
35
36
37
38
39 1.2 dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild?r1=1.1&r2=1.2
44
45 Index: Mail-DKIM-0.39.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- Mail-DKIM-0.39.ebuild 22 Nov 2010 16:54:19 -0000 1.1
52 +++ Mail-DKIM-0.39.ebuild 30 Mar 2011 09:32:04 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild,v 1.1 2010/11/22 16:54:19 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.39.ebuild,v 1.2 2011/03/30 09:32:04 xmw Exp $
59
60 EAPI=3
61
62 @@ -10,7 +10,7 @@
63 DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
64
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 IUSE=""
69
70 DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24