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

2020-03-26 Thread Mikle Kolyada
commit: 4290f2ffc2e34ac2b6715e199205726d6665250e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 26 15:30:17 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 26 15:30:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4290f2ff

profiles: remove SuperH profiles

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

 profiles/arch/sh/eapi |   1 -
 profiles/arch/sh/make.defaults|  29 
 profiles/arch/sh/package.use.mask |  81 ---
 profiles/arch/sh/parent   |   1 -
 profiles/arch/sh/use.force|   2 -
 profiles/arch/sh/use.mask | 135 --
 6 files changed, 249 deletions(-)

diff --git a/profiles/arch/sh/eapi b/profiles/arch/sh/eapi
deleted file mode 100644
index 7ed6ff82de6..000
--- a/profiles/arch/sh/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/arch/sh/make.defaults b/profiles/arch/sh/make.defaults
deleted file mode 100644
index 2464bab3c5c..000
--- a/profiles/arch/sh/make.defaults
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Main SuperH profile
-
-ARCH="sh"
-ACCEPT_KEYWORDS="sh ~sh"
-
-CHOST="sh-unknown-linux-gnu"
-CFLAGS="-O2"
-CXXFLAGS="${CFLAGS}"
-FFLAGS="${CFLAGS}"
-FCFLAGS="${CFLAGS}"
-
-# Michał Górny  (2014-07-01)
-# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
-# checks simpler.
-ABI="sh"
-DEFAULT_ABI="sh"
-MULTILIB_ABIS="sh"
-CHOST_sh="${CHOST}"
-LIBDIR_sh="lib"
-
-# Jorge Manuel B. S. Vicetto  (2011-11-16)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-# We need to disable ssp.
-BOOTSTRAP_USE="${BOOTSTRAP_USE} nossp"
-
-USE="nossp"

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
deleted file mode 100644
index 2623fd3046e..000
--- a/profiles/arch/sh/package.use.mask
+++ /dev/null
@@ -1,81 +0,0 @@
-# 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
-
-# Sergei Trofimovich  (2019-12-02)
-# dev-util/systemtap is not keyworded on sh
-sys-libs/glibc systemtap
-
-# Sergei Trofimovich  (2019-12-02)
-# media-libs/gd is not keyworded on sh
-sys-libs/glibc gd
-
-# Hans de Graaff  (2019-04-08)
-# Obsolete ruby version, no newer versions keyworded or stable.
-dev-vcs/subversion ruby
-
-# Michał Górny  (2017-08-08)
-# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan vulkan-overlay
-
-# Michał Górny  (2017-08-08)
-# Requires USE=seccomp that is masked in this profile.
-net-libs/gnutls test-full
-
-# Michał Górny  (2017-08-07)
-# Requires USE=bluetooth that is masked in this profile.
-media-sound/pulseaudio native-headset ofono-headset
-
-# Matt Turner  (2017-02-25)
-# Needs libepoxy keywording, bug #510940
-x11-base/xorg-server wayland
-
-# Sergey Popov  (2015-10-24)
-# Not tested
-net-mail/dovecot lz4
-
-# Brian Evans  (2014-06-03)
-# unkeworded dependencies (bug #429708)
->=dev-db/mysql-5.5 jemalloc
->=dev-db/mariadb-5.5 jemalloc
-
-# Mikle Kolyada  (2014-01-11)
-# too much unkeyworded dependencies (bug #497068)
-dev-vcs/git mediawiki mediawiki-experimental
-
-# Raúl Porcel  (2012-05-28)
-# Needs x11-misc/lightdm(which also requires some other deps)
-x11-misc/xscreensaver new-login
-
-# Raúl Porcel  (2011-11-05)
-# jit not supported on sh
-dev-libs/libpcre jit
-
-# Sebastian Pipping  (2011-02-22)
-# No media-sound/lilypond here, yet (bug #356069)
-app-text/asciidoc test
-
-# Raúl Porcel  (2011-02-13)
-# Fails to build, pending to send a report upstream
-media-libs/mesa gallium
-
-# Alon Bar-Lev  (2007-01-24)
-# pkcs11-helper is not keyworded
-net-vpn/openvpn pkcs11
-
-# Christoph Mende  (2008-05-14)
-# media-sound/wavpack is not keyworded
-media-sound/mpd wavpack
-
-# Peter Alfredsen  (2008-06-20)
-# cppunit is not keyworded, needed by test. Bug 228559.
-media-libs/taglib test
-
-# missing keyword for sys-cluster/openmpi sys-cluster/mpich2
-dev-libs/boost mpi
-
-# Needs testing and keywording
-media-plugins/gst-plugins-meta aac dv lame pulseaudio taglib vcd vpx wavpack

