From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CCFA138330 for ; Tue, 29 May 2018 13:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A125AE0805; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B795E0805 for ; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FFF5335C39 for ; Tue, 29 May 2018 13:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D327F2BA for ; Tue, 29 May 2018 13:18:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527599875.5cffb9e5c70e0ca7a5529d240d95e731cc8dbe86.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-mpris/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild X-VCS-Directories: x11-plugins/pidgin-mpris/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5cffb9e5c70e0ca7a5529d240d95e731cc8dbe86 X-VCS-Branch: master Date: Tue, 29 May 2018 13:18:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 163ce599-de77-47f6-b848-a4a3f48c4724 X-Archives-Hash: fe6aff6b9f1cc9d564daa1d1834144d8 commit: 5cffb9e5c70e0ca7a5529d240d95e731cc8dbe86 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 28 23:56:55 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 13:17:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cffb9e5 x11-plugins/pidgin-mpris: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild b/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild index 9276957bcdd..3d72a02de6d 100644 --- a/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild +++ b/x11-plugins/pidgin-mpris/pidgin-mpris-0.2.6.ebuild @@ -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 -}