summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-14 15:03:29 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-14 15:03:29 +0000
commit11b3cd14a67b448615802680cc6564c6814604a8 (patch)
treea8a24552901b7371c9f6cb4bb86a7a28a4561a86
parentVersion bump, security bug 234715 (diff)
downloadhistorical-11b3cd14a67b448615802680cc6564c6814604a8.tar.gz
historical-11b3cd14a67b448615802680cc6564c6814604a8.tar.bz2
historical-11b3cd14a67b448615802680cc6564c6814604a8.zip
old
Package-Manager: portage-2.1.4.4
-rw-r--r--net-analyzer/bmon/bmon-2.1.0-r3.ebuild43
-rw-r--r--net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch23
-rw-r--r--net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild32
-rw-r--r--net-analyzer/scapy/scapy-1.1.1.ebuild55
4 files changed, 0 insertions, 153 deletions
diff --git a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild b/net-analyzer/bmon/bmon-2.1.0-r3.ebuild
deleted file mode 100644
index 271f93a19d7e..000000000000
--- a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.0-r3.ebuild,v 1.6 2008/04/28 04:30:56 jer Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="interface bandwidth monitor"
-HOMEPAGE="http://people.suug.ch/~tgr/bmon/"
-SRC_URI="http://people.suug.ch/~tgr/bmon/files/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-IUSE="dbi rrdtool"
-
-DEPEND=">=sys-libs/ncurses-5.3-r2
- >=dev-libs/libnl-0.5.0
- dbi? ( >=dev-db/libdbi-0.7.2-r1 )
- rrdtool? ( >=net-analyzer/rrdtool-1.2.6-r1 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # gcc4 fix, bug 105343
- epatch "${FILESDIR}"/${P}-gcc4.diff
- # Don't strip, bug #144370
- epatch "${FILESDIR}"/${P}-nostrip.patch
- # libnl crap, bug 176378
- epatch "${FILESDIR}"/${P}-libnl-1.0.patch
-
-}
-
-src_compile() {
- econf \
- $(use_enable dbi) \
- $(use_enable rrdtool rrd) || die "econf failed"
- emake CPPFLAGS="${CXXFLAGS} -I${WORKDIR}/libnl-${NLVER}/include" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog
-}
diff --git a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch
deleted file mode 100644
index 32b3e21cce99..000000000000
--- a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure~ 2007-09-03 23:46:20.000000000 +0200
-+++ configure 2007-09-03 23:46:20.000000000 +0200
-@@ -7327,13 +7327,13 @@ echo "$as_me:$LINENO: result: $ac_cv_lib
- echo "${ECHO_T}$ac_cv_lib_nl_nl_connect" >&6
- if test $ac_cv_lib_nl_nl_connect = yes; then
-
--
--cat >>confdefs.h <<_ACEOF
--#define HAVE_NL "1"
--_ACEOF
--
-- LIBNL="-lnl"
-- NL="Yes"
-+ case ${target_os} in
-+ *linux*)
-+ echo
-+ echo "*** Warning: Building bmon on Linuxx w/o libnl ***"
-+ echo
-+ ;;
-+ esac
-
- else
-
diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild
deleted file mode 100644
index 0e888a85e5ed..000000000000
--- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.15 2007/02/28 22:37:55 genstef Exp $
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="the GNU network swiss army knife"
-HOMEPAGE="http://netcat.sourceforge.net/"
-SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ppc sparc x86 ~x86-fbsd"
-IUSE="nls debug"
-
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/netcat-${PV}
-
-src_compile() {
- econf \
- `use_enable nls` \
- `use_enable debug` \
- || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- rm ${D}/usr/bin/nc
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/net-analyzer/scapy/scapy-1.1.1.ebuild b/net-analyzer/scapy/scapy-1.1.1.ebuild
deleted file mode 100644
index 3f4ada9d4704..000000000000
--- a/net-analyzer/scapy/scapy-1.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-1.1.1.ebuild,v 1.2 2008/01/30 17:13:14 pva Exp $
-
-inherit python multilib
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/"
-SRC_URI="http://www.secdev.org/projects/scapy/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick visual"
-
-DEPEND="virtual/python"
-RDEPEND="net-analyzer/tcpdump
- gnuplot? ( dev-python/gnuplot-py )
- pyx? ( dev-python/pyx )
- crypt? ( dev-python/pycrypto )
- graphviz? ( media-gfx/graphviz )
- imagemagick? ( media-gfx/imagemagick )
- visual? ( dev-python/visual )"
-
-src_install() {
- exeinto /usr/bin
- newexe scapy.py scapy
-
- # also install scapy as a importable python module
- python_version
- insinto /usr/$(get_libdir)/python${PYVER}/site-packages
- doins scapy.py
-
- insinto /etc
- doins "${FILESDIR}"/ethertypes
- dodoc AUTHORS README changelog.txt
- doman scapy.1
-}
-
-pkg_postinst() {
- python_mod_optimize
-
- einfo ""
- einfo "- Check http://www.secdev.org/projects/scapy/ for additional info"
- einfo ""
- einfo "- To subscribe to the mailing-list, send a mail to scapy.ml-subscribe(at)secdev.org"
- einfo "- To send a mail to the mailing-list: scapy.ml(at)secdev.org"
- einfo "- Web archive : http://news.gmane.org/gmane.comp.security.scapy.general"
- einfo "- NNTP, RSS, etc : http://gmane.org/info.php?group=gmane.comp.security.scapy.general"
- einfo ""
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}