diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-12-14 11:30:10 +0100 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-12-14 11:30:10 +0100 |
commit | 2ca11480096fdbf670864e55e4f8b5c8a20341e7 (patch) | |
tree | 872e861f0461db756f9adc530a30972d860d4ac2 | |
parent | Remove media-gfx/mapivi because of missing dependency: dev-perl/Image-MetaDat... (diff) | |
download | sunrise-reviewed-2ca11480096fdbf670864e55e4f8b5c8a20341e7.tar.gz sunrise-reviewed-2ca11480096fdbf670864e55e4f8b5c8a20341e7.tar.bz2 sunrise-reviewed-2ca11480096fdbf670864e55e4f8b5c8a20341e7.zip |
Remove net-analyzer/hogger because of missing dependency: perl-core/IO
-rw-r--r-- | net-analyzer/hogger/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/hogger/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/hogger/hogger-0.2.1.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/hogger/metadata.xml | 24 |
4 files changed, 0 insertions, 63 deletions
diff --git a/net-analyzer/hogger/ChangeLog b/net-analyzer/hogger/ChangeLog deleted file mode 100644 index b53f50e35..000000000 --- a/net-analyzer/hogger/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for net-analyzer/hogger -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 21 Jan 2011; Jason Wallace <jason.r.wallace@gmail.com> - +hogger-0.2.1.ebuild, +metadata.xml: - New Ebuild for bug 320565 - diff --git a/net-analyzer/hogger/Manifest b/net-analyzer/hogger/Manifest deleted file mode 100644 index 9f8d32d51..000000000 --- a/net-analyzer/hogger/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST hogger-0.2.1.tar.gz 19561 RMD160 9b3f289ad6649351d2531931af93101111ed0656 SHA1 139afd716b6695a260d166fe783e231e496c3d48 SHA256 e0e93544fc12681a73c0bed67638a7067e2878a4fb0e3c07c6390346dd50b6f4 -EBUILD hogger-0.2.1.ebuild 621 RMD160 f6e09d2561f39849eab9c4a02a70f8f1fcfbcd26 SHA1 1d9681ff19005e74a36d03191325bbb18ec5f15e SHA256 3ee2b53898ee87ff55418a2c8b3d6fd5899cdf797f41e486ac48ecd6ceb553a8 -MISC ChangeLog 245 RMD160 071368c46f16133c58fb666ae5837e71c54ad49f SHA1 3f39e26f082c5639f815de048e825af055d6eb09 SHA256 6feef92b04291595e90a9e52c698abecf48d40d30db7f0b2314f0497c9bf5a5f -MISC metadata.xml 994 RMD160 197bad4af29d9fce9db7dc9660e84694b67ce2e2 SHA1 53f8b026dd22d640c6d851f2496670482c1edd00 SHA256 f5a1da0a312373a12cbadf85399d57d9c88946bc98ed8b16a437b08b5744f1cb diff --git a/net-analyzer/hogger/hogger-0.2.1.ebuild b/net-analyzer/hogger/hogger-0.2.1.ebuild deleted file mode 100644 index ca6a4c90f..000000000 --- a/net-analyzer/hogger/hogger-0.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Perl script to convert nmap scans to a Snort Host Attribute Table" -HOMEPAGE="http://code.google.com/p/hogger/" -SRC_URI="http://hogger.googlecode.com/files/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - perl-core/IO - perl-core/Getopt-Long" - -S=${WORKDIR}/${PN} - -src_install () { - newbin hogger.pl ${PN} || die - dodoc README hogger.conf || die -} - -pkg_postinst() { - elog "An example configuration file can be found in /usr/share/doc/${PF}." -} diff --git a/net-analyzer/hogger/metadata.xml b/net-analyzer/hogger/metadata.xml deleted file mode 100644 index 0f06c9ce5..000000000 --- a/net-analyzer/hogger/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription lang="en"> - Hogger leverages nmap scan files to create a Host Attribute Table - for you in the XML format that Snort needs to tune your pre-processors. - Hogger makes your network more understandable to snort, assisting - Snort in reassembling fragmented packets and streams in the same way - that each respective host will, thereby reducing false-positives and - false-negatives. - </longdescription> - <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> - <upstream> - <maintainer> - <email>parkercrook@gmail.com</email> - <name>Parker Crook</name> - </maintainer> - <changelog>http://code.google.com/p/hogger/source/list</changelog> - <doc>http://code.google.com/p/hogger/wiki/FAQ</doc> - <bugs-to>http://code.google.com/p/hogger/issues/list</bugs-to> - <remote-id type="google-code">hogger</remote-id> - </upstream> -</pkgmetadata> - |