public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/xnu-headers/
Date: Wed, 25 Dec 2019 14:33:22 +0000 (UTC)	[thread overview]
Message-ID: <1577284337.0c5e69c7e4fb0bc83fdd64dd3b783f48606ee85e.grobian@gentoo> (raw)

commit:     0c5e69c7e4fb0bc83fdd64dd3b783f48606ee85e
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 11:01:33 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 14:32:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5e69c7

sys-kernel/xnu-headers: install device headers

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 ...-3789.70.16-r4.ebuild => xnu-headers-3789.70.16-r5.ebuild} | 11 ++++++-----
 ...rs-4570.71.2-r4.ebuild => xnu-headers-4570.71.2-r5.ebuild} | 11 ++++++-----
 ...-4903.241.1-r4.ebuild => xnu-headers-4903.241.1-r5.ebuild} | 11 ++++++-----
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/sys-kernel/xnu-headers/xnu-headers-3789.70.16-r4.ebuild b/sys-kernel/xnu-headers/xnu-headers-3789.70.16-r5.ebuild
similarity index 93%
rename from sys-kernel/xnu-headers/xnu-headers-3789.70.16-r4.ebuild
rename to sys-kernel/xnu-headers/xnu-headers-3789.70.16-r5.ebuild
index 89a1fbbe37c..39dfc055c35 100644
--- a/sys-kernel/xnu-headers/xnu-headers-3789.70.16-r4.ebuild
+++ b/sys-kernel/xnu-headers/xnu-headers-3789.70.16-r5.ebuild
@@ -45,8 +45,6 @@ src_install() {
 	insinto /usr/include/sys
 	doins syscall.h _posix_availability.h _symbol_aliasing.h
 
-	pushd bsd > /dev/null || die
-
 	get_files_list() {
 		local s="$1"
 		local f="$2"/Makefile
@@ -66,8 +64,11 @@ src_install() {
 
 	local d
 	local files
-	for d in bsm i386 machine miscfs/{devfs,specfs,union} net \
-		netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
+
+	pushd bsd > /dev/null || die
+
+	for d in bsm i386 machine miscfs/{devfs,specfs,union} \
+		net netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
 	do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
@@ -81,7 +82,7 @@ src_install() {
 
 	pushd osfmk > /dev/null || die
 
-	for d in mach{,/i386,/machine} mach_debug ; do
+	for d in device mach{,/i386,/machine} mach_debug ; do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
 		einfo "${d}:" ${files[*]}

diff --git a/sys-kernel/xnu-headers/xnu-headers-4570.71.2-r4.ebuild b/sys-kernel/xnu-headers/xnu-headers-4570.71.2-r5.ebuild
similarity index 93%
rename from sys-kernel/xnu-headers/xnu-headers-4570.71.2-r4.ebuild
rename to sys-kernel/xnu-headers/xnu-headers-4570.71.2-r5.ebuild
index 92ff463dd33..e81f8ade9c2 100644
--- a/sys-kernel/xnu-headers/xnu-headers-4570.71.2-r4.ebuild
+++ b/sys-kernel/xnu-headers/xnu-headers-4570.71.2-r5.ebuild
@@ -45,8 +45,6 @@ src_install() {
 	insinto /usr/include/sys
 	doins syscall.h _posix_availability.h _symbol_aliasing.h
 
-	pushd bsd > /dev/null || die
-
 	get_files_list() {
 		local s="$1"
 		local f="$2"/Makefile
@@ -66,8 +64,11 @@ src_install() {
 
 	local d
 	local files
-	for d in arm bsm i386 machine miscfs/{devfs,specfs,union} net \
-		netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
+
+	pushd bsd > /dev/null || die
+
+	for d in arm bsm i386 machine miscfs/{devfs,specfs,union} \
+		net netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
 	do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
@@ -81,7 +82,7 @@ src_install() {
 
 	pushd osfmk > /dev/null || die
 
-	for d in mach{,/arm,/i386,/machine} mach_debug ; do
+	for d in device mach{,/arm,/i386,/machine} mach_debug ; do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
 		einfo "${d}:" ${files[*]}

diff --git a/sys-kernel/xnu-headers/xnu-headers-4903.241.1-r4.ebuild b/sys-kernel/xnu-headers/xnu-headers-4903.241.1-r5.ebuild
similarity index 93%
rename from sys-kernel/xnu-headers/xnu-headers-4903.241.1-r4.ebuild
rename to sys-kernel/xnu-headers/xnu-headers-4903.241.1-r5.ebuild
index 036db4cec44..d6cb4db0860 100644
--- a/sys-kernel/xnu-headers/xnu-headers-4903.241.1-r4.ebuild
+++ b/sys-kernel/xnu-headers/xnu-headers-4903.241.1-r5.ebuild
@@ -45,8 +45,6 @@ src_install() {
 	insinto /usr/include/sys
 	doins syscall.h _posix_availability.h _symbol_aliasing.h
 
-	pushd bsd > /dev/null || die
-
 	get_files_list() {
 		local s="$1"
 		local f="$2"/Makefile
@@ -66,8 +64,11 @@ src_install() {
 
 	local d
 	local files
-	for d in arm bsm i386 machine miscfs/{devfs,specfs,union} net \
-		netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
+
+	pushd bsd > /dev/null || die
+
+	for d in arm bsm i386 machine miscfs/{devfs,specfs,union} \
+		net netinet{,6} netkey nfs sys{,/_types} uuid vfs ;
 	do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
@@ -81,7 +82,7 @@ src_install() {
 
 	pushd osfmk > /dev/null || die
 
-	for d in mach{,/arm,/i386,/machine} mach_debug ; do
+	for d in device mach{,/arm,/i386,/machine} mach_debug ; do
 		insinto /usr/include/${d}
 		files=( $(get_datafiles ${d}) )
 		einfo "${d}:" ${files[*]}


             reply	other threads:[~2019-12-25 14:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-25 14:33 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-23  8:35 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/xnu-headers/ Fabian Groffen
2019-12-22 14:50 Fabian Groffen
2019-12-01 11:11 Fabian Groffen
2019-11-14  8:53 Fabian Groffen
2019-11-12  9:58 Fabian Groffen
2019-11-11 14:14 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577284337.0c5e69c7e4fb0bc83fdd64dd3b783f48606ee85e.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox