[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/, profiles/arch/mips/

2024-05-01 Thread Ionen Wolkens
commit: a5d7132f3ad7ecc2bb888105e39887ffc5cf43b7
Author: Matoro Mahri  matoro  tk>
AuthorDate: Wed May  1 17:02:54 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed May  1 23:17:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d7132f

profiles/arch/mips: unmask sanitizers

Bug: https://bugs.gentoo.org/779742
Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/mips/mips64/package.use.mask | 6 ++
 profiles/arch/mips/package.use.mask| 4 
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/mips/mips64/package.use.mask 
b/profiles/arch/mips/mips64/package.use.mask
new file mode 100644
index ..c06ddc3a2aa5
--- /dev/null
+++ b/profiles/arch/mips/mips64/package.use.mask
@@ -0,0 +1,6 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# matoro  (2024-05-01)
+# Sanitizers supported on 64-bit mips only, #779742
+sys-libs/compiler-rt-sanitizers -dfsan -lsan -msan -tsan -cfi

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 5648e613b438..d12ad2b0168e 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
 
+# 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
+
 # matoro  (2024-03-21)
 # Test suite is very fragile and doesn't even run on amd64.
 # No real point in running it here right now, bug #804115.



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

2024-04-12 Thread Arthur Zamarin
commit: b8c32075d6e97b95406cc7c34dd0b3aa2e9782da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 12 17:10:08 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 12 17:10:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c32075

app-portage/g-sorcery: treeclean

Closes: https://bugs.gentoo.org/909887
Bug: https://bugs.gentoo.org/922215
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/g-sorcery/Manifest   |  1 -
 app-portage/g-sorcery/g-sorcery-0.2.3.ebuild | 45 
 app-portage/g-sorcery/metadata.xml   | 15 --
 profiles/arch/alpha/package.use.mask |  5 
 profiles/arch/arm/package.use.mask   |  4 ---
 profiles/arch/ia64/package.use.mask  |  4 ---
 profiles/arch/mips/package.use.mask  |  5 
 profiles/arch/powerpc/package.use.mask   |  4 ---
 profiles/arch/sparc/package.use.mask |  4 ---
 profiles/package.mask|  6 
 10 files changed, 93 deletions(-)

diff --git a/app-portage/g-sorcery/Manifest b/app-portage/g-sorcery/Manifest
deleted file mode 100644
index 448bb1fd225f..
--- a/app-portage/g-sorcery/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST g-sorcery-0.2.3.tar.gz 55672 BLAKE2B 
f94ec2f449f4b6ae71df4de88519e0a766e543200829cf3ee1535086194c8365a68abfb4156dfd1bbe27b212e1d5c90b5acc7d32b87818f6292e02715c0a59c7
 SHA512 
2090c93b27b66ab155b3f05ffcddc4790e5d2e68ec02b089fd21c2f56b562dfe4b3ba4820b8c37876be38b2774b466849b6f6b1b03674c3c9d0226ad0049b943

diff --git a/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild 
b/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild
deleted file mode 100644
index ca027e4b7293..
--- a/app-portage/g-sorcery/g-sorcery-0.2.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-
-inherit distutils-r1 prefix
-
-DESCRIPTION="framework for ebuild generators"
-HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git;
-SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2" # v2 only
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="bson git test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
-   git? ( dev-vcs/git )
-   sys-apps/portage[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}"
-#PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"
-
-src_prepare() {
-   hprefixify setup.py
-   default
-}
-
-python_test() {
-   PYTHONPATH="." "${PYTHON}" scripts/run_tests.py || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   doman docs/*.8
-
-   docinto html
-   dodoc docs/developer_instructions.html
-
-   diropts -m0777
-   keepdir /var/lib/g-sorcery
-}

diff --git a/app-portage/g-sorcery/metadata.xml 
b/app-portage/g-sorcery/metadata.xml
deleted file mode 100644
index 5e9e06aba2b0..
--- a/app-portage/g-sorcery/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   Support BSON file format for package DB
-   
-   
-   gnu-em...@gentoo.org
-   Gentoo GNU Emacs project
-   
-   
-   proj/g-sorcery
-   gentoo/g-sorcery
-   
-

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 3b6df5e08a9e..a3a882bc121a 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -390,11 +390,6 @@ net-libs/gnutls test-full
 # libilbc has not been ported to alpha and likely never will be.
 media-video/ffmpeg libilbc
 
-# Tobias Klausmann  (2017-03-02)
-# BSON requires pymongo and assorted other packages that are not available on
-# alpha.
-app-portage/g-sorcery bson
-
 # Tobias Klausmann  (2016-01-25)
 # The tests use hypothesis which complains about too-slow tests on
 # hardware that is "too slow".

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 1f4b5d9ba909..1a7446c4fe51 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -370,10 +370,6 @@ media-video/ffmpeg -mmal
 media-video/ffmpeg-chromium -mmal
 media-video/mpv -mmal
 
-# Markus Meier  (2015-10-10)
-# unkeyworded deps, bug #552330
-app-portage/g-sorcery bson
-
 # Alexis Ballier  (2015-04-02)
 # Needs ilmbase (openexr), which does not build and is masked on arm.
 media-libs/freeimage tiff

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 3aa516a35fd8..9f34c46e0b98 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -332,10 +332,6 @@ mail-mta/exim redis
 # Many unkeyworded rails deps, bug #650642
 net-analyzer/wireshark 

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

2024-03-21 Thread Ionen Wolkens
commit: e5377aa77d96cb89e89b3778ed89c5465b8e5ed6
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Mar 21 16:43:51 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 22 05:35:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5377aa7

profiles/arch/mips: mask dev-cpp/eigen[test]

Bug: https://bugs.gentoo.org/804115
Bug: https://bugs.gentoo.org/896096
Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index c0887f200546..a2f88a42c1a3 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# matoro  (2024-03-21)
+# 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
+
 # matoro  (2024-02-29)
 # net-libs/libotr fails tests, #918448
 net-irc/irssi otr



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

2024-02-29 Thread Viorel Munteanu
commit: e6a58b9f406cd2c96f83c3f9de52068bb05b5a16
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Mar  1 04:45:53 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:18:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a58b9f

profiles/arch/mips: mask net-irc/irssi[otr]

Closes: https://bugs.gentoo.org/918448
Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index e24ad772cdc9..c0887f200546 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
 
+# matoro  (2024-02-29)
+# net-libs/libotr fails tests, #918448
+net-irc/irssi otr
+
 # matoro  (2024-02-28)
 # dev-util/glslang not keyworded here
 media-video/ffmpeg glslang



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

2024-02-29 Thread Viorel Munteanu
commit: 74150fc5e48ef1cb7997ce85983a0ed39cd3b553
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Mar  1 01:33:35 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Mar  1 07:18:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74150fc5

profiles/arch/mips: narrow dev-lang/rust[lto] mask

See: https://github.com/rust-lang/rust/issues/118794
Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 248c0bf6923e..e24ad772cdc9 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -12,7 +12,7 @@ dev-lang/php capstone
 # matoro  (2023-12-22)
 # Overflows R_MIPS_TLS_GOTTPREL with LTO
 # https://github.com/rust-lang/rust/issues/118794
-dev-lang/rust lto
+~dev-lang/rust-1.74.1 lto
 
 # matoro  (2023-12-15)
 # media-libs/libjxl casualties



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/o32/, profiles/arch/mips/mipsel/o32/

2023-12-24 Thread Andreas K. Hüttel
commit: f68fcb408601d8c7b3aaba65fc588034ca50094a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Dec 24 22:33:26 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Dec 24 22:34:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68fcb40

package.mask, mips o32: mask systemd-255*

Bug: https://bugs.gentoo.org/920576
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/mips/mipsel/o32/package.mask | 5 +
 profiles/arch/mips/o32/package.mask| 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/mips/mipsel/o32/package.mask 
b/profiles/arch/mips/mipsel/o32/package.mask
new file mode 100644
index ..5e1d41bff198
--- /dev/null
+++ b/profiles/arch/mips/mipsel/o32/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# fails to build, bug 920576
+=sys-apps/systemd-255*

diff --git a/profiles/arch/mips/o32/package.mask 
b/profiles/arch/mips/o32/package.mask
new file mode 100644
index ..5e1d41bff198
--- /dev/null
+++ b/profiles/arch/mips/o32/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# fails to build, bug 920576
+=sys-apps/systemd-255*



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

2023-10-17 Thread Sam James
commit: 7c2e96bd12cec16bc1911fd0a8c35ba287f98895
Author: Violet Purcell  inventati  org>
AuthorDate: Thu Oct 12 19:31:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 17 13:01:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2e96bd

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

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 05bdb96e8bd1..ae712524592f 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Violet Purcell  (2023-10-12)
+# dev-util/samurai is not keyworded here.
+app-alternatives/ninja samurai
+
 # Andrew Ammerlaan  (2023-09-20)
 # Libei not keyworded here yet
 x11-base/xwayland libei



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

2023-09-20 Thread Joonas Niilola
commit: b650750559f221c784b1b535a062e10f61277eef
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Sep 19 19:02:58 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep 20 06:04:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6507505

profiles/arch/mips: remove default USE="-fortran -openmp"

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

 profiles/arch/mips/make.defaults | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults
index 9d3d5a8a1bfc..c564c464bbc0 100644
--- a/profiles/arch/mips/make.defaults
+++ b/profiles/arch/mips/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Donnie Berkholz  (2006-08-18)
@@ -10,8 +10,6 @@ ACCEPT_KEYWORDS="${ARCH} ~mips"
 
 PROFILE_ARCH="mips"
 
-USE="-fortran -openmp"
-
 LIBDIR_o32="lib"
 LIBDIR_n32="lib32"
 LIBDIR_n64="lib64"



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

2023-09-19 Thread Sam James
commit: 7d364a28a26ac79164b062fa5d562dcddc4a15c1
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Sep 19 17:15:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 19 17:17:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d364a28

profiles/arch/mips: unmask USE=blas, USE=lapack

Bug: https://bugs.gentoo.org/914358
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index b5a2ae4da5d4..a3c7d64fe7a0 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -93,11 +93,6 @@ gnome
 # some programs with this useflag are useful, e.g #227631
 mpi
 
-# Ryan Hill 
-# virtual/blas virtual/cblas and virtual/lapack not keyworded
-lapack
-blas
-
 # Alexander Færøy 
 # Clamav -- untested, masking for now.
 clamav



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

2023-08-02 Thread Joonas Niilola
commit: fe8cb8d59a77921db0c0ed25b926e0a24277c46b
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Aug  1 21:37:59 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug  2 06:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8cb8d5

profiles/arch/mips: unmask USE=fuse

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 618df7c4de93..b5a2ae4da5d4 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -105,10 +105,6 @@ clamav
 # Untested on mips, masking for now.
 cdb
 
-# Until someone actually needs fuse, we'll mask it as
-# it holds up stablizing ntfsprogs
-fuse
-
 # Donnie Berkholz  (2006-03-07)
 # Modular X: mask for architectures lacking direct rendering
 dri



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

2023-06-18 Thread Sam James
commit: 4cbf308701bc034dc16a0856651dcaa93b919737
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Jun 18 04:47:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 16:16:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbf3087

profiles/arch/mips: mask media-libs/libsdl2[fcitx4]

To prevent media-libs/libsdl2[fcitx4] -> app-i18n/fcitx:4 ->
kde-frameworks/extra-cmake-modules[test] -> QT5.

Bug: https://bugs.gentoo.org/896130
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index afac21575d77..a8cd29a0461f 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/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-18)
+# app-i18n/fcitx:4 not keyworded here
+media-libs/libsdl2 fcitx4
+
 # Sam James  (2023-06-18)
 # Qt 5 not keyworded here
 app-text/ansifilter gui



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

2023-05-30 Thread Matt Turner
commit: 79dbf2b0ddea6443fdac6d7a7b28051103d76aa5
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat May 27 17:09:11 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 30 15:51:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dbf2b0

app-accessibility/at-spi2-core: Version bump to 2.48.3

Closes: https://bugs.gentoo.org/699958
Closes: https://github.com/gentoo/gentoo/pull/31187
Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-accessibility/at-spi2-core/Manifest|  1 +
 .../at-spi2-core/at-spi2-core-2.48.3.ebuild| 75 ++
 app-accessibility/at-spi2-core/metadata.xml|  3 +
 profiles/arch/alpha/package.use.mask   |  4 ++
 profiles/arch/arm/package.use.mask |  4 ++
 profiles/arch/hppa/package.use.mask|  4 ++
 profiles/arch/ia64/package.use.mask|  4 ++
 profiles/arch/loong/package.use.mask   |  4 ++
 profiles/arch/mips/package.use.mask|  4 ++
 profiles/arch/powerpc/ppc32/package.use.mask   |  4 ++
 profiles/arch/riscv/package.use.stable.mask|  6 ++
 profiles/arch/s390/package.use.mask|  4 ++
 profiles/arch/sparc/package.use.mask   |  4 ++
 profiles/arch/x86/package.use.mask |  4 ++
 profiles/features/musl/package.use.mask|  4 ++
 15 files changed, 129 insertions(+)

diff --git a/app-accessibility/at-spi2-core/Manifest 
b/app-accessibility/at-spi2-core/Manifest
index 752c007d9333..71d5c9b68411 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1,2 +1,3 @@
 DIST at-spi2-core-2.48.0.tar.xz 554000 BLAKE2B 
b8f513256670d24ae9f08572ae7878f109b5d76090fa4f881b67324d1d270889c648e456fe3ca34aaead9e85589f5ae355c8b4803f35c2cb2ace831051b1000b
 SHA512 
976dce741d640c5b5e006eca53170062ebc91cace0fb74df68606c8443b63317fe271d4e3238d1e3ee3e5586b4a4905c91d7987adb94c8f886a1aaddd54c632e
 DIST at-spi2-core-2.48.2.tar.xz 554056 BLAKE2B 
3e499c155a6d8780cb08a714521b530353f8e8a507c42acfbab89ea637413f17f5ecb431574eb862ac47d465f80320f04dedeced0547c0f057b426ea763f6c81
 SHA512 
e30c9873965bee057eab33b787588a709ba775213c8d9b2ba5382e91be48aa86bedb7d268cb4e07a3980c12a673811f94a423dbaa83fd32c1702a0cbbddb8b44
+DIST at-spi2-core-2.48.3.tar.xz 554388 BLAKE2B 
9692df8cc0bc8de82f6e339b9358be7ab1bc598afdb39503f5f05ca772109b962a513fe2ef79d8f094ea732457225409f3c765784a54cbabf27b8fc72c893eb9
 SHA512 
e79ef0eb0f23241d61ba2a62f4024a5df5ff7125bc085590f9038b3397d255b88b8266deec14f3fe53bee4072ab85695a47d27d8be0529b18a103ad792fa0e54

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.48.3.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.48.3.ebuild
new file mode 100644
index ..5aabf7fa9bcd
--- /dev/null
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.48.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib systemd virtualx xdg
+
+DESCRIPTION="D-Bus accessibility specifications and registration daemon"
+HOMEPAGE="https://wiki.gnome.org/Accessibility 
https://gitlab.gnome.org/GNOME/at-spi2-core;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="X dbus-broker gtk-doc +introspection systemd"
+REQUIRED_USE="
+   dbus-broker? ( systemd )
+   gtk-doc? ( X )
+"
+
+DEPEND="
+   >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] )
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   )
+
+   !
 GNOME/at-spi2-core
   
+  
+Use DBus broker implementation instead of default 
DBus daemon
+  
 

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 3432f1a51219..2def3ed90c46 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2023-05-30)
+# sys-apps/dbus-broker is not keyworded
+app-accessibility/at-spi2-core dbus-broker
+
 # Sam James  (2023-05-01)
 # media-libs/libjxl is not keyworded
 # bug https://bugs.gentoo.org/853628

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 41fa484485e7..7ae4cfed9881 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 

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

2023-03-07 Thread Sam James
commit: 9d0a7ff22a533513669fa166cf4640b870dcc033
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Mar  7 21:10:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar  8 04:51:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0a7ff2

profiles/arch/mips: mask USE=vaapi, USE=vulkan

Closes: https://bugs.gentoo.org/897972
Closes: https://bugs.gentoo.org/899172
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/mips/use.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 25d78c9f50d6..a073c231ab09 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,14 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# matoro  (2023-03-07)
+# GPU-related USE flags.  While hardware with PCIe host
+# capabilities exists, mask these by default to reduce burden
+# on maintainers of GPU-related packages.  Can be unmasked
+# in the future upon user request.
+vulkan
+vaapi
+
 # matoro  (2023-03-03)
 # app-crypt/tpm2-tss is not keyworded here
 tpm



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

2023-03-05 Thread Arthur Zamarin
commit: 5bd34c0ba75694486bc955743e07076d39efef32
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Mar  3 18:26:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar  5 17:26:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd34c0b

profiles/arch/mips: mask media-libs/rubberband[jni]

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 0c30ba5895fc..334b1af2afcf 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -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
 
+# matoro  (2023-03-03)
+# virtual/jdk isn't keyworded here
+media-libs/rubberband jni
+
 # Conrad Kostecki  (2022-11-01)
 # Mask tests, as not all needed deps are available on this arch.
 # See #878933 for progress.



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

2023-03-05 Thread Arthur Zamarin
commit: 18c556a0d0fe5e72fcb4d87664b57e81e4c31d79
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Mar  3 19:26:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Mar  5 17:26:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c556a0

profiles/arch/mips: mask USE=tpm

Closes: https://bugs.gentoo.org/897986
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 2c07ceddd35d..25d78c9f50d6 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# matoro  (2023-03-03)
+# app-crypt/tpm2-tss is not keyworded here
+tpm
+
 # Andreas K. Hüttel  (2022-05-15)
 # rdma-core is not keyworded mips...
 rdma



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/

2022-09-14 Thread William Hubbs
commit: e7093e2e271191aa73f050e7bf7815491f61e80f
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 03:23:06 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 03:26:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7093e2e

profiles/arch/mips/mips64/n32: mask dev-lang/go-bootstrap

Thanks-to: matoro  matoro.tk>
Signed-off-by: William Hubbs  gentoo.org>

 profiles/arch/mips/mips64/n32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/mips/mips64/n32/package.mask 
b/profiles/arch/mips/mips64/n32/package.mask
index a55a202eb6e4..a3594850186a 100644
--- a/profiles/arch/mips/mips64/n32/package.mask
+++ b/profiles/arch/mips/mips64/n32/package.mask
@@ -3,3 +3,4 @@
 
 # Go is not supported for this ABI.
 dev-lang/go
+dev-lang/go-bootstrap



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/

2022-09-14 Thread William Hubbs
commit: 76fabdab2e6ba0a38f4556d3f1cd9dff38aa7f04
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 03:10:09 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 03:17:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fabdab

profiles/arch/mips/mips64/n32: mask dev-lang/go for this abi

Thanks-to: matoro  matoro.tk>
Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/profiles/arch/mips/mips64/n32/package.mask 
b/profiles/arch/mips/mips64/n32/package.mask
new file mode 100644
index ..a55a202eb6e4
--- /dev/null
+++ b/profiles/arch/mips/mips64/n32/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Go is not supported for this ABI.
+dev-lang/go



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/, profiles/arch/mips/mipsel/mips64el/n32/

2022-07-09 Thread Andreas K. Hüttel
commit: 2927136eee40a96cf0e96b523386e57933341c9e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  9 11:41:49 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  9 11:42:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2927136e

Revert "profiles: mask python:3.11 on mips n32 profiles"

This reverts commit 3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428.

Python has been fixed in 3.11_beta3_p2

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/mips/mips64/n32/package.mask  | 5 -
 profiles/arch/mips/mips64/n32/use.mask  | 5 +
 profiles/arch/mips/mipsel/mips64el/n32/package.mask | 5 -
 profiles/arch/mips/mipsel/mips64el/n32/use.mask | 5 +
 4 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/profiles/arch/mips/mips64/n32/package.mask 
b/profiles/arch/mips/mips64/n32/package.mask
deleted file mode 100644
index fa019d7c4fd8..
--- a/profiles/arch/mips/mips64/n32/package.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# bug 850151
-dev-lang/python:3.11

diff --git a/profiles/arch/mips/mips64/n32/use.mask 
b/profiles/arch/mips/mips64/n32/use.mask
index f7b892f37bcd..ef8c72c5ca0b 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mips64/n32/use.mask
@@ -1,7 +1,4 @@
-# Copyright 2014-2022 Gentoo Authors
+# Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 -abi_mips_n32
-
-# bug 850151
-python_targets_python3_11

diff --git a/profiles/arch/mips/mipsel/mips64el/n32/package.mask 
b/profiles/arch/mips/mipsel/mips64el/n32/package.mask
deleted file mode 100644
index fa019d7c4fd8..
--- a/profiles/arch/mips/mipsel/mips64el/n32/package.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# bug 850151
-dev-lang/python:3.11

diff --git a/profiles/arch/mips/mipsel/mips64el/n32/use.mask 
b/profiles/arch/mips/mipsel/mips64el/n32/use.mask
index f7b892f37bcd..ef8c72c5ca0b 100644
--- a/profiles/arch/mips/mipsel/mips64el/n32/use.mask
+++ b/profiles/arch/mips/mipsel/mips64el/n32/use.mask
@@ -1,7 +1,4 @@
-# Copyright 2014-2022 Gentoo Authors
+# Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 -abi_mips_n32
-
-# bug 850151
-python_targets_python3_11



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/, profiles/arch/mips/mipsel/mips64el/n32/

2022-06-27 Thread Andreas K. Hüttel
commit: 3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jun 27 23:44:19 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jun 27 23:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90c33b

profiles: mask python:3.11 on mips n32 profiles

Bug: https://bugs.gentoo.org/850151
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/mips/mips64/n32/{use.mask => package.mask} | 5 +++--
 profiles/arch/mips/mips64/n32/use.mask   | 5 -
 .../mips/{mips64/n32/use.mask => mipsel/mips64el/n32/package.mask}   | 5 +++--
 profiles/arch/mips/mipsel/mips64el/n32/use.mask  | 5 -
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/mips/mips64/n32/use.mask 
b/profiles/arch/mips/mips64/n32/package.mask
similarity index 50%
copy from profiles/arch/mips/mips64/n32/use.mask
copy to profiles/arch/mips/mips64/n32/package.mask
index ef8c72c5ca0b..fa019d7c4fd8 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mips64/n32/package.mask
@@ -1,4 +1,5 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
--abi_mips_n32
+# bug 850151
+dev-lang/python:3.11

diff --git a/profiles/arch/mips/mips64/n32/use.mask 
b/profiles/arch/mips/mips64/n32/use.mask
index ef8c72c5ca0b..f7b892f37bcd 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mips64/n32/use.mask
@@ -1,4 +1,7 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 -abi_mips_n32
+
+# bug 850151
+python_targets_python3_11

diff --git a/profiles/arch/mips/mips64/n32/use.mask 
b/profiles/arch/mips/mipsel/mips64el/n32/package.mask
similarity index 50%
copy from profiles/arch/mips/mips64/n32/use.mask
copy to profiles/arch/mips/mipsel/mips64el/n32/package.mask
index ef8c72c5ca0b..fa019d7c4fd8 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mipsel/mips64el/n32/package.mask
@@ -1,4 +1,5 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
--abi_mips_n32
+# bug 850151
+dev-lang/python:3.11

diff --git a/profiles/arch/mips/mipsel/mips64el/n32/use.mask 
b/profiles/arch/mips/mipsel/mips64el/n32/use.mask
index ef8c72c5ca0b..f7b892f37bcd 100644
--- a/profiles/arch/mips/mipsel/mips64el/n32/use.mask
+++ b/profiles/arch/mips/mipsel/mips64el/n32/use.mask
@@ -1,4 +1,7 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 -abi_mips_n32
+
+# bug 850151
+python_targets_python3_11



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

2022-06-13 Thread Mike Gilbert
commit: d68bad2d01ed076f736a77ca7eac0a9d8e7c903d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun 13 17:32:49 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun 13 17:49:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68bad2d

profiles: remove 'appindicator' from use.mask on several archs

Signed-off-by: Mike Gilbert  gentoo.org>

 profiles/arch/hppa/use.mask | 4 
 profiles/arch/ia64/use.mask | 4 
 profiles/arch/m68k/use.mask | 4 
 profiles/arch/mips/use.mask | 4 
 profiles/arch/s390/use.mask | 4 
 5 files changed, 20 deletions(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index e561ee2f467c..447415da6a81 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -37,10 +37,6 @@ vulkan
 system-libvpx
 vpx
 
-# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
-# Dependency not keyworded (dev-libs/libappindicator).
-appindicator
-
 # Matt Turner  (2018-05-26)
 # Unmask systemd since it is keyworded here.
 -systemd

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index a3f9822da813..801512a035e5 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -38,10 +38,6 @@ ruby
 # - net-libs/gnome-online-accounts: depend on net-libs/webkit-gtk
 gnome-online-accounts
 
-# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
-# Dependency not keyworded (dev-libs/libindicate).
-appindicator
-
 # Sergei Trofimovich  (2017-06-17)
 # There is no luajit support on ia64. Bug #554376
 lua_single_target_luajit

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index d6c546d4c498..544b27bcfa5a 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -97,10 +97,6 @@ qt5
 # valgrind has no m68k port.
 valgrind
 
-# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
-# Dependencies not keyworded.
-appindicator
-
 # Andreas Sturmlechner  (2019-03-31)
 # sys-auth/elogind is not keyworded here.
 elogind

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 85e68d05e19c..7c2cc1ebf1f6 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -45,10 +45,6 @@ gnome-online-accounts
 # Keywords lost on net-fs/samba over time, use.mask until re-keyworded
 samba
 
-# Mart Raudsepp  (2017-02-07)
-# dev-libs/libappindicator not tested
-appindicator
-
 # Anthony G. Basile  (2015-08-01)
 # There is no luajit support on mips.  Bug #554376.
 luajittex

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index c4f3c6a8e82b..1a8fc49c64d4 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -58,10 +58,6 @@ libglvnd
 # Unmask ABI flags for this arch.
 -abi_s390_32
 
-# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
-# Dependencies not keyworded.
-appindicator
-
 # James Le Cuirot  (2017-06-29)
 # Unmask as this profile is big endian.
 -big-endian



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

2022-05-14 Thread Andreas K. Hüttel
commit: 92e579d43e40cdd423d58d0468bfff7c190b2bf9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 14 23:03:03 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 14 23:03:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e579d4

profiles: mask USE=rdma on mips, rdma-core not keyworded

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index d62144ad90d7..2e6d18e809f5 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Andreas K. Hüttel  (2022-05-15)
+# rdma-core is not keyworded mips...
+rdma
+
 # Matt Turner  (2018-03-25)
 # Unmask systemd since it is keyworded here.
 -systemd



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

2022-04-28 Thread Sam James
commit: 461cbde3ada7a3a1d7654285e3deea46cef7cb77
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 02:28:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 02:28:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461cbde3

profiles: cleanup/improve mask messages mentioning "repoman"

"Make repoman happy" is not a particularly descriptive mask.

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

 profiles/arch/m68k/use.mask| 2 +-
 profiles/arch/mips/use.mask| 2 +-
 profiles/base/package.use.mask | 9 ++---
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index aaa7a9ab6546..8f41225fa087 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -108,7 +108,7 @@ elogind
 
 # Paul de Vrieze 
 # There is no java in this profile (if there is it must be available). Without
-# this repoman will fail on apps like sys-libs/db
+# this, sys-libs/db has unsolvable dependencies
 java
 
 # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh.

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 2b1535db25b6..d62144ad90d7 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -178,7 +178,7 @@ jack
 
 # Paul de Vrieze 
 # There is no java in this profile (if there is it must be available). Without
-# this repoman will fail on apps like sys-libs/db
+# this, sys-libs/db has unresolvable dependencies
 java
 
 # Ciaran McCreesh 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 98d04e5c56bc..f99b3eaf413d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -469,7 +469,7 @@ sci-libs/ipopt hsl
 net-fs/samba ceph
 
 # Jan Ziak <0xe2.0x9a.0...@gmail.com> (2018-03-14)
-# Mask local USE flag to satisfy repoman
+# media-libs/svgalib is not keyworded everywhere
 app-emulation/fuse backend-svga
 
 # Patrick McLean  (2018-03-06)
@@ -701,10 +701,6 @@ sci-libs/mathgl octave
 # Mask pdnsd's Linux-specific USE flags.
 net-dns/pdnsd urandom
 
-# Raúl Porcel  (2011-02-13)
-# Masked until devs know how to use repoman
- (2010-04-13)
 # Masked because libsvm module is broken with this release on every arch.
 dev-lisp/clisp svm
@@ -720,8 +716,7 @@ media-sound/pulseaudio-daemon system-wide
 media-video/vlc directx
 
 # Ross Charles Campbell  (2020-09-21)
-# Since >=dev-games/ogre-1.11.2 is masked, mask contribovis USE to
-# make repoman happy
+# Since >=dev-games/ogre-1.11.2 is masked, mask contribovis USE.
 media-libs/opencv contribovis
 
 # Tobias Klausmann  (2021-04-16)



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

2022-01-16 Thread Joshua Kinard
commit: 2e9b3d85182f462f6c6e27908d2231e171b88b77
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 07:24:43 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 07:24:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9b3d85

Remove net-misc/openssh[security-key] mask since libfido2 is ~mips.

Bug: https://bugs.gentoo.org/709752
Signed-off-by: Joshua Kinard  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index c7d9385e4341..9ebda1ce108e 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -49,10 +49,6 @@ app-text/enchant voikko
 # No drivers on this architecture support Vulkan
 media-libs/mesa vulkan vulkan-overlay zink
 
-# Patrick McLean  (2020-02-15)
-# Mask until dev-libs/libfido2 is keyworded
-net-misc/openssh security-key
-
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.



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

2022-01-16 Thread Joshua Kinard
commit: 6266e60d5072292ae8422e136d5524c49e3b39e7
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 17 07:22:01 2022 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 17 07:22:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6266e60d

Mask USE 'doc' on dev-libs/libcbor to avoid texlive deps.

Bug: https://bugs.gentoo.org/709752
Signed-off-by: Joshua Kinard  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 8877b26f1030..c7d9385e4341 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joshua Kinard  (2022-01-17)
+# Mask USE 'doc' for dev-libs/libcbor to avoid dragging in
+# a massive set of texlive dependencies.  This copies m68k.
+# See Bug #709752.
+dev-libs/libcbor doc
+
 # Marek Szuba  (2021-08-17)
 # net-wireless/rtl-sdr not keyworded here
 sys-apps/rng-tools rtlsdr



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

2022-01-15 Thread Sam James
commit: 36ff4f490debe625bacde722f594094dcfae3249
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 15 22:25:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 15 22:26:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ff4f49

profiles/arch/mips: drop outdated masks

Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/23817
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/mips/use.mask | 16 
 1 file changed, 16 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index a8539df074c5..2b1535db25b6 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -172,26 +172,10 @@ gphoto2
 # dietlibc isn't known to work on mips
 diet
 
-# Stephen P. Becker 
-# masked because it hoses xchat on 64-bit machines
-xosd
-
 # Stephen P. Becker 
 # masked for now until this can be properly tested with alsa
 jack
 
-# Stephen P. Becker 
-# masked because of silly java deps with gnome (we have no jre on mips)
-accessibility
-
-# Stephen P. Becker 
-# masked because I say so, gnome--
-pda
-
-# Stephen P. Becker 
-# masked because gaim sucks
-evo
-
 # Paul de Vrieze 
 # There is no java in this profile (if there is it must be available). Without
 # this repoman will fail on apps like sys-libs/db



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

2021-07-31 Thread Joshua Kinard
commit: de8d9eb7512bf68bd56306e35581386eff2ae4d4
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:50:40 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8d9eb7

profiles/arch/mips/package.use.mask

Mask USE 'test' on MIPS for libgudev.  This requires
dev-util/umockdev, which has apparently never had a
MIPS keyword.  Running the testsuite can be revisited
at a later date.

Bug: https://bugs.gentoo.org/805083
Signed-off-by: Joshua Kinard  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 7bfdedc6436..123047b0b6a 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joshua Kinard  (2021-07-31)
+# Mask USE 'test' on MIPS for libgudev.  This requires dev-util/umockdev,
+# which has apparently never had a MIPS keyword.  Running the testsuite can be
+# revisited at a later date.  Bug #805083
+dev-libs/libgudev test
+
 # Matt Turner  (2021-06-10)
 # dev-python/django is not keyworded here
 dev-python/diskcache test



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/multilib/o32/, profiles/arch/mips/, ...

2021-06-21 Thread Joshua Kinard
commit: 2f65fa533cdea95183375f0dbf52b3fbf644a1c7
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jun 21 20:27:58 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jun 21 20:40:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f65fa53

Update/adjust the copyright years for the core mips cascaded profiles
to reflect correct start years to the current year and also change
"Gentoo Foundation" to "Gentoo Authors".

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/mips64/make.defaults   | 2 +-
 profiles/arch/mips/mips64/multilib/make.defaults  | 2 +-
 profiles/arch/mips/mips64/multilib/n32/make.defaults  | 2 +-
 profiles/arch/mips/mips64/multilib/n32/use.force  | 2 +-
 profiles/arch/mips/mips64/multilib/n64/make.defaults  | 2 +-
 profiles/arch/mips/mips64/multilib/n64/use.force  | 2 +-
 profiles/arch/mips/mips64/multilib/o32/make.defaults  | 2 +-
 profiles/arch/mips/mips64/multilib/o32/use.force  | 2 +-
 profiles/arch/mips/mips64/multilib/use.force  | 2 +-
 profiles/arch/mips/mips64/multilib/use.mask   | 2 +-
 profiles/arch/mips/mips64/n32/make.defaults   | 2 +-
 profiles/arch/mips/mips64/n32/use.force   | 2 +-
 profiles/arch/mips/mips64/n32/use.mask| 2 +-
 profiles/arch/mips/mips64/n64/make.defaults   | 2 +-
 profiles/arch/mips/mips64/n64/use.force   | 2 +-
 profiles/arch/mips/mips64/n64/use.mask| 2 +-
 profiles/arch/mips/mipsel/mips64el/make.defaults  | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/make.defaults | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/n32/make.defaults | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/n32/use.force | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/n64/use.force | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/o32/make.defaults | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/o32/use.force | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/use.force | 2 +-
 profiles/arch/mips/mipsel/mips64el/multilib/use.mask  | 2 +-
 profiles/arch/mips/mipsel/mips64el/n32/make.defaults  | 2 +-
 profiles/arch/mips/mipsel/mips64el/n32/use.force  | 2 +-
 profiles/arch/mips/mipsel/mips64el/n32/use.mask   | 2 +-
 profiles/arch/mips/mipsel/mips64el/n64/make.defaults  | 2 +-
 profiles/arch/mips/mipsel/mips64el/n64/use.force  | 2 +-
 profiles/arch/mips/mipsel/mips64el/n64/use.mask   | 2 +-
 profiles/arch/mips/mipsel/o32/make.defaults   | 2 +-
 profiles/arch/mips/mipsel/o32/use.force   | 2 +-
 profiles/arch/mips/mipsel/o32/use.mask| 2 +-
 profiles/arch/mips/mipsel/use.mask| 2 +-
 profiles/arch/mips/o32/make.defaults  | 2 +-
 profiles/arch/mips/o32/use.force  | 2 +-
 profiles/arch/mips/o32/use.mask   | 2 +-
 profiles/arch/mips/package.mask   | 2 +-
 profiles/arch/mips/use.force  | 2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/profiles/arch/mips/mips64/make.defaults 
b/profiles/arch/mips/mips64/make.defaults
index aa6444d92e5..8a8e5211354 100644
--- a/profiles/arch/mips/mips64/make.defaults
+++ b/profiles/arch/mips/mips64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Gentoo Foundation
+# Copyright 2010-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 PROFILE_ARCH="mips64"

diff --git a/profiles/arch/mips/mips64/multilib/make.defaults 
b/profiles/arch/mips/mips64/multilib/make.defaults
index 83b19099330..45c05a5cef7 100644
--- a/profiles/arch/mips/mips64/multilib/make.defaults
+++ b/profiles/arch/mips/mips64/multilib/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 2011-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 PROFILE_ARCH="mips64"

diff --git a/profiles/arch/mips/mips64/multilib/n32/make.defaults 
b/profiles/arch/mips/mips64/multilib/n32/make.defaults
index 2b7c2e01f74..47342784ff3 100644
--- a/profiles/arch/mips/mips64/multilib/n32/make.defaults
+++ b/profiles/arch/mips/mips64/multilib/n32/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2011-2014 Gentoo Foundation
+# Copyright 2011-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 MULTILIB_ABIS="n64 o32 n32"

diff --git a/profiles/arch/mips/mips64/multilib/n32/use.force 
b/profiles/arch/mips/mips64/multilib/n32/use.force
index 556bba21926..f2c2deee3e1 100644
--- a/profiles/arch/mips/mips64/multilib/n32/use.force
+++ 

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

2021-06-21 Thread Joshua Kinard
commit: e644d80239e750cf1f5549ecefb2577608278576
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jun 21 20:35:48 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jun 21 20:40:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e644d802

Fix the value for PROFILE_ARCH to be "mips" instead of "mipsel", as
this profile is for o32 big-endian.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/o32/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/mips/o32/make.defaults 
b/profiles/arch/mips/o32/make.defaults
index fe28e7cc34d..7dae236e955 100644
--- a/profiles/arch/mips/o32/make.defaults
+++ b/profiles/arch/mips/o32/make.defaults
@@ -1,7 +1,7 @@
 # Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-PROFILE_ARCH="mipsel"
+PROFILE_ARCH="mips"
 
 CHOST="mips-unknown-linux-gnu"
 CHOST_o32="mips-unknown-linux-gnu"



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

2021-06-10 Thread Matt Turner
commit: 388a29114cd90adb01fec4d599a4bb9c4110f76d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 11 04:37:24 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 11 04:37:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388a2911

profiles: Mask dev-python/diskcache's USE=test where needed

Signed-off-by: Matt Turner  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/mips/package.use.mask  | 4 
 profiles/arch/powerpc/ppc32/package.use.mask | 4 
 profiles/arch/powerpc/ppc64/package.use.mask | 4 
 profiles/arch/s390/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 8 files changed, 32 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 88c37c564b1..35da5fb33b0 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Miroslav Šulc  (2021-03-13)
 # dev-python/sphinx_lv2_theme isn't keyworded here (bug #769413)
 >=media-libs/lilv-0.24.12 doc

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 4027d9a9376..a71444b9958 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.
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Rolf Eike Beer  (2021-03-14)
 # dependencies not yet keyworded
 dev-ruby/globalid test

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 81ccf7e037a..971f51be2de 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Miroslav Šulc  (2021-03-13)
 # virtual/jdk isn't keyworded here
 media-libs/rubberband jni

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 5e27c674e83..7bfdedc6436 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Joshua Kinard  (2021-05-20)
 # mask USE 'test' on MIPS for setuptools  and jaraco-path due to
 # the very deep dependency chain that is enabled.  Will unmask

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 356905cce02..677b807221a 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Sam James  (2021-05-17)
 # Deps not yet tested/keyworded.
 # bug #708344

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 442a3dd9af8..c665107ad64 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Mike Gilbert  (2021-03-29)
 # Unmask TPM on supported archs.
 sys-apps/systemd -tpm

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 20fa51d1695..817a08e683c 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2021-06-10)
+# dev-python/django is not keyworded here
+dev-python/diskcache test
+
 # Matt Turner  (2020-08-11)
 # No drivers on this architecture support Vulkan
 media-libs/mesa vulkan vulkan-overlay zink

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 5f0e692d0ce..e0e813eef86 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 

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

2021-05-20 Thread Joshua Kinard
commit: ce4523e1a0a2817d80120246211937b9494664fd
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:39:55 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4523e1

Mask USE 'test' on MIPS for dev-python/setuptools due to the deep
dependency chain it enables.

Signed-off-by: Joshua Kinard  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 50ef31ed583..a94ae88bd89 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joshua Kinard  (2021-05-20)
+# mask USE 'test' on MIPS for setuptools due to
+# the very deep dependency chain it enables.
+dev-python/setuptools test
+
 # Sam James  (2021-02-06)
 # media-sound/sndio is not yet keyworded here
 # bug #769098, bug #769122



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

2021-05-20 Thread Joshua Kinard
commit: d7103d02fc10845e25fe0bda1b8325c64daed3e0
Author: Joshua Kinard  gentoo  org>
AuthorDate: Fri May 21 02:56:55 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Fri May 21 03:32:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7103d02

Also mask USE 'test' for dev-python/jaraco-path.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/package.use.mask | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index a94ae88bd89..5e27c674e83 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,8 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Joshua Kinard  (2021-05-20)
-# mask USE 'test' on MIPS for setuptools due to
-# the very deep dependency chain it enables.
+# mask USE 'test' on MIPS for setuptools  and jaraco-path due to
+# the very deep dependency chain that is enabled.  Will unmask
+# on a future date.
+# Bug #774216
+dev-python/jaraco-path test
 dev-python/setuptools test
 
 # Sam James  (2021-02-06)



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

2021-03-27 Thread Sam James
commit: 55097dcd48bf2a3fe24c2bd3cae615444020bffb
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 03:26:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 03:26:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55097dcd

profiles/arch/mips: drop obsolete www-client/elinks[javascript] mask

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 4fe3342af34..50ef31ed583 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -157,10 +157,6 @@ net-fs/samba ads cluster
 # dev-db/tokyocabinet not keyworded
 mail-client/mutt tokyocabinet
 
-# Matt Turner  (2010-12-26)
-# dev-lang/spidermonkey not keyworded
-www-client/elinks javascript
-
 # Matt Turner  (2010-12-26)
 # media-gfx/ufraw not keyworded
 media-gfx/imagemagick raw



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

2021-02-21 Thread Joshua Kinard
commit: bf732ceab7a259b38d5a502a71988d82a9997610
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Feb 21 10:36:55 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Feb 21 10:39:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf732cea

dev-python/parameterized is keyworded ~mips now, so remove the
USE mask on gtk-doc[test].  gtk-doc[test] was compile tested.

Bug: https://bugs.gentoo.org/758698
Signed-off-by: Joshua Kinard  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 5541b1132a7..4fe3342af34 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -17,10 +17,6 @@ app-text/enchant test
 # Dependency not keyworded on this arch.
 app-text/enchant voikko
 
-# Matt Turner  (2020-12-05)
-# dev-python/parameterized is not keyworded
-dev-util/gtk-doc test
-
 # Matt Turner  (2020-08-11)
 # No drivers on this architecture support Vulkan
 media-libs/mesa vulkan vulkan-overlay zink



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

2021-01-15 Thread Joonas Niilola
commit: 8f01d1e438c03eaaa5fe970abb7eb1ac74ada02b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jan 15 17:34:11 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jan 15 17:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f01d1e4

profiles/arch/mips: USE-mask enchant[voikko]

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index eca4e2df776..3ecdfdf765c 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joonas Niilola  (2021-01-15)
+# Dependency not keyworded on this arch.
+app-text/enchant voikko
+
 # Matt Turner  (2020-12-05)
 # dev-python/parameterized is not keyworded
 dev-util/gtk-doc test



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

2020-12-05 Thread Matt Turner
commit: 00f4020a0e67b0d234e23b1b704359f24a50943c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  5 18:45:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  5 18:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f4020a

profiles: Mask dev-util/gtk-doc[test] where needed

Signed-off-by: Matt Turner  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/powerpc/package.use.mask | 4 
 profiles/arch/riscv/package.use.mask   | 4 
 profiles/arch/s390/package.use.mask| 4 
 profiles/arch/sparc/package.use.mask   | 4 
 9 files changed, 36 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 8c57f6076aa..84dc528bfdf 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Michał Górny  (2020-11-30)
 # Qt5 is not keyworded here.
 x11-misc/synergy gui

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 17fd5688168..11be14dbde3 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.
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Matthias Maier  (2020-12-03)
 # Requires sci-mathematics/z3.
 dev-util/cppcheck z3

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 3ce88c284ed..3a8da5c1db7 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Cédric Krier  (2020-11-10)
 # virtual/rust has no ia64 keyword
 dev-vcs/mercurial rust

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index aef014700d5..2fcb70f280f 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Kent Fredric  (2020-10-19)
 # lapack and friends don't make much sense on m68k
 # and aren't keyworded

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 9ba4bf2e75e..3fcaedb31af 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Matt Turner  (2020-08-11)
 # No drivers on this architecture support Vulkan
 media-libs/mesa vulkan vulkan-overlay zink

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 17bb88f662f..42d8862304f 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Georgy Yakovlev  (2020-11-05)
 # makes no sense on power
 sys-apps/fwupd amt dell uefi

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 930ac3b394f..03781222140 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded
+dev-util/gtk-doc test
+
 # Ulrich Müller  (2020-01-12)
 # Dependencies not keyworded
 app-editors/emacs gui

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index f156001aaa6..b25c9117849 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner (2020-12-05)
+# dev-python/parameterized is not keyworded

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

2020-10-05 Thread Andreas Sturmlechner
commit: ec1ada86ec7e5cd036ec8dc1bc89fcbc7b59143d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  5 08:01:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  5 11:05:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1ada86

profiles: Cleanup obsolete sys-auth/consolekit (-related) entries

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

 profiles/arch/arm64/use.stable.mask |  4 
 profiles/arch/hppa/use.stable.mask  |  4 
 profiles/arch/mips/package.use.mask |  5 -
 profiles/arch/sparc/package.use.mask|  4 
 profiles/base/package.use.mask  |  9 -
 profiles/default/linux/package.use.mask | 10 +-
 profiles/package.mask   |  8 
 profiles/targets/systemd/use.mask   |  1 -
 8 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/profiles/arch/arm64/use.stable.mask 
b/profiles/arch/arm64/use.stable.mask
index 9d6e020d696..d67964be5f1 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -8,10 +8,6 @@
 # Does not build on arm64
 ocamlopt
 
-# Andreas Sturmlechner  (2019-04-20)
-# sys-auth/consolekit will not be stabilised anymore.
-consolekit
-
 # Mart Raudsepp  (2019-02-07)
 # media-sound/musepack-tools not stable yet
 musepack

diff --git a/profiles/arch/hppa/use.stable.mask 
b/profiles/arch/hppa/use.stable.mask
index 35d799148af..6dfe8dbaef6 100644
--- a/profiles/arch/hppa/use.stable.mask
+++ b/profiles/arch/hppa/use.stable.mask
@@ -66,10 +66,6 @@ pulseaudio
 # sys-auth/elogind is not stable here.
 elogind
 
-# Andreas Sturmlechner  (2019-06-05)
-# sys-auth/consolekit will not be stabilised anymore.
-consolekit
-
 # Sergei Trofimovich  (2019-03-03)
 # No stable sys-apps/systemd on hppa.
 systemd

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index fa03543e207..9ba4bf2e75e 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -96,11 +96,6 @@ dev-vcs/git mediawiki mediawiki-experimental
 media-libs/leptonica   webp
 app-text/tesseract webp
 
-# Pacho Ramos  (2013-09-01)
-# CONFIG_AUDITSYSCALL=y is not implemented, bug #438368
-sys-auth/consolekit pam
-sys-auth/pambase consolekit
-
 # Richard Brown  (2008-01-21)
 # Needs dev-ruby/builder, which isn't keyworded
 dev-ruby/rubygems server

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 4f6382988e6..983d8cb6871 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -247,10 +247,6 @@ sys-libs/libcxxabi libunwind
 net-libs/gnome-online-accounts gnome
 x11-terms/gnome-terminal gnome-shell
 
-# Pacho Ramos  (2017-01-15)
-# Missing keywords, bug #559770
->=net-misc/networkmanager-1.4.4 consolekit
-
 # Justin Lecher  (2017-01-15)
 # unkeyworded rev deps
 dev-games/openscenegraph gdal las

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 41b806c661a..4ac07aeb172 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -505,11 +505,6 @@ dev-java/icedtea cacao jamvm
 # https://bugs.gentoo.org/show_bug.cgi?id=533876
 >=sci-libs/vtk-6.1.0 examples
 
-# Jason Zaman  (2015-09-06)
-# This is for cgmanager which is linux only.
-# Unmasked in default/linux/package.use.mask.
-sys-auth/consolekit cgroups
-
 # James Le Cuirot  (2015-08-18)
 # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
 # anything in the tree. The toolchain folks aren't keen to support it
@@ -614,10 +609,6 @@ net-analyzer/net-snmp pci
 # The prevent-removal USE flag is only implemented for Linux.
 sys-auth/pam_mktemp prevent-removal
 
-# Samuli Suominen  (2012-03-20)
-# This is for udev-acl. Unmasked in default/linux/package.use.mask.
-sys-auth/consolekit acl
-
 # Bernard Cafarelli  (2012-02-08)
 # libobjc2/clang experimental support
 >=gnustep-base/gnustep-make-2.6.2 libobjc2

diff --git a/profiles/default/linux/package.use.mask 
b/profiles/default/linux/package.use.mask
index 2210983ff5a..e9696e924b9 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Tony Vroon  (2020-10-01)
-# Upstream requires Lua 5.2 which is not a satisfiable 
+# Upstream requires Lua 5.2 which is not a satisfiable
 # dependency at this point in time.
 app-arch/rpm lua
 
@@ -20,10 +20,6 @@ net-fs/samba fam
 # One example: https://tracker.ceph.com/issues/41523
 >=sys-cluster/ceph-14.2 dpdk
 
-# Jason Zaman  (2015-09-06)
-# This is masked in base/package.use.mask as Linux only.
-sys-auth/consolekit -cgroups
-
 # Michael Palimaka  (2015-09-03)
 # Native inotify support is preferred on linux.
 kde-frameworks/kcoreaddons fam
@@ -44,10 +40,6 @@ sys-auth/pam_mktemp -prevent-removal
 sys-devel/gcc hardened
 sys-libs/glibc hardened
 
-# Samuli Suominen  

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/, profiles/default/linux/uclibc/mips/, profiles/, ...

2020-09-21 Thread Michał Górny
commit: 460b507b8927606746699172951e7fb8810a2472
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 06:05:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 06:07:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460b507b

net-libs/openpgm: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735420
Signed-off-by: Michał Górny  gentoo.org>

 net-libs/openpgm/Manifest  |  2 --
 net-libs/openpgm/metadata.xml  |  8 --
 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 30 --
 net-libs/openpgm/openpgm-5.2.122.ebuild| 30 --
 profiles/arch/mips/package.use.mask|  4 ---
 .../default/linux/uclibc/mips/package.use.mask |  4 ---
 profiles/package.mask  |  1 -
 7 files changed, 79 deletions(-)

diff --git a/net-libs/openpgm/Manifest b/net-libs/openpgm/Manifest
deleted file mode 100644
index 622022945b6..000
--- a/net-libs/openpgm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST openpgm-5.1.118.tar.gz 557816 BLAKE2B 
b066aabb71701f6b1d33313e95212ec37aec4ddab8b56a0a44f5ed862bca8a5ac5846150ba766340a66ee82d5a579a84348ae0e232238664202f1c37a405ab52
 SHA512 
50acd102f03fb250cd027c8f4843749641c7b1a4c1dfc41b136627feb59209bc7a2bbd08b7edeac603fb820118c6683ae9377a692949608bad455fef91c97274
-DIST openpgm-5.2.122.tar.gz 583469 BLAKE2B 
e3520f88282eed7da7890d678a25252a43157982955fab2740766cda9ce6c475ac5f5e3897c6dc1312a19d17e9e6ba94638f4d6fb93e42599359927e29f0962c
 SHA512 
f8b29fb69acb548536179262665c0cdcc8bb1510d3e970d6abebaf33e301f87fbfa7e2c46e387973d8b65470350af66b3130482269b9fbb15fe7bf98b52f6404

diff --git a/net-libs/openpgm/metadata.xml b/net-libs/openpgm/metadata.xml
deleted file mode 100644
index ce00d8d5681..000
--- a/net-libs/openpgm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-steve-o/openpgm
-  
-

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild 
b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
deleted file mode 100644
index b4fb79c7dc7..000
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools-utils python-any-r1
-
-MY_PV="${PV//./-}"
-
-DESCRIPTION="Open source implementation of the Pragmatic General Multicast 
specification"
-HOMEPAGE="https://github.com/steve-o/openpgm;
-SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86"
-IUSE="static-libs"
-
-DEPEND="${PYTHON_DEPS}"
-
-S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
-
-src_install() {
-   DOCS=( "${S}"/../doc/. "${S}"/README )
-
-   autotools-utils_src_install
-}

diff --git a/net-libs/openpgm/openpgm-5.2.122.ebuild 
b/net-libs/openpgm/openpgm-5.2.122.ebuild
deleted file mode 100644
index 43058f88b4f..000
--- a/net-libs/openpgm/openpgm-5.2.122.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools-utils python-any-r1
-
-MY_PV="${PV//./-}"
-
-DESCRIPTION="Open source implementation of the Pragmatic General Multicast 
specification"
-HOMEPAGE="https://github.com/steve-o/openpgm;
-SRC_URI="https://github.com/steve-o/${PN}/archive/release-${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-DEPEND="${PYTHON_DEPS}"
-
-S="${WORKDIR}/${PN}-release-${MY_PV}/${PN}/pgm"
-
-src_install() {
-   DOCS=( "${S}"/../doc/. "${S}"/README )
-
-   autotools-utils_src_install
-}

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 7e2b3c4d4ca..fa03543e207 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -66,10 +66,6 @@ dev-python/twisted conch crypt http2 test
 # net-libs/libnetfilter_conntrack is not keyworded on mips
 net-dns/dnsmasq conntrack
 
-# Thomas Deutschmann  (2016-08-23)
-# net-libs/openpgm is not keyworded on mips
-net-libs/zeromq pgm
-
 # Davide Pesavento  (2015-10-26)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/default/linux/uclibc/mips/package.use.mask 
b/profiles/default/linux/uclibc/mips/package.use.mask
index 5863ca7ae30..44c0f9a1536 100644
--- a/profiles/default/linux/uclibc/mips/package.use.mask
+++ b/profiles/default/linux/uclibc/mips/package.use.mask
@@ -5,10 +5,6 @@
 # net-libs/libnetfilter_conntrack is not keyworded on mips
 net-dns/dnsmasq conntrack
 
-# Thomas Deutschmann  (2016-08-23)
-# net-libs/openpgm is not keyworded on mips

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

2020-05-05 Thread Joonas Niilola
commit: e14d0d177d6ed55c21a619767846a12c00875781
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May  5 07:19:55 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May  5 07:24:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d0d17

profiles/arch/mips: remove wicd use.mask

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 9bc8a69875c..df5929ca84e 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -78,10 +78,6 @@ dev-qt/qtchooser test
 # Requires matplotlib which requires a bit more.
 dev-python/numpydoc test
 
-# Mikle Kolyada  (2015-04-12)
-# GNOME Shell does not work on mips
-net-misc/wicd gnome-shell
-
 # Matthias Maier  (2014-12-24)
 # sys-devel/clang is not keyworded
 app-doc/doxygen clang



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

2020-04-07 Thread Matt Turner
commit: b68d0f5531a9e05e9404a00730c7e97cbf20e231
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr  7 22:25:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr  7 22:25:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68d0f55

profiles/mips: Drop elogind mask

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

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 32ba177b1fe..78794268b67 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,10 +4,6 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
-# Andreas Sturmlechner  (2019-03-31)
-# sys-auth/elogind is not yet keyworded here. bug #681200
-elogind
-
 # Matt Turner  (2018-03-25)
 # Unmask systemd since it is keyworded here.
 -systemd



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

2020-02-15 Thread Patrick McLean
commit: 78b880dba6bb8cff05542332e847c61efa7e1492
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 05:14:37 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 05:56:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b880db

profiles: mips: Mask net-misc/openssh[security-key]

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index ee28e15c7f6..b431d2a6976 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean  (2020-02-15)
+# Mask until dev-libs/libfido2 is keyworded
+net-misc/openssh security-key
+
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.



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

2020-02-07 Thread Joonas Niilola
commit: e7af6e5db5ae3d65cd4b486b397d3c09fa619713
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:55:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7af6e5d

profiles/arch/mips: clean useless efl mask

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 0aab84d0c77..ee28e15c7f6 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Joonas Niilola  (2020-02-02)
-# luajit is not keyworded on this arch.
-dev-libs/efl luajit
-
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.
@@ -86,10 +82,6 @@ dev-python/numpydoc test
 # GNOME Shell does not work on mips
 net-misc/wicd gnome-shell
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Matthias Maier  (2014-12-24)
 # sys-devel/clang is not keyworded
 app-doc/doxygen clang



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

2020-02-02 Thread Joonas Niilola
commit: fa338e3ac43ccd6f64a9d221616587fa8faac5a1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb  2 08:03:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  2 08:08:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa338e3a

profiles/arch/mips: mask unkeyworded dev-libs/efl[luajit]

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 13a251b7f9e..0aab84d0c77 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Joonas Niilola  (2020-02-02)
+# luajit is not keyworded on this arch.
+dev-libs/efl luajit
+
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.



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

2019-08-06 Thread Matt Turner
commit: 2656c190e52adc414c8b6dd0d600dfef205e8073
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Aug  6 17:49:59 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Aug  6 17:50:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2656c190

profiles/arch/mips/package.use.mask: sys-apps/rng-tools -jitterentropy

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

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index e3984601c31..92a2e3c4b2f 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2019-08-06)
+# Dependency app-crypt/jitterentropy is keyworded for mips
+sys-apps/rng-tools -jitterentropy
+
 # Michał Górny  (2018-01-23)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.



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

2019-07-23 Thread Matt Turner
commit: 44aa9a548f65faa36b52aa509f0421d0f02b2fd4
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 23 17:05:59 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 23 17:06:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44aa9a54

profiles/arch/mips: Unmask USE=lz4

app-arch/lz4 builds and is keyworded on mips.

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

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index e440752c043..0c2c0d8533c 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -53,11 +53,6 @@ ayatana
 # There is no luajit support on mips.  Bug #554376.
 luajittex
 
-# Markos Chandras 
-# app-arch/lz4 does not seem to build on MIPS
-# Original bug report: #501600
-lz4
-
 # Markos Chandras 
 # Profiles are ISA agnostic so these
 # should be masked on per user basis



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

2019-03-02 Thread Matt Turner
commit: 58f06eec93d556fe064a26ae1034aae2cdba85b1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 18:32:48 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 18:43:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f06eec

profiles: Mask some X packages for removal

Bug: https://bugs.gentoo.org/679256
Signed-off-by: Matt Turner  gentoo.org>

 profiles/arch/mips/use.mask |  1 -
 profiles/base/use.mask  | 13 -
 profiles/package.mask   | 13 +
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 38ab80768db..23bccaacd9b 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -118,7 +118,6 @@ fuse
 dri
 
 # Available on for mips.
--video_cards_newport
 -video_cards_siliconmotion
 -video_cards_vivante
 

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b814ac9064a..2a9d3edeb84 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,14 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner  (02 Mar 2019)
+# For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
+# Bug #679256
+input_devices_elographics
+video_cards_newport
+video_cards_tdfx
+video_cards_voodoo
+
 # Brian Evans  (11 Jan 2019)
 # Mask PHP 7.0 target as EOL
 php_targets_php7-0
@@ -16,11 +24,6 @@ d3d9
 # Mask PostgreSQL 12 while in (pre-)alpha.
 postgres_targets_postgres12
 
-# Matt Turner  (23 Nov 2017)
-# For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
-# Bug #606132.
-video_cards_tdfx
-
 # Andreas K. Hüttel  (04 Nov 2017)
 # Unkeyworded on most arches, unmasked in supported arch profiles.
 audacious

diff --git a/profiles/package.mask b/profiles/package.mask
index 3a754df322f..91468e1be44 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,19 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (02 Mar 2019)
+# Old, unused drivers.
+# Masked for removal in 30 days. Bug #679256
+x11-drivers/xf86-input-elographics
+x11-drivers/xf86-video-newport
+x11-drivers/xf86-video-tdfx
+x11-drivers/xf86-video-voodoo
+
+# Matt Turner  (02 Mar 2019)
+# No reverse dependencies. No releases in 13 years.
+# Masked for removal in 30 days. Bug #679256
+x11-libs/libxkbui
+
 # Andreas Sturmlechner  (02 Mar 2019)
 # Completely broken. Masked for removal in 30 days.
 # Bugs 630924, 639310, 640728, 644654, 654892, 655096, 670822



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

2018-12-08 Thread Mikle Kolyada
commit: 7cab211949e24292dfd1f84382120213f458098c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 22:56:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 22:56:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cab2119

 [QA] profiles/arch/mips: remove sys-power/upower-pm-utils

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/arch/mips/package.use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index a6722e9627a..0a804a3d67f 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -41,7 +41,6 @@ app-shells/bash-completion test
 # Mart Raudsepp  (27 May 2017)
 # app-pda/libimobiledevice, app-pda/libplist and co not tested
 sys-power/upower ios
-sys-power/upower-pm-utils ios
 gnome-base/gvfs ios
 
 # Mart Raudsepp  (27 May 2017)



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

2018-12-01 Thread Michał Górny
commit: b40f92c17adb516613ceb3040de1822e4ab245b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  1 18:10:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  1 18:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40f92c1

profiles/arch/mips: Remove masks for obsolete INPUT_DEVICES

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

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 23ca4827299..412f5c7d5e6 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -130,8 +130,6 @@ video_cards_nouveau
 video_cards_nv
 video_cards_r128
 video_cards_radeon
-input_devices_dynapro
-input_devices_elo2300
 input_devices_elographics
 input_devices_synaptics
 input_devices_vmmouse



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

2018-09-30 Thread Michał Górny
commit: df991c353ff43bcf6f340375b2bc8ae5bf5a0084
Author: Joonas Niilola  gmail  com>
AuthorDate: Sun Sep 30 06:38:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 30 08:11:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df991c35

arch/mips/package.use.force: remove dev-libs/efl USE force

Signed-off-by: Joonas Niilola  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/arch/mips/package.use.force 
b/profiles/arch/mips/package.use.force
index 713307fcb40..42de426a583 100644
--- a/profiles/arch/mips/package.use.force
+++ b/profiles/arch/mips/package.use.force
@@ -5,7 +5,3 @@
 # Force the host target to avoid dependency hell
 sys-devel/clang llvm_targets_Mips
 sys-devel/llvm llvm_targets_Mips
-
-# Mike Frysinger  (16 Mar 2015)
-# Needs dev-lang/luajit tested #499974
-dev-libs/efl oldlua



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

2018-09-23 Thread Joshua Kinard
commit: 9574aee49f48622af8876b06abeacab2d47edd4f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Sep 24 00:34:06 2018 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Sep 24 00:34:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9574aee4

Remove the USE mask for python3_7 on mips after fixing keywordreq bugs.

Tested Python-3.7.0 on SGI/MIPS machine, o32, n32, multilib, uclibc-ng.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/arch/mips/use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 74d1069dd3f..23ca4827299 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,14 +4,6 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
-# Michał Górny  (16 Jul 2018)
-# Python 3.7 support requires fresh versions of packages which are stuck
-# at keywordreqs.
-# bug #661306: dev-python/pytest
-# bug #661320: dev-python/twisted
-python_targets_python3_7
-python_single_target_python3_7
-
 # Matt Turner  (25 Mar 2018)
 # Unmask systemd since it is keyworded here.
 -systemd



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

2018-03-27 Thread Matt Turner
commit: 9d10e16555827b10df476e3e20db2832da16afa4
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 28 01:37:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 28 01:37:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d10e165

profiles/arch/mips: Unmask USE=ldap

Closes: https://bugs.gentoo.org/604546

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 68a072f35ac..de834a71909 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -103,10 +103,6 @@ mpi
 lapack
 blas
 
-# Alexander Færøy 
-# ldap -- untested, masking for now.
-ldap
-
 # Alexander Færøy 
 # Clamav -- untested, masking for now.
 clamav



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

2018-03-25 Thread Matt Turner
commit: ba04c0f1d66d8a1b6a68a714c40cf36ffd9f9f7a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 26 04:09:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 26 04:09:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba04c0f1

profiles/arch/mips: Unmask USE=unwind

 profiles/arch/mips/use.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 11a6864c6b9..68a072f35ac 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -319,9 +319,6 @@ clvm
 # virtual/opencl is not keyworded
 opencl
 
-# Unmask once sys-libs/libunwind gets keyworded.
-unwind
-
 # Ben de Groot  (01 Feb 2015)
 # please remove when keyworded
 qt5



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

2018-03-25 Thread Matt Turner
commit: 99650741bc8af313211ce5ee60dba77663f210bd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 26 04:03:44 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 26 04:03:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99650741

profiles/arch/mips: Unmask USE=systemd

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 077a99117cd..11a6864c6b9 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Matt Turner  (25 Mar 2018)
+# Unmask systemd since it is keyworded here.
+-systemd
+
 # Mart Raudsepp  (11 Feb 2018)
 # dev-util/valgrind is not keyworded here yet,
 # though the MIPS platform is supported upstream



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

2018-02-15 Thread Michał Górny
commit: 201a489dbaca7c5ef0589cdfb9b612ad9c608a62
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 15 21:38:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 15 21:48:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201a489d

profiles/arch/mips: Mask app-misc/geoclue[skyhook]

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 499ca8b9f2c..408684cacb3 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (15 Feb 2018)
+# Requires USE=networkmanager that is masked in this profile.
+app-misc/geoclue skyhook
+
 # Michał Górny  (23 Jan 2018)
 # USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
 # USE=grammar requires dev-libs/link-grammar.



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

2018-02-11 Thread Mart Raudsepp
commit: 473932732e6b60a537e1d3439d94ffe6bcbf52a1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 10:12:52 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 10:14:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47393273

profiles/arch/mips: Mask USE=valgrind for now

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 78b343bbfb8..077a99117cd 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,11 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Mart Raudsepp  (11 Feb 2018)
+# dev-util/valgrind is not keyworded here yet,
+# though the MIPS platform is supported upstream
+valgrind
+
 # Michał Górny  (23 Jan 2018)
 # net-misc/networkmanager is not keyworded here.
 networkmanager



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

2018-02-11 Thread Mart Raudsepp
commit: 697ab934fa43da708f42284af4211e3c6df53a78
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 10:11:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 10:14:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697ab934

profiles/arch/mips: Fix dates from future mgorny

 profiles/arch/mips/use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 9d6b2967e4c..78b343bbfb8 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,11 +4,11 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
-# Michał Górny  (23 Feb 2018)
+# Michał Górny  (23 Jan 2018)
 # net-misc/networkmanager is not keyworded here.
 networkmanager
 
-# Michał Górny  (23 Feb 2018)
+# Michał Górny  (23 Jan 2018)
 # sci-geosciences/gpsd is not keyworded here.
 gps
 



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

2018-01-23 Thread Michał Górny
commit: d29c3b4e85156cb19feeef8633a20144f68916b2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 18:01:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 23 18:14:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29c3b4e

profiles/arch/mips: Mask USE=networkmanager

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 0253eba655d..dafba2b335f 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Michał Górny  (23 Feb 2018)
+# net-misc/networkmanager is not keyworded here.
+networkmanager
+
 # Michał Górny  (23 Feb 2018)
 # sci-geosciences/gpsd is not keyworded here.
 gps



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

2018-01-23 Thread Michał Górny
commit: 72d029c5a9962bf4da1b9cf9ed2e0aedfc7e248f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 15:44:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 23 15:58:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d029c5

profiles/arch/mips: Mask USE=gps due to unkeyworded dep

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 384fdee257c..0253eba655d 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Michał Górny  (23 Feb 2018)
+# sci-geosciences/gpsd is not keyworded here.
+gps
+
 # Brian Evans  (15 Jan 2018)
 # Mask tcmalloc as dev-util/google-perftools is unavailable
 tcmalloc



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

2018-01-23 Thread Michał Górny
commit: 502d5968c3e97d05d4333bc46b441cd300b6db5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 15:52:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 23 15:58:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502d5968

profiles/arch/mips: USE-mask a number of app-office/abiword plugins

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 730688845f0..499ca8b9f2c 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (23 Jan 2018)
+# USE=collab requires unkeyworded net-libs/loudmouth & dev-cpp/asio.
+# USE=grammar requires dev-libs/link-grammar.
+# USE=map requires media-libs/libchamplain.
+# Surprisingly, USE=redland requires dev-libs/redland. But also
+# dev-libs/rasqal. None of them keyworded here.
+app-office/abiword collab grammar map redland
+
 # Brian Evans  (15 Jan 2018)
 # app-arch/snappy is not tested
 dev-db/mariadb innodb-snappy



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

2018-01-15 Thread Brian Evans
commit: 19c8a99c43e081c64f6b4769008e82e16311a8fa
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 15 17:38:09 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 15 17:55:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c8a99c

arch/mips/package.use.mask: Mask innodb-snappy for mariadb

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 6c23a4598d8..730688845f0 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans  (15 Jan 2018)
+# app-arch/snappy is not tested
+dev-db/mariadb innodb-snappy
+
 # Michał Górny  (12 Jan 2018)
 # Requires dependency flags that are masked in this profile.
 media-libs/sdl-mixer midi



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

2018-01-15 Thread Brian Evans
commit: 43f69fe1fd944983b8504892a26ca247ba61a6f3
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 15 16:05:19 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 15 16:05:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f69fe1

arch/mips/use.mask: Mask tcmalloc as dev-util/google-perftools is unavailablee

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 60ea7770845..384fdee257c 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Brian Evans  (15 Jan 2018)
+# Mask tcmalloc as dev-util/google-perftools is unavailable
+tcmalloc
+
 # James Le Cuirot  (29 Jun 2017)
 # Unmask as this profile is big endian.
 -big-endian



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

2017-12-30 Thread Michał Górny
commit: 5718f92748021b95878086d64fb0fd61b81adad2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 11:44:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 11:49:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5718f927

profiles/arch/mips: Move local USE flags to package.use.mask

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index f4c0b3d09e4..0dc3cf8e9c6 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (30 Dec 2017)
+# Moved from use.mask since they are flags local to one package.
+sys-kernel/mips-sources -ip27 -ip28 -ip30
+
 # Michał Górny  (08 Aug 2017)
 # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
 media-libs/mesa vulkan

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 4c36200c18f..60ea7770845 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -316,9 +316,6 @@ ocamlopt
 fluidsynth
 
 # Mips USE flags
--ip27
--ip28
--ip30
 -fixed-point
 -loongson2f
 



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

2017-11-23 Thread Matt Turner
commit: a157a29cf245f85343d49c9d32ab9eba7c12a02f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 24 04:57:21 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 24 05:04:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a157a29c

profiles: Remove dead video_cards_epson mask

Not even sure what this hardware is, and I don't see evidence of an
xf86-video-epson ever existing.

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 53e75e2d1b6..5f91884a1d8 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -110,7 +110,6 @@ dri
 
 # Stephen P. Becker 
 # more modular X stuff
-video_cards_epson
 video_cards_tdfx
 video_cards_sunffb
 video_cards_mach64



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

2017-05-27 Thread Mart Raudsepp
commit: dd7e152a6a797240be4c4e5027c5593beb8f6405
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 27 21:16:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 27 21:16:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7e152a

profiles: Mask USE=mtp on mips

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index e8cddfb8f0f..09ac8ca4b2c 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -5,6 +5,10 @@
 -mips
 
 # Mart Raudsepp  (27 May 2017)
+# media-libs/libmtp not tested
+mtp
+
+# Mart Raudsepp  (27 May 2017)
 # net-libs/gnome-online-accounts not tested
 gnome-online-accounts
 



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

2017-05-27 Thread Mart Raudsepp
commit: 20e05a514e5e6ed89cc4a4412845afbb14bfc6c3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 27 21:11:24 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 27 21:11:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e05a51

profiles: package.use.mask USE=google for gnome-base/gvfs on mips

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 1dfa3c405b1..9d0ee7926f9 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mart Raudsepp  (27 May 2017)
+# dev-libs/libgdata and net-libs/gnome-online-accounts not tested
+gnome-base/gvfs google
+
 # Jason Zaman  (09 May 2017)
 # x11-libs/libXpresent is not keyworded on mips
 xfce-base/xfwm4 xpresent



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

2017-05-27 Thread Mart Raudsepp
commit: aa869d8a8485db5136d02edf794c6bc670dfb68c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 27 21:11:09 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 27 21:11:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa869d8a

profiles: Mask USE=gnome-online-accounts on mips

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index baa2327d047..e8cddfb8f0f 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -5,6 +5,10 @@
 -mips
 
 # Mart Raudsepp  (27 May 2017)
+# net-libs/gnome-online-accounts not tested
+gnome-online-accounts
+
+# Mart Raudsepp  (27 May 2017)
 # Keywords lost on net-fs/samba over time, use.mask until re-keyworded
 samba
 



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

2017-05-27 Thread Mart Raudsepp
commit: 087995acf525c6f062cf109803574a21ac5dfc09
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 27 21:16:03 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 27 21:16:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087995ac

profiles: package.use.mask USE=ios where needed for lacking keywords

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

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 9d0ee7926f9..efe76088ee3 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,6 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Mart Raudsepp  (27 May 2017)
+# app-pda/libimobiledevice, app-pda/libplist and co not tested
+sys-power/upower ios
+sys-power/upower-pm-utils ios
+gnome-base/gvfs ios
+
+# Mart Raudsepp  (27 May 2017)
 # dev-libs/libgdata and net-libs/gnome-online-accounts not tested
 gnome-base/gvfs google
 



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

2017-05-27 Thread Mart Raudsepp
commit: 8d138baa058ca987689bb901ffd93a4abf841a40
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 27 21:05:40 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 27 21:05:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d138baa

profiles: Mask USE=samba on mips for now

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 9d734940efa..baa2327d047 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Mart Raudsepp  (27 May 2017)
+# Keywords lost on net-fs/samba over time, use.mask until re-keyworded
+samba
+
 # Mart Raudsepp  (07 Feb 2017)
 # dev-libs/libappindicator not tested
 ayatana



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

2017-02-07 Thread Mart Raudsepp
commit: 5ea0fe00c0160108257296e2e3a62dfe995b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Feb  7 22:38:22 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Feb  7 22:38:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea0fe00

profiles: Mask USE=ayatana on mips

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

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 618377c..c6c31f5 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -5,6 +5,10 @@
 # Unmask the flag which corresponds to ARCH.
 -mips
 
+# Mart Raudsepp  (07 Feb 2017)
+# dev-libs/libappindicator not tested
+ayatana
+
 # Anthony G. Basile  (01 Aug 2015)
 # There is no luajit support on mips.  Bug #554376.
 luajittex



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

2017-01-20 Thread Michał Górny
commit: 22842ade82e1c0fb980b9fc51773403fd77c718c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:27:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22842ade

profiles/arch/mips: Clean obsolete package.use* entries

 profiles/arch/mips/package.use.force |  8 +---
 profiles/arch/mips/package.use.mask  | 12 
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/profiles/arch/mips/package.use.force 
b/profiles/arch/mips/package.use.force
index 9fdc5d3..c64d046 100644
--- a/profiles/arch/mips/package.use.force
+++ b/profiles/arch/mips/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,9 +10,3 @@ sys-devel/llvm llvm_targets_Mips
 # Mike Frysinger  (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
-
-# Vicente Olivert Riera  (12 Sep 2014)
-# If deprecated USE flag is not set, www-client/midori will
-# depend on net-libs/webkit-gtk:3 which fails to compile
-# on MIPS
-www-client/midori deprecated

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 4933ccb..4d42b6b 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -91,11 +91,7 @@ dev-libs/apr-util mysql
 # Stuart Longland  (07 Sep 2007)
 # mplayer not tested with these flags yet.  I may remove these slowly as I test
 # more functions of mplayer.
-media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca 
joystick live mad openal pnm pvr radio rar rtc svga tga xanim xinerama zoran
-
-# Gilles Dartiguelongue  (19 Oct 2007)
-# gdm depends on zenity which is not keyworded
->=gnome-base/gdm-2.20 remote
+media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca 
joystick live mad openal pnm pvr radio rar rtc tga xinerama zoran
 
 # Steve Dibb  (01 Nov 2007)
 # needs media-libs/ladspa-sdk keyworded
@@ -112,12 +108,12 @@ app-portage/layman bazaar
 app-portage/layman darcs
 
 # deps missing keywords
-games-strategy/freeciv auth ggz
+games-strategy/freeciv auth
 
 # Mart Raudsepp  (27 Sept 2010)
 # Extra functionality that has external unkeyworded dependencies
 # and is not tested yet
-net-fs/samba ads cluster debug
+net-fs/samba ads cluster
 
 # Matt Turner  (06 Dec 2010)
 # dev-db/tokyocabinet not keyworded



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/, profiles/default/linux/uclibc/mips/

2016-08-23 Thread Thomas Deutschmann
commit: 14971a4679836adf33756268de4c464a654b9384
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Aug 23 11:55:05 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Aug 23 12:12:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14971a46

profiles: Add package.use.mask for net-libs/zeromq[pqm] on mips

net-libs/openpgm is not keyworded on mips.

 profiles/arch/mips/package.use.mask | 6 +-
 profiles/default/linux/uclibc/mips/package.use.mask | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 54ef3a7..7610a72 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (23 Aug 2016)
+# net-libs/openpgm is not keyworded on mips
+net-libs/zeromq pgm
+
 # Mike Frysinger  21 Feb 2016
 # Needs arch love for elementary. #575322
 media-libs/elementary javascript

diff --git a/profiles/default/linux/uclibc/mips/package.use.mask 
b/profiles/default/linux/uclibc/mips/package.use.mask
index c048f6d..f18f306 100644
--- a/profiles/default/linux/uclibc/mips/package.use.mask
+++ b/profiles/default/linux/uclibc/mips/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (23 Aug 2016)
+# net-libs/openpgm is not keyworded on mips
+net-libs/zeromq pgm
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test



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

2015-08-24 Thread Davide Pesavento
commit: 1810d0867f220f554646af341ead1fed7e0bc2d6
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Mon Aug 24 21:35:04 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Mon Aug 24 21:35:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1810d086

profiles: drop pointless/redundant masking of unkeyworded Qt5 packages.

Qt5 is not keyworded on alpha/ia64/mips/sparc.

Signed-off-by: Davide Pesavento pesa AT gentoo.org

 profiles/arch/alpha/package.mask | 45 
 profiles/arch/ia64/package.mask  | 45 
 profiles/arch/mips/package.mask  | 45 
 profiles/arch/sparc/package.mask | 45 
 4 files changed, 180 deletions(-)

diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask
index 45a463c..f5a5b71 100644
--- a/profiles/arch/alpha/package.mask
+++ b/profiles/arch/alpha/package.mask
@@ -2,51 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Ben de Groot yng...@gentoo.org (01 Feb 2015)
-# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well.
-=dev-qt/assistant-5.4.0
-=dev-qt/designer-5.4.0
-=dev-qt/linguist-5.4.0
-=dev-qt/linguist-tools-5.4.0
-=dev-qt/pixeltool-5.4.0
-=dev-qt/qdbus-5.4.0
-=dev-qt/qdbusviewer-5.4.0
-=dev-qt/qdoc-5.4.0
-=dev-qt/qtconcurrent-5.4.0
-=dev-qt/qtcore-5.4.0
-=dev-qt/qtdbus-5.4.0
-=dev-qt/qtdeclarative-5.4.0
-=dev-qt/qtdiag-5.4.0
-=dev-qt/qtgraphicaleffects-5.4.0
-=dev-qt/qtgui-5.4.0
-=dev-qt/qthelp-5.4.0
-=dev-qt/qtimageformats-5.4.0
-=dev-qt/qtmultimedia-5.4.0
-=dev-qt/qtnetwork-5.4.0
-=dev-qt/qtopengl-5.4.0
-=dev-qt/qtpaths-5.4.0
-=dev-qt/qtpositioning-5.4.0
-=dev-qt/qtprintsupport-5.4.0
-=dev-qt/qtquick1-5.4.0
-=dev-qt/qtquickcontrols-5.4.0
-=dev-qt/qtscript-5.4.0
-=dev-qt/qtsensors-5.4.0
-=dev-qt/qtserialport-5.4.0
-=dev-qt/qtsql-5.4.0
-=dev-qt/qtsvg-5.4.0
-=dev-qt/qttest-5.4.0
-=dev-qt/qttranslations-5.4.0
-=dev-qt/qtwayland-5.4.0
-=dev-qt/qtwebkit-5.4.0
-=dev-qt/qtwebsockets-5.4.0
-=dev-qt/qtwidgets-5.4.0
-=dev-qt/qtx11extras-5.4.0
-=dev-qt/qtxml-5.4.0
-=dev-qt/qtxmlpatterns-5.4.0
-=dev-qt/qt-creator-3.3.0
-=app-text/calibre-2*
-=x11-misc/sddm-0.10.0
-
 # Julian Ospald hasuf...@gentoo.org (01 Sep 2014)
 # Needs either hardmasked =media-video/libav-10 or
 # =media-video/ffmpeg-2.1.4 which is not keyworded for

diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask
index b6b7e2e..22c99bd 100644
--- a/profiles/arch/ia64/package.mask
+++ b/profiles/arch/ia64/package.mask
@@ -2,51 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Ben de Groot yng...@gentoo.org (01 Feb 2015)
-# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well.
-=dev-qt/assistant-5.4.0
-=dev-qt/designer-5.4.0
-=dev-qt/linguist-5.4.0
-=dev-qt/linguist-tools-5.4.0
-=dev-qt/pixeltool-5.4.0
-=dev-qt/qdbus-5.4.0
-=dev-qt/qdbusviewer-5.4.0
-=dev-qt/qdoc-5.4.0
-=dev-qt/qtconcurrent-5.4.0
-=dev-qt/qtcore-5.4.0
-=dev-qt/qtdbus-5.4.0
-=dev-qt/qtdeclarative-5.4.0
-=dev-qt/qtdiag-5.4.0
-=dev-qt/qtgraphicaleffects-5.4.0
-=dev-qt/qtgui-5.4.0
-=dev-qt/qthelp-5.4.0
-=dev-qt/qtimageformats-5.4.0
-=dev-qt/qtmultimedia-5.4.0
-=dev-qt/qtnetwork-5.4.0
-=dev-qt/qtopengl-5.4.0
-=dev-qt/qtpaths-5.4.0
-=dev-qt/qtpositioning-5.4.0
-=dev-qt/qtprintsupport-5.4.0
-=dev-qt/qtquick1-5.4.0
-=dev-qt/qtquickcontrols-5.4.0
-=dev-qt/qtscript-5.4.0
-=dev-qt/qtsensors-5.4.0
-=dev-qt/qtserialport-5.4.0
-=dev-qt/qtsql-5.4.0
-=dev-qt/qtsvg-5.4.0
-=dev-qt/qttest-5.4.0
-=dev-qt/qttranslations-5.4.0
-=dev-qt/qtwayland-5.4.0
-=dev-qt/qtwebkit-5.4.0
-=dev-qt/qtwebsockets-5.4.0
-=dev-qt/qtwidgets-5.4.0
-=dev-qt/qtx11extras-5.4.0
-=dev-qt/qtxml-5.4.0
-=dev-qt/qtxmlpatterns-5.4.0
-=dev-qt/qt-creator-3.3.0
-=app-text/calibre-2*
-=x11-misc/sddm-0.10.0
-
 # Alexis Ballier aball...@gentoo.org (27 Jun 2013)
 # TeX Live 2013 mask.
 # kpathsea has to be there because it has config files without /usr/share/texmf

diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask
index 1dfde79..e72efd0 100644
--- a/profiles/arch/mips/package.mask
+++ b/profiles/arch/mips/package.mask
@@ -2,51 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Ben de Groot yng...@gentoo.org (01 Feb 2015)
-# Qt5 mask, pending keywording. Remember unmasking qt5 in use.mask as well.
-=dev-qt/assistant-5.4.0
-=dev-qt/designer-5.4.0
-=dev-qt/linguist-5.4.0
-=dev-qt/linguist-tools-5.4.0
-=dev-qt/pixeltool-5.4.0
-=dev-qt/qdbus-5.4.0
-=dev-qt/qdbusviewer-5.4.0
-=dev-qt/qdoc-5.4.0
-=dev-qt/qtconcurrent-5.4.0
-=dev-qt/qtcore-5.4.0
-=dev-qt/qtdbus-5.4.0
-=dev-qt/qtdeclarative-5.4.0
-=dev-qt/qtdiag-5.4.0
-=dev-qt/qtgraphicaleffects-5.4.0
-=dev-qt/qtgui-5.4.0
-=dev-qt/qthelp-5.4.0
-=dev-qt/qtimageformats-5.4.0
-=dev-qt/qtmultimedia-5.4.0
-=dev-qt/qtnetwork-5.4.0

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

2015-08-18 Thread Mike Frysinger
commit: a431da229a42e447567e041e0910bff9c4c962cc
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Tue Aug 18 15:47:13 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Tue Aug 18 15:52:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a431da22

mips: unmask USE=seccomp as libseccomp is supported now

 profiles/arch/mips/use.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index dededc9..eaf7d0c 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -377,9 +377,6 @@ opencl
 # Unmask once sys-libs/libunwind gets keyworded.
 unwind
 
-# sys-libs/libseccomp has not been ported to this arch yet #524148
-seccomp
-
 # Ben de Groot yng...@gentoo.org (01 Feb 2015)
 # please remove when keyworded
 qt5