Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/
Date: Fri, 14 Aug 2020 23:22:30
Message-Id: 1597447292.ba79fe647eff1335a94720203da8d7ae19923d9d.asturm@gentoo
1 commit: ba79fe647eff1335a94720203da8d7ae19923d9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:24:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba79fe64
7
8 net-irc/limnoria: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-irc/limnoria/limnoria-20191123.ebuild | 8 +++-----
13 net-irc/limnoria/limnoria-99999999.ebuild | 8 +++-----
14 2 files changed, 6 insertions(+), 10 deletions(-)
15
16 diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild
17 index f9e493b70c7..9c1aeabf03a 100644
18 --- a/net-irc/limnoria/limnoria-20191123.ebuild
19 +++ b/net-irc/limnoria/limnoria-20191123.ebuild
20 @@ -51,11 +51,9 @@ src_unpack() {
21 }
22
23 python_prepare() {
24 - if python_is_python3; then
25 - einfo "Removing the RSS plugin because of clashes between libxml2's Python3"
26 - einfo "bindings and feedparser."
27 - rm -rf "plugins/RSS" || die
28 - fi
29 + einfo "Removing the RSS plugin because of clashes between libxml2's Python3"
30 + einfo "bindings and feedparser."
31 + rm -rf "plugins/RSS" || die
32 }
33
34 python_install_all() {
35
36 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild
37 index f9e493b70c7..9c1aeabf03a 100644
38 --- a/net-irc/limnoria/limnoria-99999999.ebuild
39 +++ b/net-irc/limnoria/limnoria-99999999.ebuild
40 @@ -51,11 +51,9 @@ src_unpack() {
41 }
42
43 python_prepare() {
44 - if python_is_python3; then
45 - einfo "Removing the RSS plugin because of clashes between libxml2's Python3"
46 - einfo "bindings and feedparser."
47 - rm -rf "plugins/RSS" || die
48 - fi
49 + einfo "Removing the RSS plugin because of clashes between libxml2's Python3"
50 + einfo "bindings and feedparser."
51 + rm -rf "plugins/RSS" || die
52 }
53
54 python_install_all() {