[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-06-19 Thread Sam James
commit: 237d517f2fe79fbd22253ec9a0f4d418719a69b8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 19 18:40:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 19 18:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237d517f

profiles/arch/hppa: mask sys-kernel/installkernel[systemd]

The systemd implementation of installkernel doesn't currently support
updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs,
and palo is the only bootloader for HPPA.

Thanks to Andrew Ammerlaan for the help.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index f48150514c33..54c9a841a623 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,12 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2024-06-19)
+# The systemd implementation of installkernel doesn't currently support
+# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs,
+# and palo is the only bootloader for HPPA.
+sys-kernel/installkernel systemd
+
 # Holger Hoffstätte  (2024-05-19)
 # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559
 media-gfx/graphicsmagick jpeg2k



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/sparc/, profiles/arch/powerpc/ppc32/, ...

2024-05-20 Thread Hans de Graaff
commit: 0b8c1200d9c60dfe4d3ee48a8e2804541c7b9b58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 20 09:09:01 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 20 09:10:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8c1200

profiles: move ruby32 stable mask and default to arches

This will make it possible to remove these masks and default per arch as
ruby32 is being stabled in bug https://bugs.gentoo.org/932285

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/arch/amd64/make.defaults   | 6 +-
 profiles/arch/amd64/use.stable.mask | 4 
 profiles/arch/arm/make.defaults | 6 +-
 profiles/arch/arm/use.stable.mask   | 4 
 profiles/arch/arm64/make.defaults   | 6 +-
 profiles/arch/arm64/use.stable.mask | 4 
 profiles/arch/hppa/make.defaults| 6 +-
 profiles/arch/hppa/use.stable.mask  | 4 
 profiles/arch/powerpc/ppc32/make.defaults   | 6 +-
 profiles/arch/powerpc/ppc32/use.stable.mask | 4 
 profiles/arch/powerpc/ppc64/make.defaults   | 6 +-
 profiles/arch/powerpc/ppc64/use.stable.mask | 4 
 profiles/arch/sparc/make.defaults   | 6 +-
 profiles/arch/sparc/use.stable.mask | 4 
 profiles/arch/x86/make.defaults | 6 +-
 profiles/arch/x86/use.stable.mask   | 4 
 16 files changed, 72 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/amd64/make.defaults 
b/profiles/arch/amd64/make.defaults
index d6c83267206d..82639b53a6ce 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ARCH="amd64"
@@ -63,3 +63,7 @@ IUSE_IMPLICIT="abi_x86_64"
 # Enable USE=libtirpc by default, to ease dependency resolution during
 # the stabilization of glibc-2.26. Bug 657148
 USE="libtirpc"
+
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+RUBY_TARGETS="ruby31"

diff --git a/profiles/arch/amd64/use.stable.mask 
b/profiles/arch/amd64/use.stable.mask
index c7159b879206..70930f986aeb 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+ruby_targets_ruby32
+
 # Paul Zander  (2023-11-17)
 # ROCm/HIP is not suitable for stabilization.
 hip

diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults
index 4527d2144ae0..2df141b360bc 100644
--- a/profiles/arch/arm/make.defaults
+++ b/profiles/arch/arm/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2008-2023 Gentoo Authors
+# Copyright 2008-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Main ARM profile
@@ -25,3 +25,7 @@ VIDEO_CARDS="exynos fbdev omap"
 # Michał Górny  (2017-03-14)
 # Unhide the ARM-specific USE_EXPANDs.
 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
+
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+RUBY_TARGETS="ruby31"

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 77c107fbe729..496c16486c01 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+ruby_targets_ruby32
+
 # Ionen Wolkens  (2024-01-27)
 # Qt6 is not stable here yet
 qt6

diff --git a/profiles/arch/arm64/make.defaults 
b/profiles/arch/arm64/make.defaults
index fd42ca3f2c69..1e0527d8a43d 100644
--- a/profiles/arch/arm64/make.defaults
+++ b/profiles/arch/arm64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2014-2023 Gentoo Authors
+# Copyright 2014-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Main ARM64 (AArch64/ARMv8) profile; endian independent.
@@ -28,3 +28,7 @@ USE="libtirpc"
 # Michał Górny  (2017-03-14)
 # Unhide the ARM-specific USE_EXPANDs.
 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
+
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+RUBY_TARGETS="ruby31"

diff --git a/profiles/arch/arm64/use.stable.mask 
b/profiles/arch/arm64/use.stable.mask
index 18cd219279c6..9f9eed955ab0 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Hans de Graaff  (2024-05-20)
+# Allow ruby32 stabling: https://bugs.gentoo.org/932285
+ruby_targets_ruby32
+
 # Matt Turner  (2024-05-10)
 # 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-05-19 Thread Sam James
commit: c614982ae8818f590d0ff112b252efd08535b15c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 19 16:56:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 19 17:01:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c614982a

profiles/arch/hppa: fix mask sorting

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 140e9515bba9..1350b08d459d 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Holger Hoffstätte  (2024-05-19)
+# media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559
+media-gfx/graphicsmagick jpeg2k
+
 # Arthur Zamarin  (2024-05-13)
 # Requires dev-util/shelltestrunner
 app-arch/mt-st test
@@ -29,10 +33,6 @@ dev-lang/php capstone
 # sys-apps/xdg-desktop-portal not keyworded here yet
 x11-base/xwayland libei
 
-# Holger Hoffstätte  (2024-05-19)
-# media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559
-media-gfx/graphicsmagick jpeg2k
-
 # James Le Cuirot (2023-12-12)
 # USE=bpf depends on sys-devel/clang which is not keyworded on hppa
 media-libs/libv4l bpf



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-05-19 Thread Sam James
commit: 5359eaead0ed338e506191ba2db903f8286a5d01
Author: Holger Hoffstätte  applied-asynchrony  com>
AuthorDate: Sun May 19 11:42:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 19 17:01:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5359eaea

profiles/arch/hppa: mask upcoming jpeg2k support in graphicsmagick

Bug: https://bugs.gentoo.org/913069
Bug: https://bugs.gentoo.org/921559
Signed-off-by: Holger Hoffstätte  applied-asynchrony.com>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 70a4f23a2c12..140e9515bba9 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -29,6 +29,10 @@ dev-lang/php capstone
 # sys-apps/xdg-desktop-portal not keyworded here yet
 x11-base/xwayland libei
 
+# Holger Hoffstätte  (2024-05-19)
+# media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559
+media-gfx/graphicsmagick jpeg2k
+
 # James Le Cuirot (2023-12-12)
 # USE=bpf depends on sys-devel/clang which is not keyworded on hppa
 media-libs/libv4l bpf



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/m68k/, profiles/arch/mips/, ...

2024-05-08 Thread Michał Górny
commit: 2288d4b89f6450f9806f9087bfec37102f90de87
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 18:38:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 18:38:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2288d4b8

profiles: Mask dev-lang/python[jit] where LLVM isn't keyworded

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/m68k/package.use.mask  | 4 
 profiles/arch/mips/package.use.mask  | 4 
 profiles/arch/s390/package.use.mask  | 4 
 6 files changed, 24 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index bf9a7d7c9591..8789d3aaa07c 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # matoro  (2024-02-29)
 # sys-apps/xdg-desktop-portal is not keyworded here, #925731
 x11-base/xwayland libei

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 9728d61161dd..2d77ba533f9f 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Michał Górny  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # Ionen Wolkens  (2024-01-23)
 # Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that
 # is not keyworded here and currently fails tests (bug #919896).

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 2d99d65bfd3e..9ba2bb84b47d 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # Robin H. Johnson  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # James Le Cuirot (2023-12-12)
 # USE=bpf depends on sys-devel/clang which is not keyworded on m68k
 media-libs/libv4l bpf

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index d12ad2b0168e..a9717ab8aad9 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # matoro  (2024-05-01)
 # Sanitizers supported on both 32-bit and 64-bit mips, #779742
 sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 144e11dcf539..3f1e43fa394d 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2024-05-08)
+# Requires sys-devel/{clang,llvm}:16.
+dev-lang/python jit
+
 # NRK  (2024-04-08)
 # media-libs/libraw is not keyworded
 media-libs/imlib2 raw



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-02-05 Thread Sam James
commit: ccc97ae9448678fa5971a4a41f89e8778550ceed
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Feb  5 13:40:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  5 14:10:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc97ae9

profiles/arch/hppa: update and expand cups + pdf stable-mask

Previously, USE=pdf depended on mupdf, which is unstable for hppa and
blocked cups stabilization. This is still the case, except now the cups
packages have been reworked so there are additional packages exposing
the same USE=pdf, and which also need to be masked.

Add a couple extra masks to this group.

Bug: https://bugs.gentoo.org/923811
Bug: https://bugs.gentoo.org/627392
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index ccbecff2e469..c12bd0c48c58 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Eli Schwartz  (2024-02-05)
+# Mask pdf support so net-print/cups-filters stabilisation
+# can go ahead (bug 627392)
+# and subsequently bug 923811
+net-print/cups-filters pdf
+net-print/libcupsfilters pdf
+net-print/cups-meta pdf
+
 # Sam James  (2023-06-18)
 # Qt 5 not stable here
 app-text/ansifilter gui
@@ -258,11 +266,6 @@ dev-ruby/bundler doc
 dev-ruby/rspec-core highlight test
 sys-block/thin-provisioning-tools test
 
-# Andreas Sturmlechner  (2017-09-30)
-# Mask pdf support so net-print/cups-filters stabilisation
-# can go ahead (bug 627392)
-net-print/cups-filters pdf
-
 # David Seifert  (2017-09-23)
 #  >=virtual/mpi-2.0-r4 does not have stable keywords on hppa
 # Boost 1.63 (bug 624662), Boost 1.62 (bug 590244)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-01-23 Thread Ionen Wolkens
commit: 23b14f6512505d7085b9b006c219a825e8876219
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan 23 08:24:37 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan 23 09:09:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b14f65

profiles/arch/hppa: mask dev-qt/qtmultimedia:6[qml]

wrt bug #919896, can be closed WONTFIX if there is no interest
in getting this fixed -- odds are this mask will be permanent
unless something really needs USE=qml on hppa.

Bug: https://bugs.gentoo.org/919896
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/hppa/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 28418ec67b4b..ea0c0add11c4 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Ionen Wolkens  (2024-01-23)
+# Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that
+# is not keyworded here and currently fails tests (bug #919896).
+dev-qt/qtmultimedia:6 qml
+
 # Leonardo Hernández Hernández  (2024-01-06)
 # net-libs/grpc not keyworded here
 app-admin/syslog-ng grpc



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2024-01-08 Thread Ulrich Müller
commit: 2cc2750ba42d935a9bd8e0f47cada55d40dc5eb5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  8 12:38:43 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan  8 13:49:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc2750b

profiles/arch/hppa: Drop emacs from use.stable.mask

app-editors/emacs is stable on hppa.

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 30b5b2df4414..a2a9aae1ddb8 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # This file requires eapi 5 or later. New entries go on top.
@@ -96,8 +96,7 @@ rpm
 vim-syntax
 
 # Rolf Eike Beer  (2020-04-05)
-# app-editors/{,x}emacs has no stable keywords
-emacs
+# app-editors/xemacs has no stable keywords
 xemacs
 
 # Sergei Trofimovich  (2020-03-23)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-12-30 Thread Ionen Wolkens
commit: a55b3b26e30b0e616983f213dd424a619444c3ef
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Dec 30 19:07:57 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Dec 30 19:07:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55b3b26

profiles/arch/hppa: cleanup obsolete media-video/mpv use force/mask

No longer keyworded on hppa, with no plans to rekeyword.

Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/hppa/package.use.force | 8 
 profiles/arch/hppa/package.use.mask  | 8 
 2 files changed, 16 deletions(-)

diff --git a/profiles/arch/hppa/package.use.force 
b/profiles/arch/hppa/package.use.force
index 1cf8b24eca95..b0be4f598798 100644
--- a/profiles/arch/hppa/package.use.force
+++ b/profiles/arch/hppa/package.use.force
@@ -1,14 +1,6 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Ionen Wolkens  (2023-07-26)
-# MPV currently[1] has no plans to support >=lua5-3 making luajit
-# the only choice for maintained lua. Apply mask/force to override
-# the profile's defaults, and invert on arches where not keyworded.
-# Done this way also avoids conflicts for users using another default.
-# [1] 
https://github.com/mpv-player/mpv/wiki/FAQ#why-does-mpv-not-support-lua-53-or-newer
-media-video/mpv lua_single_target_lua5-1 -lua_single_target_luajit
-
 # Sam James  (2023-04-30)
 # Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there.
 sys-devel/gcc -default-stack-clash-protection

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 7c0ca5725eff..1ce7e1b2776b 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -50,14 +50,6 @@ media-gfx/inkscape sourceview
 # Tests require shellcheck which is not currently available on hppa
 sys-process/systemd-cron test
 
-# Ionen Wolkens  (2023-07-26)
-# MPV currently[1] has no plans to support >=lua5-3 making luajit
-# the only choice for maintained lua. Apply mask/force to override
-# the profile's defaults, and invert on arches where not keyworded.
-# Done this way also avoids conflicts for users using another default.
-# [1] 
https://github.com/mpv-player/mpv/wiki/FAQ#why-does-mpv-not-support-lua-53-or-newer
-media-video/mpv -lua_single_target_lua5-1 lua_single_target_luajit
-
 # Matt Turner  (2023-05-30)
 # sys-apps/dbus-broker is not keyworded
 app-accessibility/at-spi2-core dbus-broker



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-12-24 Thread Sam James
commit: b241cb5a399a820201412b5c6905c4e029da7f4e
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 24 12:03:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 24 12:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b241cb5a

profiles/arch/hppa: drop stale systemd mask

This was fixed in the kernel.

Bug: https://bugs.gentoo.org/916469
Bug: https://bugs.gentoo.org/919107
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 0f4d078bd8a6..f60c79116aa6 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,11 +1,6 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Sam James  (2023-10-31)
-# Tries to use unsupported MemoryDenyWriteExecute and crashes on boot.
-# See https://github.com/systemd/systemd/issues/29775 and bug #916469.
->=sys-apps/systemd-254
-
 # Sam James  (2023-03-28)
 # Needs explicit porting to each platform (bug 894078#c6)
 dev-python/py-cpuinfo



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-10-31 Thread Sam James
commit: ae7e31e30db7921510ce4a0830bc6627f878b5d1
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 31 06:04:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 31 06:04:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7e31e3

profiles/arch/hppa: mask >=sys-apps/systemd-254

Fails to boot.

Bug: https://bugs.gentoo.org/916469
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index ee2eb675422c..b5338568bc80 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-10-31)
+# Tries to use unsupported MemoryDenyWriteExecute and crashes on boot.
+# See https://github.com/systemd/systemd/issues/29775 and bug #916469.
+>=sys-apps/systemd-254
+
 # Sam James  (2023-08-28)
 # libuv >=1.45.0 starts to use iouring (but via its own implementation, not 
sys-libs/liburing)
 # which means CMake then starts using iouring. There are some kernel bugs which



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-10-17 Thread Sam James
commit: 9e20eecf0b4c289b2dc50ccb0e1c923ab48921f7
Author: Violet Purcell  inventati  org>
AuthorDate: Thu Oct 12 19:25:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 17 13:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e20eecf

profiles/arch/hppa: mask app-alternatives/ninja[samurai]

