commit:     bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 11:34:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 11:35:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd40f2ae

net-im/ekg2: Eliminate python2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/ekg2/ekg2-0.4_pre20190315.ebuild | 11 ++++-------
 net-im/ekg2/ekg2-9999.ebuild            | 11 ++++-------
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/net-im/ekg2/ekg2-0.4_pre20190315.ebuild 
b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
index e6954bc0de6..daeedb74a57 100644
--- a/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
+++ b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-single-r1
+inherit autotools
 
 EGIT_COMMIT="f427d083ee899d42532c046100490a915b0e8a82"
 DESCRIPTION="Text-based, multi-protocol instant messenger"
@@ -16,8 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl
-       perl python readline rss spell sqlite ssl xmpp unicode zlib"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+       perl readline rss spell sqlite ssl xmpp unicode zlib"
 
 RDEPEND="dev-libs/glib:2
        gadu? ( <net-libs/libgadu-1.12:0= )
@@ -26,7 +24,6 @@ RDEPEND="dev-libs/glib:2
        nls? ( virtual/libintl:0= )
        openssl? ( dev-libs/openssl:0= )
        perl? ( dev-lang/perl:0= )
-       python? ( ${PYTHON_DEPS} )
        readline? ( sys-libs/readline:0= )
        rss? ( dev-libs/expat:0= )
        ssl? ( net-libs/gnutls:0= )
@@ -73,7 +70,7 @@ src_configure() {
                $(use_enable nntp)
                $(use_enable openssl sim)
                $(use_enable perl)
-               $(use_enable python)
+               --disable-python
                $(use_enable readline)
                $(use_enable rss)
                $(use_enable sqlite logsqlite)

diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild
index 8c458e0a9e4..3ab02569cca 100644
--- a/net-im/ekg2/ekg2-9999.ebuild
+++ b/net-im/ekg2/ekg2-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-inherit autotools git-r3 python-single-r1
+inherit autotools git-r3
 
 DESCRIPTION="Text-based, multi-protocol instant messenger"
 HOMEPAGE="https://github.com/ekg2/ekg2/";
@@ -15,8 +14,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl
-       perl python readline rss spell sqlite ssl xmpp unicode zlib"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+       perl readline rss spell sqlite ssl xmpp unicode zlib"
 
 RDEPEND="dev-libs/glib:2
        gadu? ( <net-libs/libgadu-1.12:0= )
@@ -25,7 +23,6 @@ RDEPEND="dev-libs/glib:2
        nls? ( virtual/libintl:0= )
        openssl? ( dev-libs/openssl:0= )
        perl? ( dev-lang/perl:0= )
-       python? ( ${PYTHON_DEPS} )
        readline? ( sys-libs/readline:0= )
        rss? ( dev-libs/expat:0= )
        ssl? ( net-libs/gnutls:0= )
@@ -70,7 +67,7 @@ src_configure() {
                $(use_enable nntp)
                $(use_enable openssl sim)
                $(use_enable perl)
-               $(use_enable python)
+               --disable-python
                $(use_enable readline)
                $(use_enable rss)
                $(use_enable sqlite logsqlite)

Reply via email to