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-extprefs/
Date: Tue, 29 May 2018 13:18:13
Message-Id: 1527599876.db43ea42ba7246a46840b8b1c81c7bc7b65ff089.bman@gentoo
1 commit: db43ea42ba7246a46840b8b1c81c7bc7b65ff089
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 23:59:21 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 13:17:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db43ea42
7
8 x11-plugins/pidgin-extprefs: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
16 index b291a7b8d44..cc4b162c7c6 100644
17 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
18 +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
19 @@ -1,7 +1,7 @@
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=2
25 +EAPI=6
26
27 DESCRIPTION="Extra preferences that are desired but are not worthy for Pidgin"
28 HOMEPAGE="http://gaim-extprefs.sourceforge.net"
29 @@ -16,7 +16,3 @@ RDEPEND="net-im/pidgin[gtk]"
30 DEPEND="
31 virtual/pkgconfig
32 ${RDEPEND}"
33 -
34 -src_install() {
35 - emake DESTDIR="${D}" install || die
36 -}