Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/
Date: Tue, 27 Sep 2016 09:05:26
Message-Id: 1474967117.04e3231b2dd7afeb31860619b7e454038f1e32db.mgorny@gentoo
1 commit: 04e3231b2dd7afeb31860619b7e454038f1e32db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 08:27:01 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 09:05:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e3231b
7
8 sys-fs/udev: Remove unnecessary header hack from new versions
9
10 Remove the header hack that was introduced as the twice-wrong solution
11 to the libgudev header problem from the new versions that do not ship
12 libgudev anymore.
13
14 sys-fs/udev/udev-225-r1.ebuild | 5 -----
15 sys-fs/udev/udev-228.ebuild | 5 -----
16 sys-fs/udev/udev-229-r2.ebuild | 5 -----
17 sys-fs/udev/udev-230-r1.ebuild | 5 -----
18 sys-fs/udev/udev-9999.ebuild | 5 -----
19 5 files changed, 25 deletions(-)
20
21 diff --git a/sys-fs/udev/udev-225-r1.ebuild b/sys-fs/udev/udev-225-r1.ebuild
22 index 18bfd8c..04c0006 100644
23 --- a/sys-fs/udev/udev-225-r1.ebuild
24 +++ b/sys-fs/udev/udev-225-r1.ebuild
25 @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
26
27 S=${WORKDIR}/systemd-${PV}
28
29 -# The multilib-build.eclass doesn't handle situation where the installed headers
30 -# are different in ABIs. In this case, we install libgudev headers in native
31 -# ABI but not for non-native ABI.
32 -multilib_check_headers() { :; }
33 -
34 check_default_rules() {
35 # Make sure there are no sudden changes to upstream rules file
36 # (more for my own needs than anything else ...)
37
38 diff --git a/sys-fs/udev/udev-228.ebuild b/sys-fs/udev/udev-228.ebuild
39 index 8fc46f5..69b1413 100644
40 --- a/sys-fs/udev/udev-228.ebuild
41 +++ b/sys-fs/udev/udev-228.ebuild
42 @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
43
44 S=${WORKDIR}/systemd-${PV}
45
46 -# The multilib-build.eclass doesn't handle situation where the installed headers
47 -# are different in ABIs. In this case, we install libgudev headers in native
48 -# ABI but not for non-native ABI.
49 -multilib_check_headers() { :; }
50 -
51 check_default_rules() {
52 # Make sure there are no sudden changes to upstream rules file
53 # (more for my own needs than anything else ...)
54
55 diff --git a/sys-fs/udev/udev-229-r2.ebuild b/sys-fs/udev/udev-229-r2.ebuild
56 index b0c36c8..6227be8 100644
57 --- a/sys-fs/udev/udev-229-r2.ebuild
58 +++ b/sys-fs/udev/udev-229-r2.ebuild
59 @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
60
61 S=${WORKDIR}/systemd-${PV}
62
63 -# The multilib-build.eclass doesn't handle situation where the installed headers
64 -# are different in ABIs. In this case, we install libgudev headers in native
65 -# ABI but not for non-native ABI.
66 -multilib_check_headers() { :; }
67 -
68 check_default_rules() {
69 # Make sure there are no sudden changes to upstream rules file
70 # (more for my own needs than anything else ...)
71
72 diff --git a/sys-fs/udev/udev-230-r1.ebuild b/sys-fs/udev/udev-230-r1.ebuild
73 index f2164b4..aecf5ee 100644
74 --- a/sys-fs/udev/udev-230-r1.ebuild
75 +++ b/sys-fs/udev/udev-230-r1.ebuild
76 @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
77
78 S=${WORKDIR}/systemd-${PV}
79
80 -# The multilib-build.eclass doesn't handle situation where the installed headers
81 -# are different in ABIs. In this case, we install libgudev headers in native
82 -# ABI but not for non-native ABI.
83 -multilib_check_headers() { :; }
84 -
85 check_default_rules() {
86 # Make sure there are no sudden changes to upstream rules file
87 # (more for my own needs than anything else ...)
88
89 diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
90 index f2164b4..aecf5ee 100644
91 --- a/sys-fs/udev/udev-9999.ebuild
92 +++ b/sys-fs/udev/udev-9999.ebuild
93 @@ -62,11 +62,6 @@ PDEPEND=">=sys-apps/hwids-20140304[udev]
94
95 S=${WORKDIR}/systemd-${PV}
96
97 -# The multilib-build.eclass doesn't handle situation where the installed headers
98 -# are different in ABIs. In this case, we install libgudev headers in native
99 -# ABI but not for non-native ABI.
100 -multilib_check_headers() { :; }
101 -
102 check_default_rules() {
103 # Make sure there are no sudden changes to upstream rules file
104 # (more for my own needs than anything else ...)