Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/
Date: Mon, 01 Jun 2020 11:37:06
Message-Id: 1591011330.bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.mgorny@gentoo
1 commit: bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 11:34:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 11:35:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd40f2ae
7
8 net-im/ekg2: Eliminate python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-im/ekg2/ekg2-0.4_pre20190315.ebuild | 11 ++++-------
13 net-im/ekg2/ekg2-9999.ebuild | 11 ++++-------
14 2 files changed, 8 insertions(+), 14 deletions(-)
15
16 diff --git a/net-im/ekg2/ekg2-0.4_pre20190315.ebuild b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
17 index e6954bc0de6..daeedb74a57 100644
18 --- a/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
19 +++ b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
20 @@ -1,10 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python2_7 )
28 -inherit autotools python-single-r1
29 +inherit autotools
30
31 EGIT_COMMIT="f427d083ee899d42532c046100490a915b0e8a82"
32 DESCRIPTION="Text-based, multi-protocol instant messenger"
33 @@ -16,8 +15,7 @@ LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86"
36 IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl
37 - perl python readline rss spell sqlite ssl xmpp unicode zlib"
38 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
39 + perl readline rss spell sqlite ssl xmpp unicode zlib"
40
41 RDEPEND="dev-libs/glib:2
42 gadu? ( <net-libs/libgadu-1.12:0= )
43 @@ -26,7 +24,6 @@ RDEPEND="dev-libs/glib:2
44 nls? ( virtual/libintl:0= )
45 openssl? ( dev-libs/openssl:0= )
46 perl? ( dev-lang/perl:0= )
47 - python? ( ${PYTHON_DEPS} )
48 readline? ( sys-libs/readline:0= )
49 rss? ( dev-libs/expat:0= )
50 ssl? ( net-libs/gnutls:0= )
51 @@ -73,7 +70,7 @@ src_configure() {
52 $(use_enable nntp)
53 $(use_enable openssl sim)
54 $(use_enable perl)
55 - $(use_enable python)
56 + --disable-python
57 $(use_enable readline)
58 $(use_enable rss)
59 $(use_enable sqlite logsqlite)
60
61 diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild
62 index 8c458e0a9e4..3ab02569cca 100644
63 --- a/net-im/ekg2/ekg2-9999.ebuild
64 +++ b/net-im/ekg2/ekg2-9999.ebuild
65 @@ -1,10 +1,9 @@
66 -# Copyright 1999-2019 Gentoo Authors
67 +# Copyright 1999-2020 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71
72 -PYTHON_COMPAT=( python2_7 )
73 -inherit autotools git-r3 python-single-r1
74 +inherit autotools git-r3
75
76 DESCRIPTION="Text-based, multi-protocol instant messenger"
77 HOMEPAGE="https://github.com/ekg2/ekg2/"
78 @@ -15,8 +14,7 @@ LICENSE="GPL-2"
79 SLOT="0"
80 KEYWORDS=""
81 IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl
82 - perl python readline rss spell sqlite ssl xmpp unicode zlib"
83 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
84 + perl readline rss spell sqlite ssl xmpp unicode zlib"
85
86 RDEPEND="dev-libs/glib:2
87 gadu? ( <net-libs/libgadu-1.12:0= )
88 @@ -25,7 +23,6 @@ RDEPEND="dev-libs/glib:2
89 nls? ( virtual/libintl:0= )
90 openssl? ( dev-libs/openssl:0= )
91 perl? ( dev-lang/perl:0= )
92 - python? ( ${PYTHON_DEPS} )
93 readline? ( sys-libs/readline:0= )
94 rss? ( dev-libs/expat:0= )
95 ssl? ( net-libs/gnutls:0= )
96 @@ -70,7 +67,7 @@ src_configure() {
97 $(use_enable nntp)
98 $(use_enable openssl sim)
99 $(use_enable perl)
100 - $(use_enable python)
101 + --disable-python
102 $(use_enable readline)
103 $(use_enable rss)
104 $(use_enable sqlite logsqlite)