mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-im/ekg2: Eliminate python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user