summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-02-21 02:39:56 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-02-21 02:39:56 +0000
commit6fe1f092b2f3da2a51847945734ac317102eb717 (patch)
treecfa018e1bd0a9174be82f18ff5c157f51f44aa0f /dev-python
parentremoving ucd-snmp as per bug #69451 (diff)
downloadhistorical-6fe1f092b2f3da2a51847945734ac317102eb717.tar.gz
historical-6fe1f092b2f3da2a51847945734ac317102eb717.tar.bz2
historical-6fe1f092b2f3da2a51847945734ac317102eb717.zip
removing ucd-snmp as per bug #69451
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/snmpy/Manifest12
-rw-r--r--dev-python/snmpy/snmpy-1.0_alpha4.ebuild4
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-python/snmpy/Manifest b/dev-python/snmpy/Manifest
index 8074ccafcb1f..fdba9d760a21 100644
--- a/dev-python/snmpy/Manifest
+++ b/dev-python/snmpy/Manifest
@@ -1,4 +1,14 @@
-MD5 b28d953589f30f312ae9fb362bd3bd78 snmpy-1.0_alpha4.ebuild 571
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 fff4daf4ae94348d5996a924f33a52c5 ChangeLog 680
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 f2d9aea727d2f1a2cd3d23e8cb731f5f snmpy-1.0_alpha4.ebuild 583
MD5 3eded070e87c9a70c72342494b6be1b3 files/digest-snmpy-1.0_alpha4 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCGUoCmdTrptrqvGERAoXoAJ4yQc2be7PoLtxKw7b6unZ3o6OfFgCgjaaF
+8d4UeZGTMuox7SY93r6YCO0=
+=eC9r
+-----END PGP SIGNATURE-----
diff --git a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
index dda6d6ba570b..6b03c2975932 100644
--- a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
+++ b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.16 2004/06/25 01:50:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snmpy/snmpy-1.0_alpha4.ebuild,v 1.17 2005/02/21 02:39:56 dragonheart Exp $
inherit distutils
@@ -17,6 +17,6 @@ SLOT="0"
KEYWORDS="x86 sparc alpha"
DEPEND="virtual/python
- virtual/snmp"
+ net-analyzer/net-snmp"
mydocs="RELEASE-NOTES docs/docs.html"