public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.1.1.ebuild libpcap-1.1.0-r1.ebuild libpcap-1.0.1_pre20090708.ebuild
@ 2010-04-08  5:53 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2010-04-08  5:53 UTC (permalink / raw
  To: gentoo-commits

pva         10/04/08 05:53:18

  Modified:             ChangeLog
  Added:                libpcap-1.1.1.ebuild
  Removed:              libpcap-1.1.0-r1.ebuild
                        libpcap-1.0.1_pre20090708.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.137                net-libs/libpcap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	4 Apr 2010 07:30:38 -0000	1.136
+++ ChangeLog	8 Apr 2010 05:53:18 -0000	1.137
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/libpcap
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.136 2010/04/04 07:30:38 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.137 2010/04/08 05:53:18 pva Exp $
+
+*libpcap-1.1.1 (08 Apr 2010)
+
+  08 Apr 2010; Peter Volkov <pva@gentoo.org>
+  -libpcap-1.0.1_pre20090708.ebuild, -libpcap-1.1.0-r1.ebuild,
+  +libpcap-1.1.1.ebuild:
+  Version bump.
 
 *libpcap-1.1.0-r1 (04 Apr 2010)
 



1.1                  net-libs/libpcap/libpcap-1.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-1.1.1.ebuild?rev=1.1&content-type=text/plain

Index: libpcap-1.1.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1.ebuild,v 1.1 2010/04/08 05:53:18 pva Exp $

EAPI=2
inherit autotools eutils multilib toolchain-funcs

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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="bluetooth ipv6 libnl"

RDEPEND="!virtual/libpcap
	bluetooth? ( || ( net-wireless/bluez net-wireless/bluez-libs ) )
	libnl? ( dev-libs/libnl )"
DEPEND="${RDEPEND}
	sys-devel/flex"

PROVIDE="virtual/libpcap"

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.1-cross-linux.patch"
	eautoreconf
}

src_configure() {
	econf $(use_enable ipv6) \
		$(use_with libnl) \
		$(use_enable bluetooth)
}

src_compile() {
	emake all shared || die "compile problem"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	# We need this to build pppd on G/FBSD systems
	if [[ "${USERLAND}" == "BSD" ]]; then
		insinto /usr/include
		doins pcap-int.h || die "failed to install pcap-int.h"
	fi

	# We are not installing README.{Win32,aix,hpux,tru64} (bug 183057)
	dodoc CREDITS CHANGES VERSION TODO README{,.dag,.linux,.macosx,.septel} || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-08  5:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08  5:53 [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-1.1.1.ebuild libpcap-1.1.0-r1.ebuild libpcap-1.0.1_pre20090708.ebuild Peter Volkov (pva)

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