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/Email-Valid: ChangeLog Email-Valid-0.179.ebuild Email-Valid-0.15-r1.ebuild Email-Valid-0.175.ebuild
Date: Tue, 30 Sep 2008 12:46:07
Message-Id: E1Kkec6-0001HD-I1@stork.gentoo.org
1 tove 08/09/30 12:46:02
2
3 Modified: ChangeLog Email-Valid-0.179.ebuild
4 Removed: Email-Valid-0.15-r1.ebuild Email-Valid-0.175.ebuild
5 Log:
6 Cleanup
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.37 dev-perl/Email-Valid/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 19 Mar 2008 02:13:23 -0000 1.36
23 +++ ChangeLog 30 Sep 2008 12:46:02 -0000 1.37
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Email-Valid
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.36 2008/03/19 02:13:23 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.37 2008/09/30 12:46:02 tove Exp $
29 +
30 + 30 Sep 2008; Torsten Veller <tove@g.o> -Email-Valid-0.15-r1.ebuild,
31 + -Email-Valid-0.175.ebuild, Email-Valid-0.179.ebuild:
32 + Cleanup
33
34 19 Mar 2008; Jeroen Roovers <jer@g.o> Email-Valid-0.179.ebuild:
35 Stable for HPPA too.
36
37
38
39 1.9 dev-perl/Email-Valid/Email-Valid-0.179.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild?r1=1.8&r2=1.9
44
45 Index: Email-Valid-0.179.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- Email-Valid-0.179.ebuild 19 Mar 2008 02:13:23 -0000 1.8
52 +++ Email-Valid-0.179.ebuild 30 Sep 2008 12:46:02 -0000 1.9
53 @@ -1,17 +1,19 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild,v 1.8 2008/03/19 02:13:23 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.179.ebuild,v 1.9 2008/09/30 12:46:02 tove Exp $
58
59 +MODULE_AUTHOR=RJBS
60 inherit perl-module
61
62 DESCRIPTION="Check validity of Internet email addresses."
63 -SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
64 -HOMEPAGE="http://search.cpan.org/~rjbs/"
65 +
66 SLOT="0"
67 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
68 LICENSE="|| ( GPL-2 Artistic )"
69 IUSE=""
70 +
71 SRC_TEST="do"
72 +
73 DEPEND="dev-perl/MailTools
74 dev-perl/Net-DNS
75 dev-lang/perl"