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-rhythmbox/
Date: Tue, 29 May 2018 13:18:14
Message-Id: 1527599873.fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85.bman@gentoo
1 commit: fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 23:56:12 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 13:17:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d054f
7
8 x11-plugins/pidgin-rhythmbox: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
16 index 215239d48b9..242ddbd1666 100644
17 --- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
18 +++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2014 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="automatically update your pidgin profile with current info from Rhythmbox"
28 HOMEPAGE="http://jon.oberheide.org/pidgin-rhythmbox/"
29 @@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin
30 >=x11-libs/gtk+-2.4:2
31 dev-libs/dbus-glib"
32 DEPEND="${RDEPEND}"
33 -
34 -src_install() {
35 - emake DESTDIR="${D}" install || die "emake install failed"
36 - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
37 -}