Signed-off-by: Violet Purcell  inventati.org>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index b8e9b5b7df13..a8d904f14493 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Violet Purcell  (2023-10-12)
+# dev-util/samurai is not keyworded here.
+app-alternatives/ninja samurai
+
 # Ionen Wolkens  (2023-10-09)
 # Vulkan is not available here, including packages for related USE.
 media-libs/libplacebo glslang shaderc vulkan
@@ -14,7 +18,6 @@ dev-qt/qtdeclarative vulkan
 dev-qt/qtgui vulkan
 =dev-qt/qtwayland-5.15.11:5 compositor
-
 # Patrick McLean  (2023-10-03)
 # sys-apps/s6-linux-init has not been tested on this arch
 sys-apps/openrc s6



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-10-08 Thread Sam James
commit: d7ce8af3da234bc1573107c9d3c669c1408bee29
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 04:16:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  9 04:16:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ce8af3

profiles/arch/hppa: mask app-text/{ansifilter,highlight][gui]

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 970ff02a80f3..0ef756074535 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2023-06-18)
+# Qt 5 not stable here
+app-text/ansifilter gui
+app-text/highlight gui
+
 # Sam James  (2023-07-02)
 # Unlikely that anybody wants to use net-nds/openldap on hppa & often has
 # platform-specific bugs.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-10-03 Thread Patrick McLean
commit: 8f10a38633cc9efc21b8ab0abef1f19732bf134b
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Oct  3 19:32:36 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Oct  3 19:34:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f10a386

profiles/arch/hppa: mask openrc s6 USE flag

Signed-off-by: Patrick McLean  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index fd8fa3df7109..9a65b497352e 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Patrick McLean  (2023-10-03)
+# sys-apps/s6-linux-init has not been tested on this arch
+sys-apps/openrc s6
+
 # Sam James  (2023-09-24)
 # Qt not keyworded here.
 app-doc/doxygen gui



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/s390/

2023-09-23 Thread Sam James
commit: 145886439692cde65b33742b2e36ea12178569c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 24 05:30:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 24 05:30:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14588643

profiles/arch: mask doxygen[gui] where no Qt 5

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 profiles/arch/ia64/package.use.mask | 4 
 profiles/arch/s390/package.use.mask | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index c86d63c758f6..fd8fa3df7109 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James  (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index d7a8b187e4b4..9cba5f68e148 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James  (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 03d0b6f2216f..f584ab79bd6b 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-09-24)
+# Qt not keyworded here.
+app-doc/doxygen gui
+
 # Sam James  (2023-09-22)
 # Qt 6 not keyworded here.
 dev-util/cmake gui



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-09-13 Thread Richard Freeman
commit: ea5fb169fb165fe0dda45cbe44deda8185854876
Author: Richard Freeman  gentoo  org>
AuthorDate: Wed Sep 13 19:03:56 2023 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Wed Sep 13 19:10:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5fb169

profiles/arch/hppa: mask test for sys-process/systemd-cron

Signed-off-by: Richard Freeman  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 350f51f38218..4c64949cc832 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Rich Freeman  (2023-09-13)
+# Tests require shellcheck which is not currently available on hppa
+sys-process/systemd-cron test
+
 # Ionen Wolkens  (2023-07-26)
 # MPV currently[1] has no plans to support >=lua5-3 making luajit
 # the only choice for maintained lua. Apply mask/force to override



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-09-11 Thread Sam James
commit: fc69289a933398f2fe093921d613110157fa5885
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 11 21:34:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 11 21:34:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc69289a

profiles/arch/hppa: mask USE=wayland

Not tested.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.mask| 4 
 profiles/arch/hppa/use.stable.mask | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 0e94502e8c96..589d5aca11a1 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-09-11)
+# wayland hasn't been tested on hppa
+wayland
+
 # matoro  (2023-06-17)
 # media-libs/libheif is not keyworded here
 heif

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 1d147f0b5dc4..30b5b2df4414 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -79,10 +79,6 @@ php
 # media-libs/gstreamer is not stable for hppa
 gstreamer
 
-# Rolf Eike Beer  (2020-04-13)
-# No stable wayland components on hppa
-wayland
-
 # Rolf Eike Beer  (2020-04-11)
 # No stable media-libs/libsdl or media-libs/libsdl2 on hppa
 sdl



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-08-28 Thread Sam James
commit: 1002ab2c91402cd02db4659ab096f5a1d02a0b16
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 28 14:01:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 28 14:01:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1002ab2c

profiles/arch/hppa: mask >=dev-libs/libuv-1.45.0

libuv >=1.45.0 starts to use iouring (but via its own implementation, not 
sys-libs/liburing)
which means CMake then starts using iouring. There are some kernel bugs which
got shaken out on hppa: linux 6.4.x is okay, but 6.1.x at least need backports.

See https://lore.kernel.org/linux-parisc/87jztggow5.fsf  gentoo.org/T/.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 42e8ff124302..ee2eb675422c 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,14 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-08-28)
+# libuv >=1.45.0 starts to use iouring (but via its own implementation, not 
sys-libs/liburing)
+# which means CMake then starts using iouring. There are some kernel bugs which
+# got shaken out on hppa: linux 6.4.x is okay, but 6.1.x at least need 
backports.
+#
+# See https://lore.kernel.org/linux-parisc/87jztggow5@gentoo.org/T/.
+>=dev-libs/libuv-1.45.0
+
 # Sam James  (2023-07-03)
 # Broken memory handling
 # 
https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0...@bell.net/



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

2023-07-28 Thread Michał Górny
commit: 758daba95e6ddb62004d17199e3bed829fae1a4a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 09:46:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 09:46:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758daba9

profiles: Remove obsolete pymongo masks

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/arm64/package.use.stable.mask | 1 -
 profiles/arch/hppa/package.use.mask | 1 -
 profiles/arch/riscv/package.use.mask| 1 -
 profiles/arch/x86/package.use.mask  | 4 
 4 files changed, 7 deletions(-)

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index f7ddad57610e..988b978b47b6 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -92,7 +92,6 @@ net-misc/spice-gtk smartcard
 # Sam James  (2020-06-29)
 # Deps not yet stable
 dev-python/pymongo test-full
- (2014-03-06)
 # USE=gui requires x11-libs/qscintilla,

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 209a4735b1c0..e0ca3f760942 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -195,7 +195,6 @@ app-admin/syslog-ng test
 # Marek Szuba  (2021-07-27)
 # dev-db/mongodb does not support riscv, fails src_configure
 dev-libs/mongo-c-driver test
- (2021-07-20)
 # hdf5-1.10 always fails tests with these 2 use flags enabled, otherwise

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 0d1cbfef13c8..e8dcc4177244 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -294,10 +294,6 @@ net-analyzer/zmap mongo
 # Unmask arch-specific USE flag available on x86
 net-analyzer/testssl -bundled-openssl
 
-# Tomáš Mózes  (2018-09-28)
-# Requires dev-db/mongodb which has dropped x86 support
- (2018-06-27)
 # Catalyst has support for assembling bootloader on this arch
 dev-util/catalyst -system-bootloader



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-07-12 Thread Matt Turner
commit: d04097463672e5ae24aa9cf8b2b5a9047b941f8e
Author: Violet Purcell  inventati  org>
AuthorDate: Tue Jun 20 19:51:09 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 12 14:54:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0409746

profiles/arch/hppa: Remove media-libs/libepoxy[egl] stable-mask

media-libs/mesa-22.3.7-r1 has been marked stable for hppa since 2023-03-03.

Signed-off-by: Violet Purcell  inventati.org>
Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 5c5c09129bd3..970ff02a80f3 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -48,10 +48,6 @@ net-misc/chrony pps
 # Unstable dependencies (dev-libs/libnl, sys-cluster/rdma-core)
 net-libs/libpcap netlink rdma
 
-# Sam James  (2021-11-17)
-# media-libs/mesa is not marked stable on HPPA
-media-libs/libepoxy egl
-
 # Rolf Eike Beer  (2021-11-10)
 # The following packages have no stable keywords on hppa:
 # net-mail/courier-imap mail-mta/courier



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-07-03 Thread Sam James
commit: e220dc5b411606063bc353c6fb83ab93d0221e07
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul  3 19:48:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul  3 19:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e220dc5b

profiles/arch/hppa: mask additional broken kernels

Fixes: 43e9f67bf3e3bf292910c06f7e3f996789689c18
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 9ed32b07176c..42e8ff124302 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -8,12 +8,14 @@
 # Fix: 
https://github.com/torvalds/linux/commit/f66066bc5136f25e36a2daff4896c768f18c211e
 =sys-kernel/gentoo-kernel-6.1.37
 =sys-kernel/gentoo-kernel-6.3.11
-=sys-kernel/gentoo-sources-6.4.1
+=sys-kernel/gentoo-sources-6.1.37
 =sys-kernel/gentoo-sources-6.3.11
+=sys-kernel/gentoo-sources-6.4.1
 =sys-kernel/vanilla-kernel-6.1.37
 =sys-kernel/vanilla-kernel-6.3.11
-=sys-kernel/vanilla-sources-6.4.1
+=sys-kernel/vanilla-sources-6.1.37
 =sys-kernel/vanilla-sources-6.3.11
+=sys-kernel/vanilla-sources-6.4.1
 =virtual/dist-kernel-6.1.37
 =virtual/dist-kernel-6.3.11
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-07-03 Thread Sam James
commit: 43e9f67bf3e3bf292910c06f7e3f996789689c18
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul  3 19:47:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul  3 19:47:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e9f67b

profiles/arch/hppa: mask broken kernels

Link: https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0e16 
 bell.net/
Link: https://lore.kernel.org/linux-parisc/b886c0ee-2ef6-5ec9-17e0-eb66c63a61d4 
 roeck-us.net/T/#m250c15554add9bf4909751adccfe18c6ee0198a8
Link: 
https://github.com/torvalds/linux/commit/f66066bc5136f25e36a2daff4896c768f18c211e
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 16 
 1 file changed, 16 insertions(+)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index f60c79116aa6..9ed32b07176c 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,22 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-07-03)
+# Broken memory handling
+# 
https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0...@bell.net/
+# 
https://lore.kernel.org/linux-parisc/b886c0ee-2ef6-5ec9-17e0-eb66c63a6...@roeck-us.net/T/#m250c15554add9bf4909751adccfe18c6ee0198a8
+# Fix: 
https://github.com/torvalds/linux/commit/f66066bc5136f25e36a2daff4896c768f18c211e
+=sys-kernel/gentoo-kernel-6.1.37
+=sys-kernel/gentoo-kernel-6.3.11
+=sys-kernel/gentoo-sources-6.4.1
+=sys-kernel/gentoo-sources-6.3.11
+=sys-kernel/vanilla-kernel-6.1.37
+=sys-kernel/vanilla-kernel-6.3.11
+=sys-kernel/vanilla-sources-6.4.1
+=sys-kernel/vanilla-sources-6.3.11
+=virtual/dist-kernel-6.1.37
+=virtual/dist-kernel-6.3.11
+
 # Sam James  (2023-03-28)
 # Needs explicit porting to each platform (bug 894078#c6)
 dev-python/py-cpuinfo



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-07-02 Thread Sam James
commit: e6d1f1653d083059e02783aff8d60d68843f60d9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 12 04:38:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  2 16:31:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d1f165

profiles/arch/hppa: stable-mask USE=ldap, USE=openldap

Unlikely that anybody wants to use net-nds/openldap on hppa & often has
platform-specific bugs.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 6 ++
 profiles/arch/hppa/use.stable.mask | 5 +
 2 files changed, 11 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 6a5a44bf9a60..5c5c09129bd3 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2023-07-02)
+# Unlikely that anybody wants to use net-nds/openldap on hppa & often has
+# platform-specific bugs.
+dev-libs/cyrus-sasl openldap
+app-crypt/mit-krb5 openldap
+
 # Arthur Zamarin  (2022-12-18)
 # Unstable test dependencies
 dev-util/pkgdev test

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index cc3e1b11d81b..1d147f0b5dc4 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2023-07-02)
+# Unlikely that anybody wants to use net-nds/openldap on hppa & often has
+# platform-specific bugs.
+ldap
+
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/features/wd40/

2023-06-10 Thread Joonas Niilola
commit: aef756c4c332d4706ffeb00ae9171a8fc06478fe
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Jun  9 21:07:52 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jun 10 06:40:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef756c4

profiles: move dev-python/bracex[doc] mask to wd40 for relevant arches

Should be masked due to rust deps on wd40 arches.  Large dep tree
concern is only relevant for non-wd40 arches.  This takes care of wd40
arches stuck in exp hell (alpha).

Bug: https://bugs.gentoo.org/882593
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 profiles/arch/ia64/package.use.mask | 4 
 profiles/features/wd40/package.use.mask | 4 
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 12b5176c0759..339e73008f4f 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -49,10 +49,6 @@ dev-python/nbval doc
 # Unkeyworded dependencies
 dev-util/diffoscope opendocument pascal pdf R
 
-# Florian Schmaus  (2022-11-23)
-# avoid larger deptree, bug #882593
-dev-python/bracex doc
-
 # Conrad Kostecki  (2022-11-01)
 # Mask tests, as not all needed deps are available on this arch.
 # See #878933 for progress.

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index fa01a4f95691..e5401b0ecb9a 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -30,10 +30,6 @@ dev-python/nbval doc
 # Unkeyworded dependencies
 dev-util/diffoscope opendocument pascal pdf R
 
-# Florian Schmaus  (2022-11-23)
-# avoid larger deptree, bug #882593
-dev-python/bracex doc
-
 # matoro  (2022-09-30)
 # No ruby on ia64 for dev-ruby/asciidoctor
 net-misc/chrony html

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index ba29aa68bb37..a6e21e96de2b 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# matoro  (2023-06-09)
+# Deps on several mkdocs plugins (#882593)
+dev-python/bracex doc
+
 # Matt Turner  (2023-05-12)
 # The Rusticl OpenCL state tracker requires rust
 >=media-libs/mesa-23.1 opencl



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-05-29 Thread Sam James
commit: 3a66eec1add1d02f63151bba808010154ef3abea
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 20:07:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 20:09:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a66eec1

profiles/arch/hppa: enable RUBY_TARGETS=ruby31

Bug: https://bugs.gentoo.org/907377
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/make.defaults   | 4 
 profiles/arch/hppa/use.stable.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 52aebec90836..9d9c0c818bea 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -22,7 +22,3 @@ CHOST_hppa="${CHOST}"
 # Donnie Berkholz  (2006-08-18)
 # Defaults for video drivers
 VIDEO_CARDS="fbdev"
-
-# Sam James  (2023-05-29)
-# Temporarily use old default until bug #907377 is done for this arch
-RUBY_TARGETS="ruby30"

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index d1c7e680c93a..cc3e1b11d81b 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,10 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Sam James  (2023-05-29)
-# Temporary mask for bug #907377
-ruby_targets_ruby31
-
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-05-20 Thread Michał Górny
commit: d48bde5d342f8aa1f2b79e3c011ce3ffdcdb01e6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 20 06:57:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 20 07:02:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48bde5d

profiles/arch/hppa: Mask dev-python/jupyter-core[doc]

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index d4dee214d81f..80a121bcef50 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Michał Górny  (2023-05-20)
+# Requires dev-python/sphinx-autodoc-types that has unkeyworded depgraph.
+dev-python/jupyter-core doc
+
 # Sam James  (2023-05-19)
 # kde-frameworks/kwayland:5 is not keyworded here.
 app-crypt/pinentry wayland



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/powerpc/ppc32/, app-crypt/pinentry/, ...

