summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/pulledpork/pulledpork-0.5.0.ebuild')
-rw-r--r--net-analyzer/pulledpork/pulledpork-0.5.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/pulledpork/pulledpork-0.5.0.ebuild b/net-analyzer/pulledpork/pulledpork-0.5.0.ebuild
deleted file mode 100644
index 3f304f7c5..000000000
--- a/net-analyzer/pulledpork/pulledpork-0.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Perl script for Snort rule management"
-HOMEPAGE="http://code.google.com/p/pulledpork/"
-SRC_URI="http://pulledpork.googlecode.com/files/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/libwww-perl
- dev-perl/Crypt-SSLeay
- perl-core/Sys-Syslog
- perl-core/Digest-MD5
- perl-core/Archive-Tar
- net-analyzer/snort"
-
-src_install () {
- dobin pulledpork.pl || die "Failed to install script pulledpork.pl"
-
- dodoc README \
- doc/README.* \
- etc/*.conf || die "Failed to install docs in doc or etc"
-
- docinto contrib
- dodoc contrib/* || die "Failed to install docs in contrib"
-}
-
-pkg_postinst() {
- elog "Example configuration files can be found in /usr/share/doc/${PF}."
-}