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 21605138330 for ; Tue, 27 Sep 2016 09:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DB9E0B87; Tue, 27 Sep 2016 09:05:07 +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 14950E0B87 for ; Tue, 27 Sep 2016 09:05:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C0E5340139 for ; Tue, 27 Sep 2016 09:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EDE82487 for ; Tue, 27 Sep 2016 09:05:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1474967117.04e3231b2dd7afeb31860619b7e454038f1e32db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-225-r1.ebuild sys-fs/udev/udev-228.ebuild sys-fs/udev/udev-229-r2.ebuild sys-fs/udev/udev-230-r1.ebuild sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04e3231b2dd7afeb31860619b7e454038f1e32db X-VCS-Branch: master Date: Tue, 27 Sep 2016 09:05:19 +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: 83139f2a-b87d-4008-99a4-616be93ce8d0 X-Archives-Hash: 9327973cac54742a764c9246c25efc4c commit: 04e3231b2dd7afeb31860619b7e454038f1e32db Author: Michał Górny gentoo org> AuthorDate: Tue Sep 27 08:27:01 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 27 09:05:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e3231b sys-fs/udev: Remove unnecessary header hack from new versions Remove the header hack that was introduced as the twice-wrong solution to the libgudev header problem from the new versions that do not ship libgudev anymore. sys-fs/udev/udev-225-r1.ebuild | 5 ----- sys-fs/udev/udev-228.ebuild | 5 ----- sys-fs/udev/udev-229-r2.ebuild | 5 ----- sys-fs/udev/udev-230-r1.ebuild | 5 ----- sys-fs/udev/udev-9999.ebuild | 5 ----- 5 files changed, 25 deletions(-) diff --git a/sys-fs/udev/udev-225-r1.ebuild b/sys-fs/udev/udev-225-r1.ebuild index 18bfd8c..04c0006 100644 --- a/sys-fs/udev/udev-225-r1.ebuild +++ b/sys-fs/udev/udev-225-r1.ebuild @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] S=${WORKDIR}/systemd-${PV} -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } - check_default_rules() { # Make sure there are no sudden changes to upstream rules file # (more for my own needs than anything else ...) diff --git a/sys-fs/udev/udev-228.ebuild b/sys-fs/udev/udev-228.ebuild index 8fc46f5..69b1413 100644 --- a/sys-fs/udev/udev-228.ebuild +++ b/sys-fs/udev/udev-228.ebuild @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] S=${WORKDIR}/systemd-${PV} -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } - check_default_rules() { # Make sure there are no sudden changes to upstream rules file # (more for my own needs than anything else ...) diff --git a/sys-fs/udev/udev-229-r2.ebuild b/sys-fs/udev/udev-229-r2.ebuild index b0c36c8..6227be8 100644 --- a/sys-fs/udev/udev-229-r2.ebuild +++ b/sys-fs/udev/udev-229-r2.ebuild @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] S=${WORKDIR}/systemd-${PV} -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } - check_default_rules() { # Make sure there are no sudden changes to upstream rules file # (more for my own needs than anything else ...) diff --git a/sys-fs/udev/udev-230-r1.ebuild b/sys-fs/udev/udev-230-r1.ebuild index f2164b4..aecf5ee 100644 --- a/sys-fs/udev/udev-230-r1.ebuild +++ b/sys-fs/udev/udev-230-r1.ebuild @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] S=${WORKDIR}/systemd-${PV} -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } - check_default_rules() { # Make sure there are no sudden changes to upstream rules file # (more for my own needs than anything else ...) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index f2164b4..aecf5ee 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev] S=${WORKDIR}/systemd-${PV} -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } - check_default_rules() { # Make sure there are no sudden changes to upstream rules file # (more for my own needs than anything else ...)