summaryrefslogtreecommitdiff
blob: c6e84b57ff0d9928cd6cc934b1fa385cd396ea41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp-mibs/pysnmp-mibs-0.0.5a.ebuild,v 1.1 2007/02/24 21:07:13 mjolnir Exp $

inherit distutils

DESCRIPTION="SNMP framework in Python - mibs"
HOMEPAGE="http://pysnmp.sf.net/"
SRC_URI="mirror://sourceforge/pysnmp/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-python/pysnmp-4.1.7a"
RDEPEND="${DEPEND}"