Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/
Date: Sun, 23 Sep 2018 01:10:48
Message-Id: 1537664376.2e4fafc65fa4455bbbf0a634ad540dd9f153250c.andrey_utkin@gentoo
1 commit: 2e4fafc65fa4455bbbf0a634ad540dd9f153250c
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 22 22:20:13 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 00:59:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4fafc6
7
8 net-im/mcabber: EAPI=7
9
10 Stopped using autotools-utils eclass.
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 net-im/mcabber/mcabber-9999.ebuild | 13 ++++---------
15 1 file changed, 4 insertions(+), 9 deletions(-)
16
17 diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild
18 index b2a9886fa91..0813371b2a8 100644
19 --- a/net-im/mcabber/mcabber-9999.ebuild
20 +++ b/net-im/mcabber/mcabber-9999.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -inherit flag-o-matic autotools-utils mercurial
29 +inherit flag-o-matic mercurial
30
31 DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP"
32 HOMEPAGE="http://mcabber.com/"
33 @@ -37,9 +37,6 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig"
36
37 -## autotools-utils.eclass settings
38 -AUTOTOOLS_AUTORECONF="1"
39 -AUTOTOOLS_IN_SOURCE_BUILD="1"
40 DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt )
41
42 pkg_setup() {
43 @@ -49,19 +46,17 @@ pkg_setup() {
44 }
45
46 src_configure() {
47 - local myeconfargs=(
48 + econf \
49 --enable-modules \
50 $(use_enable crypt gpgme) \
51 $(use_enable otr) \
52 $(use_enable aspell) \
53 $(use_enable spell enchant) \
54 $(use_with idn libidn)
55 - )
56 - autotools-utils_src_configure
57 }
58
59 src_install() {
60 - autotools-utils_src_install
61 + default
62
63 # clean unneeded language documentation
64 for i in ${LANGS}; do