2023-05-19 Thread Sam James
commit: 4a11281036324e77e15f80d4a44402c8777b2755
Author: Sam James  gentoo  org>
AuthorDate: Fri May 19 07:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 19 17:51:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a112810

app-crypt/pinentry: add configure args for KF5WaylandClient, Qt5X11Extras, 
libX11

I was really hoping this would get looked at upstream but it's not happening,
so add in a patch given pinentry is pretty hard for people to avoid.

Bug: https://bugs.gentoo.org/906677
Closes: https://bugs.gentoo.org/819939
Closes: https://bugs.gentoo.org/837719
Signed-off-by: Sam James  gentoo.org>

 .../files/pinentry-1.2.1-automagic-capslock.patch  |  99 +++
 app-crypt/pinentry/pinentry-1.2.1-r3.ebuild| 107 +
 profiles/arch/hppa/package.use.mask|   4 +
 profiles/arch/powerpc/ppc32/package.use.mask   |   4 +
 4 files changed, 214 insertions(+)

diff --git a/app-crypt/pinentry/files/pinentry-1.2.1-automagic-capslock.patch 
b/app-crypt/pinentry/files/pinentry-1.2.1-automagic-capslock.patch
new file mode 100644
index ..081fad60eb03
--- /dev/null
+++ b/app-crypt/pinentry/files/pinentry-1.2.1-automagic-capslock.patch
@@ -0,0 +1,99 @@
+https://dev.gnupg.org/T6161
+https://bugs.gentoo.org/819939
+https://bugs.gentoo.org/837719
+--- a/configure.ac
 b/configure.ac
+@@ -508,8 +508,12 @@ fi
+ dnl
+ dnl Check for libX11 library
+ dnl
++AC_ARG_WITH(x,
++AS_HELP_STRING([--with-x],[use libX11]),
++[want_x11=$withval], [want_x11=maybe])
++
+ have_x11=no
+-if test "$have_w32_system" != "yes"; then
++AS_IF([test "$have_w32_system" != "yes" && test "$want_x11" != "no"], [
+   PKG_CHECK_MODULES(
+   LIBX11,
+   [x11],
+@@ -519,18 +523,20 @@ if test "$have_w32_system" != "yes"; then
+   have_x11=no
+   ]
+   )
++])
+ 
+-  if test "$have_x11" = "yes"; then
+-  AC_DEFINE(HAVE_X11, 1,
+-  [The pinentries can optionally use x11.])
+-  fi
+-fi
++AS_IF([test "$have_x11" = "yes"], [AC_DEFINE(HAVE_X11, 1, [The pinentries can 
optionally use x11.])])
+ 
+ dnl
+ dnl Check for KF5WaylandClient library
+ dnl
++
++AC_ARG_ENABLE(kf5-wayland,
++  AS_HELP_STRING([--enable-kf5-wayland],[use KF5WaylandClient for 
capslock indication on Wayland]),
++  [want_kf5_wayland=$enableval], [want_kf5_wayland=maybe])
++
+ have_kf5waylandclient=no
+-if test "$have_w32_system" != "yes"; then
++AS_IF([test "$have_w32_system" != "yes" && test "$want_kf5_wayland" != "no"], 
[
+   PKG_CHECK_MODULES(
+   KF5WAYLANDCLIENT,
+   [KF5WaylandClient >= 5.60],
+@@ -540,7 +546,7 @@ if test "$have_w32_system" != "yes"; then
+   have_kf5waylandclient=no
+   ]
+   )
+-fi
++])
+ 
+ dnl
+ dnl Check for Qt5 pinentry program.
+--- a/m4/qt.m4
 b/m4/qt.m4
+@@ -33,6 +33,10 @@ AC_DEFUN([FIND_QT],
+ enable_pinentry_qt5=$enableval,
+ enable_pinentry_qt5="try")
+ 
++  AC_ARG_ENABLE(qtx11extras,
++AS_HELP_STRING([--enable-qtx11extras],[use Qt5X11Extras for 
capslock indication on X11]),
++[want_qtx11extras=$enableval], [want_qtx11extras=maybe])
++
+   have_qt5_libs="no";
+   require_qt_cpp11="no";
+ 
+@@ -63,20 +67,22 @@ AC_DEFUN([FIND_QT],
+   fi
+ fi
+ 
+-if test "$have_x11" = "yes"; then
++have_qt5_x11extras=no
++AS_IF([test "$have_x11" = "yes" && test "$want_qtx11extras" != "no"], [
+   PKG_CHECK_MODULES(
+ PINENTRY_QT_X11_EXTRAS,
+ Qt5X11Extras >= 5.1.0,
+ [have_qt5_x11extras="yes"],
+-[
+-  AC_MSG_WARN([pinentry-qt will be built without Caps Lock warning on 
X11])
+-  have_qt5_x11extras="no"
+-])
+-  if test "$have_qt5_x11extras" = "yes"; then
++[have_qt5_x11extras="no"]
++ )
++])
++
++AS_IF([test "$have_qt5_x11extras" = "yes"], [
+ PINENTRY_QT_CFLAGS="$LIBX11_CFLAGS $PINENTRY_QT_CFLAGS 
$PINENTRY_QT_X11_EXTRAS_CFLAGS"
+ PINENTRY_QT_LIBS="$LIBX11_LIBS $PINENTRY_QT_LIBS 
$PINENTRY_QT_X11_EXTRAS_LIBS"
+-  fi
+-fi
++], [
++AC_MSG_WARN([pinentry-qt will be built without Caps Lock warning on 
X11])
++])
+ 
+ AC_CHECK_TOOL(MOC, moc)
+ AC_MSG_CHECKING([moc version])

diff --git a/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild 
b/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild
new file mode 100644
index ..74d0edc60322
--- /dev/null
+++ b/app-crypt/pinentry/pinentry-1.2.1-r3.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
+inherit autotools qmake-utils verify-sig
+
+DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-05-10 Thread Sam James
commit: 83575a2b7af142a6ec86577bf06ecfbf496387b4
Author: Sam James  gentoo  org>
AuthorDate: Wed May 10 12:18:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 10 12:19:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83575a2b

profiles/arch/hppa: mask sys-block/tgt[rbd]

Bug: https://bugs.gentoo.org/906062
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 8f8ae5b1c7e1..9a41708780b6 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-05-10)
+# sys-cluster/ceph not keyworded here
+sys-block/tgt rbd
+
 # Sam James  (2023-05-01)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/alpha/, ...

2023-04-30 Thread Sam James
commit: 761cead640e940468f8cd8b460df9cbea1b32611
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 04:40:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 04:40:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761cead6

profiles/arch: mask more USE=jpegxl where unavailable

Bug: https://bugs.gentoo.org/905295
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/alpha/package.use.mask | 19 +--
 profiles/arch/hppa/package.use.mask  | 19 +--
 profiles/arch/ia64/package.use.mask  | 16 +---
 profiles/arch/s390/package.use.mask  | 12 +---
 4 files changed, 36 insertions(+), 30 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 6a4c92550347..5b06d5e1ee16 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-05-01)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+media-gfx/graphicsmagick jpegxl
+media-gfx/imagemagick jpegxl
+media-libs/imlib2 jpegxl
+
 # Matt Turner  (2023-02-15)
 # pandoc not keyworded here, bug #878355
 app-admin/conky doc
@@ -29,11 +37,6 @@ net-misc/openntpd constraints
 # Needs unkeyworded app-doc/halibut
 >=net-misc/putty-0.77 doc
 
-# Sergey Torokhov  (2022-06-22)
-# media-libs/libjxl is not keyworded
-# bug https://bugs.gentoo.org/853628
-media-gfx/gimp jpegxl
-
 # Sam James  (2022-04-29)
 # Needs unkeyworded dev-util/umockdev
 sys-power/upower test
@@ -44,7 +47,7 @@ dev-python/click doc
 
 # Nickolas Raymond Kaczynski  (2022-04-24)
 # Dependencies are missing keywords
-media-libs/imlib2 svg heif jpegxl
+media-libs/imlib2 svg heif
 
 # Matt Turner  (2022-04-18)
 # app-text/nuspell is not keyworded
@@ -54,10 +57,6 @@ app-text/enchant nuspell
 # gnome-base/librsvg missing keywords
 media-libs/freetype svg
 
-# Sam James  (2022-03-26)
-# media-libs/libjxl not keyworded here
-media-gfx/graphicsmagick jpegxl
-
 # Adel Kara Slimane  (2022-03-14)
 # Untested useflag on other arches, needs keywording
 media-video/ffmpeg vmaf

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 3c27f7273b62..8f8ae5b1c7e1 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,14 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-05-01)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+media-gfx/graphicsmagick jpegxl
+media-gfx/imagemagick jpegxl
+media-libs/imlib2 jpegxl
+
 # Sam James  (2023-04-30)
 # Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there.
 sys-devel/gcc default-stack-clash-protection
@@ -38,11 +46,6 @@ net-dns/ddclient test
 # deps not keyworded
 dev-util/pkgcheck emacs
 
-# Sergey Torokhov  (2022-06-22)
-# media-libs/libjxl is not keyworded
-# bug https://bugs.gentoo.org/853628
-media-gfx/gimp jpegxl
-
 # Sam James  (2022-05-17)
 # sci-libs/sundials fails to build tests on HPPA
 # bug #845222
@@ -55,7 +58,7 @@ dev-libs/libgdata crypt
 
 # Nickolas Raymond Kaczynski  (2022-04-24)
 # Dependencies are missing keywords
-media-libs/imlib2 svg heif jpegxl
+media-libs/imlib2 svg heif
 
 # Sam James  (2022-04-24)
 # Requires dev-util/pahole.
@@ -70,10 +73,6 @@ app-text/enchant nuspell
 # gnome-base/librsvg missing keywords
 media-libs/freetype svg
 
-# Sam James  (2022-03-26)
-# media-libs/libjxl not keyworded here
-media-gfx/graphicsmagick jpegxl
-
 # Sam James  (2022-03-22)
 # media-libs/dav1d not keyworded here
 media-libs/xine-lib dav1d

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 279c2eab13a6..eec09ee64eb5 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-05-01)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+media-gfx/graphicsmagick jpegxl
+media-gfx/imagemagick jpegxl
+media-libs/imlib2 jpegxl
+
 # Sam James  (2023-04-14)
 # dev-python/sympy not keyworded here yet
 dev-python/nbval test
@@ -30,15 +38,9 @@ dev-util/pkgcheck emacs
 # net-libs/libqrtr-glib not keyworded
 net-misc/modemmanager qrtr
 
-# Sergey Torokhov  (2022-06-22)
-# media-libs/libjxl is not keyworded
-# bug https://bugs.gentoo.org/853628
-media-gfx/gimp jpegxl
-
 # Nickolas Raymond Kaczynski  (2022-04-24)
 # Dependencies are missing keywords
-media-libs/imlib2 svg heif jpegxl
-media-gfx/graphicsmagick jpegxl
+media-libs/imlib2 svg heif
 
 # Matt Turner  (2022-04-18)
 # app-text/nuspell is not keyworded

diff 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-04-30 Thread Sam James
commit: c4ba7e222f6bb640ffe3c234f5554f64fedf1673
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 07:13:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 07:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ba7e22

profiles/arch/hppa: mask sys-devel/gcc[default-stack-clash-protection]

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.force | 6 +-
 profiles/arch/hppa/package.use.mask  | 4 
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.force 
b/profiles/arch/hppa/package.use.force
index 23d2f5f96e34..b0be4f598798 100644
--- a/profiles/arch/hppa/package.use.force
+++ b/profiles/arch/hppa/package.use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-04-30)
+# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there.
+sys-devel/gcc -default-stack-clash-protection
+
 # Sam James  (2022-02-19)
 # New enough SpiderMonkey not keyworded here, bug #753221
 sys-auth/polkit duktape

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 9977cd44be75..61b32d85aeca 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-04-30)
+# Stacks on HPPA grow upwards and GCC doesn't support SSP or SCP there.
+sys-devel/gcc default-stack-clash-protection
+
 # Sam James  (2023-04-16)
 # net-libs/libcloudproviders not keyworded here
 x11-libs/gtk+ cloudproviders



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-04-14 Thread Sam James
commit: 8b8ea9aec9bca247669e32d984db44e907d3eb93
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 19:46:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 19:46:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8ea9ae

profiles/arch/hppa: mask dev-python/nbval[test] (needs sympy)

Bug: https://bugs.gentoo.org/904298
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 610098934898..0107f54de34a 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2023-04-14)
+# Needs unkeyworded dev-python/sympy
+dev-python/nbval test
+
 # Michał Górny  (2023-03-14)
 # Requires virtual/pandoc.
 dev-python/nbclassic doc



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-04-13 Thread Sam James
commit: a5bcec4e17837be056a9ea42705dcb63d5de2d1b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 04:34:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 04:34:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bcec4e

profiles/arch/hppa: mask dev-python/nbval[doc]

Needs pandoc.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 6a75ab6ba371..610098934898 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -7,6 +7,7 @@
 # Michał Górny  (2023-03-14)
 # Requires virtual/pandoc.
 dev-python/nbclassic doc
+dev-python/nbval doc
 
 # Hans de Graaff  (2023-02-27)
 # Depends on virtual/rust



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-03-23 Thread Ben Kohler
commit: 7fad42a15969b9c0ed5612b691cebee4fbc3b1dd
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar 23 13:42:15 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Mar 23 13:42:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fad42a1

profiles/arch/hppa: mask avif on www-client/links

Signed-off-by: Ben Kohler  gentoo.org>

 profiles/arch/hppa/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 9fcb85c3f4c2..6a75ab6ba371 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -152,6 +152,7 @@ media-libs/rubberband jni
 # media-libs/libavif isn't keyworded here
 media-libs/gd avif heif
 media-gfx/graphicsmagick heif
+www-client/links avif
 
 # Georgy Yakovlev  (2021-01-19)
 # uchardet not stable/keyworded yet on this arch



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-03-09 Thread Sam James
commit: a1fddfb8cfff6555b93afd60a0b74ab7da0a87e8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 10 07:30:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 10 07:30:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fddfb8

profiles/arch/hppa: mask =strace-6.2

Bug: https://github.com/strace/strace/issues/241
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 1ff307a672b3..16cb03e861ec 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,11 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-03-10)
+# Fails to build on HPPA w/ sys-kernel/linux-headers-6.2:
+# https://github.com/strace/strace/issues/241
+=dev-util/strace-6.2
+
 # Quote from :
 # "Compilation fails with: #error You need to define CycleTimer for
 #  your OS and CPU"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/loong/

2023-02-28 Thread Hans de Graaff
commit: 5b79d03d6b7770facca7243eb60e616c99a7db7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 28 06:48:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 28 08:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79d03d

profiles/arch: mask jit USE flag for dev-lang/ruby

Mask the jit USE flag for dev-lang/ruby since this now requires rust
starting with ruby 3.2.

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/loong/package.use.mask | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 073c161ed52c..eae0b1d0df9f 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Hans de Graaff  (2023-02-27)
+# Depends on virtual/rust
+dev-lang/ruby jit
+
 # Sam James  (2022-12-26)
 # Unkeyworded dependencies
 dev-util/diffoscope opendocument pascal pdf R

diff --git a/profiles/arch/loong/package.use.mask 
b/profiles/arch/loong/package.use.mask
index 2ae021013873..721deb5a7efc 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -1,6 +1,9 @@
 # Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Hans de Graaff  (2022-12-06)
 # dev-cpp/glog fails tests, needs checknig



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-02-02 Thread Sam James
commit: dba2ef25042ad4b4f1182d5da86eac111c572d63
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 06:25:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 06:25:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2ef25