diff --git a/profiles/arch/sh/parent b/profiles/arch/sh/parent
deleted file mode 100644
index eb001c6e8ab..000
--- a/profiles/arch/sh/parent
+++ /dev/null
@@ -1 +0,0 @@
-../base

diff --git a/profiles/arch/sh/use.force b/profiles/arch/sh/use.force
deleted file mode 100644
index f59d57ad619..000
--- a/profiles/arch/sh/use.force
+++ /dev/null
@@ -1,2 +0,0 @@
-# Force the flag which corresponds to ARCH.
-sh

diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
deleted file mode 100644
index 470992348d1..000
--- a/profiles/arch/sh/use.mask
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the 

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

2020-02-15 Thread Patrick McLean
commit: 3dee3f3b9a33c18383b2ddb11b6dee13232220ef
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb 16 05:14:39 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb 16 05:56:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dee3f3b

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

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

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

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 70473e98498..2623fd3046e 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/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
+
 # Sergei Trofimovich  (2019-12-02)
 # dev-util/systemtap is not keyworded on sh
 sys-libs/glibc systemtap



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

2020-02-07 Thread Joonas Niilola
commit: b7a87970622456d80f89cf12092be98eb8cf0899
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Feb  8 07:51:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb  8 07:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a87970

profiles/arch/sh: remove useless efl masks

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

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

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index ed4c5d4ab6c..70473e98498 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/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
-
 # Sergei Trofimovich  (2019-12-02)
 # dev-util/systemtap is not keyworded on sh
 sys-libs/glibc systemtap
@@ -37,10 +33,6 @@ x11-base/xorg-server wayland
 # Not tested
 net-mail/dovecot lz4
 
-# Mike Frysinger  (2015-03-16)
-# Needs sci-physics/bullet tested #499974
-dev-libs/efl physics
-
 # Brian Evans  (2014-06-03)
 # unkeworded dependencies (bug #429708)
 >=dev-db/mysql-5.5 jemalloc



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

2020-02-02 Thread Joonas Niilola
commit: 4d2714e5aa4c9388c2574718ebce24ba37eafcc8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb  2 08:01:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  2 08:08:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2714e5

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

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

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

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 97f28228eb2..ed4c5d4ab6c 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2017 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
+
 # Sergei Trofimovich  (2019-12-02)
 # dev-util/systemtap is not keyworded on sh
 sys-libs/glibc systemtap



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

2019-11-03 Thread Matt Turner
commit: 61f5f2eb1e4fcb968ac4e3faac38d6d70fed5de8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  3 22:09:01 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  3 22:12:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f5f2eb

profiles: Drop IUSE=glamor

libepoxy is stable on s390, so remove those masks entirely.

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

 profiles/arch/m68k/package.use.mask| 3 +--
 profiles/arch/s390/package.use.mask| 5 -
 profiles/arch/sh/package.use.mask  | 3 +--
 profiles/targets/desktop/make.defaults | 2 +-
 4 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index c143bc4ea26..3ab6baaf2f2 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -7,8 +7,7 @@ net-libs/gnutls test-full
 
 # Matt Turner  (2017-02-25)
 # Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
+x11-base/xorg-server wayland
 
 # Mike Frysinger  (2015-03-16)
 # Needs sci-physics/bullet tested #499974

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 413a3a14b04..f1f9dab66c1 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -56,11 +56,6 @@ dev-libs/efl physics
 # Not tested
 app-portage/layman g-sorcery
 
