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 8AC80139694 for ; Mon, 1 May 2017 14:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AF4921C07E; Mon, 1 May 2017 14:48:36 +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 6476B21C07E for ; Mon, 1 May 2017 14:48:36 +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 9F05C341683 for ; Mon, 1 May 2017 14:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1478E7447 for ; Mon, 1 May 2017 14:48:33 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1493650033.e8eeb488d53b68ca9977d73c92fc2f976b5abb6c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.2.2-r1.ebuild sys-fs/eudev/eudev-4.9999.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e8eeb488d53b68ca9977d73c92fc2f976b5abb6c X-VCS-Branch: master Date: Mon, 1 May 2017 14:48:33 +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: 919b1fa6-046f-428c-84b8-026e941684e1 X-Archives-Hash: f78c23dcabdd4851da323e3e030495ee commit: e8eeb488d53b68ca9977d73c92fc2f976b5abb6c Author: Anthony G. Basile gentoo org> AuthorDate: Mon May 1 14:47:13 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon May 1 14:47:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eeb488 sys-fs/eudev: bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-fs/eudev/eudev-3.2.2-r1.ebuild | 4 ++-- sys-fs/eudev/eudev-4.9999.ebuild | 8 ++++---- sys-fs/eudev/eudev-9999.ebuild | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-fs/eudev/eudev-3.2.2-r1.ebuild b/sys-fs/eudev/eudev-3.2.2-r1.ebuild index a2612d6b967..cc3ac42f3f7 100644 --- a/sys-fs/eudev/eudev-3.2.2-r1.ebuild +++ b/sys-fs/eudev/eudev-3.2.2-r1.ebuild @@ -5,11 +5,11 @@ EAPI="6" KV_min=2.6.39 -inherit autotools eutils linux-info multilib multilib-minimal user +inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/eudev.git" - inherit git-2 + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index f508a58cca7..0f5b3af403f 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" KV_min=2.6.39 -inherit autotools eutils linux-info multilib multilib-minimal user +inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 4.9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/eudev.git" @@ -90,7 +90,7 @@ src_prepare() { sed -e 's/GROUP="dialout"/GROUP="uucp"/' -i rules/*.rules \ || die "failed to change group dialout to uucp" - epatch_user + eapply_user eautoreconf } diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 593d3adabb7..89572f770d7 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" KV_min=2.6.39 -inherit autotools eutils linux-info multilib multilib-minimal user +inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://github.com/gentoo/eudev.git" - inherit git-2 + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" @@ -89,7 +89,7 @@ src_prepare() { sed -e 's/GROUP="dialout"/GROUP="uucp"/' -i rules/*.rules \ || die "failed to change group dialout to uucp" - epatch_user + eapply_user eautoreconf }