profiles/arch/hppa: unmask ruby30

Bug: https://bugs.gentoo.org/890915
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/make.defaults   | 4 
 profiles/arch/hppa/use.stable.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 197fd6f830ef..9d9c0c818bea 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -22,7 +22,3 @@ CHOST_hppa="${CHOST}"
 # Donnie Berkholz  (2006-08-18)
 # Defaults for video drivers
 VIDEO_CARDS="fbdev"
-
-# Hans de Graaff  (2023-01-15)
-# Temporary mask for https://bugs.gentoo.org/890915
-RUBY_TARGETS="ruby27"

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 93c97503dde8..cc3e1b11d81b 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,10 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Hans de Graaff  (2023-01-15)
-# Temporary mask for https://bugs.gentoo.org/890915
-ruby_targets_ruby30
-
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-01-05 Thread Sam James
commit: 2a1e33228fca5357ee1bd1f3b9d83b34de442a9f
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 06:15:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 08:17:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1e3322

profiles/arch/hppa: unmask py3.11

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index ab85ab59b768..f6e015839f72 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,11 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Sam James  (2022-11-08)
-# Mask until dev-lang/python:3.11 becomes stable.
-python_targets_python3_11
-python_single_target_python3_11
-
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-01-04 Thread Sam James
commit: 82369d40425ec2995230c0de57b773b29d5f84c9
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  5 07:59:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 07:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82369d40

Revert "profiles/arch/hppa: unmask py3.11"

This reverts commit b0979af42b24839892c5f49df8fe0c1e6ddd9ffd.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index f6e015839f72..ab85ab59b768 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2022-11-08)
+# Mask until dev-lang/python:3.11 becomes stable.
+python_targets_python3_11
+python_single_target_python3_11
+
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2023-01-04 Thread Sam James
commit: b0979af42b24839892c5f49df8fe0c1e6ddd9ffd
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 06:15:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 07:55:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0979af4

profiles/arch/hppa: unmask py3.11

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index ab85ab59b768..f6e015839f72 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,11 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Sam James  (2022-11-08)
-# Mask until dev-lang/python:3.11 becomes stable.
-python_targets_python3_11
-python_single_target_python3_11
-
 # Rolf Eike Beer  (2021-11-12)
 # dev-libs/nspr and dev-libs/nss are not stable on hppa
 nss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-12-18 Thread Arthur Zamarin
commit: cfe212757f39eb0944e2847cc36d242903de13c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 18 19:55:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 18 19:58:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe21275

dev-util/pkgdev: stable mask USE="test"

mask USE="test", as it needs stable x11-misc/xdg-utils, which isn't
really worth it to stable on hppa. This is an ALLARCHES package,
with only python code.

Bug: https://bugs.gentoo.org/887045
Signed-off-by: Arthur Zamarin  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 90b54e393b45..44ceabea8dea 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Arthur Zamarin  (2022-12-18)
+# Unstable test dependencies
+dev-util/pkgdev test
+
 # Michał Górny  (2022-11-06)
 # Unmask the target on python-exec while it's masked elsewhere.
 dev-lang/python-exec -python_targets_python3_11



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-12-04 Thread Sam James
commit: f2226f4aba5d8a83aa42fafad5b21dcae3abc931
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Dec  4 01:43:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  4 23:58:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2226f4a

profiles/arch/hppa: unmask net-libs/nghttp2[cxx]

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735
See: 
https://gcc.gnu.org/git/?p=gcc.git=commit;h=ed3cb4970392edfbae74c82d7e25b7cd961ce70f
See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727621
Closes: https://bugs.gentoo.org/552898
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/28533
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 11880aec0ddf..a7391b3a0165 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -305,10 +305,6 @@ kde-frameworks/extra-cmake-modules doc
 # pulls in many dev-ruby/asciidoctor dependencies (bug #583390)
 net-misc/chrony html
 
-# Jeroen Roovers  (2015-07-03)
-# net-libs/nghttp2 fails to compile (bug #552898)
-net-libs/nghttp2 cxx
-
 # Jeroen Roovers  (2015-05-17)
 # Mask USE=rados for net-analyzer/rrdtool since sys-cluster/ceph is not
 # keyworded (bug #549516)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-11-19 Thread Sam James
commit: 676db7565a4a33e900abb58c8e71c28e87392272
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:42:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:06:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676db756

profiles/arch/hppa: mask USE=opentype-compat

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 83ae1d1951f6..171fb2e333a7 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2022-10-15)
+# x11-apps/fonttosfnt is not keyworded here
+opentype-compat
+
 # Matt Turner  (2022-02-21)
 # app-crypt/tpm2-tss is not keyworded here
 tpm



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-08-15 Thread Arthur Zamarin
commit: bac3c11b9ea59e7c5bb0fd639cd5cd6d5eefc9d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 15 18:58:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 15 19:05:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac3c11b

profiles/hppa: mask dev-util/pkgcheck[emacs]

Signed-off-by: Arthur Zamarin  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 804f970f43a9..b4755682d82c 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Arthur Zamarin  (2022-08-15)
+# deps not keyworded
+dev-util/pkgcheck emacs
+
 # Sergey Torokhov  (2022-06-22)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-07-30 Thread Matthew Smith
commit: f92b0381f16e182a9eae3bb4dfde56cd22954be5
Author: Matthew Smith  gentoo  org>
AuthorDate: Sat Jul 30 08:17:43 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sat Jul 30 08:20:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92b0381

profiles/arch/hppa: unmask putty doc

Signed-off-by: Matthew Smith  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index ace034545eeb..804f970f43a9 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,10 +4,6 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
-# Matthew Smith  (2022-07-10)
-# Needs unkeyworded app-doc/halibut
->=net-misc/putty-0.77 doc
-
 # Sergey Torokhov  (2022-06-22)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/arm64/, profiles/arch/sparc/, ...

2022-07-10 Thread Matthew Smith
commit: 9a0700604c1b5b822032b30c4f60f8ca19fd1583
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Jul 10 08:38:08 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Jul 10 08:39:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a070060

profiles/arch: mask putty doc where halibut is not keyworded

Signed-off-by: Matthew Smith  gentoo.org>

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm64/package.use.mask | 4 
 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/powerpc/ppc64/package.use.mask | 4 
 profiles/arch/sparc/package.use.mask | 4 
 5 files changed, 20 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index de7ba0224b4d..f8d75f42430c 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Smith  (2022-07-10)
+# Needs unkeyworded app-doc/halibut
+>=net-misc/putty-0.77 doc
+
 # Sergey Torokhov  (2022-06-22)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index f4cb7901cf98..7e87677f4ecd 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Smith  (2022-07-10)
+# Needs unkeyworded app-doc/halibut
+>=net-misc/putty-0.77 doc
+
 # Sam James  (2022-07-08)
 # Unmask galera for dev-db/mariadb
 >=dev-db/mariadb-10.1.0 -galera

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 804f970f43a9..ace034545eeb 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Matthew Smith  (2022-07-10)
+# Needs unkeyworded app-doc/halibut
+>=net-misc/putty-0.77 doc
+
 # Sergey Torokhov  (2022-06-22)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 7a09c8b58c7c..a4b2648bd7b7 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Smith  (2022-07-10)
+# Needs unkeyworded app-doc/halibut
+>=net-misc/putty-0.77 doc
+
 # Jimi Huotari  (2022-05-08)
 # Not keyworded here yet.
 lxqt-base/lxqt-meta desktop-portal

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 6298a47b94a1..72517fbad896 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthew Smith  (2022-07-10)
+# Needs unkeyworded app-doc/halibut
+>=net-misc/putty-0.77 doc
+
 # Matt Turner  (2022-06-25)
 # net-libs/libqrtr-glib not keyworded
 net-misc/modemmanager qrtr



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/alpha/

2022-06-21 Thread Sam James
commit: edd87013630218f9d69c98014774730d9eb0a0a3
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jun 21 22:10:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 21 22:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd87013

profiles: mask media-gfx/gimp[libjxl] for alpha hppa ia64

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/26027
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 +
 profiles/arch/hppa/package.use.mask  | 5 +
 profiles/arch/ia64/package.use.mask  | 5 +
 3 files changed, 15 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 7b5c6e1c20ad..ef05d1577100 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergey Torokhov  (2022-06-22)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+
 # Sam James  (2022-04-29)
 # Needs unkeyworded dev-util/umockdev
 sys-power/upower test

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 58ec9a129e1e..57943bc00925 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sergey Torokhov  (2022-06-22)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+
 # Sam James  (2022-05-17)
 # sci-libs/sundials fails to build tests on HPPA
 # bug #845222

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 8c184263e48c..ed0d6fae762b 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergey Torokhov  (2022-06-22)
+# media-libs/libjxl is not keyworded
+# bug https://bugs.gentoo.org/853628
+media-gfx/gimp jpegxl
+
 # Nickolas Raymond Kaczynski  (2022-04-24)
 # Dependencies are missing keywords
 media-libs/imlib2 svg heif jpegxl



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/arm64/, profiles/arch/mips/, ...

2022-06-10 Thread Sam James
commit: 930b848f6a8aa7f5166594e52dd952437c566d09
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 08:36:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 08:36:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930b848f

profiles/arch: drop nvidia-texture-tools references

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/arm/package.use.mask   | 1 -
 profiles/arch/arm64/package.use.mask | 1 -
 profiles/arch/hppa/package.use.mask  | 2 +-
 profiles/arch/mips/package.use.mask  | 4 
 4 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index e7583029f8b2..d8432511d705 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -120,7 +120,6 @@ app-text/atril test
 
 # Sam James  (2020-09-05)
 # nvidia-texture-tools not useful here
-media-libs/devil nvtt
 games-strategy/0ad nvtt
 
 # James Le Cuirot  (2020-08-19)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 714797d2a3e6..d67ae6fdf361 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -159,7 +159,6 @@ dev-scheme/guile -jit
 
 # Sam James  (2020-09-05)
 # nvidia-texture-tools not useful here
-media-libs/devil nvtt
 games-strategy/0ad nvtt
 
 # Georgy Yakovlev  (2020-08-20)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index e302bcfdc10d..58ec9a129e1e 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -193,7 +193,7 @@ media-video/ffmpeg dav1d libaribb24 libtesseract vidstab
 
 # Rolf Eike Beer  (2020-04-11)
 # media-gfx/nvidia-texture-tools, media-libs/allegro not keyworded on hppa
-media-libs/devil allegro nvtt
+media-libs/devil allegro
 
 # Rolf Eike Beer  (2020-04-09)
 # dependencies not keyworded

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 8c2459b45e47..e2567bf9b228 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -134,10 +134,6 @@ dev-python/numpydoc test
 # sys-devel/clang is not keyworded
 app-doc/doxygen clang
 
-# Sergey Popov  (2014-02-02)
-# media-gfx/nvidia-texture-tools is not keyworded on mips
-media-libs/devil   nvtt
-
 # Ryan Hill  (2014-01-07)
 # req net-libs/webkit-gtk:2
 x11-libs/wxGTK webkit



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-06-09 Thread Sam James
commit: 54e71bde6feb1bfd93d6fe169ff987adae0ab299
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 00:59:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 00:59:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e71bde

profiles/arch/hppa: mask crashing =sys-libs/glibc-2.35-r7

Bug: https://bugs.gentoo.org/850691
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.mask | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 9fa28f2c1954..9675958761f8 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,6 +1,11 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-06-10)
+# Broken on HPPA. Segfaults during last-minute check.
+# bug #850691
+=sys-libs/glibc-2.35-r7
+
 # Quote from :
 # "Compilation fails with: #error You need to define CycleTimer for 
 #  your OS and CPU"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-05-17 Thread Sam James
commit: d9c6a42f164f87073e02b49127977b6587983254
Author: Sam James  gentoo  org>
AuthorDate: Tue May 17 22:19:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 17 22:19:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c6a42f

profiles/arch/hppa: mask octave[sundials]

Closes: https://bugs.gentoo.org/845222
Bug: https://bugs.gentoo.org/757822
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index ea12bfd2a81c..e302bcfdc10d 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2022-05-17)
+# sci-libs/sundials fails to build tests on HPPA
+# bug #845222
+sci-mathematics/octave sundials
+
 # Matt Turner  (2022-05-07)
 # app-crypt/gcr is not keyworded
 app-crypt/pinentry gtk



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-05-10 Thread Sam James
commit: f90ee7b2a4344f60321e6a5be70a6ced8e6b72ab
Author: Sam James  gentoo  org>
AuthorDate: Tue May 10 17:50:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 11 00:49:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90ee7b2

profiles/arch/hppa: drop obsolete systemd masks

Thanks Dakon for pointing this out.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask| 3 +--
 profiles/arch/hppa/package.use.stable.mask | 8 
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index dec058081d40..ea12bfd2a81c 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -203,9 +203,8 @@ app-emacs/elscreen wanderlust
 net-im/pidgin gadu
 
 # Jeroen Roovers  (2020-01-28)
-# sys-apps/systemd is not stable
 # media-libs/libilbc has not been ported to HPPA
-net-analyzer/wireshark ilbc sdjournal
+net-analyzer/wireshark ilbc
 
 # Andreas Sturmlechner  (2020-01-26)
 # media-libs/libheif is not keyworded

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 9aa52314f86c..f3fafe0de1d0 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -98,10 +98,6 @@ sys-apps/iproute2 atm bpf iptables
 # dev-libs/libzip does not have stable keywords on hppa
 >=media-gfx/imagemagick-7 zip
 
-# Sam James  (2021-06-01)
-# sys-apps/systemd is not stable on hppa
-sys-auth/pambase homed
-
 # Sam James  (2021-02-18)
 # Requires dev-lang/vala to be stable
 gnome-base/librsvg vala
@@ -174,10 +170,6 @@ x11-base/xorg-server xorg
 # not all needed sphinx modules are stable on hppa.
 dev-python/aiohttp doc
 
-# Sergei Trofimovich  (2020-11-14)
-# sys-apps/systemd has no stable keywords on hppa.
-sys-apps/ipmitool openbmc
-
 # Arfrever Frehtes Taifersar Arahesis  (2020-10-14)
 # app-i18n/fcitx:4 not stable.
 media-libs/libsdl2 fcitx4



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/, profiles/arch/ia64/, ...

2022-04-25 Thread Sam James
commit: 28babcba3e2340e58afb04916c17952f51091af4
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Sun Apr 24 02:42:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 05:13:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28babcba

media-libs/imlib2: add v1.9.0

some of the new dependencies are missing keywords. mask them
accordingly.

change deprecated `virtual/jpeg` to `media-libs/jpeg-turbo`

also fixes the following issue, which should've been `bz2`
instead of `bzip2`.

* QA Notice: Unrecognized configure options:
*  --with-bzip2

Closes: https://bugs.gentoo.org/833490
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/25174
Signed-off-by: Sam James  gentoo.org>

 media-libs/imlib2/Manifest   |  1 +
 media-libs/imlib2/imlib2-1.9.0.ebuild| 89 
 media-libs/imlib2/metadata.xml   |  3 +
 profiles/arch/alpha/package.use.mask |  4 ++
 profiles/arch/arm/armv4/package.use.mask |  1 +
 profiles/arch/arm/armv4t/package.use.mask|  1 +
 profiles/arch/arm/armv5te/package.use.mask   |  1 +
 profiles/arch/hppa/package.use.mask  |  4 ++
 profiles/arch/ia64/package.use.mask  |  4 ++
 profiles/arch/powerpc/ppc32/package.use.mask |  4 ++
 profiles/arch/sparc/package.use.mask |  4 ++
 11 files changed, 116 insertions(+)

diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
index 94d9d49aa726..53c2c96ce9c2 100644
--- a/media-libs/imlib2/Manifest
+++ b/media-libs/imlib2/Manifest
@@ -1,2 +1,3 @@
 DIST imlib2-1.7.1.tar.bz2 893631 BLAKE2B 
637bf70ea223a63c51def0fac4102683a090de41a1f5904d6232fd2fa004915e3dcde54eac51d16532d2df83a0f8df127266766ac3700ae2948d39fefef512b8
 SHA512 
36e457855da0f129c7e7ba3dfcb44162b6624b1d56df5f84448495a96fe9ad1ce3e6c628222630be7274476722c4feaa8e1648d1e463439ca758e66ce9645970
 DIST imlib2-1.7.5.tar.xz 793124 BLAKE2B 
bc47f81aeb635ca2f3d4962e1be5c53111a25a88ccbfcd8f9a7c87717b256966ca6b8cd78fb897287dab656ef2ade41a0955f7d3770d6d670e675954f000cebb
 SHA512 
6e0a79359d6cac297b7a074a75bf577c8c1e3932d9993616834ea9076a7df544fafcfa960fe8ed7468f1291533f3c828260ccb809a882dadb3f3650ba9dd3f28
+DIST imlib2-1.9.0.tar.xz 807740 BLAKE2B 
5fc1694a4a419434d2308f0bd76e7a2fe086a00159c5fe73a383bee4d0c721f2bf294e9a9e7cb86416f702d1991646b56fd3a876c573584c4a18c7bd5e5f5f88
 SHA512 
958fdabc938ec03ab48001ca4df72c8352cb261b12b09334d38348b22b8859cff16a1cda0d4447b73261723f223f62a799f80eb85a710ac5a44a3fa4f90734fd

diff --git a/media-libs/imlib2/imlib2-1.9.0.ebuild 
b/media-libs/imlib2/imlib2-1.9.0.ebuild
new file mode 100644
index ..78c8baa4b8cc
--- /dev/null
+++ b/media-libs/imlib2/imlib2-1.9.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal toolchain-funcs
+
+DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"
+HOMEPAGE="https://www.enlightenment.org/
+   https://sourceforge.net/projects/enlightenment/files/imlib2-src/;
+SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+X bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 debug doc +gif +jpeg mp3 
+png +shm
+   static-libs +tiff +webp zlib svg heif eps jpeg2k jpegxl"
+
+REQUIRED_USE="shm? ( X )"
+
+RDEPEND="
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
+   gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] )
+   jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+   mp3? ( media-libs/libid3tag:=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-4.0.4:0[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+   svg? ( >=gnome-base/librsvg-2.46.0:=[${MULTILIB_USEDEP}] )
+   heif? ( media-libs/libheif:=[${MULTILIB_USEDEP}] )
+   eps? ( app-text/libspectre )
+   jpeg2k? ( media-libs/openjpeg:=[${MULTILIB_USEDEP}] )
+   jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] )
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
+   !Bzip2 loader support
Gif image loader support
Jpeg image loader support
+   Hief and Avif image loader support
+   Eps image loader support
+   Jxl image loader support
ID3 loader support
PNG image loader support
Use MIT shared memory support for X image 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-04-25 Thread Sam James
commit: d778c6437b1d66882509ec87e335d450fa6f2622
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 25 18:33:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 25 18:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d778c643

profiles/arch/hppa: drop obsolete net-libs/gnutls[test-full] mask

seccomp has been unmasked for a while here.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index d09e7eeab4f0..c87f9a065595 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -258,10 +258,6 @@ sys-libs/glibc systemtap
 # Requires java
 app-forensics/sleuthkit java
 
-# Michał Górny  (2017-08-08)
-# Requires USE=seccomp that is masked in this profile.
-net-libs/gnutls test-full
-
 # Jeroen Roovers  (2017-02-04)
 # media-libs/libilbc has not been ported to HPPA
 # media-libs/zimg triggers a toolchain issue (bug #597152)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/, app-text/enchant/, ...

2022-04-18 Thread Matt Turner
commit: 81df4e9c88720fc6fd5d8f7890ce5afd3d7d8dec
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 17 21:02:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 01:16:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81df4e9c

app-text/enchant: Version bump to 2.3.3

- Bump to EAPI=8
- Add nuspell support (bug #750290)
- Move enchant:2's enchant/enchant.ordering to /usr/share, and
  move enchant:1's enchant/enchant.ordering to /usr/share/enchant-1.
  Previously it was the other way around, and this causes enchant:2's
  test suite to fail.
- Enable dev-libs/unittest++ test dependency in enchant:1, since it now
  ships a pkgconfig file

Closes: https://bugs.gentoo.org/750290
Signed-off-by: Matt Turner  gentoo.org>

 app-text/enchant/Manifest|  1 +
 app-text/enchant/enchant-1.6.1-r2.ebuild | 60 
 app-text/enchant/enchant-2.3.3.ebuild| 52 +++
 app-text/enchant/metadata.xml|  1 +
 profiles/arch/alpha/package.use.mask |  4 +++
 profiles/arch/arm/package.use.mask   |  4 +++
 profiles/arch/arm64/package.use.mask |  4 +++
 profiles/arch/hppa/package.use.mask  |  4 +++
 profiles/arch/ia64/package.use.mask  |  4 +++
 profiles/arch/mips/package.use.mask  |  4 +++
 profiles/arch/powerpc/package.use.mask   |  4 +++
 profiles/arch/riscv/package.use.mask |  4 +++
 profiles/arch/sparc/package.use.mask |  4 +++
 13 files changed, 150 insertions(+)

diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest
index 36fe8e6a7737..0b9c3f27c38c 100644
--- a/app-text/enchant/Manifest
+++ b/app-text/enchant/Manifest
@@ -1,2 +1,3 @@
 DIST enchant-1.6.1.tar.gz 642124 BLAKE2B 
d41aa9b313e7fe8b0887728b55f3c5218e270c7359b4edcdc8d9180af68687230bcc9f7d1abb9f85ac673478530e5674366c9bc7d08b983e7226725b2cdd73d3
 SHA512 
26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036
 DIST enchant-2.3.2.tar.gz 991782 BLAKE2B 
ece8c4cbac2c242c23b4b8c5ab2daf1037705dbf58ad29b4863dd01cb30b2d98e11828f2b9d1ce3823aec419c871cc3dd1092e4659e10ef3e3cd2df867255be4
 SHA512 
886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62
+DIST enchant-2.3.3.tar.gz 990877 BLAKE2B 
310b66931e803ccb643a47c1476122a558de7a192b50f532d4cdababe55d398268bf5bfcc0ed556d665af88f6c183c1871147d302ad39a7ebd4fc29e1ab16967
 SHA512 
c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb

diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild 
b/app-text/enchant/enchant-1.6.1-r2.ebuild
new file mode 100644
index ..d4302d6ca527
--- /dev/null
+++ b/app-text/enchant/enchant-1.6.1-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="${PV//./-}"
+DESCRIPTION="Spellchecker wrapping library"
+HOMEPAGE="https://abiword.github.io/enchant/;
+SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+IUSE="aspell +hunspell test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( aspell hunspell )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.6:2
+   aspell? ( app-text/aspell )
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !https://abiword.github.io/enchant/;
+SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+IUSE="aspell +hunspell nuspell test voikko"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( aspell hunspell nuspell )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.6:2
+   aspell? ( app-text/aspell )
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )
+   nuspell? ( >=app-text/nuspell-5.1.0:0= )
+   voikko? ( dev-libs/libvoikko )
+"
+RDEPEND="${COMMON_DEPEND}
+   !
Adds support for app-text/aspell 
spell checker
Adds support for 
app-text/hunspell spell checker
+   Adds support for 
app-text/nuspell spell checker
Adds support for 
dev-libs/libvoikko spell checker

 

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 9102346f8a5f..631eabb1f5e9 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2022-04-18)
+# app-text/nuspell is not 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, media-libs/xine-lib/, media-libs/xine-lib/files/

2022-03-22 Thread Sam James
commit: 377be0b52f115818ea3c2d00367f0b2b5c91b0f1
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 22 16:53:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 22 17:02:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377be0b5

media-libs/xine-lib: fix automagic libaom, dav1d; fix build with dav1d-1.0.0

Closes: https://bugs.gentoo.org/835791
Signed-off-by: Sam James  gentoo.org>

 .../files/xine-lib-1.2.12-dav1d-1.0.0.patch| 22 ++
 media-libs/xine-lib/metadata.xml   |  3 +++
 ...lib-1.2.12.ebuild => xine-lib-1.2.12-r1.ebuild} | 13 ++---
 media-libs/xine-lib/xine-lib-1.2..ebuild   |  9 ++---
 profiles/arch/hppa/package.use.mask|  4 
 5 files changed, 45 insertions(+), 6 deletions(-)

diff --git a/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch 
b/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch
new file mode 100644
index ..cb3253cf99a5
--- /dev/null
+++ b/media-libs/xine-lib/files/xine-lib-1.2.12-dav1d-1.0.0.patch
@@ -0,0 +1,22 @@
+https://bugs.gentoo.org/835791
+https://sourceforge.net/p/xine/tickets/11/
+--- a/src/video_dec/dav1d.c
 b/src/video_dec/dav1d.c
+@@ -544,11 +544,17 @@
+
+   /* multithreading */
+   ncpu = xine_cpu_count();
++#if DAV1D_API_VERSION_MAJOR > 5
++  settings.n_threads = ncpu + 1;
++  xprintf(stream->xine, XINE_VERBOSITY_DEBUG, LOG_MODULE ": "
++"Using %d threads\n", settings.n_threads);
++#else
+   settings.n_frame_threads = (ncpu > 8) ? 4 : (ncpu < 2) ? 1 : ncpu/2;
+   settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
+   xprintf(stream->xine, XINE_VERBOSITY_DEBUG, LOG_MODULE ": "
+ "Using %d frame threads, %d tile threads\n",
+ settings.n_frame_threads, settings.n_tile_threads);
++#endif
+
+   /* dri frame allocator */
+   settings.allocator.cookie = this;

diff --git a/media-libs/xine-lib/metadata.xml b/media-libs/xine-lib/metadata.xml
index 387486f97a70..8eb50e96f2ff 100644
--- a/media-libs/xine-lib/metadata.xml
+++ b/media-libs/xine-lib/metadata.xml
@@ -8,6 +8,9 @@

Enable playback of Blu-ray filesystems using 
media-libs/libbluray

+   
+   Enable support for media-libs/dav1d AV1 
decoder
+   

Enable support for DXR3 mpeg acceleration cards.


diff --git a/media-libs/xine-lib/xine-lib-1.2.12.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild
similarity index 90%
rename from media-libs/xine-lib/xine-lib-1.2.12.ebuild
rename to media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild
index b3f3393bc258..29f22fbfac90 100644
--- a/media-libs/xine-lib/xine-lib-1.2.12.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.12-r1.ebuild
@@ -24,14 +24,14 @@ HOMEPAGE="http://xine.sourceforge.net/;
 
 LICENSE="GPL-2"
 SLOT="1"
-IUSE="a52 aac aalib +alsa altivec bluray +css dts dvb dxr3 fbcon flac gtk 
imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug musepack nfs opengl 
oss pulseaudio samba sftp sdl speex theora truetype v4l vaapi vcd vdpau vdr 
vidix +vis vorbis vpx wavpack wayland +X xinerama +xv xvmc ${NLS_IUSE}"
+IUSE="a52 aac aalib +alsa altivec bluray +css dav1d dts dvb dxr3 fbcon flac 
gtk imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug musepack nfs 
opengl oss pulseaudio samba sftp sdl speex theora truetype v4l vaapi vcd vdpau 
vdr vidix +vis vorbis vpx wavpack wayland +X xinerama +xv xvmc ${NLS_IUSE}"
 
 BDEPEND="
app-arch/xz-utils
>=sys-devel/libtool-2.2.6b
virtual/pkgconfig
 "
-RDEPEND="${NLS_RDEPEND}
+RDEPEND="
dev-libs/libxdg-basedir
media-libs/libdvdnav
media-video/ffmpeg:0=
@@ -43,6 +43,7 @@ RDEPEND="${NLS_RDEPEND}
alsa? ( media-libs/alsa-lib )
bluray? ( >=media-libs/libbluray-0.2.1:= )
css? ( >=media-libs/libdvdcss-1.2.10 )
+   dav1d? ( media-libs/dav1d:= )
dts? ( media-libs/libdca )
dxr3? ( media-libs/libfame )
flac? ( media-libs/flac )
@@ -100,7 +101,6 @@ RDEPEND="${NLS_RDEPEND}
xvmc? ( x11-libs/libXvMC )
 "
 DEPEND="${RDEPEND}
