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-DomainKeys: ChangeLog Mail-DomainKeys-1.0.ebuild Mail-DomainKeys-0.84.ebuild Mail-DomainKeys-0.88.ebuild
Date: Tue, 30 Sep 2008 14:21:43
Message-Id: E1Kkg6e-0002IE-Vg@stork.gentoo.org
1 tove 08/09/30 14:21:40
2
3 Modified: ChangeLog Mail-DomainKeys-1.0.ebuild
4 Removed: Mail-DomainKeys-0.84.ebuild
5 Mail-DomainKeys-0.88.ebuild
6 Log:
7 Cleanup
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.31 dev-perl/Mail-DomainKeys/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 10 Nov 2007 13:56:56 -0000 1.30
24 +++ ChangeLog 30 Sep 2008 14:21:40 -0000 1.31
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Mail-DomainKeys
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.30 2007/11/10 13:56:56 drac Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/ChangeLog,v 1.31 2008/09/30 14:21:40 tove Exp $
31 +
32 + 30 Sep 2008; Torsten Veller <tove@g.o>
33 + -Mail-DomainKeys-0.84.ebuild, -Mail-DomainKeys-0.88.ebuild,
34 + Mail-DomainKeys-1.0.ebuild:
35 + Cleanup
36
37 10 Nov 2007; Samuli Suominen <drac@g.o> Mail-DomainKeys-1.0.ebuild:
38 amd64 stable
39
40
41
42 1.5 dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild?r1=1.4&r2=1.5
47
48 Index: Mail-DomainKeys-1.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- Mail-DomainKeys-1.0.ebuild 10 Nov 2007 13:56:56 -0000 1.4
55 +++ Mail-DomainKeys-1.0.ebuild 30 Sep 2008 14:21:40 -0000 1.5
56 @@ -1,21 +1,22 @@
57 -# Copyright 1999-2007 Gentoo Foundation
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-DomainKeys/Mail-DomainKeys-1.0.ebuild,v 1.4 2007/11/10 13:56:56 drac Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DomainKeys/Mail-DomainKeys-1.0.ebuild,v 1.5 2008/09/30 14:21:40 tove Exp $
62
63 +MODULE_AUTHOR=ANTHONYU
64 inherit perl-module
65
66 DESCRIPTION="A perl implementation of DomainKeys"
67 -HOMEPAGE="http://search.cpan.org/~anthonyu/${P}"
68 -SRC_URI="mirror://cpan/authors/id/A/AN/ANTHONYU/${P}.tar.gz"
69
70 LICENSE="|| ( Artistic GPL-2 )"
71 SLOT="0"
72 KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86"
73 IUSE="test"
74 +
75 SRC_TEST="do"
76
77 -DEPEND=">=dev-perl/Net-DNS-0.34
78 +RDEPEND=">=dev-perl/Net-DNS-0.34
79 dev-perl/MailTools
80 dev-perl/Crypt-OpenSSL-RSA
81 - test? ( dev-perl/Email-Address )
82 dev-lang/perl"
83 +DEPEND="${RDEPEND}
84 + test? ( dev-perl/Email-Address )"