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/Net-CIDR: ChangeLog Net-CIDR-0.13.ebuild
Date: Tue, 20 Jan 2009 14:52:27
Message-Id: E1LPHxp-0002AR-HS@stork.gentoo.org
1 tove 09/01/20 14:52:25
2
3 Modified: ChangeLog
4 Added: Net-CIDR-0.13.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.20 dev-perl/Net-CIDR/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 19 Jan 2007 14:46:20 -0000 1.19
23 +++ ChangeLog 20 Jan 2009 14:52:25 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Net-CIDR
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.19 2007/01/19 14:46:20 mcummings Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.20 2009/01/20 14:52:25 tove Exp $
30 +
31 +*Net-CIDR-0.13 (20 Jan 2009)
32 +
33 + 20 Jan 2009; Torsten Veller <tove@g.o> +Net-CIDR-0.13.ebuild:
34 + Version bump
35
36 19 Jan 2007; Michael Cummings <mcummings@g.o>
37 -Net-CIDR-0.10.ebuild, Net-CIDR-0.11.ebuild:
38
39
40
41 1.1 dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Net-CIDR-0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.13.ebuild,v 1.1 2009/01/20 14:52:25 tove Exp $
51
52 MODULE_AUTHOR=MRSAM
53 inherit perl-module
54
55 DESCRIPTION="Manipulate netblock lists in CIDR notation"
56
57 LICENSE="Artistic"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-lang/perl"
63 RDEPEND="${RDEPEND}"