-   ${NLS_DEPEND}
oss? ( virtual/os-headers )
v4l? ( virtual/os-headers )
X? (
@@ -117,6 +117,10 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.12-dav1d-1.0.0.patch
+)
+
 src_prepare() {
default
 
@@ -158,6 +162,8 @@ src_configure() {
--with-xv-path=/usr/$(get_libdir)
--without-esound
--without-fusionsound
+   # Added dav1d for now. Could support both? Does it need to be 
XOR?
+   --without-libaom
$(use_enable a52 a52dec)
$(use_enable aac faad)
$(use_enable aalib)
@@ -194,6 +200,7 @@ src_configure() {
$(use_enable vpx)

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/ia64/, profiles/arch/powerpc/ppc32/, ...

2022-02-10 Thread Sam James
commit: fc1d86a05f728c7338e42f6cfaa288b50181cae2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 11:16:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 11:36:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1d86a0

app-crypt/gnupg: fix automagic dependency on app-crypt/tpm2-tss

Only affects 2.3.x.

Closes: https://bugs.gentoo.org/832783
Signed-off-by: Sam James  gentoo.org>

 app-crypt/gnupg/Manifest|  1 +
 .../gnupg/{gnupg-2.3.4.ebuild => gnupg-2.3.4-r1.ebuild} | 13 +
 app-crypt/gnupg/metadata.xml|  3 +++
 profiles/arch/alpha/package.use.mask|  4 
 profiles/arch/hppa/package.use.mask |  4 
 profiles/arch/ia64/package.use.mask |  4 
 profiles/arch/powerpc/ppc32/package.use.mask|  4 
 profiles/arch/sparc/package.use.mask|  4 
 8 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index c11d72b17087..92e512fefc43 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -4,3 +4,4 @@ DIST gnupg-2.2.34.tar.bz2 7252882 BLAKE2B 
f42fd8c4019a051c9f087ae1806ce61c831e0a
 DIST gnupg-2.2.34.tar.bz2.sig 119 BLAKE2B 
38d384f215f02bb45ab7c77bb7ad434d9038d8ed19610210ebf84e43e1548c2e938f1f45a1047a9c161c3a88308b83c21fb2bc254a77e68fcf00c7f0cf72e5f9
 SHA512 
220436aa2387376d4af41ee84dbac9a9e4fda2904024d81da9af6f8c704700c5c6f9da98cfa7e4a9f188ad2739189b905473cfd88747978300829ec382771745
 DIST gnupg-2.3.3.tar.bz2 7590874 BLAKE2B 
a80a84b4f6691815550de6125f4f24aa9c901b8ca8eeb6bc91c90ccd3d285a5ddb15688c7ab870aa6a6c418eb98b969e7b958120c3976b5aaea55188f39b67b0
 SHA512 
12d500e6b45910d5f7bfd4916bcee37ac988a58a35563fcf425a65b88c0cf92c2af2e94d3e31e9e5e19094c8beb5ec3779cf90bfe43d1555c4196f69eee2f102
 DIST gnupg-2.3.4.tar.bz2 7589561 BLAKE2B 
6e04a90a5ffac7d4701202e35071a48530ba86d8c64cab3ed1617df23358f4d564ddf6cdbc6c861890725344a19619e0f6791ccabd97b18b28dc4e6e01f7837b
 SHA512 
a3cf1c759512ec561c6f01cec72d533fc099dccf8c03b3a3e4a930862ae4c6815ecb856edd41884a65f058b65553cb69519e53e134d652353a7a76144bd99758
+DIST gnupg-2.3.4.tar.bz2.sig 238 BLAKE2B 
e384c1528d015b4470eabfeffbe59db82cfc6522d739d6017f72f60a55959ded9cf031fec7b9b286f8020cdd429b2d07780205633d6fb459521ba96374fb3b3f
 SHA512 
be43535068b1ad33458ad320e3ec37fad49341ebfb0846a2b21d2b87fd55696567df91abcea0b83e70ad1322832635279a4d0bf1f736ae6dd70e255c951bf0b3

diff --git a/app-crypt/gnupg/gnupg-2.3.4.ebuild 
b/app-crypt/gnupg/gnupg-2.3.4-r1.ebuild
similarity index 91%
rename from app-crypt/gnupg/gnupg-2.3.4.ebuild
rename to app-crypt/gnupg/gnupg-2.3.4-r1.ebuild
index dc083b09c42e..48bc251e6c0f 100644
--- a/app-crypt/gnupg/gnupg-2.3.4.ebuild
+++ b/app-crypt/gnupg/gnupg-2.3.4-r1.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic systemd toolchain-funcs
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
+inherit flag-o-matic systemd toolchain-funcs verify-sig
 
 MY_P="${P/_/-}"
 
 DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
 HOMEPAGE="https://gnupg.org/;
 SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnupg/gnupg/${P}.tar.bz2.sig )"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl test +tofu tools usb 
user-socket wks-server"
+IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl test +tofu tpm tools 
usb user-socket wks-server"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( tofu )"
 
@@ -32,6 +34,7 @@ DEPEND=">=dev-libs/libassuan-2.5.0
readline? ( sys-libs/readline:0= )
smartcard? ( usb? ( virtual/libusb:1 ) )
tofu? ( >=dev-db/sqlite-3.27 )
+   tpm? ( >=app-crypt/tpm2-tss-2.4.0 )
ssl? ( >=net-libs/gnutls-3.0:0= )
sys-libs/zlib
 "
@@ -44,7 +47,8 @@ RDEPEND="${DEPEND}
 
 BDEPEND="virtual/pkgconfig
doc? ( sys-apps/texinfo )
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+   verify-sig? ( sec-keys/openpgp-keys-gnupg )"
 
 DOCS=(
ChangeLog NEWS README THANKS TODO VERSION
@@ -77,6 +81,7 @@ src_configure() {
$(use_enable tofu)
$(use_enable tofu keyboxd)
$(use_enable tofu sqlite)
+   $(usex tpm '--with-tss=intel' '--disable-tpm2d')
$(use smartcard && use_enable usb ccid-driver || echo 
'--disable-ccid-driver')
$(use_enable wks-server wks-tools)

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-02-08 Thread Arthur Zamarin
commit: 5f94b34dfbc2c96ae99d729ea7b10011ff8dc9fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  8 18:17:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  8 18:17:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f94b34d

profiles/arch/hppa: mask app-shells/bash[mem-scramble]

Bug: https://bugs.gentoo.org/832946
Signed-off-by: Arthur Zamarin  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 26772ef3cfec..359c15fb777b 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Arthur Zamarin  (2022-02-08)
+# bash becomes corrupted and system breaks, bug #832946
+app-shells/bash mem-scramble
+
 # Sam James  (2022-01-29)
 # app-text/ronn-ng not keyworded here, bug #801103
 app-accessibility/espeak-ng man



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-02-02 Thread Sam James
commit: 8951726545bdf32b0939c7c57d85366252d41e56
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:57:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:57:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89517265

profiles/arch/hppa: stable-mask sys-libs/openipmi[snmp]

net-analyzer/net-snmp is not marked stable on HPPA.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index f84875bc2739..6d0bf4791af5 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -20,6 +20,7 @@
 # Sam James  (2022-02-02)
 # net-analyzer/net-snmp is not marked stable on HPPA
 net-analyzer/ifstat snmp
+sys-libs/openipmi snmp
 
 # Sam James  (2022-02-01)
 # Unstable Tcl/Tk dependencies



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-02-01 Thread Sam James
commit: f7bf48a1c772a271a40bc15b9df23fbcefb90f36
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 07:35:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 07:36:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bf48a1

profiles/arch/hppa: stable-mask net-analyzer/ifstat[snmp]

net-analyzer/net-snmp is not marked stable on HPPA.

Bug: https://bugs.gentoo.org/832537
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 9045d3e365ec..f84875bc2739 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-02-02)
+# net-analyzer/net-snmp is not marked stable on HPPA
+net-analyzer/ifstat snmp
+
 # Sam James  (2022-02-01)
 # Unstable Tcl/Tk dependencies
 dev-libs/libisoburn launch-frontend launch-frontend-setuid frontend-optional



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-31 Thread Sam James
commit: 4c46324a6ce2a9e9ae702408d3235879d9771fc9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  1 01:58:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  1 01:59:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c46324a

profiles/arch/hppa: stable-mask GUI flags for dev-libs/libisoburn

Tcl/Tk is not marked stable on HPPA.

Bug: https://bugs.gentoo.org/832457
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 86a4f2e5bb4d..9045d3e365ec 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-02-01)
+# Unstable Tcl/Tk dependencies
+dev-libs/libisoburn launch-frontend launch-frontend-setuid frontend-optional
+
 # Sam James  (2022-01-26)
 # Various unstable dependencies
 sys-apps/systemd fido2 http nat policykit qrcode xkb



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-25 Thread Sam James
commit: 5fc18c57f1b727d3376da077e27d768e86f687f1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 26 04:36:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 26 05:16:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc18c57

profiles/arch/hppa: drop USE=systemd stable-mask

sys-apps/systemd is now marked stable on HPPA.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 873d96ddd30c..f6e015839f72 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # This file requires eapi 5 or later. New entries go on top.
@@ -122,10 +122,6 @@ pulseaudio
 # sys-auth/elogind is not stable here.
 elogind
 
-# Sergei Trofimovich  (2019-03-03)
-# No stable sys-apps/systemd on hppa.
-systemd
-
 # Andreas Sturmlechner  (2018-05-20)
 openal
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-25 Thread Sam James
commit: f0b06f49e7bb879f4400d4ad922327d85a20741a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 26 05:14:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 26 05:16:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b06f49

profiles/arch/hppa: stable-mask various sys-apps/systemd flags

A bunch of unstable dependencies.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 7e55a6bd007f..86a4f2e5bb4d 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-01-26)
+# Various unstable dependencies
+sys-apps/systemd fido2 http nat policykit qrcode xkb
+
 # Sam James  (2022-01-20)
 # net-misc/pps-tools is not marked stable on HPPA
 net-misc/chrony pps



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-20 Thread Sam James
commit: 63a0f26c6bddc515fb271b5e29e58954e1f556a6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 20 13:01:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 20 13:02:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a0f26c

profiles/arch/hppa: mask net-misc/chrony[pps]

net-misc/pps-tools isn't marked stable here.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 0a4b7c2a80de..7e55a6bd007f 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # When you add an entry to the top of this file, add your name, the date, and
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-01-20)
+# net-misc/pps-tools is not marked stable on HPPA
+net-misc/chrony pps
+
 # Sam James  (2021-12-15)
 # Unstable dependencies (dev-libs/libnl, sys-cluster/rdma-core)
 net-libs/libpcap netlink rdma



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-20 Thread Sam James
commit: 2d6d99a81bda960248aa99d839a87a097df4ec16
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 20 10:42:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 20 10:44:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6d99a8

profiles/arch/hppa: drop unnecessary USE from make.defaults

- cups/foomatic: particularly niche here (barely anybody is running
  HPPA on desktop anyway, but it certainly shouldn't be default, and
  if they are running it, they'll be using a desktop profile which
  already includes this)
- libwww: no other arch does this, not mentioned in any other profiles
  at all, and quite specific anyway.
- firefox: USE flag doesn't exist.
- spell: no other arch does this and it's personal preference.
- fortran: already said in inherited profiles
- imlib: no other arch does this, very specific desktop-like choice anyway.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/make.defaults | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 9a5cbb060079..2908b66bb4e6 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -10,8 +10,6 @@ CXXFLAGS="${CFLAGS}"
 
 FEATURES="sandbox sfperms strict"
 
-USE="cups foomaticdb fortran gpm imlib libwww spell firefox"
-
 # Michał Górny  (2014-07-01)
 # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
 # checks simpler.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2022-01-20 Thread Sam James
commit: d3a94c365ff568280061f9557ddc2fe79b70cab8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 20 10:37:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 20 10:38:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a94c36

profiles/arch/hppa: drop USE=gdbm from make.defaults

No other arch does this.

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index d5254d0e0777..9a5cbb060079 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ARCH="hppa"
@@ -10,7 +10,7 @@ CXXFLAGS="${CFLAGS}"
 
 FEATURES="sandbox sfperms strict"
 
-USE="cups foomaticdb fortran gdbm gpm imlib libwww spell firefox"
+USE="cups foomaticdb fortran gpm imlib libwww spell firefox"
 
 # Michał Górny  (2014-07-01)
 # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/mips/, profiles/targets/desktop/, ...

2022-01-15 Thread David Seifert
commit: 33662190ae41a0125f94856ff650da6b03ae8101
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 15 15:19:31 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 15 15:19:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33662190

profiles: remove global USE=+emboss

Closes: https://github.com/gentoo/gentoo/pull/23807
Closes: https://bugs.gentoo.org/742305
Signed-off-by: David Seifert  gentoo.org>

 profiles/arch/alpha/use.mask   | 3 +--
 profiles/arch/hppa/use.mask| 6 +-
 profiles/arch/ia64/use.mask| 3 +--
 profiles/arch/mips/use.mask| 6 +-
 profiles/targets/desktop/make.defaults | 4 ++--
 5 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 294e2c3492f7..e2fa17de5ef5 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -96,7 +96,6 @@ dmi
 # Stuff that doesn't work on alpha, or not tested
 clang
 djbfft
-emboss
 hardened
 mecab
 netbeans

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 54706b70567e..df9f8769d2c4 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -256,10 +256,6 @@ ieee1394
 # mono is not yet supported on hppa
 mono
 
-# Guy Martin  (2005-02-18)
-# No emboss support on hppa for now
-emboss
-
 # Guy Martin  (2004-08-08)
 # Wifi stuff not test yet because of lack of hardware
 wifi

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index 4a68751c476e..f70979b1bdfb 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -72,7 +72,6 @@ lm-sensors
 # Stuff that doesn't work on ia64, or not tested
 afs
 djbfft
-emboss
 jack
 lqr
 capi

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 6d106a43c626..a8539df074c5 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -168,10 +168,6 @@ scanner
 # This should work, someone with a usb card and digital camera should test it
 gphoto2
 
-# Ciaran McCreesh 
-# unresolved dep, bug #82428
-emboss
-
 # Joshua Kinard 
 # dietlibc isn't known to work on mips
 diet

diff --git a/profiles/targets/desktop/make.defaults 
b/profiles/targets/desktop/make.defaults
index d7eab4cd0587..18b1903bedde 100644
--- a/profiles/targets/desktop/make.defaults
+++ b/profiles/targets/desktop/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd 
dvdr elogind emboss encode exif flac gif gpm gtk gui icu jpeg lcms libnotify 
mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell 
startup-notification svg tiff truetype vorbis udev udisks unicode upower usb 
wxwidgets X xcb x264 xml xv xvid"
+USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd 
dvdr elogind encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng 
mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell 
startup-notification svg tiff truetype vorbis udev udisks unicode upower usb 
wxwidgets X xcb x264 xml xv xvid"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/powerpc/ppc32/, dev-libs/efl/

2022-01-04 Thread Joonas Niilola
commit: 8adc2a498fec7ddcdcbbacb7a8172d4ed6d82b94
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jan  4 15:30:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan  4 15:48:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adc2a49

