diff options
Diffstat (limited to 'dev-python/snmpy/snmpy-1.0_alpha4.ebuild')
-rw-r--r-- | dev-python/snmpy/snmpy-1.0_alpha4.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild index b7e5dcf73cab..69ab684467ff 100644 --- a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild +++ b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snmpy/snmpy-1.0_alpha4.ebuild,v 1.14 2003/06/22 12:16:00 liquidx Exp $ - - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-python/snmpy/snmpy-1.0_alpha4.ebuild,v 1.15 2003/09/02 23:36:15 liquidx Exp $ inherit distutils TARNAME=snmpy-alpha-4 S=${WORKDIR}/${TARNAME} + DESCRIPTION="Python SNMP interface" SRC_URI="mirror://sourceforge/snmpy/${TARNAME}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/snmpy/" + +IUSE="" LICENSE="CNRI" SLOT="0" KEYWORDS="x86 sparc alpha" DEPEND="virtual/python - >=net-analyzer/ucd-snmp-4.2.0" - + virtual/snmp" mydocs="RELEASE-NOTES docs/docs.html" |