Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/minbif/
Date: Sun, 01 Jul 2018 00:04:17
Message-Id: 1530403418.6a044597ae6647628b2dfce8c738a8a3d0421b6a.asturm@gentoo
1 commit: 6a044597ae6647628b2dfce8c738a8a3d0421b6a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 22:30:17 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:03:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a044597
7
8 net-im/minbif: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 net-im/minbif/minbif-1.0.5-r2.ebuild | 15 ++++++++-------
13 1 file changed, 8 insertions(+), 7 deletions(-)
14
15 diff --git a/net-im/minbif/minbif-1.0.5-r2.ebuild b/net-im/minbif/minbif-1.0.5-r2.ebuild
16 index 1d5e71be66a..d825bc40ed2 100644
17 --- a/net-im/minbif/minbif-1.0.5-r2.ebuild
18 +++ b/net-im/minbif/minbif-1.0.5-r2.ebuild
19 @@ -1,8 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -inherit cmake-utils eutils user
26 +EAPI=6
27 +
28 +inherit cmake-utils user
29
30 DESCRIPTION="an IRC gateway to IM networks"
31 HOMEPAGE="https://symlink.me/projects/minbif/wiki/"
32 @@ -57,10 +58,10 @@ src_configure() {
33 local mycmakeargs=(
34 -DCONF_PREFIX="${EPREFIX}"/etc/minbif
35 -DENABLE_VIDEO=OFF
36 - $(cmake-utils_use_enable libcaca CACA)
37 - $(cmake-utils_use_enable imlib IMLIB)
38 - $(cmake-utils_use_enable pam PAM)
39 - $(cmake-utils_use_enable gnutls TLS)
40 + -DENABLE_TLS=$(usex gnutls)
41 + -DENABLE_IMLIB=$(usex imlib)
42 + -DENABLE_CACA=$(usex libcaca)
43 + -DENABLE_PAM=$(usex pam)
44 )
45
46 cmake-utils_src_configure