* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-06-19 20:39 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-19 20:39 UTC (permalink / raw
To: gentoo-commits
jer 12/06/19 20:39:28
Modified: ChangeLog
Added: libpcap-1.3.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.168 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 26 Apr 2012 14:29:58 -0000 1.167
+++ ChangeLog 19 Jun 2012 20:39:28 -0000 1.168
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.167 2012/04/26 14:29:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.168 2012/06/19 20:39:28 jer Exp $
+
+*libpcap-1.3.0 (19 Jun 2012)
+
+ 19 Jun 2012; Jeroen Roovers <jer@gentoo.org> +libpcap-1.3.0.ebuild:
+ Version bump.
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libpcap-1.2.1.ebuild:
keyword ~amd64-fbsd
1.1 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.1&content-type=text/plain
Index: libpcap-1.3.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.1 2012/06/19 20:39:28 jer Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="A system-independent library for user-level network packet capture"
HOMEPAGE="http://www.tcpdump.org/"
SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz
http://www.jp.tcpdump.org/release/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 libnl static-libs"
RDEPEND="bluetooth? ( net-wireless/bluez )
libnl? ( dev-libs/libnl:1.1 )"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc"
DOCS=( CREDITS CHANGES VERSION TODO README{,.dag,.linux,.macosx,.septel} )
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.2.0-cross-linux.patch
# Prefix' Solaris uses GNU ld
sed -i -e 's/freebsd\*/freebsd*|solaris*/' \
-e 's/sparc64\*/sparc64*|sparcv9*/' aclocal.m4 || die
eautoreconf
}
src_configure() {
econf \
$(use_enable ipv6) \
$(use_with libnl) \
$(use_enable bluetooth)
}
src_compile() {
emake all shared
}
src_install() {
default
# remove static libraries (--disable-static does not work)
if ! use static-libs; then
find "${ED}" -name '*.a' -exec rm {} + || die
fi
# We need this to build pppd on G/FBSD systems
if [[ "${USERLAND}" == "BSD" ]]; then
insinto /usr/include
doins pcap-int.h
fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-03 19:55 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-03 19:55 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/03 19:55:07
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
Stable arm, bug #433263
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.170 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.169&r2=1.170
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog 27 Aug 2012 16:54:09 -0000 1.169
+++ ChangeLog 3 Sep 2012 19:55:07 -0000 1.170
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.169 2012/08/27 16:54:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.170 2012/09/03 19:55:07 blueness Exp $
+
+ 03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
+ Stable arm, bug #433263
27 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> -libpcap-1.2.0.ebuild,
-libpcap-1.2.1.ebuild, libpcap-1.1.1-r1.ebuild, libpcap-1.3.0.ebuild,
1.3 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.2&r2=1.3
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpcap-1.3.0.ebuild 27 Aug 2012 16:54:09 -0000 1.2
+++ libpcap-1.3.0.ebuild 3 Sep 2012 19:55:07 -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.2 2012/08/27 16:54:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.3 2012/09/03 19:55:07 blueness Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-03 21:48 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-03 21:48 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/03 21:48:26
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
Stable ppc, bug #433263
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.171 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 3 Sep 2012 19:55:07 -0000 1.170
+++ ChangeLog 3 Sep 2012 21:48:25 -0000 1.171
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.170 2012/09/03 19:55:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.171 2012/09/03 21:48:25 blueness Exp $
+
+ 03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
+ Stable ppc, bug #433263
03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
Stable arm, bug #433263
1.4 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.3&r2=1.4
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpcap-1.3.0.ebuild 3 Sep 2012 19:55:07 -0000 1.3
+++ libpcap-1.3.0.ebuild 3 Sep 2012 21:48:25 -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.3 2012/09/03 19:55:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.4 2012/09/03 21:48:25 blueness Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-03 23:01 Anthony G. Basile (blueness)
0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-03 23:01 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/03 23:01:53
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
Stable ppc64, bug #433263
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.172 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 3 Sep 2012 21:48:25 -0000 1.171
+++ ChangeLog 3 Sep 2012 23:01:52 -0000 1.172
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.171 2012/09/03 21:48:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.172 2012/09/03 23:01:52 blueness Exp $
+
+ 03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
+ Stable ppc64, bug #433263
03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
Stable ppc, bug #433263
1.5 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.4&r2=1.5
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpcap-1.3.0.ebuild 3 Sep 2012 21:48:25 -0000 1.4
+++ libpcap-1.3.0.ebuild 3 Sep 2012 23:01:52 -0000 1.5
@@ -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.4 2012/09/03 21:48:25 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.5 2012/09/03 23:01:52 blueness Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-07 23:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-07 23:52 UTC (permalink / raw
To: gentoo-commits
ago 12/09/07 23:52:08
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
Stable for amd64, wrt bug #433263
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.173 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 3 Sep 2012 23:01:52 -0000 1.172
+++ ChangeLog 7 Sep 2012 23:52:08 -0000 1.173
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.172 2012/09/03 23:01:52 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.173 2012/09/07 23:52:08 ago Exp $
+
+ 07 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libpcap-1.3.0.ebuild:
+ Stable for amd64, wrt bug #433263
03 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libpcap-1.3.0.ebuild:
Stable ppc64, bug #433263
1.6 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.5&r2=1.6
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpcap-1.3.0.ebuild 3 Sep 2012 23:01:52 -0000 1.5
+++ libpcap-1.3.0.ebuild 7 Sep 2012 23:52:08 -0000 1.6
@@ -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.5 2012/09/03 23:01:52 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.6 2012/09/07 23:52:08 ago Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-18 15:00 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-18 15:00 UTC (permalink / raw
To: gentoo-commits
jer 12/09/18 15:00:52
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
Stable for HPPA (bug #433263).
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.175 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 11 Sep 2012 19:39:18 -0000 1.174
+++ ChangeLog 18 Sep 2012 15:00:52 -0000 1.175
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.174 2012/09/11 19:39:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.175 2012/09/18 15:00:52 jer Exp $
+
+ 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> libpcap-1.3.0.ebuild:
+ Stable for HPPA (bug #433263).
11 Sep 2012; Jeroen Roovers <jer@gentoo.org> libpcap-1.3.0.ebuild,
+files/libpcap-1.3.0-canusb.patch, metadata.xml:
1.8 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.7&r2=1.8
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpcap-1.3.0.ebuild 11 Sep 2012 19:39:18 -0000 1.7
+++ libpcap-1.3.0.ebuild 18 Sep 2012 15:00:52 -0000 1.8
@@ -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.7 2012/09/11 19:39:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.8 2012/09/18 15:00:52 jer Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs canusb"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-23 8:09 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23 8:09 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/09/23 08:09:14
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
x86 stable wrt bug #433263
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.176 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.175&r2=1.176
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog 18 Sep 2012 15:00:52 -0000 1.175
+++ ChangeLog 23 Sep 2012 08:09:14 -0000 1.176
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.175 2012/09/18 15:00:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.176 2012/09/23 08:09:14 phajdan.jr Exp $
+
+ 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libpcap-1.3.0.ebuild:
+ x86 stable wrt bug #433263
18 Sep 2012; Jeroen Roovers <jer@gentoo.org> libpcap-1.3.0.ebuild:
Stable for HPPA (bug #433263).
1.9 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.8&r2=1.9
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpcap-1.3.0.ebuild 18 Sep 2012 15:00:52 -0000 1.8
+++ libpcap-1.3.0.ebuild 23 Sep 2012 08:09:14 -0000 1.9
@@ -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.8 2012/09/18 15:00:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.9 2012/09/23 08:09:14 phajdan.jr Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs canusb"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild
@ 2012-09-30 16:26 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-30 16:26 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/30 16:26:29
Modified: ChangeLog libpcap-1.3.0.ebuild
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #433263
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.177 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.176&r2=1.177
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog 23 Sep 2012 08:09:14 -0000 1.176
+++ ChangeLog 30 Sep 2012 16:26:28 -0000 1.177
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.176 2012/09/23 08:09:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.177 2012/09/30 16:26:28 armin76 Exp $
+
+ 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> libpcap-1.3.0.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #433263
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libpcap-1.3.0.ebuild:
x86 stable wrt bug #433263
1.10 net-libs/libpcap/libpcap-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild?r1=1.9&r2=1.10
Index: libpcap-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libpcap-1.3.0.ebuild 23 Sep 2012 08:09:14 -0000 1.9
+++ libpcap-1.3.0.ebuild 30 Sep 2012 16:26:28 -0000 1.10
@@ -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/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.9 2012/09/23 08:09:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.3.0.ebuild,v 1.10 2012/09/30 16:26:28 armin76 Exp $
EAPI=4
inherit autotools eutils
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 netlink static-libs canusb"
RDEPEND="bluetooth? ( net-wireless/bluez )
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-09-30 16:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 23:52 [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.3.0.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-09-30 16:26 Raul Porcel (armin76)
2012-09-23 8:09 PaweA Hajdan (phajdan.jr)
2012-09-18 15:00 Jeroen Roovers (jer)
2012-09-03 23:01 Anthony G. Basile (blueness)
2012-09-03 21:48 Anthony G. Basile (blueness)
2012-09-03 19:55 Anthony G. Basile (blueness)
2012-06-19 20:39 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox