diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:00:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:00:27 +0000 |
commit | fa0325deff4b4d9560b11d363428ab7e3dce609a (patch) | |
tree | 7506623c0f9843ed3462e4de0acecba7493cce12 /net-analyzer/scapy | |
parent | Version bump, security bug 234715 (diff) | |
download | gentoo-2-fa0325deff4b4d9560b11d363428ab7e3dce609a.tar.gz gentoo-2-fa0325deff4b4d9560b11d363428ab7e3dce609a.tar.bz2 gentoo-2-fa0325deff4b4d9560b11d363428ab7e3dce609a.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-1.1.1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
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 -} |