dev-libs/efl: add 1.26.1

 - block e-flat-theme since it's the default theme on 1.26,
 - drop 'ssl' use flag since it's mandatory anyway,
 - rework opengl+gles2 logic to clear some of the nasty REQUIRED_USE
   constricts - this will most likely not be the final version though,
 - update dependency list based on feedback from iwdevtools,
 - use xdg.eclass for pkg_post* functions.

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/Manifest|   1 +
 dev-libs/efl/efl-1.26.1.ebuild   | 308 +++
 dev-libs/efl/metadata.xml|   1 +
 profiles/arch/hppa/package.use.mask  |   2 +-
 profiles/arch/powerpc/ppc32/package.use.mask |   4 +
 5 files changed, 315 insertions(+), 1 deletion(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index ffb1a1fb32bc..a7ff465e370d 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1 +1,2 @@
 DIST efl-1.25.1.tar.xz 72306872 BLAKE2B 
060d729380ba62677307c5346da1786e879c14c4e40f0a3288c8cb81ece08f4ac501d989495b1c3dcbfeb19a86d23130892ae874861de5684c867aef60cb07d6
 SHA512 
cd281c2299aa6f74f0204e59a13dc254135e6dc40641e0a437c6f5025efe517d415f0915f69e123123319a9bbddb748aec1948ed0b5eb386e028cf45b244bed8
+DIST efl-1.26.1.tar.xz 168538588 BLAKE2B 
2274b8939635d472560a7131651586e6ab5dfc71094f15fad0a30711ae2fdf40098ce6cd70a9b664c9f16c6b6880f51de96372dcc6d251bcad8c069429c3bfcb
 SHA512 
50fd972315d10997a077e403e3484a6637a66217a66865216a3e47d214cfe7647876fade087da8d9ee5104ca99ce11db27ba6279564b1076f3353f3f9c702cb1

diff --git a/dev-libs/efl/efl-1.26.1.ebuild b/dev-libs/efl/efl-1.26.1.ebuild
new file mode 100644
index ..f342c206b667
--- /dev/null
+++ b/dev-libs/efl/efl-1.26.1.ebuild
@@ -0,0 +1,308 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DOCS_BUILDER="doxygen"
+DOCS_DEPEND="dev-texlive/texlive-fontutils"
+DOCS_DIR="${S}/doc"
+
+LUA_REQ_USE="deprecated(+)"
+LUA_COMPAT=( lua5-{1,2} luajit )
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit docs lua-single meson python-any-r1 xdg
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+HOMEPAGE="https://www.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+X avif bmp connman cpu_flags_arm_neon dds debug drm +eet efl-one 
elogind examples fbcon
+   +fontconfig fribidi gif gles2-only gnutls glib +gstreamer harfbuzz heif 
hyphen ibus ico
+   jpeg2k json nls mono opengl +pdf physics pmaps postscript psd 
pulseaudio raw scim
+   sdl +sound +svg +system-lz4 systemd tga tgv tiff tslib unwind v4l vnc 
wayland webp xcf
+   xim xpm xpresent zeroconf"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}
+   ?? ( elogind systemd )
+   ?? ( fbcon tslib )
+   drm? ( wayland )
+   examples? ( eet svg )
+   ibus? ( glib )
+   pulseaudio? ( sound )
+   xim? ( X )
+   xpresent? ( X )"
+
+# Requires everything to be enabled unconditionally.
+RESTRICT="test"
+
+RDEPEND="${LUA_DEPS}
+   !x11-themes/e-flat-theme
+   dev-libs/libinput:=
+   net-misc/curl
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   sys-apps/dbus
+   sys-libs/zlib
+   virtual/jpeg
+   X? (
+   media-libs/freetype
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXScrnSaver
+   wayland? ( x11-libs/libxkbcommon[X] )
+   )
+   avif? ( media-libs/libavif:= )
+   connman? ( net-misc/connman )
+   drm? (
+   dev-libs/libinput:=
+   dev-libs/wayland
+   media-libs/mesa[gbm(+)]
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   )
+   elogind? (
+   sys-auth/elogind
+   virtual/libudev:=
+   )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gles2-only? (
+   media-libs/mesa[egl(+),gles2]
+   virtual/opengl
+   )
+   glib? ( dev-libs/glib:2 )
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? ( dev-libs/openssl:0= )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-12-30 Thread Michał Górny
commit: d7b22b47a5119eb1a273ec628bb5ca816bdc6709
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 30 17:51:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 30 17:51:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b22b47

profiles/arch/hppa: Unmask python3_10 target

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/hppa/use.mask| 6 --
 profiles/arch/hppa/use.stable.mask | 6 --
 2 files changed, 12 deletions(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index eec8e480fd60..54706b70567e 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -16,12 +16,6 @@ openexr
 bluetooth
 pipewire
 
-# Michał Górny  (2021-05-20)
-# Unresolved keywordreqs are getting in the way.
-# https://bugs.gentoo.org/789606
-python_targets_python3_10
-python_single_target_python3_10
-
 # Arfrever Frehtes Taifersar Arahesis  (2021-04-01)
 # sys-libs/llvm-libunwind not supported on HPPA.
 llvm-libunwind

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index b73cd857e2fa..873d96ddd30c 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -26,12 +26,6 @@ colord
 # media-libs/libsamplerate is not stable on hppa
 libsamplerate
 
-# Michał Górny  (2021-05-04)
-# Python 3.10 is not yet stable (and will not be until it's out of beta,
-# around September.
-python_single_target_python3_10
-python_targets_python3_10
-
 # Matt Turner  (2020-12-23)
 # dev-db/postgresql is not stable on hppa
 postgres



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-12-15 Thread Sam James
commit: c6b0053a11218caf3ab765d7c6432d1034a452a8
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 15 11:48:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 15 11:48:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b0053a

profiles/arch/hppa: stable-mask libpcap[netlink,rdma]

Bug: https://bugs.gentoo.org/829259
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index d798f3f41a14..0a4b7c2a80de 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-12-15)
+# Unstable dependencies (dev-libs/libnl, sys-cluster/rdma-core)
+net-libs/libpcap netlink rdma
+
 # Sam James  (2021-11-17)
 # x11-libs/libXvMC is not marked stable on HPPA
 # media-libs/mesa is not marked stable on HPPA



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-18 Thread Sam James
commit: 33c86470876a9da3e017cf8afc3bc7b0d63e316e
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 19 03:05:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 03:05:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c86470

profiles/arch/hppa: mask dev-python/anyio[doc]

Bug: https://bugs.gentoo.org/824622
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index b07e3d4e662f..5a93cbad3647 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-11-19)
+# Avoid dragging in doc/sphinx deps where we can help it
+dev-python/anyio doc
+
 # Sam James  (2021-11-17)
 # Avoid unnecessary dependencies
 dev-python/matplotlib gtk3



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: ad007f36c1dd18efeab790cd3620a400ff8bfdfc
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:12:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:31:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad007f36

profiles/arch/hppa: un-stable-mask USE=introspection

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22979
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 9659de7b5781..b73cd857e2fa 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -21,7 +21,6 @@ doc
 # Avoid stabling chunks of GNOME and such as much as possible.
 # bug #807637
 colord
-introspection
 
 # Matt Turner  (2021-09-22)
 # media-libs/libsamplerate is not stable on hppa



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: 5ba63588901cf4c1892433c2b1b5a703cedeb9e7
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:09:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:10:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba63588

profiles/arch/hppa: mask dev-python/matplotlib[gtk3]

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 537759ae1212..b07e3d4e662f 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-11-17)
+# Avoid unnecessary dependencies
+dev-python/matplotlib gtk3
+
 # Sam James  (2021-11-05)
 # Avoid keywording unnecessary depenencies for now, bug #804115
 dev-python/scipy pythran



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: aa1871b6b4634560b1d67f68ac4034aaf0365f6e
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:10:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1871b6

profiles/arch/hppa: drop gtk3 stable mask

It's a required BDEPEND anyway for tests.

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 7c84dee1ebbe..d798f3f41a14 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -20,10 +20,8 @@
 # Sam James  (2021-11-17)
 # x11-libs/libXvMC is not marked stable on HPPA
 # media-libs/mesa is not marked stable on HPPA
-# x11-libs/gtk+:3 is not marked stable on HPPA
 media-libs/libepoxy egl
 media-libs/mesa xvmc
-dev-python/matplotlib gtk3
 
 # Rolf Eike Beer  (2021-11-10)
 # The following packages have no stable keywords on hppa:



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: d760096df7087b52fa670420e488ecb04a0be3ae
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:07:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:07:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d760096d

profiles/arch/hppa: stable-mask dev-python/matplotlib[gtk3]

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index d798f3f41a14..7c84dee1ebbe 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -20,8 +20,10 @@
 # Sam James  (2021-11-17)
 # x11-libs/libXvMC is not marked stable on HPPA
 # media-libs/mesa is not marked stable on HPPA
+# x11-libs/gtk+:3 is not marked stable on HPPA
 media-libs/libepoxy egl
 media-libs/mesa xvmc
+dev-python/matplotlib gtk3
 
 # Rolf Eike Beer  (2021-11-10)
 # The following packages have no stable keywords on hppa:



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: 0c00bb3d578e40556977546c238ba43f7507d030
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:04:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:04:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c00bb3d

profiles/arch/hppa: stable-mask media-libs/libepoxy[egl]

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index f66b7728a1c5..d798f3f41a14 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -19,6 +19,8 @@
 
 # Sam James  (2021-11-17)
 # x11-libs/libXvMC is not marked stable on HPPA
+# media-libs/mesa is not marked stable on HPPA
+media-libs/libepoxy egl
 media-libs/mesa xvmc
 
 # Rolf Eike Beer  (2021-11-10)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-17 Thread Sam James
commit: 732067610e009aeb60203b39412952a1a387deb1
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 08:04:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 08:04:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73206761

profiles/arch/hppa: stable mask media-libs/mesa[xvmc]

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 25356a106702..f66b7728a1c5 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-11-17)
+# x11-libs/libXvMC is not marked stable on HPPA
+media-libs/mesa xvmc
+
 # Rolf Eike Beer  (2021-11-10)
 # The following packages have no stable keywords on hppa:
 # net-mail/courier-imap mail-mta/courier



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-12 Thread Sam James
commit: 550bd2004299fba764268fc43565b0bea91767f5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov 12 22:10:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 12 22:22:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550bd200

use stable mask nss on hppa

This allow to get rid of stable dev-libs/nspr and dev-libs/nss.

Bug: https://bugs.gentoo.org/822957
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 578453827fd..debb46b2735 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Rolf Eike Beer  (2021-11-12)
+# dev-libs/nspr and dev-libs/nss are not stable on hppa
+nss
+
 # Matt Turner  (2021-10-28)
 # dev-libs/hiredis is not stable on hppa
 redis



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-12 Thread Sam James
commit: 8c99d7151e6c71400d677cb27520ff7b5ae05ae4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 10 22:04:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 12 20:51:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c99d715

stable mask dev-libs/cyrus-sasl[authdaemond] on hppa

This allow to get rid of stable net-mail/courier-imap.

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index cf376920606..25356a10670 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Rolf Eike Beer  (2021-11-10)
+# The following packages have no stable keywords on hppa:
+# net-mail/courier-imap mail-mta/courier
+dev-libs/cyrus-sasl authdaemond
+
 # Sam James  (2021-11-03)
 # sys-apps/hwloc is not marked stable on HPPA
 sys-process/htop hwloc



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/

2021-11-04 Thread Sam James
commit: c12a93c11191508503a228b7f39d419265237c3e
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 05:08:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 05:08:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12a93c1

profiles/arch: mask dev-cpp/eigen[test] on alpha, hppa

Bug: https://bugs.gentoo.org/804115
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 +
 profiles/arch/hppa/package.use.mask  | 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index a78c83b3899..401823fbedc 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-11-05)
+# Test suite is very fragile and doesn't even run on amd64.
+# No real point in running it here right now, bug #804115.
+dev-cpp/eigen test
+
 # Arthur Zamarin  (2021-10-24)
 # dev-ruby/furo isn't keyworded here
 dev-python/argon2-cffi doc

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 1f91d73a59a..82ce3de3799 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,11 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-11-05)
+# Test suite is very fragile and doesn't even run on amd64.
+# No real point in running it here right now, bug #804115.
+dev-cpp/eigen test
+
 # Sam James  (2021-11-05)
 # Avoid unkeyworded sci dependencies for bug #804115
 sci-libs/pastix starpu



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-04 Thread Sam James
commit: d78a4c47609447a28af000535aa20c670e12d4d4
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 05:06:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 05:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78a4c47

profiles/arch/hppa: mask pastix[starpu]

Avoids dragging in dependencies.

Bug: https://bugs.gentoo.org/804115
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index b2cad9b1e3c..1f91d73a59a 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-11-05)
+# Avoid unkeyworded sci dependencies for bug #804115
+sci-libs/pastix starpu
+
 # Arthur Zamarin  (2021-10-24)
 # dev-ruby/furo isn't keyworded here
 dev-python/argon2-cffi doc



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-03 Thread Sam James
commit: dbcc9c6e7dcc9e58f7da208a3525842e349f0725
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  3 21:11:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  3 21:11:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcc9c6e

profiles/arch/hppa: stable-mask sys-process/htop[hwloc]

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index e71769f8bed..cf376920606 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-11-03)
+# sys-apps/hwloc is not marked stable on HPPA
+sys-process/htop hwloc
+
 # Sam James  (2021-11-03)
 # dev-util/source-highlight is not marked stable on HPPA
 sys-devel/gdb source-highlight



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-11-03 Thread Sam James
commit: f6881613cc7b6ab168c10d45a8f677b67a453e82
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  3 19:47:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  3 19:47:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6881613

profiles/arch/hppa: stable-mask gdb[source-highlight]

Bug: https://bugs.gentoo.org/820914
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index f02d0487d4a..e71769f8bed 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-11-03)
+# dev-util/source-highlight is not marked stable on HPPA
+sys-devel/gdb source-highlight
+
 # Matt Turner  (2021-09-22)
 # Non-stable deps.
 app-editors/emacs gui mailutils



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-28 Thread Matt Turner
commit: 2093e2c32c7ad2c0974f095bceec8dd0aa48be39
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 29 01:34:28 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 29 01:35:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2093e2c3

profiles/hppa: Stable mask USE=redis

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 3 +--
 profiles/arch/hppa/use.stable.mask | 4 
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 8cc93c0e49a..f02d0487d4a 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -90,11 +90,10 @@ dev-util/ragel doc
 # geoip2: dev-libs/libmaxminddb
 #  kafka: dev-libs/librdkafka
 #mongodb: dev-libs/mongo-c-driver
-#  redis: dev-db/redis
 #   smtp: net-libs/libesmtp
 #   snmp: net-analyzer/net-snmp
 #   spoof-source: net-libs/libnet
-app-admin/syslog-ng amqp dbi geoip2 kafka mongodb redis smtp snmp spoof-source
+app-admin/syslog-ng amqp dbi geoip2 kafka mongodb smtp snmp spoof-source
 
 # Matt Turner  (2020-12-30)
 # dev-libs/libfido2 is not stable on hppa

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index dac2cc77e55..578453827fd 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Matt Turner  (2021-10-28)
+# dev-libs/hiredis is not stable on hppa
+redis
+
 # Sam James  (2021-10-16)
 # Avoid large number of dependencies which often
 # have to be stabilised.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-27 Thread Sam James
commit: dd109ca918f34029695535c5c7de35ac37417534
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Oct 27 18:02:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 27 22:41:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd109ca9

dev-python/virtualenv: allow tests on hppa, pip is already stable

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/22731
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 33396378d39..b2cad9b1e3c 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -105,10 +105,6 @@ dev-ruby/activesupport test
 # Requires media-libs/mesa[llvm], which is masked.
 dev-python/pyopengl test
 
-# Rolf Eike Beer  (2020-04-22)
-# dev-python/pip not keyworded yet, bug #700918
-dev-python/virtualenv test
-
 # Rolf Eike Beer  (2020-04-22)
 # dev-libs/criterion not yet keyworded
 >=app-admin/syslog-ng-3.25 test



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/powerpc/, media-libs/libsdl2/, ...

2021-10-25 Thread James Le Cuirot
commit: 0b59213ced616965912bd61163ea8412ddd6d8f2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Oct 25 22:32:45 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Oct 25 22:33:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b59213c

Revert "media-libs/libsdl2: add USE flags hidapi, libusb"

This reverts commit a5b38687c0accc7a1bd5782da18c402bc683d0da. I
overlooked a few things when reviewing this.

Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libsdl2/libsdl2-2.0.16.ebuild | 7 +--
 media-libs/libsdl2/metadata.xml  | 2 --
 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/arm64/package.use.mask | 4 
 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/ia64/package.use.mask  | 6 +-
 profiles/arch/mips/package.use.mask  | 4 
 profiles/arch/powerpc/package.use.mask   | 4 
 profiles/arch/s390/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 11 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.16.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.16.ebuild
index 1d0b78dd975..e1bab222ded 100644
--- a/media-libs/libsdl2/libsdl2-2.0.16.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.16.ebuild
@@ -14,7 +14,7 @@ LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
-IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus doc fcitx4 gles1 gles2 
haptic hidapi ibus jack +joystick kms libsamplerate libusb nas opengl oss 
pipewire pulseaudio sndio +sound static-libs +threads udev +video 
video_cards_vc4 vulkan wayland X xinerama xscreensaver"
+IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus doc fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio 
sndio +sound static-libs +threads udev +video video_cards_vc4 vulkan wayland X 
xinerama xscreensaver"
 REQUIRED_USE="
