chutzpah    14/04/01 17:39:39

  Modified:             ChangeLog
  Added:                python-iptables-0.3.0_p20130331.ebuild
  Log:
  Version bump to snapshot version since there are a lot of fixes and upstream 
is slow about releases.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.7                  dev-python/python-iptables/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-iptables/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Feb 2014 19:50:02 -0000      1.6
+++ ChangeLog   1 Apr 2014 17:39:39 -0000       1.7
@@ -1,6 +1,13 @@
 # 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.6 
2014/02/24 19:50:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/ChangeLog,v 1.7 
2014/04/01 17:39:39 chutzpah Exp $
+
+*python-iptables-0.3.0_p20130331 (01 Apr 2014)
+
+  01 Apr 2014; Patrick McLean <[email protected]>
+  +python-iptables-0.3.0_p20130331.ebuild:
+  Version bump to snapshot version since there are a lot of fixes and upstream
+  is slow about releases.
 
 *python-iptables-0.3.0-r3 (24 Feb 2014)
 



1.1                  
dev-python/python-iptables/python-iptables-0.3.0_p20130331.ebuild

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

Index: python-iptables-0.3.0_p20130331.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.3.0_p20130331.ebuild,v
 1.1 2014/04/01 17:39:39 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="https://github.com/ldx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://gentoo/${P}.tar.xz"

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}"
}




Reply via email to