summaryrefslogtreecommitdiff
path: root/dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-27 19:52:32 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-27 19:52:32 +0100
commita5341c68884eda30eb791c1029971ccfae896d2a (patch)
treef656ad8aa59d7922234587431bc4fcd5ddc8e66b /dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild
parent081d1bd7d70119a05ba9f2c3ac65585ed7c4567b (diff)
downloadgentoo-a5341c68884eda30eb791c1029971ccfae896d2a.tar.gz
gentoo-a5341c68884eda30eb791c1029971ccfae896d2a.tar.bz2
gentoo-a5341c68884eda30eb791c1029971ccfae896d2a.zip
dev-python/python-ethtool: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild')
-rw-r--r--dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild b/dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild
deleted file mode 100644
index 4872652065701..0000000000000
--- a/dev-python/python-ethtool/python-ethtool-0.11-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-# TODO: install scripts and their man pages
-
-inherit distutils-r1
-
-DESCRIPTION="Ethernet settings python bindings"
-HOMEPAGE="https://pypi.org/project/ethtool/
- https://github.com/fedora-python/python-ethtool"
-SRC_URI="https://github.com/fedora-python/python-ethtool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-libs/libnl:3"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}/${P}_include-net-if.h-for-IFF_-macros.patch"
-)