x11-plugins/pidgin-mpris: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:56:55 +0000 (19:56 -0400)
committerAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 13:17:55 +0000 (09:17 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild

index 9276957bcdd5fe980ad71f769594dae9a33a8ea3..3d72a02de6dbc9f9d8a62d2e4f4af1de9f47fa80 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=7
 
 DESCRIPTION="Gets current song from MPRIS-aware media players"
 HOMEPAGE="http://m0n5t3r.info/work/pidgin-mpris/"
@@ -18,8 +18,3 @@ RDEPEND="net-im/pidgin[gtk]
 
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
-
-src_install() {
-       emake install DESTDIR="${D}" || die "Install failed"
-       dodoc INSTALL README TODO
-}