Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-quartz/
Date: Fri, 14 Apr 2017 07:44:10
Message-Id: 1492155521.acfb7f34ad26482118a794b41c7a53251695c2ba.grobian@gentoo
1 commit: acfb7f34ad26482118a794b41c7a53251695c2ba
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 07:38:41 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 07:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfb7f34
7
8 x11-themes/gtk-engines-quartz: bump from EAPI=3 to EAPI=6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2.ebuild b/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2.ebuild
16 index f6298317fb8..39f530d9482 100644
17 --- a/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2.ebuild
18 +++ b/x11-themes/gtk-engines-quartz/gtk-engines-quartz-0.2.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=3
25 +EAPI=6
26
27 inherit autotools
28
29 @@ -23,10 +23,6 @@ DEPEND="${RDEPEND}
30 S=${WORKDIR}/${MY_NAME}
31
32 src_prepare() {
33 + default
34 eautoreconf
35 }
36 -
37 -src_install() {
38 - emake DESTDIR="${D}" install || die "emake install failed"
39 - dodoc AUTHORS ChangeLog NEWS README
40 -}