* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4.ebuild
@ 2012-07-16 7:11 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-07-16 7:11 UTC (permalink / raw
To: gentoo-commits
radhermit 12/07/16 07:11:28
Modified: ChangeLog
Added: pylibpcap-0.6.4.ebuild
Log:
Version bump (bug #422851).
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-python/pylibpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 2 Apr 2011 12:46:40 -0000 1.25
+++ ChangeLog 16 Jul 2012 07:11:28 -0000 1.26
@@ -1,6 +1,11 @@
# 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.25 2011/04/02 12:46:40 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.26 2012/07/16 07:11:28 radhermit Exp $
+
+*pylibpcap-0.6.4 (16 Jul 2012)
+
+ 16 Jul 2012; Tim Harder <radhermit@gentoo.org> +pylibpcap-0.6.4.ebuild:
+ Version bump (bug #422851).
02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> pylibpcap-0.6.2.ebuild:
Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
1.1 dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.1&content-type=text/plain
Index: pylibpcap-0.6.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.1 2012/07/16 07:11:28 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
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="net-libs/libpcap"
DEPEND="${RDEPEND}
>=dev-lang/swig-1.3.34"
PYTHON_MODNAME="pcap.py"
src_install() {
distutils_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4.ebuild
@ 2012-07-16 20:57 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-07-16 20:57 UTC (permalink / raw
To: gentoo-commits
radhermit 12/07/16 20:57:38
Modified: ChangeLog pylibpcap-0.6.4.ebuild
Log:
Remove unnecessary swig dependency and die statement.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Revision Changes Path
1.27 dev-python/pylibpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 16 Jul 2012 07:11:28 -0000 1.26
+++ ChangeLog 16 Jul 2012 20:57:38 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.26 2012/07/16 07:11:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.27 2012/07/16 20:57:38 radhermit Exp $
+
+ 16 Jul 2012; Tim Harder <radhermit@gentoo.org> pylibpcap-0.6.4.ebuild:
+ Remove unnecessary swig dependency and die statement.
*pylibpcap-0.6.4 (16 Jul 2012)
1.2 dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?r1=1.1&r2=1.2
Index: pylibpcap-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylibpcap-0.6.4.ebuild 16 Jul 2012 07:11:28 -0000 1.1
+++ pylibpcap-0.6.4.ebuild 16 Jul 2012 20:57:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.1 2012/07/16 07:11:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.2 2012/07/16 20:57:38 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -19,8 +19,7 @@
IUSE="examples"
RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}
- >=dev-lang/swig-1.3.34"
+DEPEND="${RDEPEND}"
PYTHON_MODNAME="pcap.py"
@@ -29,6 +28,6 @@
if use examples; then
insinto /usr/share/doc/${PF}
- doins -r examples || die "Installation of examples failed"
+ doins -r examples
fi
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4.ebuild
@ 2012-09-08 12:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-08 12:37 UTC (permalink / raw
To: gentoo-commits
ago 12/09/08 12:37:33
Modified: ChangeLog pylibpcap-0.6.4.ebuild
Log:
Stable for amd64, wrt bug #434290
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.28 dev-python/pylibpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 16 Jul 2012 20:57:38 -0000 1.27
+++ ChangeLog 8 Sep 2012 12:37:33 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.27 2012/07/16 20:57:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.28 2012/09/08 12:37:33 ago Exp $
+
+ 08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> pylibpcap-0.6.4.ebuild:
+ Stable for amd64, wrt bug #434290
16 Jul 2012; Tim Harder <radhermit@gentoo.org> pylibpcap-0.6.4.ebuild:
Remove unnecessary swig dependency and die statement.
1.3 dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?r1=1.2&r2=1.3
Index: pylibpcap-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pylibpcap-0.6.4.ebuild 16 Jul 2012 20:57:38 -0000 1.2
+++ pylibpcap-0.6.4.ebuild 8 Sep 2012 12:37:33 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.2 2012/07/16 20:57:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.3 2012/09/08 12:37:33 ago Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~x86"
IUSE="examples"
RDEPEND="net-libs/libpcap"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4.ebuild
@ 2012-09-12 12:25 Johannes Huber (johu)
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber (johu) @ 2012-09-12 12:25 UTC (permalink / raw
To: gentoo-commits
johu 12/09/12 12:25:40
Modified: ChangeLog pylibpcap-0.6.4.ebuild
Log:
Stable for x86, wrt bug #434290
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Revision Changes Path
1.29 dev-python/pylibpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 8 Sep 2012 12:37:33 -0000 1.28
+++ ChangeLog 12 Sep 2012 12:25:40 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.28 2012/09/08 12:37:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.29 2012/09/12 12:25:40 johu Exp $
+
+ 12 Sep 2012; Johannes Huber <johu@gentoo.org> pylibpcap-0.6.4.ebuild:
+ Stable for x86, wrt bug #434290
08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> pylibpcap-0.6.4.ebuild:
Stable for amd64, wrt bug #434290
1.4 dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild?r1=1.3&r2=1.4
Index: pylibpcap-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pylibpcap-0.6.4.ebuild 8 Sep 2012 12:37:33 -0000 1.3
+++ pylibpcap-0.6.4.ebuild 12 Sep 2012 12:25:40 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.3 2012/09/08 12:37:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild,v 1.4 2012/09/12 12:25:40 johu Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 x86"
IUSE="examples"
RDEPEND="net-libs/libpcap"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-12 12:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 12:37 [gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-09-12 12:25 Johannes Huber (johu)
2012-07-16 20:57 Tim Harder (radhermit)
2012-07-16 7:11 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox