diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-04-07 18:11:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-04-07 18:12:12 -0500 |
commit | 17c708107f76e2edd5005a111e5b7afd2792c683 (patch) | |
tree | 1c22dad1278ed1e44dfb3bbe7ab8f13ecffb719f /dev-python/ovs | |
parent | net-misc/openvswitch: removing old for CVE-2023-1668 cleanup (diff) | |
download | gentoo-17c708107f76e2edd5005a111e5b7afd2792c683.tar.gz gentoo-17c708107f76e2edd5005a111e5b7afd2792c683.tar.bz2 gentoo-17c708107f76e2edd5005a111e5b7afd2792c683.zip |
dev-python/ovs: drop 2.13.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/ovs')
-rw-r--r-- | dev-python/ovs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ovs/ovs-2.13.3.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest index c90aa259ddd3..4eb688975582 100644 --- a/dev-python/ovs/Manifest +++ b/dev-python/ovs/Manifest @@ -1,2 +1 @@ -DIST ovs-2.13.3.tar.gz 102736 BLAKE2B ee6f10a41bf46534d3963360a63a0a39a7ffbed6de468894c566c7dd2ee0c645cf6f8f211bfbcda70f03b4204e396fc0b081f457df9d27f93fc40d158bb641b8 SHA512 9f73dc383f7b717000d6d1f8f2f9114ee2be2457c9b352de68c01c1f9075c39ab4a9ef14fe67083bf1da1872240204eb2642fbf7b5a871a5ad044191e0774d88 DIST ovs-2.17.1.post1.tar.gz 104766 BLAKE2B e1cb471f7f3f3b8461292c79ee5318a36d70c2ee55947bfa0274277e36514d20ad9293cb8c602e0b2c82a590397869fe51f52ee2579255bb8163014d58dccaf7 SHA512 772e7b4768f1e7fe1f2be700a0eb6bc539459e4c70432c45e7f7877b060f4c845eaa5a974f2b2264af621f5f43b97da30a9fe344a53904ec0008393689e6b895 diff --git a/dev-python/ovs/ovs-2.13.3.ebuild b/dev-python/ovs/ovs-2.13.3.ebuild deleted file mode 100644 index ed7b35f3de4b..000000000000 --- a/dev-python/ovs/ovs-2.13.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) - -inherit distutils-r1 - -DESCRIPTION="OVS bindings for python" -HOMEPAGE="https://github.com/openvswitch/ovs/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" |