Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
Date: Sat, 02 Apr 2011 12:46:55
Message-Id: 20110402124640.BDB1920054@flycatcher.gentoo.org
1 ssuominen 11/04/02 12:46:40
2
3 Modified: ChangeLog pylibpcap-0.6.2.ebuild
4 Log:
5 Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 dev-python/pylibpcap/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 9 Jan 2011 17:06:19 -0000 1.24
23 +++ ChangeLog 2 Apr 2011 12:46:40 -0000 1.25
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pylibpcap
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.24 2011/01/09 17:06:19 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.25 2011/04/02 12:46:40 ssuominen Exp $
29 +
30 + 02 Apr 2011; Samuli Suominen <ssuominen@g.o> pylibpcap-0.6.2.ebuild:
31 + Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
32
33 09 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 -pylibpcap-0.5.1.ebuild, -files/pylibpcap-swig-1.3.29.patch,
35
36
37
38 1.6 dev-python/pylibpcap/pylibpcap-0.6.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.5&r2=1.6
43
44 Index: pylibpcap-0.6.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- pylibpcap-0.6.2.ebuild 9 Jan 2011 16:59:14 -0000 1.5
51 +++ pylibpcap-0.6.2.ebuild 2 Apr 2011 12:46:40 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.5 2011/01/09 16:59:14 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.6 2011/04/02 12:46:40 ssuominen Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -18,7 +18,7 @@
61 KEYWORDS="amd64 ~hppa ia64 x86"
62 IUSE="examples"
63
64 -RDEPEND="virtual/libpcap"
65 +RDEPEND="net-libs/libpcap"
66 DEPEND="${RDEPEND}
67 >=dev-lang/swig-1.3.34"