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-Lite: ChangeLog Net-CIDR-Lite-0.20.ebuild
Date: Thu, 04 Feb 2010 20:57:08
Message-Id: E1Nd8l5-0001FS-HL@stork.gentoo.org
1 tove 10/02/04 20:57:03
2
3 Modified: ChangeLog Net-CIDR-Lite-0.20.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.32 dev-perl/Net-CIDR-Lite/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 10 Jan 2010 18:41:35 -0000 1.31
22 +++ ChangeLog 4 Feb 2010 20:57:03 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Net-CIDR-Lite
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog,v 1.31 2010/01/10 18:41:35 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/ChangeLog,v 1.32 2010/02/04 20:57:03 tove Exp $
28 +
29 + 04 Feb 2010; Torsten Veller <tove@g.o> Net-CIDR-Lite-0.20.ebuild:
30 + Fix LICENSE (#301969). Maintenance
31
32 10 Jan 2010; Fabian Groffen <grobian@g.o>
33 Net-CIDR-Lite-0.20.ebuild:
34
35
36
37 1.14 dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild?r1=1.13&r2=1.14
42
43 Index: Net-CIDR-Lite-0.20.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- Net-CIDR-Lite-0.20.ebuild 10 Jan 2010 18:41:35 -0000 1.13
50 +++ Net-CIDR-Lite-0.20.ebuild 4 Feb 2010 20:57:03 -0000 1.14
51 @@ -1,18 +1,14 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild,v 1.13 2010/01/10 18:41:35 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.20.ebuild,v 1.14 2010/02/04 20:57:03 tove Exp $
56
57 +EAPI=2
58 +
59 +MODULE_AUTHOR=DOUGW
60 inherit perl-module
61
62 DESCRIPTION="Perl extension for merging IPv4 or IPv6 CIDR addresses "
63 -SRC_URI="mirror://cpan/authors/id/D/DO/DOUGW/${P}.tar.gz"
64 -HOMEPAGE="http://search.cpan.org/~dougw/${P}/"
65
66 SLOT="0"
67 -LICENSE="Artistic"
68 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
69 IUSE=""
70 -
71 -mydoc="TODO"
72 -
73 -DEPEND="dev-lang/perl"