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/Validate-Net: ChangeLog Validate-Net-0.6.ebuild
Date: Fri, 18 Jul 2008 14:52:20
Message-Id: E1KJrJg-0008Sh-0e@stork.gentoo.org
1 tove 08/07/18 14:52:16
2
3 Modified: ChangeLog
4 Added: Validate-Net-0.6.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
8
9 Revision Changes Path
10 1.18 dev-perl/Validate-Net/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Validate-Net/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Validate-Net/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Validate-Net/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 19 Jan 2007 17:11:37 -0000 1.17
23 +++ ChangeLog 18 Jul 2008 14:52:15 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Validate-Net
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.17 2007/01/19 17:11:37 mcummings Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.18 2008/07/18 14:52:15 tove Exp $
30 +
31 +*Validate-Net-0.6 (18 Jul 2008)
32 +
33 + 18 Jul 2008; Torsten Veller <tove@g.o> +Validate-Net-0.6.ebuild:
34 + Version bump
35
36 19 Jan 2007; Michael Cummings <mcummings@g.o>
37 -Validate-Net-0.4.ebuild, Validate-Net-0.5.ebuild:
38
39
40
41 1.1 dev-perl/Validate-Net/Validate-Net-0.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Validate-Net-0.6.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.6.ebuild,v 1.1 2008/07/18 14:52:15 tove Exp $
51
52 MODULE_AUTHOR=ADAMK
53 inherit perl-module
54
55 DESCRIPTION="Format validation and more for Net:: related strings"
56
57 SLOT="0"
58 LICENSE="|| ( Artistic GPL-2 )"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
60 IUSE="test"
61
62 SRC_TEST="do"
63
64 RDEPEND="dev-perl/Class-Default
65 dev-lang/perl"
66 DEPEND="${RDEPEND}
67 test? ( virtual/perl-Test-Simple )"
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list