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-Procmail: ChangeLog Mail-Procmail-1.08.ebuild
Date: Thu, 04 Feb 2010 20:10:52
Message-Id: E1Nd82K-0008L8-UC@stork.gentoo.org
1 tove 10/02/04 20:10:48
2
3 Modified: ChangeLog Mail-Procmail-1.08.ebuild
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.34 dev-perl/Mail-Procmail/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 6 Jul 2009 21:01:00 -0000 1.33
22 +++ ChangeLog 4 Feb 2010 20:10:48 -0000 1.34
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Mail-Procmail
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.33 2009/07/06 21:01:00 jer Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.34 2010/02/04 20:10:48 tove Exp $
29 +
30 + 04 Feb 2010; Torsten Veller <tove@g.o> Mail-Procmail-1.08.ebuild:
31 + Fix LICENSE (#301969). Maintenance
32
33 06 Jul 2009; Jeroen Roovers <jer@g.o> Mail-Procmail-1.08.ebuild:
34 Stable for HPPA too.
35
36
37
38 1.15 dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild?r1=1.14&r2=1.15
43
44 Index: Mail-Procmail-1.08.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- Mail-Procmail-1.08.ebuild 6 Jul 2009 21:01:00 -0000 1.14
51 +++ Mail-Procmail-1.08.ebuild 4 Feb 2010 20:10:48 -0000 1.15
52 @@ -1,20 +1,21 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.14 2009/07/06 21:01:00 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.15 2010/02/04 20:10:48 tove Exp $
58
59 +EAPI=2
60 +
61 +MODULE_AUTHOR=JV
62 inherit perl-module
63
64 -DESCRIPTION="Mail sorting/delivery module for Perl."
65 -SRC_URI="mirror://cpan/authors/id/J/JV/JV/${P}.tar.gz"
66 -HOMEPAGE="http://search.cpan.org/~jv/"
67 +DESCRIPTION="Mail sorting/delivery module for Perl"
68
69 -SRC_TEST="do"
70 SLOT="0"
71 -LICENSE="Artistic"
72 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
73 IUSE=""
74
75 -DEPEND="virtual/perl-Getopt-Long
76 +RDEPEND="virtual/perl-Getopt-Long
77 >=dev-perl/MailTools-1.15
78 - >=dev-perl/LockFile-Simple-0.2.5
79 - dev-lang/perl"
80 + >=dev-perl/LockFile-Simple-0.2.5"
81 +DEPEND="${RDEPEND}"
82 +
83 +SRC_TEST="do"