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 6678E138330 for ; Tue, 29 May 2018 13:18:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B760E07F6; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 15FAFE07F6 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 0F05C335C7C 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 BF9AD2B9 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: <1527599873.fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-rhythmbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild X-VCS-Directories: x11-plugins/pidgin-rhythmbox/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85 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: 1c61a6f7-c219-4a84-a41b-55163c50ac21 X-Archives-Hash: eefe447c47daa6c6fa7b117d94fb5fb5 commit: fa5d054f3de8e23dc92d9b2a882538d2f1ad1b85 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 28 23:56:12 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 13:17:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d054f x11-plugins/pidgin-rhythmbox: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild index 215239d48b9..242ddbd1666 100644 --- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild +++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild @@ -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 -}