2015-03-07 22:23:18 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-08-12 13:29:40 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-03-07 22:23:18 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipcalc/ipcalc-1.1.3.ebuild,v 1.2 2015/03/06 22:24:58 pacho Exp $
|
2014-08-12 13:29:40 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
PYTHON_COMPAT=( python2_7 pypy )
|
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="IP subnet calculator"
|
|
|
|
HOMEPAGE="http://pypi.python.org/pypi/ipcalc/"
|
|
|
|
SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="MIT"
|
2015-03-07 22:23:18 +03:00
|
|
|
KEYWORDS="amd64 ~x86"
|
2014-08-12 13:29:40 +04:00
|
|
|
IUSE=""
|