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-mpris/
Date: Tue, 29 May 2018 13:18:16
Message-Id: 1527599875.5cffb9e5c70e0ca7a5529d240d95e731cc8dbe86.bman@gentoo
1 commit: 5cffb9e5c70e0ca7a5529d240d95e731cc8dbe86
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 23:56:55 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 13:17:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cffb9e5
7
8 x11-plugins/pidgin-mpris: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild b/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild
16 index 9276957bcdd..3d72a02de6d 100644
17 --- a/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild
18 +++ b/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2012 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=7
26
27 DESCRIPTION="Gets current song from MPRIS-aware media players"
28 HOMEPAGE="http://m0n5t3r.info/work/pidgin-mpris/"
29 @@ -18,8 +18,3 @@ RDEPEND="net-im/pidgin[gtk]
30
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"
33 -
34 -src_install() {
35 - emake install DESTDIR="${D}" || die "Install failed"
36 - dodoc INSTALL README TODO
37 -}