diff options
-rw-r--r-- | net-analyzer/netsniff-ng/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/netsniff-ng/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild | 58 | ||||
-rw-r--r-- | net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild | 58 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
5 files changed, 0 insertions, 129 deletions
diff --git a/net-analyzer/netsniff-ng/Manifest b/net-analyzer/netsniff-ng/Manifest deleted file mode 100644 index e5c947a497ab..000000000000 --- a/net-analyzer/netsniff-ng/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST netsniff-ng-0.6.1.tar.xz 565956 BLAKE2B ed965ee91c3d4bb6f339f983ee67052633f1fb90da114e1086672342adeec06ca2fa1b70a210b6a7cd43baacf59ff2c2b7fa72c2ea3e9477ba12055d0f34f50e SHA512 a07f3d5f85c517e220db53ac3a93e6337e49cbc8d69b730261697e765e449fa25024782b2b4fac089288f8753471e2fca3162b55c3bb2a9fcbbb10b96391efc1 diff --git a/net-analyzer/netsniff-ng/metadata.xml b/net-analyzer/netsniff-ng/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-analyzer/netsniff-ng/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild deleted file mode 100644 index e2787720d544..000000000000 --- a/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="high performance network sniffer for packet inspection" -HOMEPAGE="http://netsniff-ng.org/" -SRC_URI="http://pub.${PN}.org/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/geoip - dev-libs/libcli - dev-libs/libnl:3 - dev-libs/userspace-rcu:= - net-libs/libnet:1.1 - net-libs/libnetfilter_conntrack - net-libs/libpcap - sys-libs/ncurses:0 - sys-libs/zlib" -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison - =net-libs/nacl-0_p20110221* - virtual/pkgconfig" - -src_prepare() { - sed -e '/CFLAGS/s:?=:+=:' \ - -e '/CPPFLAGS/s:?=:+=:' \ - -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \ - -i.bak Makefile || die - - if ! grep nacl-20110221 curvetun/nacl_build.sh >/dev/null ; then - die "have nacl-20110221, expected $(grep ${MY_NACL_P} curvetun/nacl_build.sh)" - fi - - export NACL_INC_DIR="${EROOT}usr/include/nacl" - export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl" - - epatch_user -} - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \ - LEX=lex YAAC=bison STRIP=true \ - Q= HARDENING=1 -} - -src_install() { - emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install - - dodoc AUTHORS README REPORTING-BUGS -} diff --git a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild deleted file mode 100644 index 7cf9b0ff7822..000000000000 --- a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-2 eutils multilib toolchain-funcs - -DESCRIPTION="high performance network sniffer for packet inspection" -HOMEPAGE="http://netsniff-ng.org/" -EGIT_REPO_URI="https://github.com/borkmann/${PN}.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="dev-libs/geoip - dev-libs/libcli - dev-libs/libnl:3 - dev-libs/userspace-rcu:= - net-libs/libnet:1.1 - net-libs/libnetfilter_conntrack - net-libs/libpcap - sys-libs/ncurses:0 - sys-libs/zlib" -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison - =net-libs/nacl-0_p20110221* - virtual/pkgconfig" - -src_prepare() { - sed -e '/CFLAGS/s:?=:+=:' \ - -e '/CPPFLAGS/s:?=:+=:' \ - -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \ - -i Makefile || die - - if ! grep nacl-20110221 curvetun/nacl_build.sh >/dev/null ; then - die "have nacl-20110221, expected $(grep ${MY_NACL_P} curvetun/nacl_build.sh)" - fi - - export NACL_INC_DIR="${EROOT}usr/include/nacl" - export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl" - - epatch_user -} - -src_compile() { - emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \ - LEX=lex YAAC=bison STRIP=@true \ - Q= HARDENING=1 -} - -src_install() { - emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install - - dodoc AUTHORS README REPORTING-BUGS -} diff --git a/profiles/package.mask b/profiles/package.mask index 5d0d15267403..6732a06549dd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -611,13 +611,6 @@ dev-util/synopsis # Removal in 30 days. Bug #680800. media-sound/forked-daapd -# Michał Górny <mgorny@gentoo.org> (17 Mar 2019) -# Unmaintained. Last bump in 2016, leaving Gentoo a few releases -# behind. The current version fails to build, with two different -# issues (#610966, #651278). -# Removal in 30 days. Bug #610966. -net-analyzer/netsniff-ng - # Matt Turner <mattst88@gentoo.org> (16 Mar 2019) # Previously packaged drivers, now removed from Gentoo. # Keep this mask in place so users are aware, but can also easily unmask them |