net-im/mcabber: EAPI=7
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sat, 22 Sep 2018 22:20:13 +0000 (23:20 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 23 Sep 2018 00:59:36 +0000 (01:59 +0100)
Stopped using autotools-utils eclass.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

net-im/mcabber/mcabber-9999.ebuild

index b2a9886fa91ba791aa8696f926d5c16d6d44bca5..0813371b2a8ac1752854bcb1f7132dd9ed06fecb 100644 (file)
@@ -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