From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/
Date: Mon, 1 Jun 2020 11:37:02 +0000 (UTC) [thread overview]
Message-ID: <1591011330.bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.mgorny@gentoo> (raw)
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)
next reply other threads:[~2020-06-01 11:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-01 11:37 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-16 21:53 [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/ David Seifert
2021-07-17 21:30 David Seifert
2019-03-15 8:19 Michał Górny
2019-03-15 7:56 Michał Górny
2019-03-15 7:56 Michał Górny
2017-07-30 9:44 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591011330.bd40f2ae6bbd86ec2ae06fdda87e1ae30f0f0348.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox