* [gentoo-commits] gentoo-x86 commit in dev-python/pysnmp: ChangeLog pysnmp-4.1.16c.ebuild
@ 2011-08-20 21:15 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2011-08-20 21:15 UTC (permalink / raw
To: gentoo-commits
jer 11/08/20 21:15:28
Modified: ChangeLog
Added: pysnmp-4.1.16c.ebuild
Log:
Version bump. Fix DEPEND.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.48 dev-python/pysnmp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysnmp/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysnmp/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysnmp/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 8 Aug 2011 18:34:12 -0000 1.47
+++ ChangeLog 20 Aug 2011 21:15:28 -0000 1.48
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pysnmp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.47 2011/08/08 18:34:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.48 2011/08/20 21:15:28 jer Exp $
+
+*pysnmp-4.1.16c (20 Aug 2011)
+
+ 20 Aug 2011; Jeroen Roovers <jer@gentoo.org> +pysnmp-4.1.16c.ebuild:
+ Version bump. Fix DEPEND.
08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> pysnmp-4.1.16a.ebuild:
Fix dependencies. Patch by Arfrever.
1.1 dev-python/pysnmp/pysnmp-4.1.16c.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysnmp/pysnmp-4.1.16c.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysnmp/pysnmp-4.1.16c.ebuild?rev=1.1&content-type=text/plain
Index: pysnmp-4.1.16c.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/pysnmp-4.1.16c.ebuild,v 1.1 2011/08/20 21:15:28 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils
DESCRIPTION="SNMP library"
HOMEPAGE="http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools"
RDEPEND="
>=dev-python/pyasn1-0.0.13_alpha
dev-python/pycrypto
"
DOCS="CHANGES README THANKS TODO"
src_install(){
distutils_src_install
dohtml docs/*.{html,gif} || die "dohtml failed"
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples docs/mibs || die "doins failed"
fi
}
pkg_postinst() {
distutils_pkg_postinst
elog
elog "You may also be interested in the following packages: "
elog "dev-python/pysnmp-apps - example programs using pysnmp"
elog "dev-python/pysnmp-mibs - IETF and other mibs"
elog "net-libs/libsmi - to dump MIBs in python format"
elog
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-20 21:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 21:15 [gentoo-commits] gentoo-x86 commit in dev-python/pysnmp: ChangeLog pysnmp-4.1.16c.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox