From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE2D259CA5 for ; Sat, 19 Mar 2016 14:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8959F21C016; Sat, 19 Mar 2016 14:53:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C90221C016 for ; Sat, 19 Mar 2016 14:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6A93340B09 for ; Sat, 19 Mar 2016 14:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000D9851 for ; Sat, 19 Mar 2016 14:53:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1458399200.f2f5d2706912b334cce5bd877d6765953614cac0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.1.0.ebuild sys-auth/consolekit/consolekit-9999.ebuild X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f2f5d2706912b334cce5bd877d6765953614cac0 X-VCS-Branch: master Date: Sat, 19 Mar 2016 14:53:23 +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: 2c9805c1-0bdf-4967-b409-8a257bd0d30a X-Archives-Hash: 3933ab4886d94523eaa345177e238ebf commit: f2f5d2706912b334cce5bd877d6765953614cac0 Author: Lars Wendler gentoo org> AuthorDate: Sat Mar 19 14:53:02 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Mar 19 14:53:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5d270 sys-auth/consolekit: Bump to EAPI-6 Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> sys-auth/consolekit/consolekit-1.1.0.ebuild | 4 ++-- sys-auth/consolekit/consolekit-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild b/sys-auth/consolekit/consolekit-1.1.0.ebuild index f948b7a..58c5165 100644 --- a/sys-auth/consolekit/consolekit-1.1.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils linux-info pam MY_PN=ConsoleKit2 @@ -64,7 +64,7 @@ pkg_setup() { src_prepare() { sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die - epatch_user + default } src_configure() { diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index c222c2f..5281914 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils git-r3 linux-info pam MY_PN=ConsoleKit2 @@ -67,7 +67,7 @@ src_unpack() { src_prepare() { sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die - epatch_user + default eautoreconf }