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 27C8D138331 for ; Wed, 4 Apr 2018 10:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BF68E0CEB; Wed, 4 Apr 2018 10:27:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C93E8E0CEB for ; Wed, 4 Apr 2018 10:27:30 +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 C4B5C335C0C for ; Wed, 4 Apr 2018 10:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABA6A26E for ; Wed, 4 Apr 2018 10:27:26 +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: <1522837639.905ccc06dc798da9b1c3e0f4d4c13c3c9342cb21.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.1.5.ebuild sys-fs/eudev/eudev-3.2.4.ebuild sys-fs/eudev/eudev-3.2.5.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: 905ccc06dc798da9b1c3e0f4d4c13c3c9342cb21 X-VCS-Branch: master Date: Wed, 4 Apr 2018 10:27:26 +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: 4d531957-0d04-4729-9e58-5a3bf1731468 X-Archives-Hash: 723ae5ffebd9556231ae80f061c033ff commit: 905ccc06dc798da9b1c3e0f4d4c13c3c9342cb21 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Apr 4 10:23:25 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Apr 4 10:27:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ccc06 sys-fs/eudev: prune_libtool_files is no longer available, bug #652394 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-fs/eudev/eudev-3.1.5.ebuild | 4 ++-- sys-fs/eudev/eudev-3.2.4.ebuild | 4 ++-- sys-fs/eudev/eudev-3.2.5.ebuild | 2 +- sys-fs/eudev/eudev-4.9999.ebuild | 4 ++-- sys-fs/eudev/eudev-9999.ebuild | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index 10b380fda54..99eda5dc01c 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -172,7 +172,7 @@ multilib_src_test() { } multilib_src_install_all() { - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die insinto /lib/udev/rules.d doins "${FILESDIR}"/40-gentoo.rules diff --git a/sys-fs/eudev/eudev-3.2.4.ebuild b/sys-fs/eudev/eudev-3.2.4.ebuild index 5e4cf893273..4cdcdb4290e 100644 --- a/sys-fs/eudev/eudev-3.2.4.ebuild +++ b/sys-fs/eudev/eudev-3.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -172,7 +172,7 @@ multilib_src_test() { } multilib_src_install_all() { - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die insinto /lib/udev/rules.d doins "${FILESDIR}"/40-gentoo.rules diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild index 259a42c1bc4..ca9066fea92 100644 --- a/sys-fs/eudev/eudev-3.2.5.ebuild +++ b/sys-fs/eudev/eudev-3.2.5.ebuild @@ -170,7 +170,7 @@ multilib_src_test() { } multilib_src_install_all() { - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die insinto /lib/udev/rules.d doins "${FILESDIR}"/40-gentoo.rules diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index d4d1cd4aefd..b5e3ec9c311 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -166,7 +166,7 @@ multilib_src_test() { } multilib_src_install_all() { - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die insinto /lib/udev/rules.d doins "${FILESDIR}"/40-gentoo.rules diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index a864deb766c..63bc0e99dec 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -170,7 +170,7 @@ multilib_src_test() { } multilib_src_install_all() { - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die insinto /lib/udev/rules.d doins "${FILESDIR}"/40-gentoo.rules