diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-03 09:08:55 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-03 09:08:55 +0000 |
commit | e2e51d2b6b868b920d06946e736f92acd6909165 (patch) | |
tree | 4c68ee8691d480b83078d0a390c72d31421d25d3 /dev-python/pysnmp/pysnmp-2.0.8.ebuild | |
parent | new package, and with metadata (diff) | |
download | historical-e2e51d2b6b868b920d06946e736f92acd6909165.tar.gz historical-e2e51d2b6b868b920d06946e736f92acd6909165.tar.bz2 historical-e2e51d2b6b868b920d06946e736f92acd6909165.zip |
new package, and with metadata
Diffstat (limited to 'dev-python/pysnmp/pysnmp-2.0.8.ebuild')
-rw-r--r-- | dev-python/pysnmp/pysnmp-2.0.8.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/pysnmp/pysnmp-2.0.8.ebuild b/dev-python/pysnmp/pysnmp-2.0.8.ebuild new file mode 100644 index 000000000000..b4f9d4b51845 --- /dev/null +++ b/dev-python/pysnmp/pysnmp-2.0.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/pysnmp-2.0.8.ebuild,v 1.1 2003/07/03 09:08:47 liquidx Exp $ + +inherit distutils + +S="${WORKDIR}/${P}" +DESCRIPTION="SNMP framework in Python. Not a wrapper." +HOMEPAGE="http://pysnmp.sf.net/" +SRC_URI="mirror://sourceforge/pysnmp/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" |