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: Sun, 27 May 2018 18:23:29
Message-Id: 1527445389.d4d0c42c893f62dcecd3f224e589bd0ddfd1be9a.bman@gentoo
1 commit: d4d0c42c893f62dcecd3f224e589bd0ddfd1be9a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:51:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d0c42c
7
8 x11-plugins/pidgin-privacy-please: nix src_install()
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, 5 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 0b948e591e6..0af2b95d9d4 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 @@ -23,8 +23,3 @@ src_prepare() {
20 sed -e 's: -Wall -g3::' -i configure.ac || die
21 eautoreconf
22 }
23 -
24 -src_install() {
25 - emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
26 - default
27 -}