commit:     2e4fafc65fa4455bbbf0a634ad540dd9f153250c
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 22:20:13 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 00:59:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4fafc6

net-im/mcabber: EAPI=7

Stopped using autotools-utils eclass.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-im/mcabber/mcabber-9999.ebuild | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/net-im/mcabber/mcabber-9999.ebuild 
b/net-im/mcabber/mcabber-9999.ebuild
index b2a9886fa91..0813371b2a8 100644
--- a/net-im/mcabber/mcabber-9999.ebuild
+++ b/net-im/mcabber/mcabber-9999.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit flag-o-matic autotools-utils mercurial
+inherit flag-o-matic mercurial
 
 DESCRIPTION="A small Jabber console client with various features, like MUC, 
SSL, PGP"
 HOMEPAGE="http://mcabber.com/";
@@ -37,9 +37,6 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-## autotools-utils.eclass settings
-AUTOTOOLS_AUTORECONF="1"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
 DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt 
)
 
 pkg_setup() {
@@ -49,19 +46,17 @@ pkg_setup() {
 }
 
 src_configure() {
-       local myeconfargs=(
+       econf \
                --enable-modules \
                $(use_enable crypt gpgme) \
                $(use_enable otr) \
                $(use_enable aspell) \
                $(use_enable spell enchant) \
                $(use_with idn libidn)
-       )
-       autotools-utils_src_configure
 }
 
 src_install() {
-       autotools-utils_src_install
+       default
 
        # clean unneeded language documentation
        for i in ${LANGS}; do

Reply via email to