commit: d7bfc641fd91d6f8f51b3a91e624417ef339e8bd Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Wed Oct 8 15:16:41 2014 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Wed Oct 8 15:16:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=d7bfc641
drop broken version Package-Manager: portage-2.2.14_rc1 Manifest-Sign-Key: 62EEF090 --- dev-python/python-iptables/ChangeLog | 4 +++ dev-python/python-iptables/Manifest | 13 ------- .../python-iptables-0.4.0-r1.ebuild | 41 ---------------------- 3 files changed, 4 insertions(+), 54 deletions(-) diff --git a/dev-python/python-iptables/ChangeLog b/dev-python/python-iptables/ChangeLog index f0ed32a..70584c4 100644 --- a/dev-python/python-iptables/ChangeLog +++ b/dev-python/python-iptables/ChangeLog @@ -1,3 +1,7 @@ + 08 Oct 2014; Michael Weber <[email protected]> -Manifest, + -python-iptables-0.4.0-r1.ebuild: + drop broken version + *python-iptables-0.4.0-r1 (08 Oct 2014) *python-iptables-9999 (08 Oct 2014) diff --git a/dev-python/python-iptables/Manifest b/dev-python/python-iptables/Manifest deleted file mode 100644 index bc5e78a..0000000 --- a/dev-python/python-iptables/Manifest +++ /dev/null @@ -1,13 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST python-iptables-0.4.0.tar.gz 35824 SHA256 f1ca24c041f90d89a2d21ec7657b8d45729d18e80033602726679030eb6472f2 SHA512 9055d7e637938ef6e0def0a84e7cac67ffbbdaf7584b413b86e6a879c3aed62814defe647d8f911dc74d8573c7bfa0e7ddb034498d7992e2b5b42a1018c00b70 WHIRLPOOL 7436e6868fd2bd8ff1ce2526f4e1b5c0ff6da9c1d83f496d9ae434844c9149cc9e749b8ed81cb76f25b527cd809656ffcf31a9fef9c848cc39d8879549c05ad8 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iL4EAREIAGYFAlQ1VUJfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl -bnBncC5maWZ0aGhvcnNlbWFuLm5ldDY3QjA4MzdGODg1NUMxMjIzNUQ0MDgxNzky -N0FERDBDNjJFRUYwOTAACgkQknrdDGLu8JBTPgD9EL0U4qW6ILA5M2GFHntamVN2 -mt7cfEjxKM6QqdbX06UA/jL2uHJIcGKo3cV64CU9f/kJgakfvSoC1eaMvKxLuit9 -=c4M4 ------END PGP SIGNATURE----- diff --git a/dev-python/python-iptables/python-iptables-0.4.0-r1.ebuild b/dev-python/python-iptables/python-iptables-0.4.0-r1.ebuild deleted file mode 100644 index 1533d48..0000000 --- a/dev-python/python-iptables/python-iptables-0.4.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.2 2014/08/10 21:19:05 slyfox Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) -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" - "${FILESDIR}/${PN}-0.4.0-python3.patch" -) - -python_prepare() { - case ${EPYTHON} in - python3*) - 2to3-${EPYTHON/python} --write --nobackups --no-diffs . - ;; - esac -} - -python_test() { - ${PYTHON} test.py || die "tests fail with ${EPYTHON}" -}
