public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2008-10-14  3:56 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 6+ messages in thread
From: Jesus Rivero (neurogeek) @ 2008-10-14  3:56 UTC (permalink / raw
  To: gentoo-commits

neurogeek    08/10/14 03:56:38

  Modified:             ChangeLog
  Added:                pylibpcap-0.6.2.ebuild
  Log:
  Version bump. Closes bug #240850
  (Portage version: 2.2_rc8/cvs/Linux 2.6.18-gentoo-r3 i686)

Revision  Changes    Path
1.19                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Jul 2008 19:57:15 -0000	1.18
+++ ChangeLog	14 Oct 2008 03:56:38 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pylibpcap
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.18 2008/07/15 19:57:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.19 2008/10/14 03:56:38 neurogeek Exp $
+
+*pylibpcap-0.6.2 (14 Oct 2008)
+
+  14 Oct 2008; Jesus Rivero <neurogeek@gentoo.org> +pylibpcap-0.6.2.ebuild:
+  Version bump. Closes bug #240850
 
   15 Jul 2008; Jeroen Roovers <jer@gentoo.org> pylibpcap-0.5.1.ebuild:
   Marked ~hppa too.



1.1                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.1&content-type=text/plain

Index: pylibpcap-0.6.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.1 2008/10/14 03:56:38 neurogeek Exp $

inherit distutils

DESCRIPTION="Python interface to libpcap"
HOMEPAGE="http://sourceforge.net/projects/pylibpcap/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
IUSE="examples"

RDEPEND="virtual/libpcap"
DEPEND="${RDEPEND}
	>=dev-lang/swig-1.3.34"

src_install() {
	distutils_src_install
	if use examples ; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2010-12-30 21:37 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-30 21:37 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/30 21:37:15

  Modified:             ChangeLog pylibpcap-0.6.2.ebuild
  Log:
  Fix dependencies. Set SUPPORT_PYTHON_ABIS.
  
  (Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	14 Oct 2008 03:56:38 -0000	1.19
+++ ChangeLog	30 Dec 2010 21:37:15 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pylibpcap
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.19 2008/10/14 03:56:38 neurogeek Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.20 2010/12/30 21:37:15 arfrever Exp $
+
+  30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pylibpcap-0.6.2.ebuild:
+  Fix dependencies. Set SUPPORT_PYTHON_ABIS.
 
 *pylibpcap-0.6.2 (14 Oct 2008)
 



1.2                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.1&r2=1.2

Index: pylibpcap-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylibpcap-0.6.2.ebuild	14 Oct 2008 03:56:38 -0000	1.1
+++ pylibpcap-0.6.2.ebuild	30 Dec 2010 21:37:15 -0000	1.2
@@ -1,6 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.1 2008/10/14 03:56:38 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.2 2010/12/30 21:37:15 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
 inherit distutils
 
@@ -17,10 +22,13 @@
 DEPEND="${RDEPEND}
 	>=dev-lang/swig-1.3.34"
 
+PYTHON_MODNAME="pcap.py"
+
 src_install() {
 	distutils_src_install
-	if use examples ; then
+
+	if use examples; then
 		insinto /usr/share/doc/${PF}
-		doins -r examples
+		doins -r examples || die "Installation of examples failed"
 	fi
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2011-01-01 19:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-01 19:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/01 19:06:05

  Modified:             ChangeLog pylibpcap-0.6.2.ebuild
  Log:
  Stable on amd64 wrt bug #350187
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	30 Dec 2010 21:37:15 -0000	1.20
+++ ChangeLog	1 Jan 2011 19:06:05 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylibpcap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.20 2010/12/30 21:37:15 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.21 2011/01/01 19:06:05 hwoarang Exp $
+
+  01 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pylibpcap-0.6.2.ebuild:
+  Stable on amd64 wrt bug #350187
 
   30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pylibpcap-0.6.2.ebuild:



1.3                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.2&r2=1.3

Index: pylibpcap-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pylibpcap-0.6.2.ebuild	30 Dec 2010 21:37:15 -0000	1.2
+++ pylibpcap-0.6.2.ebuild	1 Jan 2011 19:06:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.2 2010/12/30 21:37:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.3 2011/01/01 19:06:05 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~x86"
 IUSE="examples"
 
 RDEPEND="virtual/libpcap"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2011-01-02 15:11 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-02 15:11 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/02 15:11:25

  Modified:             ChangeLog pylibpcap-0.6.2.ebuild
  Log:
  x86 stable wrt bug #350187
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.22                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Jan 2011 19:06:05 -0000	1.21
+++ ChangeLog	2 Jan 2011 15:11:25 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pylibpcap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.21 2011/01/01 19:06:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.22 2011/01/02 15:11:25 phajdan.jr Exp $
+
+  02 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  pylibpcap-0.6.2.ebuild:
+  x86 stable wrt bug #350187
 
   01 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pylibpcap-0.6.2.ebuild:
   Stable on amd64 wrt bug #350187



1.4                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.3&r2=1.4

Index: pylibpcap-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pylibpcap-0.6.2.ebuild	1 Jan 2011 19:06:05 -0000	1.3
+++ pylibpcap-0.6.2.ebuild	2 Jan 2011 15:11:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.3 2011/01/01 19:06:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.4 2011/01/02 15:11:25 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 x86"
 IUSE="examples"
 
 RDEPEND="virtual/libpcap"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2011-01-09 16:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-09 16:59 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/09 16:59:14

  Modified:             ChangeLog pylibpcap-0.6.2.ebuild
  Log:
  ia64 stable wrt #350187
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.23                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	2 Jan 2011 15:11:25 -0000	1.22
+++ ChangeLog	9 Jan 2011 16:59:14 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylibpcap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.22 2011/01/02 15:11:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.23 2011/01/09 16:59:14 armin76 Exp $
+
+  09 Jan 2011; Raúl Porcel <armin76@gentoo.org> pylibpcap-0.6.2.ebuild:
+  ia64 stable wrt #350187
 
   02 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   pylibpcap-0.6.2.ebuild:



1.5                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.4&r2=1.5

Index: pylibpcap-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pylibpcap-0.6.2.ebuild	2 Jan 2011 15:11:25 -0000	1.4
+++ pylibpcap-0.6.2.ebuild	9 Jan 2011 16:59:14 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.4 2011/01/02 15:11:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.5 2011/01/09 16:59:14 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 x86"
+KEYWORDS="amd64 ~hppa ia64 x86"
 IUSE="examples"
 
 RDEPEND="virtual/libpcap"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild
@ 2011-04-02 12:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-02 12:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/02 12:46:40

  Modified:             ChangeLog pylibpcap-0.6.2.ebuild
  Log:
  Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-python/pylibpcap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Jan 2011 17:06:19 -0000	1.24
+++ ChangeLog	2 Apr 2011 12:46:40 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pylibpcap
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.24 2011/01/09 17:06:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.25 2011/04/02 12:46:40 ssuominen Exp $
+
+  02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> pylibpcap-0.6.2.ebuild:
+  Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
 
   09 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -pylibpcap-0.5.1.ebuild, -files/pylibpcap-swig-1.3.29.patch,



1.6                  dev-python/pylibpcap/pylibpcap-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild?r1=1.5&r2=1.6

Index: pylibpcap-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pylibpcap-0.6.2.ebuild	9 Jan 2011 16:59:14 -0000	1.5
+++ pylibpcap-0.6.2.ebuild	2 Apr 2011 12:46:40 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.5 2011/01/09 16:59:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.6 2011/04/02 12:46:40 ssuominen Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 KEYWORDS="amd64 ~hppa ia64 x86"
 IUSE="examples"
 
-RDEPEND="virtual/libpcap"
+RDEPEND="net-libs/libpcap"
 DEPEND="${RDEPEND}
 	>=dev-lang/swig-1.3.34"
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-02 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02 15:11 [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-02 12:46 Samuli Suominen (ssuominen)
2011-01-09 16:59 Raul Porcel (armin76)
2011-01-01 19:06 Markos Chandras (hwoarang)
2010-12-30 21:37 Arfrever Frehtes Taifersar Arahesis (arfrever)
2008-10-14  3:56 Jesus Rivero (neurogeek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox