Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-privacy-please/
Date: Sat, 26 May 2018 20:31:40
Message-Id: 1527366686.4c0a6f2261d137c1e77ea4b0a401f4e383cea778.bman@gentoo
1 commit: 4c0a6f2261d137c1e77ea4b0a401f4e383cea778
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 19:11:26 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:31:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0a6f22
7
8 x11-plugins/pidgin-privacy-please: bump EAPI and drop eutils
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
16 index 68ee1c6cecf..0b948e591e6 100644
17 --- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
18 +++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=2
24 +EAPI=6
25
26 inherit autotools
27
28 @@ -19,11 +19,12 @@ DEPEND="${RDEPEND}
29 sys-devel/gettext"
30
31 src_prepare() {
32 + default
33 sed -e 's: -Wall -g3::' -i configure.ac || die
34 eautoreconf
35 }
36
37 src_install() {
38 emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
39 - dodoc AUTHORS ChangeLog NEWS README || die
40 + default
41 }