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-Pcap: Net-Pcap-0.16.ebuild ChangeLog
Date: Fri, 05 Feb 2010 20:49:21
Message-Id: E1NdV6z-0002g5-3r@stork.gentoo.org
1 tove 10/02/05 20:49:09
2
3 Modified: Net-Pcap-0.16.ebuild ChangeLog
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild?r1=1.4&r2=1.5
14
15 Index: Net-Pcap-0.16.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- Net-Pcap-0.16.ebuild 7 Apr 2009 00:52:54 -0000 1.4
22 +++ Net-Pcap-0.16.ebuild 5 Feb 2010 20:49:08 -0000 1.5
23 @@ -1,16 +1,18 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild,v 1.4 2009/04/07 00:52:54 gentoofan23 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild,v 1.5 2010/02/05 20:49:08 tove Exp $
29
30 +EAPI=2
31 +
32 +MODULE_AUTHOR=SAPER
33 inherit perl-module eutils
34
35 DESCRIPTION="Perl Net::Pcap - Perl binding to the LBL pcap"
36 -SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz"
37 -HOMEPAGE="http://search.cpan.org/dist/${P}"
38 -IUSE=""
39 -DEPEND="net-libs/libpcap
40 - dev-perl/IO-Interface
41 - dev-lang/perl"
42 +
43 SLOT="0"
44 -LICENSE="Artistic"
45 KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
46 +IUSE=""
47 +
48 +RDEPEND="net-libs/libpcap
49 + dev-perl/IO-Interface"
50 +DEPEND="${RDEPEND}"
51
52
53
54 1.43 dev-perl/Net-Pcap/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/ChangeLog?rev=1.43&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/ChangeLog?rev=1.43&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Pcap/ChangeLog?r1=1.42&r2=1.43
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v
63 retrieving revision 1.42
64 retrieving revision 1.43
65 diff -u -r1.42 -r1.43
66 --- ChangeLog 2 May 2009 11:03:53 -0000 1.42
67 +++ ChangeLog 5 Feb 2010 20:49:08 -0000 1.43
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-perl/Net-Pcap
70 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.42 2009/05/02 11:03:53 tove Exp $
72 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.43 2010/02/05 20:49:08 tove Exp $
74 +
75 + 05 Feb 2010; Torsten Veller <tove@g.o> Net-Pcap-0.16.ebuild:
76 + Fix LICENSE (#301969). Maintenance
77
78 02 May 2009; Torsten Veller <tove@g.o> -Net-Pcap-0.14.ebuild:
79 Cleanup