alsa? ( sound )
fcitx4? ( dbus )
@@ -23,7 +23,6 @@ REQUIRED_USE="
haptic? ( joystick )
ibus? ( dbus )
jack? ( sound )
-   libusb? ( hidapi )
nas? ( sound )
opengl? ( video )
pulseaudio? ( sound )
@@ -39,7 +38,6 @@ CDEPEND="
fcitx4? ( app-i18n/fcitx:4 )
gles1? ( media-libs/mesa[${MULTILIB_USEDEP},gles1] )
gles2? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
-   hidapi? ( dev-libs/hidapi[${MULTILIB_USEDEP}] )
ibus? ( app-i18n/ibus )
jack? ( virtual/jack[${MULTILIB_USEDEP}] )
kms? (
@@ -47,7 +45,6 @@ CDEPEND="
>=media-libs/mesa-9.0.0[${MULTILIB_USEDEP},gbm]
)
libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] )
-   libusb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
nas? (
>=media-libs/nas-1.9.4[${MULTILIB_USEDEP}]
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
@@ -153,8 +150,6 @@ multilib_src_configure() {
$(use_enable alsa)
--disable-alsa-shared
$(use_enable jack)
-   $(use_enable hidapi)
-   $(use_enable libusb hidapi-libusb)
--disable-jack-shared
--disable-esd
$(use_enable pipewire)

diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml
index b7129a681bd..d6b6433df9a 100644
--- a/media-libs/libsdl2/metadata.xml
+++ b/media-libs/libsdl2/metadata.xml
@@ -28,11 +28,9 @@
include OpenGL ES 1.0 support
include OpenGL ES 2.0 support
Enable the haptic (force feedback) 
subsystem
-   Enable HID support via 
dev-libs/hidapi
Enable support for 
app-i18n/ibus
Control joystick support (disable at your 
own risk)
Build the KMSDRM video driver
-   Enable raw HID access via 
virtual/libusb
Enable support for the 
media-sound/sndio backend
Enable support for the 
media-video/pipewire audio backend
Control audio support (disable at your own 
risk)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 906193aef4c..a78c83b3899 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -493,7 +493,3 @@ net-dialup/ppp atm
 
 # Needs nut and qstat respectively, neither is keyworded on alpha.
 net-analyzer/nagios-plugins nagios-game
-
-# Andrew Udvare  (2021-10-13)
-# missing keyword for dev-libs/hidapi
-media-libs/libsdl2 hidapi

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 6ec60e8d2bc..c51f02eac24 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-24 Thread Arthur Zamarin
commit: 8e1ecfb1bb9137720444e93c962b6206cbbdd063
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 24 06:02:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 24 06:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1ecfb1

dev-python/argon2-cffi: mask [doc] for hppa

dev-ruby/furo isn't keyworded here

Signed-off-by: Arthur Zamarin  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 9122d55c417..33396378d39 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Arthur Zamarin  (2021-10-24)
+# dev-ruby/furo isn't keyworded here
+dev-python/argon2-cffi doc
+
 # Sam James  (2021-10-24)
 # Avoid Pipewire for now because of new wireplumber dependency which lacks
 # keywords. Doubt anybody is using PW here anyway right now.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-23 Thread Sam James
commit: ba4b35c89349de5af94a00fc5d27b47c265d3d45
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 02:17:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 02:18:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4b35c8

profiles/arch/hppa: mask media-libs/libsdl2[pipewire]

Bug: https://bugs.gentoo.org/807616
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 8157e119deb..9122d55c417 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,12 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-10-24)
+# Avoid Pipewire for now because of new wireplumber dependency which lacks
+# keywords. Doubt anybody is using PW here anyway right now.
+# bug #807616
+media-libs/libsdl2 pipewire
+
 # Sam James  (2021-10-16)
 # Avoid unkeyworded dependencies
 x11-libs/gtk+ cloudprint



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-16 Thread Sam James
commit: f3266d7204396f16508c155f635958dea37793c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 09:21:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 09:45:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3266d72

profiles/arch/hppa: mask USE=colord, introspection

Bug: https://bugs.gentoo.org/807637
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 5cb7fe2795c..890734c94ee 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2021-10-16)
+# Avoid stabling chunks of GNOME and such as much as possible.
+# bug #807637
+colord
+introspection
+
 # Hans de Graaff  (2021-10-10)
 # Temporary entry to support the ruby27 stable bug 801289
 ruby_targets_ruby27



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-16 Thread Sam James
commit: bbe3dd45a355663eff2bbd1cf843b05a31f2ad98
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 09:30:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 09:46:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe3dd45

profiles/arch/hppa: mask gtk+3[cloudprint]

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 361aebcedda..8157e119deb 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-10-16)
+# Avoid unkeyworded dependencies
+x11-libs/gtk+ cloudprint
+
 # Sam James  (2021-09-14)
 # fdk-aac, libfreeaptx not keyworded here
 # nor is jack2



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-16 Thread Sam James
commit: d1cfe72d9e5c28cedc669318a4a884e14634e625
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 09:26:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 09:45:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cfe72d

profiles/arch/hppa: mask USE=doc

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 890734c94ee..dac2cc77e55 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2021-10-16)
+# Avoid large number of dependencies which often
+# have to be stabilised.
+doc
+
 # Sam James  (2021-10-16)
 # Avoid stabling chunks of GNOME and such as much as possible.
 # bug #807637



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-16 Thread David Seifert
commit: df1c90f4aad5e683a371b49bcc495a70d398b5cc
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 16 09:21:58 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 16 09:21:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1c90f4

profiles/arch/hppa: mask media-gfx/graphviz[lefty]

Bug: https://bugs.gentoo.org/818442
Signed-off-by: David Seifert  gentoo.org>

 profiles/arch/hppa/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 691bef98f0c..361aebcedda 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -295,7 +295,7 @@ sci-mathematics/octave hdf5 qhull
 
 # Jeroen Roovers  (2012-07-08)
 # media-libs/devil has not been fully tested on HPPA
-media-gfx/graphviz devil
+media-gfx/graphviz devil lefty
 
 # Jeroen Roovers  (2012-07-03)
 # Mask USE=connman for net-libs/gupnp (bug #424225)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-10-16 Thread Sam James
commit: 2be5c26349a19e07a5fc8b93e35503079dde204f
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 08:01:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 09:14:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be5c263

profiles/arch/hppa: mask USE=openexr

We want to dekeyword it because of its
large number of dependencies and no
real reason to have it on hppa.

Bug: https://bugs.gentoo.org/788235
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 9d8cdc71783..eec8e480fd6 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-10-16)
+# media-libs/openexr is not keyworded.
+openexr
+
 # James Le Cuirot  (2021-08-10)
 # media-video/pipewire is not keyworded. Bug #807616.
 bluetooth



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-09-22 Thread Matt Turner
commit: 135251ec6c967d0df1baf0f8bd98db641994311b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 23 00:28:37 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 23 01:07:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135251ec

profiles/hppa: Stable mask USE=libsamplerate

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/hppa/use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index e0cc1e725f2..25572505eec 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Matt Turner  (2021-09-22)
+# media-libs/libsamplerate is not stable on hppa
+libsamplerate
+
 # Michał Górny  (2021-05-04)
 # Python 3.10 is not yet stable (and will not be until it's out of beta,
 # around September.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, app-editors/emacs/

2021-09-22 Thread Matt Turner
commit: 677d5e2a481cf5ad110ba181a6319c41e88c61e3
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 23 00:18:11 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 23 01:07:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677d5e2a

app-editors/emacs: Stabilize 27.2-r4 hppa

Signed-off-by: Matt Turner  gentoo.org>

 app-editors/emacs/emacs-27.2-r4.ebuild | 2 +-
 profiles/arch/hppa/package.use.stable.mask | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-27.2-r4.ebuild 
b/app-editors/emacs/emacs-27.2-r4.ebuild
index 1fdeb87ee15..e0f01a2c321 100644
--- a/app-editors/emacs/emacs-27.2-r4.ebuild
+++ b/app-editors/emacs/emacs-27.2-r4.ebuild
@@ -36,7 +36,7 @@ else
PATCHES=("${WORKDIR}/patch")
SLOT="${PV%%.*}"
[[ ${PV} == *.*.* ]] && SLOT+="-vcs"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index ba2b80b73b8..8cc93c0e49a 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2021-09-22)
+# Non-stable deps.
+app-editors/emacs gui mailutils
+
 # Matt Turner  (2021-09-22)
 # Non-stable deps.
 net-irc/irssi otr



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, app-editors/vim/

2021-09-22 Thread Matt Turner
commit: e46ae95f4aa062ea93fa78fc824e4732c2359ce6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 23 00:13:34 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 23 01:07:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46ae95f

app-editors/vim: Stabilize 8.2.0814-r100 hppa

Signed-off-by: Matt Turner  gentoo.org>

 app-editors/vim/vim-8.2.0814-r100.ebuild   | 2 +-
 profiles/arch/hppa/package.use.stable.mask | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-editors/vim/vim-8.2.0814-r100.ebuild 
b/app-editors/vim/vim-8.2.0814-r100.ebuild
index c6cf07318e8..edd131772b0 100644
--- a/app-editors/vim/vim-8.2.0814-r100.ebuild
+++ b/app-editors/vim/vim-8.2.0814-r100.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz

https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index bccdf3ce672..ba2b80b73b8 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -21,6 +21,10 @@
 # Non-stable deps.
 net-irc/irssi otr
 
+# Matt Turner  (2021-09-22)
+# Non-stable deps.
+app-editors/vim cscope sound
+
 # Michał Górny  (2021-09-19)
 # Non-stable deps.
 dev-python/matplotlib cairo gtk3



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-09-19 Thread Michał Górny
commit: b4f434f603e2604a030358ecb6899e51e3a31bd1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 19 08:06:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 19 13:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f434f6

profiles/arch/hppa: Mask extra matplotlib flags

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index fd639a207ce..905219a5cd6 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2021-09-19)
+# Non-stable deps.
+dev-python/matplotlib cairo gtk3
+
 # Michał Górny  (2021-09-18)
 # Prepare for stabilizing a minimal xorg-server, for Xvfb.
 media-libs/libglvnd -X



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-09-18 Thread Michał Górny
commit: 50bfe44a9497de5ff3f9f9def26b77be273453a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 18 19:56:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 18 20:57:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bfe44a

profiles/arch/hppa: Minimize xorg-server deps

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/hppa/package.use.stable.force | 6 ++
 profiles/arch/hppa/package.use.stable.mask  | 6 ++
 2 files changed, 12 insertions(+)

diff --git a/profiles/arch/hppa/package.use.stable.force 
b/profiles/arch/hppa/package.use.stable.force
new file mode 100644
index 000..a9b95016bda
--- /dev/null
+++ b/profiles/arch/hppa/package.use.stable.force
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny  (2021-09-18)
+# Prepare for stabilizing a minimal xorg-server, for Xvfb.
+x11-base/xorg-server minimal

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index b5e07045619..fd639a207ce 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2021-09-18)
+# Prepare for stabilizing a minimal xorg-server, for Xvfb.
+media-libs/libglvnd -X
+x11-apps/xinit twm
+x11-base/xorg-server dmx kdrive xephyr
+
 # Matt Turner  (2021-09-10)
 # dev-libs/tomsfastmath does not have stable keywords on hppa
 dev-libs/libtomcrypt tomsfastmath



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/

2021-09-13 Thread Sam James
commit: dc8f231665cadcafd11c3750ea8735be15217df8
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 13 23:58:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 13 23:58:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f2316

profiles/arch/hppa: mask bluetooth, jack2 for pipewire

Bug: https://bugs.gentoo.org/807616
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/hppa/package.use.mask | 6 ++
 profiles/arch/hppa/use.mask | 1 +
 2 files changed, 7 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 7595dc71e31..ecee11f522e 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,12 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-09-14)
+# fdk-aac, libfreeaptx not keyworded here
+# nor is jack2
+# bug #807616
+media-video/pipewire bluetooth jack-client
+
 # David Seifert  (2021-09-04)
 # dev-lang/go not keyworded here
 sys-libs/libcap tools

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 468a49b4f2c..9d8cdc71783 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -9,6 +9,7 @@
 
 # James Le Cuirot  (2021-08-10)
 # media-video/pipewire is not keyworded. Bug #807616.
+bluetooth
 pipewire
 
 # Michał Górny  (2021-05-20)



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, dev-libs/libtomcrypt/

2021-09-10 Thread Matt Turner
commit: c96706955d2a1785c0fc2e477abc98a0c406a09e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 10 19:50:17 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 10 20:15:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9670695

dev-libs/libtomcrypt: Stable hppa 1.18.2-r2

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 2 +-
 profiles/arch/hppa/package.use.stable.mask| 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild 
b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
index 76a8cbbce62..840969fcf5a 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild
@@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )"
 # Helpful site:
 # https://abi-laboratory.pro/index.php?view=timeline=libtomcrypt
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+gmp +libtommath tomsfastmath"
 
 # Enforce at least one math provider

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 07bf398b002..b5e07045619 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2021-09-10)
+# dev-libs/tomsfastmath does not have stable keywords on hppa
+dev-libs/libtomcrypt tomsfastmath
+
 # Marek Szuba  (2021-09-10)
 # no stable dev-ruby/{thor,tty-editor} on this arch yet
 # and there are many dependencies to go through before there are



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/arm64/, profiles/arch/sparc/

2021-09-10 Thread Marek Szuba
commit: c73f2d7e99618b6c05190230ce770632c628751a
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Sep 10 11:30:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Sep 10 11:32:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73f2d7e

profiles/arch: stable-mask app-text/htmltidy[test] on arm64/hppa/sparc

No stable dependencies yet stabilising them pulls in half of dev-ruby.

Signed-off-by: Marek Szuba  gentoo.org>

 profiles/arch/arm64/package.use.stable.mask | 5 +
 profiles/arch/hppa/package.use.stable.mask  | 5 +
 profiles/arch/sparc/package.use.stable.mask | 5 +
 3 files changed, 15 insertions(+)

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index 5081d34b934..f8994d5d256 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba  (2021-09-10)
+# no stable dev-ruby/{thor,tty-editor} on this arch yet
+# and there are many dependencies to go through before there are
+app-text/htmltidy test
+
 # Marek Szuba  (2021-08-09)
 # media-plugins/cmt-plugins isn't stable on this arch yet
 media-sound/fluidsynth ladspa

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index adfc8b764e9..07bf398b002 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba  (2021-09-10)
+# no stable dev-ruby/{thor,tty-editor} on this arch yet
+# and there are many dependencies to go through before there are
+app-text/htmltidy test
+
 # Matt Turner  (2021-09-06)
 # net-dialup/linux-atm does not have stable keywords on hppa
 # dev-libs/libbpf does not have stable keywords on hppa

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index ea6368da3dd..00a522c87fd 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba  (2021-09-10)
+# no stable dev-ruby/{thor,tty-editor} on this arch yet
+# and there are many dependencies to go through before there are
+app-text/htmltidy test
+
 # Michał Górny  (2021-09-07)
 # Reduce the stabilization nightmare.
 dev-python/ipython nbconvert notebook smp



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, sys-apps/iproute2/

2021-09-06 Thread Matt Turner
commit: 3abf8fed9546aef9c2975185c785d80ffadc3279
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Sep  6 19:53:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep  6 19:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abf8fed

sys-apps/iproute2: Stabilize 5.13.0-r1 hppa

Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/hppa/package.use.stable.mask  | 6 ++
 sys-apps/iproute2/iproute2-5.13.0-r1.ebuild | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index e5f2e3039e4..adfc8b764e9 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -17,6 +17,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2021-09-06)
+# net-dialup/linux-atm does not have stable keywords on hppa
+# dev-libs/libbpf does not have stable keywords on hppa
+# net-firewall/iptables does not have stable keywords on hppa
+sys-apps/iproute2 atm bpf iptables
+
 # Thomas Deutschmann  (2021-06-20)
 # dev-libs/libzip does not have stable keywords on hppa
 >=media-gfx/imagemagick-7 zip

diff --git a/sys-apps/iproute2/iproute2-5.13.0-r1.ebuild 
b/sys-apps/iproute2/iproute2-5.13.0-r1.ebuild
index 87577d20ec6..81249282d97 100644
--- a/sys-apps/iproute2/iproute2-5.13.0-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-5.13.0-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



  1   2   3   4   >