summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-17 15:21:25 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-17 15:50:12 +0200
commitdc4342af59006609d49cdf88aa2505ce42107d47 (patch)
tree66b818d976e438438a51e0247199e33b1f623f2d /net-firewall/dshieldpy
parentnet-firewall/dshieldpy: Stabilize (diff)
downloadgentoo-dc4342af59006609d49cdf88aa2505ce42107d47.tar.gz
gentoo-dc4342af59006609d49cdf88aa2505ce42107d47.tar.bz2
gentoo-dc4342af59006609d49cdf88aa2505ce42107d47.zip
net-firewall/dshieldpy: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-firewall/dshieldpy')
-rw-r--r--net-firewall/dshieldpy/dshieldpy-3.2-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-firewall/dshieldpy/dshieldpy-3.2-r1.ebuild b/net-firewall/dshieldpy/dshieldpy-3.2-r1.ebuild
deleted file mode 100644
index 8c3cc06c927f..000000000000
--- a/net-firewall/dshieldpy/dshieldpy-3.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-inherit python
-
-DESCRIPTION="Python script to submit firewall logs to dshield.org"
-HOMEPAGE="http://dshieldpy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dshieldpy/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-S=${WORKDIR}/DShield.py
-
-src_install() {
- dodoc CHANGELOG README*
- dobin dshield.py
-
- insinto /etc
- doins dshieldpy.conf
- python_convert_shebangs 2 "${ED}"usr/bin/dshield.py
-}