idella4     15/02/19 14:27:23

  Modified:             ChangeLog
  Added:                twistedsnmp-0.3.13-r1.ebuild
  Removed:              twistedsnmp-0.3.13.ebuild
  Log:
  revbump; convert -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/twistedsnmp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twistedsnmp/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twistedsnmp/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twistedsnmp/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Aug 2013 09:45:50 -0000       1.7
+++ ChangeLog   19 Feb 2015 14:27:23 -0000      1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/twistedsnmp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/ChangeLog,v 1.7 
2013/08/03 09:45:50 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twistedsnmp/ChangeLog,v 1.8 
2015/02/19 14:27:23 idella4 Exp $
+
+*twistedsnmp-0.3.13-r1 (19 Feb 2015)
+
+  19 Feb 2015; Ian Delaney <[email protected]> +twistedsnmp-0.3.13-r1.ebuild,
+  -twistedsnmp-0.3.13.ebuild:
+  revbump; convert -> distutils-r1, rm old
 
   03 Aug 2013; Michał Górny <[email protected]> twistedsnmp-0.3.13.ebuild:
   Move dev-python/twisted to dev-python/twisted-core.
@@ -32,4 +38,3 @@
   +twistedsnmp-0.2.9.ebuild:
   Initial Import
   Bug 54871; Thanks to Mike C. Fletcher <[email protected]>
-



1.1                  dev-python/twistedsnmp/twistedsnmp-0.3.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twistedsnmp/twistedsnmp-0.3.13-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twistedsnmp/twistedsnmp-0.3.13-r1.ebuild?rev=1.1&content-type=text/plain

Index: twistedsnmp-0.3.13-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twistedsnmp/twistedsnmp-0.3.13-r1.ebuild,v 
1.1 2015/02/19 14:27:23 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

MY_PN="TwistedSNMP"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="SNMP protocols and APIs for use with the Twisted networking 
framework"
HOMEPAGE="http://twistedsnmp.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples test"

RDEPEND="=dev-python/pysnmp-3*[${PYTHON_USEDEP}]
        >=dev-python/twisted-core-1.3[${PYTHON_USEDEP}]"
DEPEND="test? ( ${RDEPEND} )"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
        python-single-r1_pkg_setup
}

python_prepare_all() {
        # Disable broken test.
        sed -e "s/test_tableGetWithStart/_&/" -i test/test_get.py || die "sed 
failed"
        distutils-r1_python_prepare_all
}

python_test() {
        "${PYTHON}" test/test.py || die "tests failed"
}

src_install() {
        local HTML_DOCS=( doc/index.html )
        use examples && local EXAMPLES=( doc/examples/. )
        distutils-r1_src_install
        insinto /usr/share/doc/${PF}/html/style/
        doins doc/style/sitestyle.css
}




Reply via email to