diff -ur ../dshieldpy.orig/dshieldpy-3.2.ebuild ../dshieldpy/dshieldpy-3.2.ebuild --- ../dshieldpy.orig/dshieldpy-3.2.ebuild 2011-11-23 17:13:04.558866284 +0800 +++ ../dshieldpy/dshieldpy-3.2.ebuild 2011-11-23 17:13:28.741866299 +0800 @@ -2,6 +2,9 @@ # 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 $ +EAPI="3" +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" @@ -9,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="dev-lang/python" +DEPEND=">=dev-lang/python-2.4" RDEPEND="" S=${WORKDIR}/DShield.py @@ -19,4 +22,5 @@ insinto /etc doins dshieldpy.conf +# python_convert_shebangs -r 2 . }