Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ethtool/
Date: Wed, 29 May 2019 18:07:39
Message-Id: 1559153229.5bfe1c7a388bb38970138593331d123cb0128a18.asturm@gentoo
1 commit: 5bfe1c7a388bb38970138593331d123cb0128a18
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:27:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfe1c7a
7
8 dev-python/python-ethtool: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/python-ethtool/Manifest | 1 -
14 .../python-ethtool/python-ethtool-0.11.ebuild | 27 ----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-python/python-ethtool/Manifest b/dev-python/python-ethtool/Manifest
18 index dd7f489df12..a828ab86a35 100644
19 --- a/dev-python/python-ethtool/Manifest
20 +++ b/dev-python/python-ethtool/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST python-ethtool-0.11.tar.bz2 34487 BLAKE2B bdb5eced32c508a593bbbc80fc287ece547c34504bbdf36877f4b62dea1239a33c5ea23dcecdd8b0f8104eea3ec7d5418a3ee5a1697930ea24a51da42f3ddc24 SHA512 b260e608e1024c48eedb72327b704b01fb42396219ca3d942fe42f22d3e8018fc74bfeffd96e37abd4efd2ce49a73915e0e2af5841a537a02e247d4ba5548f20
23 DIST python-ethtool-0.11.tar.gz 37326 BLAKE2B b2345f5aece60c3b418d9fcd61220ab77fb49b9995a23b0ed6d97135dee61e4ffa177059869a8702430703b9f6518ffdcb8d690c868d0f8338ab16fdc36c58ea SHA512 227a9248dfdd36a9018a441d3ef4680691c23dac52972fe1ecc67ff30991f3de4cd71af0e48669ca382d6f177d1b3ebc97596e5a5ae4b4c80371456effe637b5
24 DIST python-ethtool-0.14.tar.gz 41945 BLAKE2B d83e40e79481ee5f91f7e097dc4f6f0eb541f88ba83e13c13b3129ece2196ee999f9110310339ebbc2343b814a3b2c80405a3b4ce6931110509a54281b370cd8 SHA512 57a3f2d60dd8309192fc858614645d4e7533c90c03113ffc1eeeb810b86eb71b0a80b4eb209d3452c7624c5318a853de50d9d716d41334bf079e6e3e2490fd4b
25
26 diff --git a/dev-python/python-ethtool/python-ethtool-0.11.ebuild b/dev-python/python-ethtool/python-ethtool-0.11.ebuild
27 deleted file mode 100644
28 index 54f2ce406b6..00000000000
29 --- a/dev-python/python-ethtool/python-ethtool-0.11.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -# TODO: install scripts and their man pages
40 -
41 -inherit eutils distutils-r1
42 -
43 -DESCRIPTION="Ethernet settings python bindings"
44 -HOMEPAGE="https://fedorahosted.org/python-ethtool/"
45 -SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.bz2"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -DEPEND="dev-libs/libnl:3"
53 -RDEPEND="${DEPEND}"
54 -
55 -src_prepare() {
56 - epatch "${FILESDIR}/${P}_include-net-if.h-for-IFF_-macros.patch"
57 - distutils-r1_src_prepare
58 -}