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/guifications/
Date: Sun, 27 May 2018 18:23:29
Message-Id: 1527445390.74a09ef4102dd69a9c9c8cf967bdec6f73ac7909.bman@gentoo
1 commit: 74a09ef4102dd69a9c9c8cf967bdec6f73ac7909
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:53:02 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a09ef4
7
8 x11-plugins/guifications: nix src_install()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/guifications/guifications-2.16.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
16 index 95bed743de1..7c04124a3e3 100644
17 --- a/x11-plugins/guifications/guifications-2.16.ebuild
18 +++ b/x11-plugins/guifications/guifications-2.16.ebuild
19 @@ -28,8 +28,3 @@ src_configure() {
20 $(use_enable debug ) \
21 $(use_enable nls) || die "econf failure"
22 }
23 -
24 -src_install() {
25 - emake install DESTDIR="${D}" || die "make install failure"
26 - default
27 -}