[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/

2020-10-12 Thread Andreas Sturmlechner
commit: 519c862840c15db1e618514f56b28ea623b1f070
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 12 14:06:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 12 16:15:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519c8628

profiles: arch: Mask dev-qt/qt3d[vulkan] everywhere except for amd64/x86

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/amd64/package.use.mask | 1 +
 profiles/arch/base/package.use.mask  | 1 +
 profiles/arch/x86/package.use.mask   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 6b98a1f0ede..a3a0e578c5d 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -80,6 +80,7 @@ dev-libs/gjs -sysprof
 
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan is available on amd64.
+dev-qt/qt3d -vulkan
 dev-qt/qtdeclarative -vulkan
 dev-qt/qtgui -vulkan
 dev-qt/qtwayland -vulkan

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index bf31f6eba19..66641ded4a8 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -60,6 +60,7 @@ dev-libs/gjs sysprof
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.
+dev-qt/qt3d vulkan
 dev-qt/qtdeclarative vulkan
 dev-qt/qtgui vulkan
 dev-qt/qtwayland vulkan

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 178bf43d284..c4f408fa444 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -81,6 +81,7 @@ dev-libs/gjs -sysprof
 
 # Andreas Sturmlechner  (2020-02-26)
 # Vulkan is available on x86.
+dev-qt/qt3d -vulkan
 dev-qt/qtdeclarative -vulkan
 dev-qt/qtgui -vulkan
 dev-qt/qtwayland -vulkan



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/

2019-03-16 Thread Sergei Trofimovich
commit: 28611b6a2ff2650bbd029dec2df24677b03c145f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 16 19:25:52 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 16 19:28:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28611b6a

package.use.mask: allow phpsysinfo[megactl] only on x86 and amd64

Initially sys-block/megactl supports only x86. Gentoo's patches
add amd64 support via ifdef __x86_64__. That is not compatible
to other 64-bit arches. Endianness story is not clear either.

Let's mask it outside x86 & amd64.

Bug: https://bugs.gentoo.org/669772
Bug: https://bugs.gentoo.org/670564
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 1ffe2cbe15b..16577176967 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sergei Trofimovich  (16 Mar 2019)
+# sys-block/megactl works on x86 and amd64
+www-apps/phpsysinfo -megactl
+
 # Georgy Yakovlev  (05 March 2019)
 # freeipmi is supported on amd64
 app-admin/conserver -freeipmi

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index f23bc4dc80c..9de0da04830 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (16 Mar 2019)
+# sys-block/megactl works only on amd64 and x86 so far, bug #670564
+www-apps/phpsysinfo megactl
+
 # Thomas Deutschmann  (15 Nov 2018)
 # - rdrand plugin is only supported on amd64 and x86
 # - padlock plugin is only supported on amd64 and x86

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index af9c22fa6f9..90514058b93 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Sergei Trofimovich  (16 Mar 2019)
+# sys-block/megactl works on x86 and amd64
+www-apps/phpsysinfo -megactl
+
 # Georgy Yakovlev  (05 March 2019)
 # freeipmi is supported on x86
 app-admin/conserver -freeipmi



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/, ...

2018-09-07 Thread Mart Raudsepp
commit: e6ed280b1e1d511db29f720f107aa0e84bf3dba5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep  7 09:15:28 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep  7 09:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ed280b

net-misc/networkmanager: bump to 1.12.2, support iwd

iwd support is always built with USE=wifi, as net-wireless/iwd
itself is not necessary for build due to pure dbus usage.
USE=iwd controls whether USE=wifi ensures wpa_supplicant or iwd
is present at runtime, and adds a default config snippet to use
iwd as wifi.backend instead of wpa_supplicant.
As a result, iwd and wpa_supplicant can be used interchangably
with configuration overrides in /etc, despite what NM iwd USE
setting was on the install, as long as USE=wifi was enabled; but
a choice based default is ensured to be working in lack of overrides.

Also remove unused versionator and toolchain-funcs inherits and
add now needed glib-utils build dep directly for glib migration
to that.

Closes: https://bugs.gentoo.org/661278
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-misc/networkmanager/Manifest   |   2 +
 net-misc/networkmanager/metadata.xml   |   5 +-
 .../networkmanager/networkmanager-1.12.2.ebuild| 341 +
 profiles/arch/amd64/package.use.mask   |   1 +
 profiles/arch/base/package.use.mask|   1 +
 profiles/arch/x86/package.use.mask |   1 +
 6 files changed, 349 insertions(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index a2cc516d288..2ea3f1ed390 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -1,4 +1,6 @@
 DIST NetworkManager-1.10.10.tar.xz 4038552 BLAKE2B 
a0a3c2a74dd641d25267ec7932f0801e30720334cb905c86abfaeb9bc3c60a2c1e9372b738b1eb43c55a34edf952905d94e3513cef653ea62e470d56bc575b65
 SHA512 
e536598b19064e0ab7fe3e92362de9c380281ff53a1481438216c2247b2d5287244e735be41c56c53040a5861bf36bbb979e36578244fabd6448a50ea42c4645
 DIST NetworkManager-1.10.6.tar.xz 4029656 BLAKE2B 
0fa99dbb54c3f51755329f229f941e408d883aeff24bbcf0f9df143544190ab59ed5742caca42ea7cced949de0891ecc148394fbff1b9cd87b26c3a84f2a728e
 SHA512 
8406ed561efff13b63dc218babdd2ad9e2816bcc829ba3ef2ce942bb5fa027640de28660381203016fa9cddb61412d3cd5102b7cbd29d0e284b5cb8d13dd8610
+DIST NetworkManager-1.12.2.tar.xz 4193776 BLAKE2B 
bc2b55f33e85dc8381eb18148cef02059e96abe1863da35af2b8f5671e3b2a4296eb1f9b79d864f3d0e6b362f7dbebdea4518a96d255acda9141b9ae95b49038
 SHA512 
cf5dae6ca8b6d3819a79485082f959907213d43413d15c41b79eb7da40edb913a41e7c18586b14bbf84f30ac493e2d9d466f5e66130c636f041ce939aaf49f35
 DIST NetworkManager-1.4.4.tar.xz 3762664 BLAKE2B 
430f5a15540c43d067c27927b627ecb1c7935f42566e9b14b82b6f70cf7dae3ed7398bb45647911e91d8ce14558b1eccc0f6ffa97eae852dd524219dcc536a90
 SHA512 
a73e423e88b0e2694a46dc04f492a656d766796aa987b2e4644147a5939a6fdeb22ff5d8b36c723444bc0ab3d8740b80fa82c2f5e07f073998841695978d6e14
 DIST NetworkManager-1.8.4.tar.xz 3821500 BLAKE2B 
7db1c95af5b8006cd3b7e1d960f9763c05caf5aadcc139bbe349a12ef996821afc38250afe4b078fd4d1953be19c1f16c6813562c5f4792e6c17f28ee0521c06
 SHA512 
e9aa26e2abe4537c6cbba53e281493e32be8a9f0624d5323212848f286d1279ad2ab79a39de34ad0ea188c888b1b61c4ba4d4d053c4d227e68f9236955f69bb1
+DIST networkmanager-1.12.2-patchset.tar.xz 4944 BLAKE2B 
3ab6e395b4e13fd019fbcf851286f1cc8a08eff9d93891174c19949efe10390c69d9aaf6cdbe81f33503ec96838eb001eda67f6d1da034195327e172527cd72b
 SHA512 
bdb22c42a8c53dce2f81ecfd026685240c8b790c44b0f13767ccfa0834cb2edec61ade69c828fb21c54ad3d37412e89b15f1fff4a98577a5bea460ba78d43bc3

diff --git a/net-misc/networkmanager/metadata.xml 
b/net-misc/networkmanager/metadata.xml
index a6c3ffe1326..d2f41613703 100644
--- a/net-misc/networkmanager/metadata.xml
+++ b/net-misc/networkmanager/metadata.xml
@@ -14,6 +14,8 @@
getting ip
Use net-misc/dhcpcd for getting 
ip
Use sys-auth/elogind for 
session tracking
+   Use net-wireless/iwd instead of
+   net-wireless/wpa_supplicant for wifi support 
by default
Enable JSON validation via 
dev-libs/jansson
in libnm.
Enable support for mobile broadband 
devices
@@ -26,8 +28,7 @@
Use net-dns/openresolv for 
managing
DNS information
Enable Teamd control support
-   Enable support for wifi and 802.1x security 
using
-   net-wireless/wpa_supplicant
+   Enable support for wifi and 802.1x 
security
Enable support for the deprecated Wext 
(Wireless
Extensions) API; needed for some older drivers (e.g. 
ipw2200,
ndiswrapper)

diff --git a/net-misc/networkmanager/networkmanager-1.12.2.ebuild 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/

2018-08-23 Thread Ben Kohler
commit: 271af7d497e61e395ae1623a9b6dc533210e4045
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Aug 23 13:02:37 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Aug 23 13:07:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271af7d4

profiles/arch: mask iwd support where keywords are missing

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 3a9127d80ef..3de9fb1595e 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Ben Kohler  (23 Aug 2018)
+# Unmask iwd support where net-wireless/iwd is keyworded
+net-misc/connman -iwd
+
 # Thomas Deutschmann  (23 Aug 2018)
 # Dependency sys-cluster/ceph is keyworded for amd64
 net-fs/samba -ceph

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 13505fe222d..289a5dd245f 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ben Kohler  (23 Aug 2018)
+# Mask iwd support until net-wireless/iwd is keyworded
+net-misc/connman iwd
+
 # Rick Farina  (27 Jun 2018)
 # Catalyst only has support for assembling bootloader on some arches
 dev-util/catalyst system-bootloader

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 9c635e6d37e..4a5ba549d97 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Ben Kohler  (23 Aug 2018)
+# Unmask iwd support where net-wireless/iwd is keyworded
+net-misc/connman -iwd
+
 # Thomas Deutschmann  (23 Aug 2018)
 # Dependency sys-cluster/ceph is keyworded for x86
 net-fs/samba -ceph



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/

2018-06-27 Thread Richard Farina
commit: 87800ab650e416c58ce917169b69946617fec96c
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Jun 27 18:16:30 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Jun 27 18:16:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87800ab6

profiles/arch: mask catalyst[system-bootloader] and unmask as appropriate

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 5109e4af610..0ea0ff75273 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Rick Farina  (27 Jun 2018)
+# Catalyst has support for assembling bootloader on this arch
+dev-util/catalyst -system-bootloader
+
 # Ilya Tumaykin  (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index a25dc05caa7..13505fe222d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Rick Farina  (27 Jun 2018)
+# Catalyst only has support for assembling bootloader on some arches
+dev-util/catalyst system-bootloader
+
 # Ilya Tumaykin  (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 9f057c9bc06..10c8ff58fd6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,6 +3,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Rick Farina  (27 Jun 2018)
+# Catalyst has support for assembling bootloader on this arch
+dev-util/catalyst -system-bootloader
+
 # Ilya Tumaykin  (17 Jun 2018)
 # Vulkan support is only available on few selected arches atm.
 # Mask everywhere, unmask where appropriate.