chutzpah 14/08/02 21:16:03 Modified: ChangeLog Added: python-iptables-0.4.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.8 dev-python/python-iptables/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iptables/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iptables/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iptables/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-iptables/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 1 Apr 2014 17:39:39 -0000 1.7 +++ ChangeLog 2 Aug 2014 21:16:03 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-iptables # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/ChangeLog,v 1.7 2014/04/01 17:39:39 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/ChangeLog,v 1.8 2014/08/02 21:16:03 chutzpah Exp $ + +*python-iptables-0.4.0 (02 Aug 2014) + + 02 Aug 2014; Patrick McLean <[email protected]> + +python-iptables-0.4.0.ebuild: + Version bump. *python-iptables-0.3.0_p20130331 (01 Apr 2014) 1.1 dev-python/python-iptables/python-iptables-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iptables/python-iptables-0.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-iptables/python-iptables-0.4.0.ebuild?rev=1.1&content-type=text/plain Index: python-iptables-0.4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/python-iptables-0.4.0.ebuild,v 1.1 2014/08/02 21:16:03 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) inherit distutils-r1 DESCRIPTION="Python bindings for iptables." HOMEPAGE="https://github.com/ldx/python-iptables" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="net-firewall/iptables" RDEPEND="${DEPEND}" # tests manipulate live iptables rules, so disable them by default RESTRICT=test # needed for running tests #RESTRICT=userpriv PATCHES=( "${FILESDIR}/${PN}-0.2.0-tests.patch" ) python_test() { ${PYTHON} test.py || die "tests fail with ${EPYTHON}" }
