summaryrefslogtreecommitdiff
path: root/dev-python/python-ebtables
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/python-ebtables
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/python-ebtables')
-rw-r--r--dev-python/python-ebtables/Manifest3
-rw-r--r--dev-python/python-ebtables/metadata.xml15
-rw-r--r--dev-python/python-ebtables/python-ebtables-0.2.0.ebuild18
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/python-ebtables/Manifest b/dev-python/python-ebtables/Manifest
deleted file mode 100644
index 66d6e943467f..000000000000
--- a/dev-python/python-ebtables/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-ebtables-0.2.0.tar.gz 20290 BLAKE2B adf76b13d0f008ef422789e93e61748a07b348cc8575ed3ce2d73d3f21a6f20fce654e33f6cdb9283708aa80cbd2aa6de44dff5726a032ee198a9e5a7b70b29c SHA512 7051672d205b8318dcf7d08b50c8e0f66d9bb6532794d9292a890c5f75a88845f9e0cd9abf41450bf2a0516623c494eb40330021dc99320e5e0ffa56c75b100a
-EBUILD python-ebtables-0.2.0.ebuild 506 BLAKE2B 3f3db31cd551cad143a5571bdc5a43b4a0bc9352f55a79fb41ca76778d91c6e190a7df55b28a90e68103e9d280104d9e5608f1e1a548a13dbb3fc19a402ebe4c SHA512 8e5b5b860a510dd3cbc93c83f05188cd84c46552cff02f5fecbff68cbd53145e56fa2b7333c1809b095c7eca038085a3f15fdb28e02c6f6e03707d53e7956d75
-MISC metadata.xml 508 BLAKE2B 08df10ff65a77f2168fead03d57f4d7352b5e7a790d744dcef389abbde88a2cc80f34aa6a156c7f679f95afc48d40f0a125ea30345f7a95e18a37ca4997069fb SHA512 ff808d70776d0dca06f0fc88f0e4f5fd873a85bd9e37d9cb86c88e1d72e24496bb273be2fe3735589884c53621425f1e7b17af2d11d69b96e559e8235141deb8
diff --git a/dev-python/python-ebtables/metadata.xml b/dev-python/python-ebtables/metadata.xml
deleted file mode 100644
index 25d80baf6f13..000000000000
--- a/dev-python/python-ebtables/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- Ebtables is used for Ethernet bridge frame table administration on Linux.
- Python-ebtables is a simple Python binding for Ebtables.
- </longdescription>
- <upstream>
- <remote-id type="github">ldx/python-ebtables</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild b/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild
deleted file mode 100644
index 479b4512df8c..000000000000
--- a/dev-python/python-ebtables/python-ebtables-0.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for ebtables"
-HOMEPAGE="https://github.com/ldx/python-iptables"
-SRC_URI="https://github.com/ldx/${PN}/archive/v0.2.0.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="net-firewall/ebtables[-static]
- dev-python/cffi[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"