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

x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild

index 215239d48b94f554e4950cf4b6edea7da753b20e..242ddbd166628f39bb2b6f7e16d5cd240db045c9 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox"
 HOMEPAGE="http://jon.oberheide.org/pidgin-rhythmbox/"
@@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin
        >=x11-libs/gtk+-2.4:2
        dev-libs/dbus-glib"
 DEPEND="${RDEPEND}"
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}