Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 315095 | Differences between
and this patch

Collapse All | Expand All

(-)dshieldpy.orig/dshieldpy-3.2.ebuild (-2 / +7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/dshieldpy/dshieldpy-3.2.ebuild,v 1.8 2011/04/05 05:46:48 ulm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-firewall/dshieldpy/dshieldpy-3.2.ebuild,v 1.8 2011/04/05 05:46:48 ulm Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
inherit python
8
5
DESCRIPTION="Python script to submit firewall logs to dshield.org"
9
DESCRIPTION="Python script to submit firewall logs to dshield.org"
6
HOMEPAGE="http://dshieldpy.sourceforge.net/"
10
HOMEPAGE="http://dshieldpy.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/dshieldpy/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/dshieldpy/${P}.tar.gz"
Lines 9-22 Link Here
9
SLOT="0"
13
SLOT="0"
10
KEYWORDS="~amd64 ~ppc x86"
14
KEYWORDS="~amd64 ~ppc x86"
11
IUSE=""
15
IUSE=""
12
DEPEND="dev-lang/python"
16
DEPEND=""
13
RDEPEND=""
17
RDEPEND=""
14
S=${WORKDIR}/DShield.py
18
S=${WORKDIR}/DShield.py
15
19
16
src_install() {
20
src_install() {
17
	dodoc CHANGELOG COPYING README*
21
	dodoc CHANGELOG README*
18
	dobin dshield.py
22
	dobin dshield.py
19
23
20
	insinto /etc
24
	insinto /etc
21
	doins dshieldpy.conf
25
	doins dshieldpy.conf
26
	python_convert_shebangs 2 "${ED}"usr/bin/dshield.py
22
}
27
}

Return to bug 315095