diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-01 13:34:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-01 13:35:30 +0200 |
commit | bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348 (patch) | |
tree | 00dca7f0ddc7a89884991310ccadef07fad9a497 /net-im/ekg2 | |
parent | package.mask: Last rite games-action/slune & deps (diff) | |
download | gentoo-bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.tar.gz gentoo-bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.tar.bz2 gentoo-bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.zip |
net-im/ekg2: Eliminate python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/ekg2')
-rw-r--r-- | net-im/ekg2/ekg2-0.4_pre20190315.ebuild | 11 | ||||
-rw-r--r-- | 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 e6954bc0de6b..daeedb74a570 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 8c458e0a9e43..3ab02569cca2 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) |