diff options
Diffstat (limited to 'dev-python/netzob/netzob-0.4.0.ebuild')
-rw-r--r-- | dev-python/netzob/netzob-0.4.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/netzob/netzob-0.4.0.ebuild b/dev-python/netzob/netzob-0.4.0.ebuild index 5ea2e2e..20af032 100644 --- a/dev-python/netzob/netzob-0.4.0.ebuild +++ b/dev-python/netzob/netzob-0.4.0.ebuild @@ -7,13 +7,12 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils distutils-r1 python-r1 -MY_PV=${PV/_/-} -MY_P="Netzob-${PV}" +MY_PN="Netzob" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Network protocol modelization by reverse engineering" HOMEPAGE="http://www.netzob.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - http://www.netzob.org/repository/${MY_PV}/${MY_P}.tar.gz" +SRC_URI="http://www.netzob.org/repository/${PV}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" |