-# Chí-Thanh Christopher Nguyễn  (2014-09-16)
-# Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
-
 # Mikle Kolyada  (2014-01-11)
 # too much unkeyworded dependencies (bug #497068)
 dev-vcs/git mediawiki mediawiki-experimental

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 61a2417200c..9f38a48d1ff 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -19,8 +19,7 @@ media-sound/pulseaudio native-headset ofono-headset
 
 # Matt Turner  (2017-02-25)
 # Needs libepoxy keywording, bug #510940
-x11-base/xorg-server glamor wayland
-x11-drivers/xf86-video-ati glamor
+x11-base/xorg-server wayland
 
 # Sergey Popov  (2015-10-24)
 # Not tested

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



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

2019-09-13 Thread Michał Górny
commit: 7a15349d3647d43a3e05cdf30ceef670812ce490
Author: Mattéo Rossillol‑‑Laruelle  protonmail  com>
AuthorDate: Sat Aug 31 14:20:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 13 13:23:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a15349d

profiles: update ayatana flag to match keywords

Signed-off-by: Mattéo Rossillol‑‑Laruelle  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12834
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/alpha/use.stable.mask | 6 +-
 profiles/arch/amd64-fbsd/use.mask   | 6 +-
 profiles/arch/arm/use.mask  | 5 -
 profiles/arch/arm/use.stable.mask   | 4 
 profiles/arch/arm64/use.mask| 4 
 profiles/arch/hppa/use.mask | 4 
 profiles/arch/ia64/use.mask | 4 
 profiles/arch/m68k/use.mask | 4 
 profiles/arch/riscv/use.mask| 4 
 profiles/arch/s390/use.mask | 4 
 profiles/arch/sh/use.mask   | 6 +-
 profiles/arch/sparc/use.mask| 4 
 profiles/arch/x86-fbsd/use.mask | 4 
 profiles/base/use.stable.mask   | 4 
 14 files changed, 51 insertions(+), 12 deletions(-)

diff --git a/profiles/arch/alpha/use.stable.mask 
b/profiles/arch/alpha/use.stable.mask
index e12df6de1f9..a4c95382078 100644
--- a/profiles/arch/alpha/use.stable.mask
+++ b/profiles/arch/alpha/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependency not yet stable (dev-libs/libappindicator).
+ayatana
+
 # Andreas Sturmlechner  (2019-07-22)
 # sys-auth/elogind is not yet stable here. bug #682158
 elogind
@@ -24,7 +28,7 @@ webkit
 
 # Pacho Ramos  (2014-04-17)
 # Dropped stable keywords after the discussion caused by
-# Gnome 3.8/3.10 stabilization on this arch   
+# Gnome 3.8/3.10 stabilization on this arch
 colord
 devhelp
 dia

diff --git a/profiles/arch/amd64-fbsd/use.mask 
b/profiles/arch/amd64-fbsd/use.mask
index 4da55885f76..3dfab0817e6 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependencies not keyworded.
+ayatana
+
 # Andreas Sturmlechner  (2019-03-31)
 # sys-auth/elogind is not keyworded here.
 elogind
@@ -113,4 +117,4 @@ jemalloc
 
 # Benda Xu  (2019-06-26)
 # Not tested
-eselect-ldso
\ No newline at end of file
+eselect-ldso

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 0a7dd7192d0..abc7267ea52 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -16,10 +16,6 @@ python_single_target_python3_7
 # No ACPI support on arm. Bug #657332
 acpi
 
-# Patrick Lauer  (2015-04-28)
-# Dependencies not keyworded
-ayatana
-
 # Andrey Grozin  (2014-05-16)
 # gcl keyworded ~arm, bug #509842
 -gcl
@@ -154,4 +150,3 @@ numa
 
 # toolkit for nvidia binary drivers
 cg
-

diff --git a/profiles/arch/arm/use.stable.mask 
b/profiles/arch/arm/use.stable.mask
index 3c11f961a4d..08dc0f3696f 100644
--- a/profiles/arch/arm/use.stable.mask
+++ b/profiles/arch/arm/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependencies not yet stable.
+ayatana
+
 # Hans de Graaff  (2019-07-17)
 # Temporary mask for stable bug 688976
 ruby_targets_ruby25

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 635bbebfaa2..693fa412784 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -26,6 +26,10 @@
 -neon
 -armvfp
 
+# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependency not keyworded (dev-libs/libindicate).
+ayatana
+
 # Mart Raudsepp  (2019-01-07)
 # Does not work on arm64 until dev-lang/luajit-2.1
 # https://github.com/LuaJIT/LuaJIT/issues/26

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 80843a07ff3..12eaca127e4 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/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éo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependency not keyworded (dev-libs/libappindicator).
+ayatana
+
 # Andreas Sturmlechner  (2019-03-31)
 # sys-auth/elogind is not yet keyworded here. bug #681200
 elogind

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index d7582f8ecad..d80d41906d5 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -3,6 +3,10 @@
 
 # This is a list of USE flags that should not be used on ia64.
 
+# Mattéo Rossillol‑‑Laruelle  (2019‑08‑31)
+# Dependency not keyworded (dev-libs/libindicate).
+ayatana
+
 # Michał Górny  (2018-07-16)
 # Python 3.7 support requires fresh versions of pac

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

2019-08-16 Thread Matt Turner
commit: 1617dafaa9f2a864c4a3a8368028829c11d91214
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug 16 22:54:41 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug 16 22:58:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1617dafa

profiles: Remove libev USE masks

It's stable on all of these platforms.

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

 profiles/arch/alpha/use.mask | 1 -
 profiles/arch/ia64/package.use   | 6 --
 profiles/arch/ia64/use.mask  | 1 -
 profiles/arch/sh/use.mask| 1 -
 profiles/arch/sparc/package.use.mask | 4 
 5 files changed, 13 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index ece57279f49..58c3630c7a0 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -104,7 +104,6 @@ openexr
 afs
 ots
 frei0r
-libev
 prelude
 libtar
 aacplus

diff --git a/profiles/arch/ia64/package.use b/profiles/arch/ia64/package.use
deleted file mode 100644
index 0e17589c3f3..000
--- a/profiles/arch/ia64/package.use
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Pacho Ramos  (2014-02-15)
-# libev isn't supported on this arch, use another default (#499498)
-dev-libs/libverto libevent

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index f8976a1a9ef..17909763350 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -93,7 +93,6 @@ rtmp
 vpx
 frei0r
 lpsol
-libev
 prelude
 ladspa
 aacplus

diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index 22fd6154cc4..ed8deae11c8 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -38,7 +38,6 @@ fits
 networkmanager
 lpsol
 openexr
-libev
 clang
 
 # Stuff that doesn't make sense on this arch

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 2c5afe242ae..744a3781762 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -332,10 +332,6 @@ sys-cluster/openmpi numa
 # missing keywords on needed plugins
 media-plugins/gst-plugins-meta dts dv libvisual modplug vcd wavpack
 
-# Michael Weber  (2011-01-03)
-# dev-libs/libev is not keyworded
-www-servers/lighttpd libev
-
 # Justin Lecher  (2010-08-13)
 # MKL not available on this arch
 media-gfx/povray mkl



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sh/, profiles/hardened/linux/powerpc/ppc64/

2018-12-01 Thread Michał Górny
commit: b01468d9ecb9f246d4d588a2ce78456b2a1574df
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  1 18:04:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  1 18:13:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01468d9

profiles: Remove USE=seamonkey mask where not applicable

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

 profiles/arch/sh/use.mask  | 1 -
 profiles/hardened/linux/powerpc/ppc64/use.mask | 1 -
 2 files changed, 2 deletions(-)

diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index ab2eb62dfa0..30d6147d1ed 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -106,7 +106,6 @@ dri
 # nspr isnt ported to SuperH which means no seamonkey/firefox/etc...
 nsplugin
 nss
-seamonkey
 
 # USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh.
 # Bug #184563, 18 Sep 2007 

diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask 
b/profiles/hardened/linux/powerpc/ppc64/use.mask
index 3abb7f43138..a68fb1d3578 100644
--- a/profiles/hardened/linux/powerpc/ppc64/use.mask
+++ b/profiles/hardened/linux/powerpc/ppc64/use.mask
@@ -17,7 +17,6 @@ portaudio
 
 # mask mozilla/firefox (bug #108020)
 mozilla
