diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-04 12:17:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-04 12:17:40 +0000 |
commit | 8d21108a0cff5c514519e34504177bbd16180b24 (patch) | |
tree | 24ed37056de5bf4e7a4b02d07805823bd43c83c4 /net-libs/libpcap | |
parent | Version bump (diff) | |
download | gentoo-2-8d21108a0cff5c514519e34504177bbd16180b24.tar.gz gentoo-2-8d21108a0cff5c514519e34504177bbd16180b24.tar.bz2 gentoo-2-8d21108a0cff5c514519e34504177bbd16180b24.zip |
Old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.4.0.ebuild | 66 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.5.1.ebuild | 74 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.5.2.ebuild | 74 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-1.6.1-r1.ebuild | 70 |
5 files changed, 5 insertions, 285 deletions
diff --git a/net-libs/libpcap/ChangeLog b/net-libs/libpcap/ChangeLog index 4e39a0d6acfd..58dee143b4ce 100644 --- a/net-libs/libpcap/ChangeLog +++ b/net-libs/libpcap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libpcap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.203 2014/09/04 04:14:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.204 2014/09/04 12:17:40 jer Exp $ + + 04 Sep 2014; Jeroen Roovers <jer@gentoo.org> -libpcap-1.4.0.ebuild, + -libpcap-1.5.1.ebuild, -libpcap-1.5.2.ebuild, -libpcap-1.6.1-r1.ebuild: + Old. *libpcap-1.6.2 (04 Sep 2014) diff --git a/net-libs/libpcap/libpcap-1.4.0.ebuild b/net-libs/libpcap/libpcap-1.4.0.ebuild deleted file mode 100644 index 931911937a72..000000000000 --- a/net-libs/libpcap/libpcap-1.4.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.4.0.ebuild,v 1.2 2013/05/09 13:04:10 jer Exp $ - -EAPI=5 -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 ~arm-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 ) - netlink? ( dev-libs/libnl ) - canusb? ( virtual/libusb ) -" -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 bluetooth) \ - $(use_enable ipv6) \ - $(use_enable canusb) \ - $(use_with netlink libnl) -} - -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 - prune_libtool_files - - # We need this to build pppd on G/FBSD systems - if [[ "${USERLAND}" == "BSD" ]]; then - insinto /usr/include - doins pcap-int.h - fi -} diff --git a/net-libs/libpcap/libpcap-1.5.1.ebuild b/net-libs/libpcap/libpcap-1.5.1.ebuild deleted file mode 100644 index 2c0b654d09f2..000000000000 --- a/net-libs/libpcap/libpcap-1.5.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild,v 1.2 2013/12/01 19:42:09 grobian Exp $ - -EAPI=5 -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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="bluetooth dbus ipv6 netlink static-libs canusb" - -RDEPEND=" - bluetooth? ( net-wireless/bluez ) - dbus? ( sys-apps/dbus ) - netlink? ( dev-libs/libnl ) - canusb? ( virtual/libusb ) -" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/pkgconfig - 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 -e 's/freebsd\*/freebsd*|solaris*/' \ - -e 's/sparc64\*/sparc64*|sparcv9*/' \ - -i aclocal.m4 || die - # Prefix' Darwin systems are single arch, hijack Darwin7 case which - # assumes this setup - sed -e 's/darwin\[0-7\]\./darwin*/' \ - -i configure.in || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable bluetooth) \ - $(use_enable ipv6) \ - $(use_enable canusb) \ - $(use_enable dbus) \ - $(use_with netlink libnl) -} - -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 - prune_libtool_files - - # We need this to build pppd on G/FBSD systems - if [[ "${USERLAND}" == "BSD" ]]; then - insinto /usr/include - doins pcap-int.h - fi -} diff --git a/net-libs/libpcap/libpcap-1.5.2.ebuild b/net-libs/libpcap/libpcap-1.5.2.ebuild deleted file mode 100644 index e5bf2b15fff2..000000000000 --- a/net-libs/libpcap/libpcap-1.5.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.2.ebuild,v 1.1 2013/12/16 02:40:11 radhermit Exp $ - -EAPI=5 -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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="bluetooth dbus ipv6 netlink static-libs canusb" - -RDEPEND=" - bluetooth? ( net-wireless/bluez ) - dbus? ( sys-apps/dbus ) - netlink? ( dev-libs/libnl ) - canusb? ( virtual/libusb ) -" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/pkgconfig - 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 -e 's/freebsd\*/freebsd*|solaris*/' \ - -e 's/sparc64\*/sparc64*|sparcv9*/' \ - -i aclocal.m4 || die - # Prefix' Darwin systems are single arch, hijack Darwin7 case which - # assumes this setup - sed -e 's/darwin\[0-7\]\./darwin*/' \ - -i configure.in || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable bluetooth) \ - $(use_enable ipv6) \ - $(use_enable canusb) \ - $(use_enable dbus) \ - $(use_with netlink libnl) -} - -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 - prune_libtool_files - - # We need this to build pppd on G/FBSD systems - if [[ "${USERLAND}" == "BSD" ]]; then - insinto /usr/include - doins pcap-int.h - fi -} diff --git a/net-libs/libpcap/libpcap-1.6.1-r1.ebuild b/net-libs/libpcap/libpcap-1.6.1-r1.ebuild deleted file mode 100644 index 3cf2f74b79e6..000000000000 --- a/net-libs/libpcap/libpcap-1.6.1-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.6.1-r1.ebuild,v 1.3 2014/08/16 15:29:08 jer Exp $ - -EAPI=5 -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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="bluetooth dbus ipv6 netlink static-libs canusb" - -RDEPEND=" - bluetooth? ( net-wireless/bluez:= ) - dbus? ( sys-apps/dbus ) - netlink? ( dev-libs/libnl ) - canusb? ( virtual/libusb ) -" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/pkgconfig - virtual/yacc -" - -DOCS=( CREDITS CHANGES VERSION TODO README{,.dag,.linux,.macosx,.septel} ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.2.0-cross-linux.patch - epatch "${FILESDIR}"/${P}-configure.patch - epatch "${FILESDIR}"/${P}-prefix-solaris.patch - - mkdir bluetooth || die - cp "${FILESDIR}"/mgmt.h bluetooth/ || die - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable bluetooth) \ - $(use_enable ipv6) \ - $(use_enable canusb) \ - $(use_enable dbus) \ - $(use_with netlink libnl) -} - -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 - prune_libtool_files - - # We need this to build pppd on G/FBSD systems - if [[ "${USERLAND}" == "BSD" ]]; then - insinto /usr/include - doins pcap-int.h - fi -} |