diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:11:38 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:11:38 +0000 |
commit | bbf547373831b1d7acbc1513201577396f7ab1cf (patch) | |
tree | f0319f17e2e3ee0f893ad3a690c58a9d69f00bd0 /net-firewall | |
parent | Remove old. (diff) | |
download | gentoo-2-bbf547373831b1d7acbc1513201577396f7ab1cf.tar.gz gentoo-2-bbf547373831b1d7acbc1513201577396f7ab1cf.tar.bz2 gentoo-2-bbf547373831b1d7acbc1513201577396f7ab1cf.zip |
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/dshieldpy/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/dshieldpy/dshieldpy-3.2.ebuild | 22 |
2 files changed, 5 insertions, 24 deletions
diff --git a/net-firewall/dshieldpy/ChangeLog b/net-firewall/dshieldpy/ChangeLog index a71785eba77c..92d511a9dd28 100644 --- a/net-firewall/dshieldpy/ChangeLog +++ b/net-firewall/dshieldpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/dshieldpy -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/dshieldpy/ChangeLog,v 1.10 2012/02/24 15:24:31 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/dshieldpy/ChangeLog,v 1.11 2013/07/09 16:11:38 kensington Exp $ + + 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> -dshieldpy-3.2.ebuild: + Remove old. 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> dshieldpy-3.2-r1.ebuild: x86 stable wrt bug #404819 diff --git a/net-firewall/dshieldpy/dshieldpy-3.2.ebuild b/net-firewall/dshieldpy/dshieldpy-3.2.ebuild deleted file mode 100644 index 492460601921..000000000000 --- a/net-firewall/dshieldpy/dshieldpy-3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/dshieldpy/dshieldpy-3.2.ebuild,v 1.8 2011/04/05 05:46:48 ulm Exp $ - -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="dev-lang/python" -RDEPEND="" -S=${WORKDIR}/DShield.py - -src_install() { - dodoc CHANGELOG COPYING README* - dobin dshield.py - - insinto /etc - doins dshieldpy.conf -} |