-seamonkey
 
 # Masked p2p for bug #155302 
 p2p



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

2018-09-30 Thread Michał Górny
commit: 68dd9447f727f675d1fef9d029bb8fa32a35dc42
Author: Joonas Niilola  gmail  com>
AuthorDate: Sun Sep 30 06:42:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 30 08:11:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dd9447

arch/sh/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/sh/package.use.force | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/arch/sh/package.use.force 
b/profiles/arch/sh/package.use.force
deleted file mode 100644
index 3961c343ce9..000
--- a/profiles/arch/sh/package.use.force
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Mike Frysinger  (16 Mar 2015)
-# Needs dev-lang/luajit tested #499974
-dev-libs/efl oldlua



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

2017-02-25 Thread Matt Turner
commit: cb9ca092c519c749551e59b5d205a9f75e39c51d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Feb 26 05:40:44 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Feb 26 05:40:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9ca092

profiles: Mask glamor and wayland USE flags on m68k and s390.

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

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 6bab189dd5..451dd6d490 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Matt Turner  (25 Feb 2017)
+# Needs libepoxy keywording, bug #510940
+x11-base/xorg-server glamor wayland
+x11-drivers/xf86-video-ati glamor
+
 # Mike Frysinger  (16 Mar 2015)
 # Needs sci-physics/bullet tested #499974
 dev-libs/efl physics

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 1667b6afe2..3a1b7b4ba0 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Matt Turner  (25 Feb 2017)
+# Needs libepoxy keywording, bug #510940
+x11-base/xorg-server glamor wayland
+x11-drivers/xf86-video-ati glamor
+
 # Mike Frysinger  21 Feb 2016
 # Needs arch love for elementary. #575322
 media-libs/elementary javascript



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

2017-01-20 Thread Michał Górny
commit: 05493c6d895bc2bed9ce821d756a50788afd7d4a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:36:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05493c6d

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

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

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 1a55dbc..1667b6a 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -43,10 +43,6 @@ media-libs/mesa gallium
 # pkcs11-helper is not keyworded
 net-misc/openvpn pkcs11
 
-# Gilles Dartiguelongue  (19 Oct 2007)
-# gdm depends on zenity which is not keyworded
->=gnome-base/gdm-2.20 remote
-
 # Christoph Mende  (14 May 2008)
 # media-sound/wavpack is not keyworded
 media-sound/mpd wavpack



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

2016-02-21 Thread Mike Frysinger
commit: a588965f1bb288d16aed55eb0a96419fcad5c086
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Feb 21 18:54:13 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Feb 21 19:03:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a588965f

profiles/arch: mask elementary[javascript] pending testing #575322

 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/package.use.mask | 4 
 profiles/arch/sh/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask   | 4 
 7 files changed, 28 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index fdeefa4..a0a64f4 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Tobias Klausmann  04 Feb 2016
 # sys-cluster/ceph is not broken per se, but a maintenance burden.
 net-analyzer/rrdtool rados

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index a69a3ed..02e4d16 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
.
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Jeroen Roovers  (16 Aug 2015)
 # Bundles luajit which has not been ported to HPPA (bug #554376)
 app-text/texlive-core luajittex

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 2da16cb..a62886e 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Pacho Ramos  (31 Jan 2016)
 # Missing keywords, bug #560382
 media-video/ffmpeg snappy

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 6d9c43c..d1b47b6 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Mike Frysinger  (17 Dec 2015)
 # The tlsdate seccomp logic is open-coded and doesn't support this arch yet.
 net-misc/tlsdate seccomp

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 9e37940..fbc933f 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Patrick Lauer (20 Feb 2015)
 # Missing keywords on deps
 net-libs/ortp zrtp

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 25415b6..1a55dbc 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Sergey Popov  (24 Oct 2015)
 # Not tested
 net-mail/dovecot lz4

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 52aa1c3..4664c89 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Frysinger  21 Feb 2016
+# Needs arch love for elementary. #575322
+media-libs/elementary javascript
+
 # Pacho Ramos  (20 Feb 2016)
 # Missing keywords, bug #551580
 app-office/planner eds