* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2015-08-14 12:42 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2015-08-14 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 9b981f2bb2a83ee14b1d70febe184f71339febed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 12:42:14 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 12:42:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b981f2b
profiles: Revert "Last rite net-libs/adns & dev-python/adns-python"
net-analyzer/nepenthes depends on the library unconditionally, so
the package.use.mask was not enough.
profiles/base/package.use.mask | 3 ---
profiles/package.mask | 10 ----------
2 files changed, 13 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d9725b8..a192f85 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -226,9 +226,6 @@ dev-libs/efl pixman
# Jeroen Roovers <jer@gentoo.org> (20 Jun 2014)
# net-libs/adns is going away (bug #513982)
-app-admin/apachetop adns
-dev-libs/liboop adns
-net-analyzer/nepenthes adns
net-analyzer/wireshark libadns
# Zac Medico <zmedico@gentoo.org> (06 Jun 2014)
diff --git a/profiles/package.mask b/profiles/package.mask
index c740d06..5efb40a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,16 +30,6 @@
#--- END OF EXAMPLES ---
-# Michał Górny <mgorny@gentoo.org> (14 Aug 2015)
-# net-libs/adns never had any Gentoo maintainer. Mostly dead upstream
-# since 2006 (short activity in 2014). Does not respect nsswitch.conf or
-# /etc/hosts. The current version does not support IPv6. net-dns/c-ares
-# is a suggested replacement. Removal in 30 days.
-# net-libs/adns: bug #513238
-# dev-python/adns-python: bug #513994
-dev-python/adns-python
-net-libs/adns
-
# Patrice Clement <monsieurp@gentoo.org> (14 Aug 2015)
# Unreachable HOMEPAGE (dead). Very very very old package:
# last release came out in 2001.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-06-01 8:35 Anthony G. Basile
0 siblings, 0 replies; 82+ messages in thread
From: Anthony G. Basile @ 2016-06-01 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 361dd166eda3e343d1db80a859ebe4f99e94907d
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 08:34:36 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 08:34:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361dd166
profiles: lift the mask on =dev-libs/libressl-2.3*
profiles/base/package.use.mask | 4 ----
profiles/package.mask | 4 ----
2 files changed, 8 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 101d0b5..246ced5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,10 +5,6 @@
# This file requires >=portage-2.1.1
# New entries go on top.
-# Christoph Junghans <ottxor@gentoo.org> (23 May 2016)
-# =dev-libs/libressl-2.3 is masked
-net-misc/openntpd libressl
-
# Michał Górny <mgorny@gentoo.org> (14 May 2016)
# (on behalf of QA team)
# sys-devel/gcc[jit]:
diff --git a/profiles/package.mask b/profiles/package.mask
index fd90f08..ffcff4b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -386,10 +386,6 @@ www-apps/389-dsgw
# Mask this liferea version because upstream released it broken
=net-news/liferea-1.10.17
-# Anthony G. Basile <blueness@gentoo.org> (06 Dec 2015)
-# Masked until we deal with SSLv3, bug #567554
-=dev-libs/libressl-2.3*
-
# Michał Górny <mgorny@gentoo.org> (30 Oct 2015)
# Uses unsafe ioctls that could result in data corruption. Upstream
# is working on replacing them in the wip/dedup-syscall branch.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-08-22 15:19 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2016-08-22 15:19 UTC (permalink / raw
To: gentoo-commits
commit: c34a770c53d85ea5cd446c2d20af39f33107775b
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 15:19:04 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 15:19:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34a770c
profiles: Mask php 5.5 and associated packages
profiles/base/package.use.mask | 6 ++++++
profiles/base/use.mask | 6 +++++-
profiles/package.mask | 9 +++++++++
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3679d97..cc05585 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,12 @@
# This file requires >=portage-2.1.1
# New entries go on top.
+# Brian Evans <grknight@gentoo.org> (22 Aug 2016)
+# Depends on masked, end-of-life php versions
+=dev-libs/ossp-uuid-1.6.2-r4 php
+=dev-libs/xapian-bindings-1.2.22 php
+=www-servers/uwsgi-2.0.9 php
+
# Gilles Dartiguelongue <eva@gentoo.org> (21 Aug 2016)
# Needs a Gstreamer plugin from gst-plugins-bad that is not packaged to date
media-plugins/grilo-plugins chromaprint
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 5d34ee4..f9e6373 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/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$
+# Brian Evans <grknight@gentoo.org> (22 Aug 2016)
+# php 5.5 is end of life, masked for removal
+php_targets_php5-5
+
# Brian Evans <grknight@gentoo.org> (2 Dec 2015)
# php 5.4 is end of life, masked for removal
php_targets_php5-4
diff --git a/profiles/package.mask b/profiles/package.mask
index 49fad5e..cc63b3e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,15 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (22 Aug 2016)
+# PHP 5.5 has reached end of life and will no longer receive security updates.
+# Also include associated packages which do not work on newer versions
+# Removal in 90 days
+dev-lang/php:5.5
+dev-php/pecl-http:0
+=dev-php/pecl-mailparse-2.1.6-r1
+
+
# Pacho Ramos <pacho@gentoo.org> (21 Aug 2016)
# Ugly buildsystem, hard to bump, orphan (#462670). Removal in a month.
x11-misc/ardesia
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-09-03 16:59 Mike Gilbert
0 siblings, 0 replies; 82+ messages in thread
From: Mike Gilbert @ 2016-09-03 16:59 UTC (permalink / raw
To: gentoo-commits
commit: af30f1b85146cfb96f880995d6d3e2490d24ef95
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 3 16:55:49 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep 3 16:55:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af30f1b8
profiles: Mask python:3.3
profiles/base/use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index f9e6373..cc23736 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -397,3 +397,7 @@ openrc-force
# sys-libs/libapparmor
apparmor
+# Mike Gilbert <floppym@gentoo.org> (03 Sep 2016)
+# Python 3.3 is being removed from Gentoo.
+python_targets_python3_3
+python_single_target_python3_3
diff --git a/profiles/package.mask b/profiles/package.mask
index 61d564e..04fc29e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
#--- END OF EXAMPLES ---
# Mike Gilbert <floppym@gentoo.org> (03 Sep 2016)
+# Python 3.3 will be removed from Gentoo in 30 days.
+# dev-lang/python:3.3 will be available in the python overlay.
+dev-lang/python:3.3
+
+# Mike Gilbert <floppym@gentoo.org> (03 Sep 2016)
# No reverse deps, only supports python3.3.
# Removal in 30 days.
dev-python/simpletal
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-09-18 23:27 Mike Gilbert
0 siblings, 0 replies; 82+ messages in thread
From: Mike Gilbert @ 2016-09-18 23:27 UTC (permalink / raw
To: gentoo-commits
commit: bd2b00520b1d3ffc1a07376bd946732f7bdab3fc
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 23:27:15 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 23:27:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2b0052
profiles: remove stale chromium masks
profiles/base/package.use.mask | 26 --------------------------
profiles/base/package.use.stable.mask | 5 -----
profiles/package.mask | 6 ------
3 files changed, 37 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a999e7e..34e8b08 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -143,10 +143,6 @@ dev-java/icedtea cacao jamvm
# Mask raspberry-pi USE globally, unmask on arm.
media-video/mpv raspberry-pi
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (25 Mar 2016)
-# System ffmpeg build is broken in recent chromium (bug #576372).
-<www-client/chromium-51.0.2704.19 system-ffmpeg
-
# Maciej Mrozowski <reavertm@gmail.com> (23 Mar 2016)
# Experimental cairo-qt backend (see bug #568000).
app-text/poppler cairo-qt
@@ -181,10 +177,6 @@ net-im/ayttm webcam
# Unsastified dependencies are upsetting repoman. Needs investigation.
app-arch/cfv bittorrent
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (19 Nov 2015)
-# GN build for Chromium is still experimental.
-<www-client/chromium-53.0.2767.4 gn
-
# Alexis Ballier <aballier@gentoo.org> (14 Nov 2015)
# MMAL is only available on the Raspberry Pi:
# Mask it globally, unmask it on arm.
@@ -505,10 +497,6 @@ media-sound/podcatcher bittorrent
# Upstream says to not use this for now.
dev-libs/elfutils threads
-# Mike Gilbert <floppym@gentoo.org> (01 Feb 2014)
-# Build failures (bug 499072)
-=www-client/chromium-33* aura
-
# Andreas K. Huettel <dilfridge@gentoo.org> (4 Jan 2014)
# Mask until dependencies are keyworded (bug 497068)
dev-vcs/git mediawiki
@@ -640,11 +628,6 @@ media-sound/google-musicmanager log
# Experimental, masked until it compiles and works.
media-libs/avidemux-core system-ffmpeg
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (07 Mar 2013)
-# Experimental, breaks WebSQL. Please report sites broken
-# by enabling this flag.
-www-client/chromium system-sqlite
-
# Justin Lecher <jlec@gentoo.org> (21 Feb 2013)
# cuda only works on x86 and amd64
sci-libs/cholmod cuda
@@ -703,10 +686,6 @@ dev-ml/tyxml ocamlduce
www-servers/ocsigen ocamlduce
dev-ml/eliom ocamlduce
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (28 Sep 2012)
-# Causes problems with old NVidia drivers, bug #413637.
-<www-client/chromium-32.0.1700.19 tcmalloc
-
# Diego Elio Pettenò (27 Aug 2012)
# The libpci access is only used for linux.
net-analyzer/net-snmp pci
@@ -826,11 +805,6 @@ dev-lang/path64 debugger
# Mask libbluray support here, and enable it per arch instead
gnome-base/gvfs bluray
-# Pawel Hajdan jr <phajdan.jr@gentoo.org> (12 Oct 2011)
-# Upstream support before 27.x not ready:
-# https://code.google.com/p/chromium/issues/detail?id=32757
-<www-client/chromium-27.0.1448.0 pulseaudio
-
# Nirbheek Chauhan <nirbheek@gentoo.org> (17 Sep 2011)
# Systemtap is not keyworded on anything except amd64/x86
# Temporarily mask instead of dropping keywords, bug 384647
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 4c5e287..eb101b8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -34,11 +34,6 @@ app-emulation/ganeti monitoring
# it's ready for the next stable mpv release after the one below.
=media-video/mpv-0.9.2-r1 libcaca
-# Mike Gilbert <floppym@gentoo.org> (02 Dec 2015)
-# Needs unstable ffmpeg.
-=www-client/chromium-47* system-ffmpeg
-=www-client/chromium-48* system-ffmpeg
-
# Mike Gilbert <floppym@gentoo.org> (03 Oct 2015)
# Unmask python3.5 for python-exec
dev-lang/python-exec -python_targets_python3_5
diff --git a/profiles/package.mask b/profiles/package.mask
index 8995610..4aebbff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -97,12 +97,6 @@ dev-libs/dbxml
~kde-apps/pimcommon-16.08.1
~kde-apps/syndication-16.08.1
-# Mike Gilbert <floppym@gentoo.org> (13 Sep 2016)
-# Known to be unusable.
-# https://bugs.gentoo.org/591938
-~www-client/chromium-54.0.2840.14
-~www-client/chromium-54.0.2840.16
-
# Denis Dupeyron <calchan@gentoo.org> (12 Sep 2016)
# Masked for testing, see bug #588894.
=x11-misc/light-locker-1.7.0-r1
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-11-15 14:32 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2016-11-15 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 4287a1491186a16d9c5fec352752717228e2d4b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:57:47 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 14:31:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4287a149
package.mask: Last rite dev-qt/qtopenvg, mesa[openvg] is long gone
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c97c948..11cbbc3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,11 @@
# This file requires >=portage-2.1.1
# New entries go on top.
+# Michał Górny <mgorny@gentoo.org> (15 Nov 2016)
+# OpenVG support in Mesa is long gone, and qtopenvg is going to p.mask.
+dev-qt/qt-meta openvg
+dev-qt/qtdemo openvg
+
# Ettore Di Giacinto <mudler@gentoo.org> (10 Nov 2016)
# Dependency has no stable keyword
# and as for now we have only stable mate versions
diff --git a/profiles/package.mask b/profiles/package.mask
index a16f955..622732b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (15 Nov 2016)
+# OpenVG support in Mesa is long gone, and the last version supporting
+# it is removed. Removal in 14 days.
+dev-qt/qtopenvg
+
# Michael Palimaka <kensington@gentoo.org> (12 Nov 2016)
# Depends on masked app-crypt/gpgme[cxx]
=kde-apps/kwalletd-16.04.3-r1
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2016-12-07 7:29 Hans de Graaff
0 siblings, 0 replies; 82+ messages in thread
From: Hans de Graaff @ 2016-12-07 7:29 UTC (permalink / raw
To: gentoo-commits
commit: f924a8ce0e87b265fe639756e6c310201f7e857d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 07:41:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 07:27:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f924a8ce
Mask ruby 2.0 for removal, bug 576034
profiles/base/make.defaults | 2 +-
profiles/base/use.mask | 1 +
profiles/package.mask | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index ab2eef4..005d81e 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -103,7 +103,7 @@ USE="${USE} modules"
# Manuel Rüger <mrueg@gentoo.org> (09 Sep 2015)
# Default Ruby build targets
-RUBY_TARGETS="ruby20 ruby21"
+RUBY_TARGETS="ruby21"
# Samuli Suominen <ssuominen@gentoo.org> (03 Dec 2009)
# Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 3de9356..21554ea 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -16,6 +16,7 @@ ruby_targets_ruby18
ruby_targets_jruby
ruby_targets_ree18
ruby_targets_ruby19
+ruby_targets_ruby20
# masking here and unmasking in default/linux/
kmod
diff --git a/profiles/package.mask b/profiles/package.mask
index 5cc3db6..e15a2bd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
#--- END OF EXAMPLES ---
+# Hans de Graaff <graaff@gentoo.org> (07 Dec 2016)
+# Mask ruby 2.0 for removal, bug 576034
+dev-lang/ruby:2.0
+
# Johannes Huber <johu@gentoo.org> (05 Dec 2016)
# Masked for removal in 30 days. Dead upstream.
# Relies on deprecated dev-qt/qt3support.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2017-01-25 18:05 Matt Turner
0 siblings, 0 replies; 82+ messages in thread
From: Matt Turner @ 2017-01-25 18:05 UTC (permalink / raw
To: gentoo-commits
commit: feef86a2f87287f9b64692449cce22c60c5cd34b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 16:15:55 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 18:04:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feef86a2
profiles: Mask x11-drivers/xf86-video-v4l for removal.
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fa5255e..873fbab 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
# This file requires >=portage-2.1.1
# New entries go on top.
+# Matt Turner <mattst88@gentoo.org> (25 Jan 2017)
+# xf86-video-??? masked for removal
+x11-base/xorg-drivers video_cards_v4l
+
# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017)
# Requires x11-drivers/nvidia-drivers available on selected few arches.
media-video/mpv cuda
diff --git a/profiles/package.mask b/profiles/package.mask
index 23cce92..eb41dc0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,13 @@
#--- END OF EXAMPLES ---
+# Matt Turner <mattst88@gentoo.org> (25 Jan 2017)
+# Last release only supports v4l1 which required kernel support removed in
+# 2.6.38. Doesn't build with >=x11-base/xorg-server-1.17. Masked for removal in
+# 30 days.
+# Bug #606132
+x11-drivers/xf86-video-v4l
+
# Jeroen Roovers <jer@gentoo.org> (24 Jan 2017)
# Masked for bug #607116
=app-misc/screen-4.5.0
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2017-07-14 10:50 Pacho Ramos
0 siblings, 0 replies; 82+ messages in thread
From: Pacho Ramos @ 2017-07-14 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 209bf189be46f4151e50da2b8b213d2240a322f8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 10:50:30 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 10:50:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209bf189
package.mask: Mask more packages for removal
profiles/base/package.use.mask | 4 +
profiles/package.mask | 275 ++++++++++++++++++++++++++++++++++++++++-
2 files changed, 277 insertions(+), 2 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a0747ebc408..6a02be3424d 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# system-renpy cannot be really used and it's going to be treecleaned, bug #587872
+games-misc/katawa-shoujo system-renpy
+
# Mike Gilbert <floppym@gentoo.org> (09 Jul 2017)
# Matthias Dahl <matthias.dahl@binary-island.eu> (05 Jul 2017)
# Both are not your typical garden-variety Linux programs and are
diff --git a/profiles/package.mask b/profiles/package.mask
index f655e058f6e..a141bb778cc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,279 @@
#--- END OF EXAMPLES ---
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not usable, dead since 2003, removal in a month (#24706)
+app-mobilephone/esms
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Proprietary software, fetch restricted, not actively maintained, needs to
+# be updated, with multiple QA issues, bug #622414. Removal in a month.
+sci-chemistry/icm
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't work with >=openvpn-2.3, removal in a month (#470696).
+net-vpn/kvpnc
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't work with any django version in the tree, tests fail, removal in a
+# month (#482498).
+dev-python/south
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# No reverse deps, doesn't build, bug #569068. Removal in a month.
+net-misc/jumpgate
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Lots of unresolved bugs, not compatible with QT 5.7 either, bug #574672.
+# Removal in a month.
+net-p2p/bitcoinxtd
+net-p2p/bitcoinxt-qt
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Our package is completely outdated and needs a major version bump (and
+# pkgmove). Bug #541410. Removal in a month.
+dev-util/febootstrap
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Buggy, doesn't compile for a long time, bug #575772. Removal in a month.
+dev-python/python-sipsimple
+net-voip/blink
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't compile, one of the last consumers of obsolete gnet library
+# (#579400). Removal in a month.
+net-irc/loqui
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't compile (#579948). Removal in a month.
+net-nntp/leafnode
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't compile, upstream dead, removal in a month (#584296).
+dev-util/mutrace
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# QA issues, upstreams dead, multiple alternatives, bug #587284 and bug
+# #587288. Removal in a month.
+sys-libs/libacpi
+sys-power/yacpi
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# games-engines/renpy cannot be used with its only reverse dep in the tree
+# as-is, it needs a major version bump and build fixing too, bug #587872.
+# Removal in a month.
+games-engines/renpy
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't build for a long time, bug #587942
+sci-mathematics/cado-nfs
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't build (#592992), dead since 2011 and nothing needs it in the tree.
+# Removal in a month.
+dev-libs/mozldap
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with gcc6 (#594390), also removed from other distributions
+# due it being unmaintained and buggy. Removal in a month.
+net-analyzer/nepenthes
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Upstream inactive, not buildable with gcc6, not needed by anything in the
+# tree (#594668). Removal in a month.
+app-text/mbtpdfasm
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# No reverse deps, not buildable with gcc6 (#595396). Removal in a month.
+media-libs/embree
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with QT 5.7, bug #595452. Removal in a month.
+net-p2p/litecoin-qt
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not buildable (#596602), no reverse deps, removal in a month.
+app-pda/fusepod
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not buildable for a long time (#597040). Removal in a month.
+dev-util/lorax
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Security issues (#600524), upstream dead, removal in a month.
+dev-db/recutils
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Multiple unresolved bugs (#600680), need major version bumps and a
+# maintainer, removal in a month.
+dev-libs/libRocket
+games-fps/warsow
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Fails to build, no reverse deps (#600768). Removal in a month.
+app-editors/mp
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Needs obsolete splitted dev-dotnet/gnome-sharp (#600960). Removal in a
+# month.
+media-video/gnome-subtitles
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Development stopped 4 years ago, relies on dead vte:2.90 and upstream
+# refused to even try to migrate it (#601350). Also security issues
+# (#611290). Removal in a month.
+x11-terms/evilvte
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with gcc6, nothing needs this in the tree (#603900).
+# Removal in a month.
+dev-libs/qcodeedit
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with gperf-3.1 (#604816). Removal in a month.
+app-misc/flasm
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Upstream is dead, lots of unresolved bug reports (#606154), it needs a
+# real maintainer taking care about fixing this. Removal in a month.
+sys-apps/v86d
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't build anymore (#607482). Removal in a month.
+net-irc/irssi-xmpp
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't work with current flash-player versions, bug #609016. Removal in a
+# month.
+media-libs/hal-flash
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Nothing needs this, pending to migrate to pycryptodome (#611574). Removal
+# in a month.
+app-admin/kedpm
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Needs migration to pycryptodome, also relies on many other dead libs
+# (#611584). Removal in a month.
+app-misc/relevation
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Dead, unmaintained and with multiple bugs (#614810, #611028). Removal in a
+# month.
+net-dialup/wvdial
+net-libs/wvstreams
+net-dialup/qtwvdialer
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Buggy and needs someone to take care of trying to bump it (#614860).
+# Removal in a month.
+sci-astronomy/skychart
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Wrapper not generated properly (#616330), no reverse deps, removal in a
+# month.
+dev-python/colout
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Obsolete version in the tree, nothing needs this old library,
+# unmaintained, bug #616550. Removal in a month.
+net-libs/txtorcon
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with current perl (#616900). Removal in a month.
+www-client/w3mir
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Relies on no longer available dependencies (#617236) and many other
+# obsolete libs. Removal in a month.
+dev-util/pida
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with guile2, bug #617794. Removal in a month.
+net-irc/bobotpp
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Fails to build (#618950), dead for a long time. Removal in a month.
+net-p2p/dclib
+net-p2p/valknut
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Fails to build (#619210), dead and no reverse deps. Removal in a month.
+dev-db/lib_mysqludf_xql
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with latest imagemagick, upstream dead for ages (#619454).
+# Removal in a month.
+media-plugins/vdr-tvguide
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with recent python versions (#619998). Removal in a month.
+net-misc/leapcast
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Rely on vulnerable webkit (#620698, #620728, #620816, #620830, #621554).
+# Removal in a month.
+dev-embedded/pikdev
+net-misc/clipgrab
+dev-util/ninja-ide
+app-crypt/yubikey-neo-manager
+dev-python/pywebkitgtk
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Dead for a long time and really buggy (#620772). Removal in a month.
+net-im/psimedia
+net-im/psi
+x11-themes/psi-themes
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not needed and neither compatible with current kernels, bug #621744 and
+# #621748. Removal in a month.
+net-wireless/adm8211
+net-wireless/orinoco-usb
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# More than 5 years dead, relies on a lot of dead/deprecated libraries, bug
+# #622008. Removal in a month.
+dev-util/a8
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
+# minicom. Removal in a month.
+net-dialup/gtkterm
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Relies on dead libs, it is not developed for ages, bug #622018. Removal in
+# a month.
+app-misc/gnomecatalog
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# No reverse deps, dead since 2000, bug #622154. Removal in a month.
+dev-libs/djb
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't build (#622842) and many other bugs, removal in a month.
+app-emulation/fuse
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with new perl, not needed by anything in the tree (#623214,
+# #623216), removal in a month.
+app-backup/snapback2
+app-editors/XML-XSH2
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Doesn't build (#623562). Removal in a month.
+media-plugins/vdr-skinnopacity
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not needed in the tree, upstream stopped developing it long time ago, bug
+# #623706. Removal in a month.
+net-libs/dhcpcd-dbus
+
+# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
+# Not compatible with python >= 3.5 but neither needed by anything in the
+# tree anymore, bug #624670. Removal in a month.
+=dev-python/beautifulsoup-3.1.0.1-r2
+
# Kent Fredric <kentnl@gentoo.org> (12 Jul 2017)
# Masked for staging purposes
=dev-lang/perl-5.24.2*
@@ -765,8 +1038,6 @@ dev-libs/iniparser:4
=dev-python/django-1.6*
=dev-python/django-1.7*
=dev-python/django-1.9*
-# Not supported by any django version upstream supports
-dev-python/south
# Tony Vroon <chainsaw@gentoo.org> (5 Jan 2015)
# Asterisk 13 is an LTS release but has not seen
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2017-11-26 2:24 Matt Turner
0 siblings, 0 replies; 82+ messages in thread
From: Matt Turner @ 2017-11-26 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 20bb1e8ffa00236c6f3afb5db8c49dec2ddf75cf
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 02:20:48 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 02:24:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bb1e8f
profiles: Mask for removal x11-drivers/xf86-input-* unmaintained drivers
Bug: https://bugs.gentoo.org/606132
profiles/base/use.mask | 10 ++++++++++
profiles/package.mask | 10 ++++++++++
2 files changed, 20 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6e5322cf007..6d7e7b6148f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,16 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Matt Turner <mattst88@gentoo.org> (25 Nov 2017)
+# Unmaintained upstream. Masked for removal in 30 days.
+# Bug #606132.
+input_devices_acecad
+input_devices_aiptek
+input_devices_fpit
+input_devices_hyperpen
+input_devices_mutouch
+input_devices_pentouch
+
# Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
# For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
# Bug #606132.
diff --git a/profiles/package.mask b/profiles/package.mask
index 333c0f5bcbc..9c5af58a579 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,16 @@
#--- END OF EXAMPLES ---
+# Matt Turner <mattst88@gentoo.org> (25 Nov 2017)
+# Unmaintained upstream. Masked for removal in 30 days.
+# Bug #606132.
+x11-drivers/xf86-input-acecad
+x11-drivers/xf86-input-aiptek
+x11-drivers/xf86-input-fpit
+x11-drivers/xf86-input-hyperpen
+x11-drivers/xf86-input-mutouch
+x11-drivers/xf86-input-pentouch
+
# Michał Górny <mgorny@gentoo.org> (25 Nov 2017)
# Testing branch GTK+3 release. Changes API, breaks xfce-base/xfdesktop.
# Masked until the latter sees a new release.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-02-22 13:49 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2018-02-22 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 0116b407c603d80fbf682fa122212472fd0440da
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 13:47:07 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 13:49:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0116b407
package.mask,base/package.use.mask: Mask dev-php/ZendFramework for removal
Include a use mask on www-apps/postfixadmin which is the final consumer.
The latest stable postfixadmin does not have this flag.
Bug: 604182
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ffeb89d7e94..7b35085d6b8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (22 Feb 2018)
+# Depends on vulnerable dev-php/ZendFramework which is masked for removal
+www-apps/postfixadmin xmlrpc
+
# Andreas Sturmlechner <asturm@gentoo.org> (10 Feb 2018)
# Depends on unreleased media-libs/libaom, and 9999 is currently broken
media-video/vlc aom
diff --git a/profiles/package.mask b/profiles/package.mask
index 8fc3004e728..4159ed31d15 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (22 Feb 2018)
+# Multiple vulnerablities, EOL upstream.
+# Masked for removal in 30 days. Bug #604182
+dev-php/ZendFramework
+
# Michael Palimaka <kensington@gentoo.org> (22 Feb 2018)
# Plugin for removed package media-sound/amarok. Dead upstream.
# Depends on vulnerable gstreamer:0.10.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-03-13 14:06 Pacho Ramos
0 siblings, 0 replies; 82+ messages in thread
From: Pacho Ramos @ 2018-03-13 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 37d9e41ab5c6fb2031aefdeb7af72a7354472031
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 14:06:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 14:06:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d9e41a
Mask some packages for removal
profiles/base/package.use.mask | 5 +++
profiles/package.mask | 70 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 73d04afca33..6ac1e78c24a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# libewf is going to be removed, bug #547418
+app-admin/testdisk ewf
+app-forensics/sleuthkit ewf
+
# Patrick McLean <chutzpah@gentoo.org> (6 Mar 2018)
# Requires dev-libs/boost-1.66 that is unkeyworded/masked
>=sys-cluster/ceph-12.2.4 system-boost
diff --git a/profiles/package.mask b/profiles/package.mask
index f7c9976b22e..d39db115548 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,76 @@
#--- END OF EXAMPLES ---
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Tests need network, nothing requires this old lib anymore and upstream is
+# dead for a long time (#335233). Removal in a month.
+net-libs/netembryo
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Fails to build (#371401, #642676). Removal in a month.
+net-misc/netkit-rwall
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Incomplete and unclear LICENSE, missing files in SRC_URI (#472602).
+# Removal in a month.
+sci-electronics/balsa
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Upstream dead for a long time, requires obsolete gstreamer and other old
+# libs (#629192), buggy (#490344). Removal in a month.
+media-tv/me-tv
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Doesn't build for a long time (#514432). Removal in a month.
+sci-biology/beast-mcmc
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Fails to build (#514632, #585606, #588710). Removal in a month.
+sys-power/phc-k8
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Fails to build for a long time (#515734, 649840). Removal in a month.
+sys-fs/gfs2-utils
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Dead driver and with many incompatibilities with current kernels (#517250,
+# #523356, #551834, #646106). Removal in a month. Possible alternative
+# #device/driver: https://bugs.gentoo.org/517250#c5
+net-wireless/broadcom-sta
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Not buildable for a long time (#531586), pending many version bumps.
+# Removal in a month.
+media-sound/mup
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Many other ident daemons in the tree over this completely dead and
+# unmaintained (since 2003) implementation (#535868). Removal in a month.
+net-misc/linux-identd
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Major version bump pending (#540322), current version in the tree is
+# completely broken in several ways (#471428, #598260, #621784, #638364).
+# Removal in a month.
+sys-cluster/gearmand
+dev-php/pecl-gearman
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Not buildable and ends up needing old guile-1.8 (#547186, #617802), major
+# version bump pending (#515888). Removal in a month.
+media-sound/denemo
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Hard to bump (#547418), build issues (#600308). Removal in a month.
+app-forensics/libewf
+app-forensics/rdd
+
+# Pacho Ramos <pacho@gentoo.org> (13 Mar 2018)
+# Many pending version bumps (#574874), doesn't run (#587112), doesn't use
+# python eclasses (#613892), needs obsolete libs (#640888). Removal in a
+# month.
+net-p2p/tribler
+
# Tobias Klausmann <klausman@gentoo.org (13 Mar 2018)
# Has a bug in the storage engine, details:
# https://www.robustperception.io/new-features-in-prometheus-2-2-0/
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-03-17 20:04 Pacho Ramos
0 siblings, 0 replies; 82+ messages in thread
From: Pacho Ramos @ 2018-03-17 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 096d24438893ae0c97eaf8c55efc70f59ab251c4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 19:59:25 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:01:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096d2443
Mask some packages for removal
profiles/base/package.use.mask | 16 +++++
profiles/package.mask | 153 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 163 insertions(+), 6 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a7a9fe94c47..496bddbb6ab 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,22 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# dev-java/jad-bin will be removed (#619770)
+dev-lisp/abcl jad
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# app-misc/cwiid will be removed (#608780)
+media-sound/supercollider wiimote
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# sys-fabric/mstflint will be removed (#594908)
+sys-fabric/ofed mstflint
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# x11-themes/vdrgraphtft-avp is being removed (#592066)
+media-plugins/vdr-music graphtft
+
# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
# app-text/zemberek-server is being removed (#587806)
app-text/enchant zemberek
diff --git a/profiles/package.mask b/profiles/package.mask
index 357b4fe1c89..ae0be2c2c2c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,153 @@
#--- END OF EXAMPLES ---
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable for a long time (#556928, #586258, #601130). Removal in a
+# month.
+www-client/w3mmee
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not needed for a long time since fbsd kernel 10 (#586344). Removal in a
+# month.
+sys-freebsd/virtio-kmod
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Doesn't build (#591918, #587392). Removal in a month.
+games-fps/alephone
+games-fps/alephone-infinity
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Broken for a long time (#587806). Removal in a month.
+app-text/zemberek-server
+app-text/zpspell
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Hans de Graaff <graaff@gentoo.org> (1 Jun 2014)
+# Mask new rubinius version for testing. This needs more work
+# to fully integrate it in our Gentoo ruby handling. Volunteers
+# welcome.
+# Removal in a month (#588102)
+dev-lang/rubinius
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Dead since 2002, many alternatives better maintained in the tree
+# (#590056). Removal in a month.
+x11-terms/hanterm
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Obsoleted by sys-cluster/drbd-utils many time ago (#590872). Removal in a
+# month.
+sys-cluster/drbd
+sys-cluster/drbd-kernel
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable for a long time (#592066), wrong license (#638454). Removal
+# in a month.
+media-plugins/vdr-graphtft
+x11-themes/vdrgraphtft-avp
+x11-themes/vdrgraphtft-deepblue
+x11-themes/vdrgraphtft-deeppurple
+x11-themes/vdrgraphtft-poetter
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Branch unmaintained for a long time (#593878). Migrate to dev-python/rtslib-fb
+# and sys-block/targetcli-fb. Removal in a month.
+dev-python/rtslib
+sys-block/targetcli
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Fails to build (#594190, #649224). Removal in a month.
+games-puzzle/ngstar
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Multiple build failures (#514348, #594908). Removal in a month.
+sys-fabric/mstflint
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Cannot reach upstream, fails at runtime (#594986). Removal in a month.
+dev-vcs/bzr-git
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Unable to bump, fails to build (#601208). Removal in a month.
+games-board/freedoko
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Obsolete and with security vulnerabilities for a long time (#603760).
+# Removal in a month.
+www-apps/sugarcrm
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Version in the tree really old, multiple build failures (#604556, #604580,
+# #604586). Removal in a month.
+net-misc/pavuk
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Doesn't use pludev group properly (#396571), buggy (#503214), upstream
+# dead, fails to build (#608780). Removal in a month.
+app-misc/cwiid
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# ebuild needs fixing (#612916), upstream dead since 2006. Removal in a
+# month.
+mail-filter/anomy-sanitizer
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# ebuild needs fixing (#612998), our version is completely outdated
+# (#592836). Removal in a month.
+dev-util/bluej
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Many build issues (#576612, #605318, #605320, #608772, #613824), doesn't
+# use python eclasses (#615946). Removal in a month.
+media-gfx/k3d
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable for a long time (#614498). Removal in a month.
+games-strategy/maxr
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not compatible with current NetworkManager versions, use net-misc/networkmanager-libreswan
+# instead (#615142). Removal in a month.
+net-misc/networkmanager-openswan
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Dead for years, many alternatives in the tree (#616146). Removal in a
+# month.
+net-firewall/gshield
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable (#616674). Removal in a month.
+app-laptop/powerprefs
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Security vulnerable (#619770). Removal in a month.
+dev-java/jad-bin
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Fails to build for a long time (#620270). Removal in a month.
+games-engines/openxcom
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Fails to build (#620276, #636000). Removal in a month.
+games-puzzle/shaaft
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Security vulnerable, it seems it won't be fixed ever (#623150). Removal in
+# a month.
+app-forensics/rkhunter
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable (#625668, #649378). Removal in a month.
+games-server/cyphesis
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Not buildable (#627102, #630850). Removal in a month.
+dev-games/crystalspace
+
+# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
+# Dead for years, nothing needs it (#627464). Removal in a month.
+dev-java/commons-betwixt
+
# Fabian Groffen <grobian@gentoo.org> (16 Mar 2018)
# Exim release candidates, use at your own risk
=mail-mta/exim-4.91_rc*
@@ -867,12 +1014,6 @@ games-strategy/smac
# Masked for proper testing. (Major updates in the code).
~dev-perl/PortageXS-0.2.12
-# Hans de Graaff <graaff@gentoo.org> (1 Jun 2014)
-# Mask new rubinius version for testing. This needs more work
-# to fully integrate it in our Gentoo ruby handling. Volunteers
-# welcome.
-=dev-lang/rubinius-3*
-
# Matti Bickel <mabi@gentoo.org> (22 Apr 2014)
# Masked slotted lua for testing
# William Hubbs <williamh@gentoo.org> (07 Aug 2016)
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-03-18 12:42 Pacho Ramos
0 siblings, 0 replies; 82+ messages in thread
From: Pacho Ramos @ 2018-03-18 12:42 UTC (permalink / raw
To: gentoo-commits
commit: d4343ffa5ff1a1592847f7952a68513f2659d1cc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 12:28:13 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 12:40:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4343ffa
Mask some packages for removal
profiles/base/package.use.mask | 20 ++++
profiles/package.mask | 209 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 229 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 496bddbb6ab..261dcb0050a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,26 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# app-backup/holland-lib-mysql will be removed (#643502)
+app-backup/holland mysql
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# media-sound/mp3gain and media-sound/aacgain will be removed (#630954).
+media-sound/abcde lame
+media-sound/split2flac mp3 mp4
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# dev-python/visual will be removed (#630252)
+net-analyzer/scapy visual
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# net-dns/hesiod will be removed (#606652)
+app-editors/emacs hesiod
+app-editors/emacs-vcs hesiod
+net-mail/fetchmail hesiod
+sys-freebsd/freebsd-lib hesiod
+
# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
# dev-java/jad-bin will be removed (#619770)
dev-lisp/abcl jad
diff --git a/profiles/package.mask b/profiles/package.mask
index 8f0a3a2fd22..749f514251c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,215 @@
#--- END OF EXAMPLES ---
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Unresolved security issues (#606652), tests fail (#628622, #337249).
+# Removal in a month.
+net-dns/hesiod
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Depends on gstreamer:0.10 and many more dead libs (#629174), upstream dead
+# for ages (#634490). Removal in a month.
+games-arcade/monkey-bubble
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Fails to build (#629622, #614576, #627408). Removal in a month.
+app-shells/scsh-install-lib
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Upstream dead, not compatible with MariaDB (#629902). Removal in a month.
+dev-db/mysql-udf-infusion
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Doesn't build (#630252). Removal in a month.
+dev-python/visual
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Version bump pending for a long time, depends in QT4 (#630476). Removal in
+# a month.
+x11-misc/treeline
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Security vulnerable (#630954, #635548). Removal in a month.
+media-sound/mp3gain
+media-sound/aacgain
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Security vulnerable (#631602). Removal in a month.
+net-proxy/httpush
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Security vulnerable (#631720), dead since 2008, uses doman with compressed
+# man pages (#619952). Removal in a month.
+mail-filter/p3scan
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Doesn't build (#634116), use games-action/dxx-rebirth instead. Removal in
+# a month.
+games-action/d2x-rebirth
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Fails at runtime (#634258). Removal in a month.
+net-irc/savirc
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Fails to build (#634662), version bump long time pending (#596162).
+# Removal in a month.
+games-emulation/sdlmame
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Multiple vulnerabilities (#635598). Removal in a month.
+www-apps/b2evolution
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Superseeded by adwaita-icon-theme for years, also having both installed at
+# the same time causes some apps to use old icons over new ones (#638142).
+# Removal in a month.
+x11-themes/gnome-icon-theme
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Completely dead and unmaintained for years, multiple alternatives in the
+# tree (#638812). Removal in a month.
+media-gfx/pornview
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Not installable (#639130), version bump long time pending (#489156),
+# restricts userpriv (#516578). Removal in a month.
+mail-filter/qmail-scanner
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Fail to fetch (#640544, #640596, #640602). Removal in a month.
+games-emulation/mastergear-bin
+media-video/vcdgear
+net-misc/yangcli-pro
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Outdated and useless (#642158). Removal in a month.
+app-i18n/man-pages-ro
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Forces the usage of obsolete dev-python/mysql-python (#643502). Dead since
+# 2013. Removal in a month.
+app-backup/holland-lib-mysql
+app-backup/holland-backup-mysqldump
+app-backup/holland-backup-mysql-meta
+app-backup/holland-backup-mysql-lvm
+app-backup/holland-backup-mysqlhotcopy
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Forces downgrade of mock (#643506). Removal in a month.
+dev-python/django-social-auth
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Requires old dev-python/oauth2client (#643534), tests fail (#527608).
+# Removal in a month.
+net-misc/gsutil
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Requires old psycopg (#643614). Removal in a month.
+dev-python/adodb-py
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Requires old whoosh (#643690). Removal in a month.
+dev-python/flask-whooshalchemy
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Requires old redis-py and gevent (#643692). Removal in a month.
+dev-python/pyzor
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Requires old leveldb, live ebuild, dead since 2013 (#644310). Removal in a
+# month.
+net-p2p/datacoin-hp
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead since 2011, relies on dead libraries (#644322, #644326, #644330, #644332
+# #644340, #647600, #647608, #647698, #647700, #648998). Removal in a month.
+dev-util/alleyoop
+gnome-extra/gnome-color-chooser
+media-sound/neutrino
+media-video/camorama
+www-misc/gurlchecker
+games-board/gnome-mastermind
+media-sound/quark
+app-office/gtimelog
+x11-libs/libdesktop-agnostic
+x11-misc/dockmanager
+games-arcade/monster-masher
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Relies on dead QT4 (#644422), build issues (#629728). Removal in a month.
+media-video/videocut
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Depends on dead QT4 (#644480). Removal in a month.
+sci-electronics/plcedit
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Tests fail, package has no reverse deps and is not really needed at
+# present time (#645166). Removal in a month.
+dev-python/jenkins-autojobs
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead since 2004, doesn't run (#645512). Removal in a month.
+media-video/cpdvd
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# No reverse deps, not working properly with python3 (#646718). Removal in a
+# month.
+dev-python/async
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Relies on dead libs, upstream dead for ages, buggy (#647486). Removal in a
+# month.
+gnome-extra/gpointing-device-settings
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Relies on dead libraries, not really useful at present time, upstream is
+# dead for ages (#647598). Removal in a month.
+app-mobilephone/gnome-phone-manager
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Doesn't honor LINGUAS (#402681), no reverse deps, unmaintained, dead for a
+# long time (#647840). Removal in a month.
+app-editors/cooledit
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead for years, not really useful at present time (#647842). Removal in a
+# month.
+app-mobilephone/ringtonetools
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead for years, probably not needed anymore at present time (#648102).
+# Removal in a month.
+app-laptop/lphdisk
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead for a long time, broken with current kernels (#648392). Removal in a
+# month.
+net-dialup/hcfpcimodem
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Not useful anymore without warsow (#648676). Removal in a month.
+games-fps/warsow-community-map-pack
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Needs QT4, fails to build (#648706, #650640). Removal in a month.
+media-sound/qarecord
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Library dead for years, finally nothing in the tree requires it anymore
+# (#648996). Removal in a month.
+dev-cpp/libgnomemm
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead for years (#650390), buggy (#504728). Removal in a month.
+www-apps/collectd-web
+
+# Pacho Ramos <pacho@gentoo.org> (18 Mar 2018)
+# Dead for ages, ebuild needs to be cleaned and updated if you still need
+# this old themes (#650744). Removal in a month.
+media-gfx/qingy-themes
+
# Matt Turner <mattst88@gentoo.org> (17 Mar 2018)
# Dead. Unlikely to be of any use today. Removal in 30 days.
# Bug #415611
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-09-09 19:04 Aaron Swenson
0 siblings, 0 replies; 82+ messages in thread
From: Aaron Swenson @ 2018-09-09 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 19:00:50 2018 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 19:00:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce9b6a5
base/use.mask and package.mask: >=postgresql-11
Mask dev-db/postgresql-beta*, and mask postgres_targets_postgres{11,12}.
While beta and rc are feature frozen, they’re not generally safe for production
use.
profiles/base/use.mask | 8 ++++++++
profiles/package.mask | 14 ++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 560311c4175..6082a468925 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.
+# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
+# Mask PostgreSQL 12 while in (pre-)alpha.
+postgres_targets_postgres12
+
+# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
+# Mask PostgreSQL 11 while in beta/RC.
+postgres_targets_postgres11
+
# Brian Evans <grknight@gentoo.org> (10 Aug 2018)
# Mask PHP 7.3 target while in beta
php_targets_php7-3
diff --git a/profiles/package.mask b/profiles/package.mask
index b2aea1555ba..5bf4759a956 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,20 @@
#--- END OF EXAMPLES ---
+# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
+# PostgreSQL beta and release candidate releases are pre-release testing
+# versions, not meant for production use. They are feature-frozen, and are
+# released to the public for testing before final release
+#
+# NOTE: Successive beta or candidate releases may not be backwards compatible,
+# so it is important that you review the release notes before upgrading.
+#
+# For more information about beta and release candidate versions, see:
+# https://www.postgresql.org/developer/beta/
+=dev-db/postgresql-11_beta1
+=dev-db/postgresql-11_beta2
+=dev-db/postgresql-11_beta3
+
# Lars Wendler <polynomial-c@gentoo.org> (05 Sep 2018)
# Broken "killall -SIG". Breaks many scripts.
# See https://bugs.gentoo.org/664066
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-11-04 13:50 Pacho Ramos
0 siblings, 0 replies; 82+ messages in thread
From: Pacho Ramos @ 2018-11-04 13:50 UTC (permalink / raw
To: gentoo-commits
commit: a9140199fdf3c50e2e9f59b3cfea8d8e6fac4f04
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 4 13:48:09 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 4 13:50:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9140199
Mask some packages for removal
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
profiles/base/package.use.mask | 13 ++++-
profiles/package.mask | 105 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 117 insertions(+), 1 deletion(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 51e3d8cfd99..103699c0c2a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,7 +7,18 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
-# Pacho Ramos <pacho@gento.org> (01 Nov 2018)
+# Pacho Ramos <pacho@gento.org> (04 Nov 2018)
+# media-libs/schroedinger will be removed (#602938)
+media-libs/libquicktime schroedinger
+media-video/ffmpeg schroedinger
+media-video/libav schroedinger
+media-video/vlc schroedinger
+
+# Pacho Ramos <pacho@gento.org> (04 Nov 2018)
+# media-plugins/mediastreamer-silk will be removed (#599580)
+media-libs/mediastreamer silk
+
+# Pacho Ramos <pacho@gento.org> (04 Nov 2018)
# cman and co. are going to be removed (#650738)
sys-cluster/pacemaker cman
diff --git a/profiles/package.mask b/profiles/package.mask
index e25b36ad1d3..3a4fa4e801f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,111 @@
#--- END OF EXAMPLES ---
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Both are part of ant-core for years (#466558). Removal in a month.
+dev-java/ant-nodeps
+dev-java/ant-trax
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Unmaintained, needs someone to take care of bumping and maintaining it
+# (#509518). Removal in a month.
+dev-python/pyramid
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Fails to build (#538174), upstream dead for ages. Removal in a month.
+dev-libs/libstrl
+dev-util/difffilter
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Upstream dead, multiple unresolved bugs (#540622). Removal in a month.
+app-crypt/tinyca
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# gitorious was closed (#544812), nothing needs it in the tree and we only
+# provide a live ebuild. Removal in a month.
+app-benchmarks/os-autoinst
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Pending version bumps (with security fixes) for a long time (#550188,
+# #544568, #227993). Removal in a month.
+www-apps/moinmoin
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Nobody willing to update and maintain this for years (#556306, #554488).
+# Removal in a month.
+net-proxy/squidclamav
+net-proxy/c-icap
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Outdated, doesn't respect CC, installs files in /usr/local (#565894,
+# #664370). Removal in a month.
+www-client/dooble
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Outdated, move to media-gfx/slic3r or other online alternatives (#570324).
+# Removal in a month.
+media-gfx/replicatorg
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Build issues (#587866), outdated, nothing needs it in the tree. Removal in
+# a month.
+dev-libs/libsolv
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Build issues (#590316, #603300), no reverse deps, needs a major version
+# bump. Removal in a month.
+dev-lua/lua-openssl
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Upstream dead for ages, crashes (#637286), build issues (#592580).
+# Migration to Google fork or other alternative will be needed. Removal in a
+# month.
+net-misc/tlsdate
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Hard to bump (#480160), uses get_libdir at global scope (#593400). Removal
+# in a month.
+net-analyzer/w3af
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# pkg_postinst calls pkg_config (#596648), upstream dead for ages. Removal
+# in a month.
+sys-auth/bioapi
+sys-auth/tfm-fingerprint
+sys-auth/pam_bioapi
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Dead for ages, not needed anymore (#596988). Removal in a month.
+sys-power/upower-pm-utils
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Broken and outdated (#445476, #448934, #599580). Removal in a month.
+media-plugins/mediastreamer-silk
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Fails to build (#601886), dead for a long time. Removal in a month.
+media-gfx/gimmage
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Fringe format, nothing really uses it, upstream disappeared, not really
+# working for some time (#602938). Removal in a month.
+media-libs/schroedinger
+
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Needs someone to maintain it and bump to a snapshot not relying on
+# gstreamer:0.10 (#610434, #560254). Removal in a month.
+app-accessibility/pocketsphinx
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Fails to build, hard to bump (#608908). Removal in a month.
+net-nntp/inn
+
+# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
+# Dead since 2005, nobody else still ships it, it creates cruft dirs in /
+# (#565592). Removal in a month.
+app-admin/syslogread
+
# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
# Upstream dead for many years and nobody taking care of them, bug #443842,
# bug #618050. Removal in a month.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2018-11-28 15:37 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2018-11-28 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 2cb54cd669e694ae47db381f9a140fdda04c95a5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 15:36:36 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 15:37:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb54cd6
profiles: Last rite games-server/ut2003-ded
Bug: https://bugs.gentoo.org/640580
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 92a5abbd715..8db53db263b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (28 Nov 2018)
+# Requires last-rited games-server/ut2003-ded.
+games-fps/ut2003 dedicated
+
# Alfredo Tupone <tupone@gentoo.org> (18 Nov 2018)
# go brokes build of gnat-gpl
dev-lang/gnat-gpl go
diff --git a/profiles/package.mask b/profiles/package.mask
index 6986daafcfe..ed0b51a75b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (28 Nov 2018)
+# The sources are no longer fetchable and are restricted from mirroring.
+# The maintainer is unable to find a matching replacement archive.
+# Removal in 30 days. Bug #640580.
+games-server/ut2003-ded
+
# Michał Górny <mgorny@gentoo.org> (28 Nov 2018)
# dev-libs/libexplain does not build. It is unmaintained upstream
# and keeps accumulating local patches. Furthermore, it seems to rely
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-01-11 14:15 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2019-01-11 14:15 UTC (permalink / raw
To: gentoo-commits
commit: ff7fcd298ae7823350e6ff7bdda2718944bd754f
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 11 14:12:29 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 11 14:12:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7fcd29
profiles: Unmask PHP 7.3 as it is released
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/use.mask | 6 +-----
profiles/base/use.stable.mask | 6 +++++-
profiles/package.mask | 5 -----
3 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 50595c64203..08b939ae0f6 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file is only for generic masks. For arch-specific masks (i.e.
@@ -12,10 +12,6 @@ d3d9
# Mask PostgreSQL 12 while in (pre-)alpha.
postgres_targets_postgres12
-# Brian Evans <grknight@gentoo.org> (10 Aug 2018)
-# Mask PHP 7.3 target while in beta
-php_targets_php7-3
-
# Matt Turner <mattst88@gentoo.org> (23 Nov 2017)
# For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
# Bug #606132.
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 2ec6d823cff..2f3562ed47e 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Brian Evans <grknight@gentoo.org> (11 Jan 2019)
+# Mask PHP 7.3 target while unstable
+php_targets_php7-3
+
# Zac Medico <zmedico@gentoo.org> (01 Sep 2016)
# Needs virtual/pypy* stable
python_targets_pypy
diff --git a/profiles/package.mask b/profiles/package.mask
index f6539acb1aa..c14edb1a057 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -294,11 +294,6 @@ net-analyzer/mate-netspeed
=virtual/perl-threads-2.220.0
=virtual/perl-version-0.992.300
-# Brian Evans <grknight@gentoo.org> (14 Jun 2018)
-# Mask new php pre-releases for initial testing
-dev-lang/php:7.3
-virtual/httpd-php:7.3
-
# Kent Fredric <kentnl@gentoo.org> (27 May 2018)
# Subject to Man-in-the-middle security bypass vulnerability.
# Retained in tree only for users who need older versions
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-01-11 14:15 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2019-01-11 14:15 UTC (permalink / raw
To: gentoo-commits
commit: b3b7bc0241c343ea9cfc39cf5d42f31a57dbb995
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 11 14:14:52 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 11 14:14:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b7bc02
profiles: Mask PHP 7.0 for removal
End of life and has known security vulnerabilities
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 08b939ae0f6..b814ac9064a 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (11 Jan 2019)
+# Mask PHP 7.0 target as EOL
+php_targets_php7-0
+
# Matt Turner <mattst88@gentoo.org> (11 Nov 2018)
# d3d9 only works on amd64/x86.
d3d9
diff --git a/profiles/package.mask b/profiles/package.mask
index c14edb1a057..ae70339361e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (11 Jan 2019)
+# Mask PHP 7.0 for removal; EOL and known security issues
+# Removal in 30 days
+dev-lang/php:7.0
+virtual/httpd-php:7.0
+
# Mikle Kolyada <zlogene@gentoo.org> (10 Jan 2019)
# Masked due to QA violation (bug #672054)
sci-electronics/librepcb
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-03-16 17:31 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-03-16 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 3a8b744a20503c139e2afb200f3edb3dee09e0f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 17:28:33 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 17:31:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8b744a
package.mask: Last rite sci-visualization/mayavi & other ETS
Last rite sci-visualization/mayavi and other ETS packages which are
either its dependencies or were added for completeness.
Bug: https://bugs.gentoo.org/672412
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 32 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 94bb149f430..9905ca28b3f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (16 Mar 2019)
+# Requires last rited dev-python/scimath.
+dev-python/construct python_targets_python2_7
+
# Brian Evans <grknight@gentoo.org> (15 Mar 2019)
# Prepare to remove the mysqlcompat USE from mariadb-connector-c
# Has multiple issues including symlinks and threading.
diff --git a/profiles/package.mask b/profiles/package.mask
index 9c64b003e8d..281e2cc3cde 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,38 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (16 Mar 2019)
+# MayaVi requires Python 2, at the same time depending on IPython
+# which removed Python 2 support. The current Gentoo version is
+# from 2016 and has not been bumped. It fails with various versions
+# of sci-libs/vtk (#624082, #663152).
+#
+# ETS is a suite of NIH packages that have no reverse dependencies
+# except for MayaVi and Py2.7 support in recently added
+# dev-python/construct. The packages were added without a dedicated
+# maintainer and were incidentally updated since. Some of them have
+# various unsolved issues including segfaults (#654090), bundled
+# libraries (#450466), semi-broken ebuilds (#678042).
+#
+# Removal in 30 days. Bug #672412.
+dev-python/apptools
+dev-python/blockcanvas
+dev-python/chaco
+dev-python/codetools
+dev-python/enable
+dev-python/enaml
+dev-python/encore
+dev-python/envisage
+dev-python/ets
+dev-python/etsdevtools
+dev-python/etsproxy
+dev-python/graphcanvas
+dev-python/pyface
+dev-python/scimath
+dev-python/traits
+dev-python/traitsui
+sci-visualization/mayavi
+
# Michał Górny <mgorny@gentoo.org> (16 Mar 2019)
# ProDy was added in 2015 and not bumped since (with upstream making
# frequent releases). The primary maintainer abandoned it. The Gentoo
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-03-16 20:01 Matt Turner
0 siblings, 0 replies; 82+ messages in thread
From: Matt Turner @ 2019-03-16 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 6c6347dd420b67ff579ba03add7b15e339dc2af5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 19:54:19 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 20:01:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6347dd
profiles: Remove xf86-input-elographics from mask
Bug: https://bugs.gentoo.org/679256
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/base/use.mask | 1 -
profiles/package.mask | 1 -
2 files changed, 2 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 2a9d3edeb84..3b9cbbf595f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -7,7 +7,6 @@
# Matt Turner <mattst88@gentoo.org> (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
diff --git a/profiles/package.mask b/profiles/package.mask
index 273138a9b70..159d94dd0be 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,7 +279,6 @@ sys-fs/cryptmount
# Matt Turner <mattst88@gentoo.org> (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
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-04-09 5:53 Hans de Graaff
0 siblings, 0 replies; 82+ messages in thread
From: Hans de Graaff @ 2019-04-09 5:53 UTC (permalink / raw
To: gentoo-commits
commit: 81a1bc6bd964a42270e6dca94c5cad16d146798d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 07:37:30 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 05:52:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a1bc6b
profiles/package.mask: mask ruby23 for removal
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index e3a5778afb9..06cbcf1c91a 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Hans de Graaff <graaff@gentoo.org> (7 Apr 2019)
+# Mask Ruby 2.3 as EOL
+ruby_targets_ruby23
+
# Brian Evans <grknight@gentoo.org> (11 Jan 2019)
# Mask PHP 7.0 target as EOL
php_targets_php7-0
diff --git a/profiles/package.mask b/profiles/package.mask
index b323f77c41f..b054a45579a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
+# Hans de Graaff <graaff@gentoo.org> (8 Apr 2019)
+# Ruby 2.3 is no longer maintained and only receives security patches
+# until March 2019. Please use Ruby 2.4 or newer instead.
+# Masked for removal in 30 days
+dev-lang/ruby:2.3
+
# Andreas K. Hüttel <dilfridge@gentoo.org> (06 Apr 2019)
# Preparations for the Perl 5.28.2 version bump.
# DO NOT USE, work in progress.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-08-25 20:22 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-08-25 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 79f36716de490f5dd7fe6c320ae017863d01a4b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 20:19:33 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 20:22:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f36716
package.mask: Last rite sys-cluster/open-mx
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a1b0f95ae29..03d58985412 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-08-25)
+# sys-cluster/open-mx is masked for removal.
+sys-cluster/openmpi openmpi_fabrics_open-mx
+
# Kent Fredric <kentnl@gentoo.org> (2019-08-07)
# Newer versions of nqp need newer versions of jdk to run on the jvm,
# but these currently don't exist in gentoo. The USE flags have to be
diff --git a/profiles/package.mask b/profiles/package.mask
index 083ba0d7e2d..eb32493e95b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-08-25)
+# Discontinued upstream in 2015, and not touched in Gentoo since.
+# Has series of build failures reported due to growing incompatibility
+# with new kernels. Removal in 30 days. Bug #677618.
+sys-cluster/open-mx
+
# Brian Evans <grknight@gentoo.org> (2019-08-23)
# These packages are incompatible with current versions of PHP (7 or higher)
# They need a maintainer but no one has volunteered.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-08-27 20:39 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-08-27 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 3198106efde9cf413e94052639f64981813f22cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 20:35:43 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 20:35:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3198106e
package.mask: Last rite net-misc/tokyotyrant
Bug: https://bugs.gentoo.org/681044
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 03d58985412..1ef0df9060b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-08-27)
+# net-misc/tokyotyrant is slated for removal.
+app-metrics/collectd collectd_plugins_tokyotyrant
+
# Michał Górny <mgorny@gentoo.org> (2019-08-25)
# sys-cluster/open-mx is masked for removal.
sys-cluster/openmpi openmpi_fabrics_open-mx
diff --git a/profiles/package.mask b/profiles/package.mask
index ce13c174ebd..9521ec8f034 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-08-27)
+# Discontinued upstream, in favor of Tokyo Tycoon. Last release
+# in 2010. Not touched by the Gentoo maintainer since 2010, with bugs
+# having to be addressed by other developers.
+# Removal in 30 days. Bug #681044.
+net-misc/tokyotyrant
+
# Michał Górny <mgorny@gentoo.org> (2019-08-27)
# Live ebuild committed in Oct 2018, and not updated since. Suffers
# from numerous QA violations. Never had a keyworded version.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-08-27 20:55 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-08-27 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 2924381217380ed8efcf625ea6438c4f8040c15d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 20:54:08 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 20:55:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29243812
package.mask: Last rite sci-libs/grib_api
Bug: https://bugs.gentoo.org/628746
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 9 +++++++++
2 files changed, 13 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1ef0df9060b..515801c6f88 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-08-27)
+# sci-libs/grib_api is slated for removal.
+dev-lang/gdl grib
+
# Michał Górny <mgorny@gentoo.org> (2019-08-27)
# net-misc/tokyotyrant is slated for removal.
app-metrics/collectd collectd_plugins_tokyotyrant
diff --git a/profiles/package.mask b/profiles/package.mask
index 938cfc09ac2..26224bdccaf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,15 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-08-27)
+# Our version is seriously outdated and has numerous bugs reported,
+# including multilib-strict failures preventing it from being installed
+# on any modern system. It has not been touched since 2016, and is
+# many releases behind upstream. Furthermore, upstream has discontinued
+# it in favor of eeCodes.
+# Removal in 30 days. Bug #628746.
+sci-libs/grib_api
+
# Michał Górny <mgorny@gentoo.org> (2019-08-27)
# Not touched since 2012. Homepage gone, and no replacement found.
# No reverse dependencies.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-09-07 7:15 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-09-07 7:15 UTC (permalink / raw
To: gentoo-commits
commit: cc3f2da0dd392bf70434dfddf49347448f8fe5e1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 07:14:48 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 07:15:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3f2da0
package.mask: Last rite media-libs/fmod
Bug: https://bugs.gentoo.org/453748
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 7 +++++++
2 files changed, 12 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f493cc05738..af3690a1320 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-08-27)
+# media-libs/fmod is slated for removal.
+games-arcade/savagewheels fmod
+games-fps/doomsday fmod
+
# Thomas Deutschmann <whissi88@gentoo.org> (2019-09-02)
# PGO not yet supported for comm-central, #693160
>=mail-client/thunderbird-68 pgo
diff --git a/profiles/package.mask b/profiles/package.mask
index 55e050dddbf..1c9ea2b06ba 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-09-07)
+# Proprietary software with restricted download access. Last bumped
+# in 2011. Still at EAPI 0. Of the two revdeps, both make FMOD
+# optional and support alternative sound systems.
+# Removal in 30 days. Bug #453748.
+media-libs/fmod
+
# Ulrich Müller <ulm@gentoo.org> (2019-09-06)
# Unmaintained upstream, last release in 2006.
# Use app-emacs/mediawiki as replacement.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-09-28 12:35 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-09-28 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 8494efb78124869195e7fe071dac7f3815da7f6c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 12:09:02 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 12:35:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8494efb7
package.mask: Last rite multiple unfetchable packages
Bug: https://bugs.gentoo.org/625884
Bug: https://bugs.gentoo.org/633888
Bug: https://bugs.gentoo.org/638092
Bug: https://bugs.gentoo.org/640552
Bug: https://bugs.gentoo.org/640576
Bug: https://bugs.gentoo.org/640578
Bug: https://bugs.gentoo.org/640586
Bug: https://bugs.gentoo.org/640590
Bug: https://bugs.gentoo.org/673962
Bug: https://bugs.gentoo.org/687000
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 27 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 14940369710..6e47590a46b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-09-28)
+# media-fonts/hkscs-ming is slated for removal.
+app-i18n/xcin unicode
+
# Craig Andrews <candrews@gentoo.org> (2019-09-12)
# OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support
# see https://github.com/openssl/openssl/pull/8797
diff --git a/profiles/package.mask b/profiles/package.mask
index 12935382fc3..b202b656787 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,33 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-09-28)
+# All of the following packages are unfetchable and mirror-restricted.
+#
+# games-fps/enemy-territory-etpro: #638092
+# games-fps/ut2003-bonuspack-cm: #640552
+# games-rpg/runescape-launcher: #625884
+# games-server/bf1942-lnxded: #640576
+# games-server/nwn-ded: #640578
+# games-strategy/mindrover-demo: #640586
+# media-fonts/hkscs-ming: #640590
+# net-print/adobeps: #687000
+# sci-chemistry/xdsstat-bin: #673962
+# sci-libs/parmgridgen (+ revdep sci-libs/openfoam): #633888
+#
+# Removal in 30 days.
+games-fps/enemy-territory-etpro
+games-fps/ut2003-bonuspack-cm
+games-rpg/runescape-launcher
+games-server/bf1942-lnxded
+games-server/nwn-ded
+games-strategy/mindrover-demo
+media-fonts/hkscs-ming
+net-print/adobeps
+sci-chemistry/xdsstat-bin
+sci-libs/openfoam
+sci-libs/parmgridgen
+
# Michał Górny <mgorny@gentoo.org> (2019-09-28)
# games-fps/ut2004 is unfetchable for almost 3 years. The remaining
# packagse are its reverse dependencies, some of them unfetchable
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-09-30 20:39 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2019-09-30 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 77ab0e12c0485d63cea19d06145218f5a1d17436
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 18:55:42 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 20:38:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ab0e12
profiles: Mask PHP 5.6 and dependencies
PHP 5.6 is End of life and we've kept it around long enough
Bug: https://bugs.gentoo.org/651094
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/package.use.mask | 8 +++++++
profiles/base/use.mask | 4 ++++
profiles/package.mask | 48 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b16275bd071..1cb868f67d7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,14 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2019-10-01)
+# PHP support is broken with current version
+# Mask USE until they are fixed
+=dev-libs/xapian-bindings-1.2.25 php
+media-gfx/exact-image php
+sci-geosciences/mapserver php
+www-servers/nginx-unit php56
+
# Michał Górny <mgorny@gentoo.org> (2019-09-28)
# media-fonts/hkscs-ming is slated for removal.
app-i18n/xcin unicode
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index fe8254ba5b7..38d493d6edc 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2019-10-01)
+# Mask PHP 5.6 target for EOL
+php_targets_php5-6
+
# Matt Turner <mattst88@gentoo.org> (2019-03-03)
# Mask for testing. Bug 606924
libglvnd
diff --git a/profiles/package.mask b/profiles/package.mask
index f017445f2ad..98723cd4d13 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,54 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2019-10-01)
+# End of life. Please upgrade.
+# Removal in 90 days. Bug 651784
+dev-lang/php:5.6
+
+# Brian Evans <grknight@gentoo.org> (2019-10-01)
+# Old slots for support of PHP <7
+# Removal in 90 days. Bug 651784
+dev-php/pecl-apcu:0
+dev-php/pecl-dbase:0
+dev-php/pecl-http:2
+dev-php/pecl-mailparse:0
+dev-php/pecl-memcached:0
+dev-php/pecl-oauth:0
+dev-php/pecl-propro:0
+dev-php/pecl-ps:0
+dev-php/pecl-raphf:0
+dev-php/pecl-rrd:0
+dev-php/pecl-ssh2:0
+dev-php/pecl-stomp:0
+dev-php/pecl-xdiff:0
+dev-php/pecl-yaml:0
+
+# Brian Evans <grknight@gentoo.org> (2019-10-01)
+# Old extensions which only work with PHP <7
+# pecl-memcache is replaced by pecl-memcachd (with code changes)
+# pecl-mongo is replaced by pecl-monogodb
+# Removal in 90 days. Bug 651784
+dev-php/PEAR-MDB2_Driver_mysql
+dev-php/magickwand
+dev-php/pecl-bbcode
+dev-php/pecl-cairo
+dev-php/pecl-dbx
+dev-php/haru
+dev-php/pecl-htscanner
+dev-php/pecl-libevent
+dev-php/pecl-memcache
+dev-php/pecl-mongo
+dev-php/pecl-mysqlnd_ms
+dev-php/pecl-mysqlnd_qc
+dev-php/pecl-sphinx
+dev-php/pecl-spl_types
+dev-php/pecl-svn
+dev-php/pecl-xrange
+dev-php/suhosin
+dev-php/xcache
+dev-php/xhprof
+
# Matt Turner <mattst88@gentoo.org> (2019-09-28)
# Merged into Mesa. No reverse dependencies. Bug #654464
# Removal in 30 days
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-10-03 15:46 罗百科
0 siblings, 0 replies; 82+ messages in thread
From: 罗百科 @ 2019-10-03 15:46 UTC (permalink / raw
To: gentoo-commits
commit: adbf12882a37c049646254b09ae6f11ed037ce8d
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 15:43:38 2019 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 15:45:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbf1288
profiles/: Unmask postgres-12
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
profiles/base/use.mask | 4 ----
profiles/package.mask | 12 ------------
2 files changed, 16 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 38d493d6edc..6e981e94a6e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -32,10 +32,6 @@ php_targets_php7-0
# d3d9 only works on amd64/x86.
d3d9
-# Aaron W. Swenson <titanofold@gentoo.org> (2018-09-09)
-# Mask PostgreSQL 12 while in (pre-)alpha.
-postgres_targets_postgres12
-
# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-11-04)
# Unkeyworded on most arches, unmasked in supported arch profiles.
audacious
diff --git a/profiles/package.mask b/profiles/package.mask
index dc5b11df8b7..f74f888d43c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1126,18 +1126,6 @@ dev-lang/php:7.4
# Requires >=dev-lang/lua-5.2 which is masked
>=app-admin/conky-1.11.4
-# Patrick Lauer <patrick@gentoo.org> (2019-05-23)
-# PostgreSQL beta and release candidate releases are pre-release testing
-# versions, not meant for production use. They are feature-frozen, and are
-# released to the public for testing before final release
-#
-# NOTE: Successive beta or candidate releases may not be backwards compatible,
-# so it is important that you review the release notes before upgrading.
-#
-# For more information about beta and release candidate versions, see:
-# https://www.postgresql.org/developer/beta/
-dev-db/postgresql:12
-
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-05-11)
# Perl 5.24 will be removed soon. Please upgrade.
<dev-lang/perl-5.26.2
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-10-05 7:42 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-10-05 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 0a5266f0c7fd9cb7c9c8c6fad432a4bac21e8466
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 5 07:41:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 07:41:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5266f0
package.mask: Last rite net-libs/openslp
Bug: https://bugs.gentoo.org/662878
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 6 ++++++
profiles/package.mask | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 40eaf5025ed..040b6ea8fd5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-10-05)
+# net-libs/openslp is being removed.
+net-nds/openldap slp
+sys-block/open-iscsi slp
+sys-block/open-isns slp
+
# Ben Kohler <bkohler@gentoo.org> (2019-10-03)
# iwd backend for connman hasn't kept up with iwd releases/API, mask
# until it catches up.
diff --git a/profiles/package.mask b/profiles/package.mask
index 20ea85eb3cd..19d8b7b4548 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-10-05)
+# Open vulnerability for two years. No maintainer activity since 2017.
+# Upstream is not making any new releases, and patches are accumulating.
+# Removal in 30 days. Bug #662878.
+net-libs/openslp
+
# Michał Górny <mgorny@gentoo.org> (2019-10-04)
# Unmaintained, EAPI 0 packages. No reverse dependencies. If you want
# them to stay, please port them to EAPI 7, and preferably become
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-11-28 20:47 Thomas Deutschmann
0 siblings, 0 replies; 82+ messages in thread
From: Thomas Deutschmann @ 2019-11-28 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 0a2f7cccb5b6dfa2c01ab6bb351d474022329d83
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 20:45:14 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 20:45:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2f7ccc
profiles: Unmask PHP 7.4 as it is released
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
profiles/base/use.mask | 4 ----
profiles/base/use.stable.mask | 4 ++++
profiles/package.mask | 5 -----
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6e981e94a6e..a00850be931 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -16,10 +16,6 @@ libglvnd
# app-office/texmacs is package.mask'd. Bug #436400
texmacs
-# Brian Evans <grknight@gentoo.org> (2019-07-25)
-# Mask flag for early testing
-php_targets_php7-4
-
# Hans de Graaff <graaff@gentoo.org> (2019-04-07)
# Mask Ruby 2.3 as EOL
ruby_targets_ruby23
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 9ddc19ed3b0..082edee11a3 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/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
+# Thomas Deutschmann <whissi@gentoo.org> (28 Nov 2019)
+# Mask PHP 7.4 target while unstable
+php_targets_php7-3
+
# Patrick Lauer <patrick@gentoo.org> (2019-10-04)
# No postgres-12 stable yet
postgres_targets_postgres12
diff --git a/profiles/package.mask b/profiles/package.mask
index c6f1a48a6ea..dbbabd13f2f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -494,11 +494,6 @@ dev-lang/vala:0.46
# It breaks hundreds of py2 ebuilds and not all deps are keyworded
>=dev-python/pytest-5.0.1
-# Brian Evans <grknight@gentoo.org> (2019-07-25)
-# Mask new beta versions until release
-dev-lang/php:7.4
-~virtual/httpd-php-7.4
-
# Robin H. Johnson <robbat2@gentoo.org> (2019-07-08)
# Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
# matching genkernel work?
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-11-29 8:04 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2019-11-29 8:04 UTC (permalink / raw
To: gentoo-commits
commit: 2aba8db841b34fcd409ca745358494fa9ef1e8ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 16:43:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 08:04:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aba8db8
package.mask: Last rite dev-python/astropy & revdeps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 46 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2b03a3d83eb..adaee579012 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2019-11-29)
+# Requires dev-python/astropy that's being removed.
+sci-visualization/veusz fits
+
# Andreas Sturmlechner <asturm@gentoo.org> (2019-11-28)
# sci-visualization/visit is on the way out, bug #657952
sci-libs/libgeodecomp visit
diff --git a/profiles/package.mask b/profiles/package.mask
index 2a3bb3e7f2c..cbf3a82c183 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,52 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2019-11-29)
+# Astronomy-related Python packages and their revdeps. They are
+# unmaintained. Most of them are outdated. None of them were tested
+# on Python 3.7, some even on 3.6. The leaf packages are 2.7-only.
+# All of them depend on astropy which has an unconditional dependency
+# on ipython, which in turn dropped py2 support.
+# Bug #701454. Removal in 30 days.
+dev-python/aplpy
+dev-python/asdf
+dev-python/astlib
+dev-python/astrodendro
+dev-python/astroml-addons
+dev-python/astroml
+dev-python/astroplan
+dev-python/astropy-helpers
+dev-python/astropy
+dev-python/astroquery
+dev-python/astroscrappy
+dev-python/atpy
+dev-python/ccdproc
+dev-python/gammapy
+dev-python/ginga
+dev-python/glue-vispy-viewers
+dev-python/glueviz
+dev-python/gwcs
+dev-python/healpy
+dev-python/imexam
+dev-python/montage-wrapper
+dev-python/naima
+dev-python/photutils
+dev-python/pyavm
+dev-python/pydl
+dev-python/pyfits
+dev-python/pymoc
+dev-python/pyregion
+dev-python/regions
+dev-python/reproject
+dev-python/spectral-cube
+dev-python/specutils
+dev-python/stsci-distutils
+dev-python/stsci-sphinxext
+dev-python/sunpy
+dev-python/wcsaxes
+sci-astronomy/astrometry
+sci-astronomy/kapteyn
+
# David Seifert <soap@gentoo.org> (2019-11-28)
# No revdeps, blocking move to python 3.7, unnecessary maintenance
# burden, bug #701426. Removal in 30 days.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-12-07 22:53 Andreas Sturmlechner
0 siblings, 0 replies; 82+ messages in thread
From: Andreas Sturmlechner @ 2019-12-07 22:53 UTC (permalink / raw
To: gentoo-commits
commit: ff5418a7b5d5ad9bf63ddb455c10e3269416eec8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 18:43:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 22:51:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5418a7
profiles: Restrict media-sound/beets package.mask to <1.4.9-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 84d58aae8a7..017d589b83f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-12-07)
+# dev-python/flask-cors is PMASKED.
+media-sound/beets webserver
+
# Michał Górny <mgorny@gentoo.org> (2019-12-04)
# Python 2.7 only packages optionally needing dev-python/ipython.
app-misc/gourmet ipython
diff --git a/profiles/package.mask b/profiles/package.mask
index e4d73961d69..d061e122f59 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -108,7 +108,7 @@ media-sound/whipper
dev-python/hachoir-regex
app-misc/hachoir-subfile
dev-python/pymad
-media-sound/beets
+<media-sound/beets-1.4.9-r1
dev-python/numdisplay
dev-python/python-fastcgi
dev-python/workerpool
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-12-11 15:18 Ulrich Müller
0 siblings, 0 replies; 82+ messages in thread
From: Ulrich Müller @ 2019-12-11 15:18 UTC (permalink / raw
To: gentoo-commits
commit: b2d73a4a4b9c761146a11a43d0ce61b1c3fd392b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 15:12:06 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 15:17:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d73a4a
profiles: Mask app-i18n/man-pages-da for removal.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 396b6fe3a78..6b0bf8ecf41 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Ulrich Müller <ulm@gentoo.org> (2019-12-11)
+# Depends on last-rited app-i18n/man-pages-da.
+sys-apps/man-pages l10n_da
+
# James Le Cuirot <chewi@gentoo.org> (2019-12-10)
# The JIT feature only works on amd64 and x86.
app-emulation/aranym jit
diff --git a/profiles/package.mask b/profiles/package.mask
index e6cd8bfc04f..0b5badc24b2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
#--- END OF EXAMPLES ---
+# Ulrich Müller <ulm@gentoo.org> (2019-12-11)
+# No license. HOMEPAGE and SRC_URI are dead.
+# Last visible upstream activity in 2000.
+# The package contains only 7 man pages in total.
+# Masked for removal in 30 days. Bug #702468
+app-i18n/man-pages-da
+
# Aaron Bauman <bman@gentoo.org> (2019-12-10)
# EAPI=4, dead upstream/srcurl/homepage. cannot find new home
# Compression has come along way. Removal in 30 days
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2019-12-19 14:23 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2019-12-19 14:23 UTC (permalink / raw
To: gentoo-commits
commit: 94389cc4dec59a7708f44c5f8e12e5029fee4785
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 14:22:37 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 14:22:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94389cc4
profiles: Mask PHP 7.1 and required dependencies
dev-lang/php:7.1
dev-php/pecl-cassandra
<dev-php/pecl-event-2.5
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/base/use.mask | 4 ++++
profiles/package.mask | 8 ++++++++
3 files changed, 17 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5fda0fc8ecb..90c42ef6277 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2019-12-19)
+# PHP 7.1 is end of life and has security issues Bug 703326
+# Associated packages are not ready for new versions tracked in bug 702110
+dev-libs/ossp-uuid php
+
# Michał Górny <mgorny@gentoo.org> (2019-12-16)
# Requires old x11-libs/fox:1.6 slot.
dev-games/openscenegraph fox
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 2181e5f8302..aeae877243c 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2019-12-19)
+# PHP 7.1 is end of life and has security issues Bug 703326
+php_targets_php7-1
+
# Brian Evans <grknight@gentoo.org> (2019-10-01)
# Mask PHP 5.6 target for EOL
php_targets_php5-6
diff --git a/profiles/package.mask b/profiles/package.mask
index a7cc5d663c6..f02ee8bf911 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,14 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2019-12-19)
+# PHP 7.1 is end of life and has security issues Bug 703326
+# Associated packages are not ready for new versions tracked in bug 702110
+# Removal in 30 days
+dev-lang/php:7.1
+dev-php/pecl-cassandra
+<dev-php/pecl-event-2.5
+
# Ulrich Müller <ulm@gentoo.org> (2019-12-18)
# Live ebuilds for Emacs from Git have been consolidated
# into separate slots of the app-editors/emacs package.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-01-27 9:48 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-01-27 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 1f65c3b3dce52064bf25678c963ba9d59beae73b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:46:15 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:48:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f65c3b3
package.mask: Last rite dev-python/zsi
Bug: https://bugs.gentoo.org/660660
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 83ae1577da4..9ce3aadb264 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-01-27)
+# dev-python/zsi is being removed.
+media-sound/sonata lyrics
+sci-chemistry/pdb2pqr opal
+
# Andreas Sturmlechner <asturm@gentoo.org> (2020-01-19)
# media-libs/pulseaudio-qt is not keyworded
kde-misc/kdeconnect pulseaudio
diff --git a/profiles/package.mask b/profiles/package.mask
index aa6b1489dcb..23ff47d8d70 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-01-27)
+# Dead upstream. Last (alpha) release in 2007. Requires old version
+# of Twisted. Python 2-only.
+# Removal in 30 days. Bug #660660.
+dev-python/zsi
+
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-26)
# Not needed anymore, feel free to remove from your system
# emerge -C virtual/cargo
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-02-24 8:04 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-02-24 8:04 UTC (permalink / raw
To: gentoo-commits
commit: 0250999d5a97ad0671c8ef0eeca855fb6f498b90
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 08:01:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 08:04:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0250999d
package.mask: Last rite sys-apps/entropy & co.
Bug: https://bugs.gentoo.org/709466
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 9 +++++++++
2 files changed, 13 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index dc4649c6099..f7af712f8dd 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-02-24)
+# sys-apps/entropy is masked for removal.
+app-admin/packagekit-base entropy
+
# Michał Górny <mgorny@gentoo.org> (2020-02-08)
# The dependency is python-single-r1 while the package (and its revdeps)
# are python-r1.
diff --git a/profiles/package.mask b/profiles/package.mask
index f08721ad3d8..15110fbaf3e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,15 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-02-24)
+# Effectively unmaintained in Gentoo. Multiple versions behind
+# upstream. Python 2 only.
+# Removal in 30 days. Bug #709466.
+app-admin/equo
+app-admin/matter
+sys-apps/entropy
+sys-apps/entropy-server
+
# David Seifert <soap@gentoo.org> (2020-02-23)
# Last release in 2013, the scons SConstruct script uses variables
# that have been removed from Scons years ago and also uses a ton of
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-02-24 8:43 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-02-24 8:43 UTC (permalink / raw
To: gentoo-commits
commit: ff3bedf2ed5daa2b054a66c4380a4aaf1e3418d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 08:36:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 08:43:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3bedf2
package.mask: Last rite app-admin/packagekit-base & revdeps
Bug: https://bugs.gentoo.org/708398
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 16 ++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f7af712f8dd..7f0a0bd116f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-02-24)
+# app-admin/packagekit* are masked for removal.
+kde-frameworks/frameworkintegration appstream
+
# Michał Górny <mgorny@gentoo.org> (2020-02-24)
# sys-apps/entropy is masked for removal.
app-admin/packagekit-base entropy
diff --git a/profiles/package.mask b/profiles/package.mask
index 15110fbaf3e..e1ebf9124d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,22 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-02-24)
+# app-admin/packagekit-base is Python 2 only and behind upstream.
+# The Portage backend is unmaintained. Other packages are its reverse
+# dependencies.
+#
+# It is unclear why app-backup/deja-dup needs it unconditionally.
+# However, it has not been bumped since 2016.
+#
+# Removal in 30 days. Bug #708398.
+app-admin/packagekit
+app-admin/packagekit-base
+app-admin/packagekit-gtk
+app-admin/packagekit-qt
+app-backup/deja-dup
+gnome-extra/gnome-packagekit
+
# Michał Górny <mgorny@gentoo.org> (2020-02-24)
# Effectively unmaintained in Gentoo. Multiple versions behind
# upstream. Python 2 only.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-03-26 4:37 Matt Turner
0 siblings, 0 replies; 82+ messages in thread
From: Matt Turner @ 2020-03-26 4:37 UTC (permalink / raw
To: gentoo-commits
commit: bbf16bb7c812433bb4097f519d63d5f9bf6fceaa
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 04:36:43 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 04:37:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf16bb7
profiles: Mask media-libs/libav for removal
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/base/use.mask | 6 +++++-
profiles/package.mask | 6 ++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index ad09289730d..7e3b27676be 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,9 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Matt Turner <mattst88@gentoo.org> (2020-03-25)
+# media-libs/libav is masked for removal
+libav
+
# Brian Evans <grknight@gentoo.org> (2019-12-19)
# PHP 7.1 is end of life and has security issues Bug 703326
php_targets_php7-1
diff --git a/profiles/package.mask b/profiles/package.mask
index 2da97a1a1f0..06383e3c4df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Matt Turner <mattst88@gentoo.org> (2020-03-25)
+# No releases in two years. No commits in upstream git in last six months.
+# Many open security bugs. Masked for removal in 30 days.
+media-video/libav
+media-libs/libpostproc
+
# Michał Górny <mgorny@gentoo.org> (2020-03-25)
# Unmaintained. Python 2 only. Last commit in 2013.
# Removal in 30 days. Bug #714632.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-04-17 16:08 Ulrich Müller
0 siblings, 0 replies; 82+ messages in thread
From: Ulrich Müller @ 2020-04-17 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 63c4e35e571a9d15e54e56303a1d8923d72fa59b
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Fri Apr 17 14:17:34 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 16:07:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4e35e
profiles: mask app-i18n/man-pages-fr for removal
This package was replaced by app-i18n/man-pages-l10n[l10n_fr].
Closes: https://github.com/gentoo/gentoo/pull/15367
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1678e3a31ba..ddc86cac566 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
+# app-i18n/man-pages-fr masked for removal (bug #717744).
+<sys-apps/man-pages-5.05-r1 l10n_fr
+
# Ulrich Müller <ulm@gentoo.org> (2020-04-15)
# app-i18n/man-pages-nl masked for removal. Bug #713590.
<sys-apps/man-pages-5.05-r1 l10n_nl
diff --git a/profiles/package.mask b/profiles/package.mask
index 8ed8983bb84..221479c9aeb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
#--- END OF EXAMPLES ---
+# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
+# Very little activity for almost a year and the link to download the
+# "compiled" man-pages is dead.
+# Use app-i18n/man-pages-l10n[l10n_fr] as replacement.
+# Masked for removal in 30 days (bug #717744).
+app-i18n/man-pages-fr
+
# Jeroen Roovers <jer@gentoo.org> (2020-04-26)
# Breaks API, see https://bugs.gentoo.org/717728
=dev-libs/libuv-1.36.0
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-04-19 10:01 Georgy Yakovlev
0 siblings, 0 replies; 82+ messages in thread
From: Georgy Yakovlev @ 2020-04-19 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 297ffb46ae4e4ddb33702f37e841ef4c3cc042ba
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 09:57:14 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 09:59:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297ffb46
profiles: unmask sleuthkit and mask java useflag
Bug: https://bugs.gentoo.org/681828
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 243e382be52..4c1137da118 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-04-19)
+# oracle-jdk-bin masked for removal, mask revdep useflag.
+app-forensics/sleuthkit java
+
# Ulrich Müller <ulm@gentoo.org> (2020-04-15)
# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2020-04-17)
# app-i18n/man-pages-{de,fr,nl} masked for removal.
diff --git a/profiles/package.mask b/profiles/package.mask
index f72868ee6f1..d8553453075 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,7 +41,6 @@
# https://bugs.gentoo.org/681828
dev-java/oracle-jdk-bin
dev-java/oracle-jre-bin
-app-forensics/sleuthkit
app-text/jabref-bin
dev-java/netbeans-platform
dev-java/netbeans-harness
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-04-20 7:55 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-04-20 7:55 UTC (permalink / raw
To: gentoo-commits
commit: 915a1bbc48fb77562d5a53d39324784f14555a40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 07:53:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 07:55:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915a1bbc
package.mask: Last rite dev-python/rst2pdf, media-gfx/svg2rlg
Bug: https://bugs.gentoo.org/718572
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 87185603c68..e00a92cc768 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-04-20)
+# Requires dev-python/rst2pdf that is masked for removal.
+media-video/mpv doc
+
# Michał Górny <mgorny@gentoo.org> (2020-04-19)
# Requires dev-vcs/ghp-import that is masked for removal.
www-apps/nikola ghpages
diff --git a/profiles/package.mask b/profiles/package.mask
index cc01764dfad..68de30b04ec 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-04-20)
+# Unmaintained. Stuck on Python 2. rst2pdf depends on dev-python/pdfrw
+# that is dead and broken with py3.7+. svg2rlg is only used by pdfrw.
+# Removal in 30 days. Bug #718572.
+dev-python/rst2pdf
+media-gfx/svg2rlg
+
# Michael Orlitzky <mjo@gentoo.org> (2020-04-19)
# Stuck on Python 3.6, support for which already required
# backporting patches to a release from 2014. Upstream's git
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-06-14 6:51 Hans de Graaff
0 siblings, 0 replies; 82+ messages in thread
From: Hans de Graaff @ 2020-06-14 6:51 UTC (permalink / raw
To: gentoo-commits
commit: 253f96ea8550c427850b50f2d87e2bd65991a080
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 5 13:04:54 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 06:44:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253f96ea
profiles: mask ruby 2.4 for removal
Mask ruby24-only packages for removal.
Remove ruby24 from the default RUBY_TARGETS.
Mask USE flag for ruby24.
Closes: https://bugs.gentoo.org/716316
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
profiles/base/make.defaults | 3 +--
profiles/base/use.mask | 4 ++++
profiles/package.mask | 7 +++++++
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 214abc198c5..c8b3fcdddc1 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -98,9 +98,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te
# Manuel Rüger <mrueg@gentoo.org> (2015-09-09)
# Default Ruby build target(s)
-# Updated to include ruby24 on 2018-11-12
# Updated to include ruby25 on 2019-07-17
-RUBY_TARGETS="ruby24 ruby25"
+RUBY_TARGETS="ruby25"
# Enable extended filesystem attribute support by default.
# https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 388ed4586aa..4c51769639f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Hans de Graaff <graaff@gentoo.org> (2020-06-13)
+# Mask Ruby 2.4 as EOL
+ruby_targets_ruby24
+
# Ben Kohler <bkohler@gentoo.org> (2020-05-15)
# Mask 9.4 target to match <9.5 package.mask entry
postgres_targets_postgres9_4
diff --git a/profiles/package.mask b/profiles/package.mask
index 2c0bb43a5a0..85a5ed34ac6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
#--- END OF EXAMPLES ---
+# Hans de Graaff <graaff@gentoo.org> (2020-06-14)
+# Ruby 2.4 is no longer supported by upstream and no longer gets
+# security updates since the 2.4.10 release. Use ruby 2.5 or later
+# instead.
+dev-lang/ruby:2.4
+dev-ruby/did_you_mean:2.4
+
# Mikle Kolyada <zlogene@gentoo.org> (2020-06-13)
# multiple forks.
# Merged into the app-text/texlive-core package
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-08-14 0:58 Aaron W. Swenson
0 siblings, 0 replies; 82+ messages in thread
From: Aaron W. Swenson @ 2020-08-14 0:58 UTC (permalink / raw
To: gentoo-commits
commit: 924d9c36c0100d3fe3d66dc03085482c7da4683e
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 00:57:44 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 00:58:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924d9c36
package.mask,base/use.mask: Pg 9.4 removed
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
profiles/base/use.mask | 4 ----
profiles/package.mask | 6 ------
2 files changed, 10 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index a59f8d5525f..ca340753057 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -12,10 +12,6 @@ consolekit
# Mask Ruby 2.4 as EOL
ruby_targets_ruby24
-# Ben Kohler <bkohler@gentoo.org> (2020-05-15)
-# Mask 9.4 target to match <9.5 package.mask entry
-postgres_targets_postgres9_4
-
# Matt Turner <mattst88@gentoo.org> (2020-03-25)
# media-libs/libav is masked for removal
libav
diff --git a/profiles/package.mask b/profiles/package.mask
index f80e3e6e76f..011a5911da1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -775,12 +775,6 @@ app-misc/ifp-line
# Bug 687664
app-dicts/stardict-quick-eng-fra
-# Aaron W. Swenson <titanofold@gentoo.org> (2020-05-15)
-# PostgreSQL 9.4 series is EOL. Migrate your database cluster to a more recent
-# version.
-# Removal after 2020-06-14.
-<dev-db/postgresql-9.5
-
# Michael Orlitzky <mjo@gentoo.org> (2020-04-19)
# Stuck on Python 3.6, support for which already required
# backporting patches to a release from 2014. Upstream's git
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-08-16 9:57 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-08-16 9:57 UTC (permalink / raw
To: gentoo-commits
commit: 9fee68279714559d20e105329d0209ef2ca1cc34
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 09:34:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 09:57:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fee6827
package.mask: Last rite dev-python/pyminuit
Bug: https://bugs.gentoo.org/719422
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 50d3c0214dd..1590338f2d5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-08-16)
+# dev-python/pyminuit is being removed.
+sci-visualization/veusz minuit
+
# Michał Górny <mgorny@gentoo.org> (2020-08-01)
# Require dev-python/twisted with py2.7.
net-voip/telepathy-haze test
diff --git a/profiles/package.mask b/profiles/package.mask
index 455bf9627ed..dd63244a282 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-08-16)
+# Unmaintained. Not ported to py3.7. Not bumped since introduction
+# in 2015.
+# Removal in 30 days. Bug #719422.
+dev-python/pyminuit
+
# Michał Górny <mgorny@gentoo.org> (2020-08-16)
# Not maintained since 2017. Not ported to py3.7. No reverse
# dependencies.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-08-22 9:15 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-08-22 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 6e1b1328acf71d89a1402ac1263af64d89cc6721
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 08:40:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 09:15:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1b1328
profiles: Last rite a bunch of py2 packages
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 32 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4ffd2ce82f6..c1110cfe201 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# These flags depend on packages masked for removal due to py2.
+sci-geosciences/qgis grass
+net-libs/zeromq pgm
+
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-17)
# CMake checks will only allow on amd64 & x86
dev-db/mariadb columnstore
diff --git a/profiles/package.mask b/profiles/package.mask
index 50a67a6344d..be085c72708 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,38 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# These packages (or package versions) still require Python 2.7.
+# They are either dead upstream, their Python 3 porting efforts are
+# not progressing or their maintainers are simply unresponsive.
+# Please do not remove any packages from this list unless you actually
+# port it to Python 3.
+# Removal in 30 days. Tracker bug #694800.
+app-emulation/ganeti
+app-emulation/ganeti-instance-debootstrap
+app-emulation/ganeti-instance-image
+app-emulation/virtualbox-bin
+app-forensics/openscap
+app-misc/email2trac
+app-misc/workrave
+app-portage/etc-proposals
+app-portage/gpytage
+<dev-db/mongodb-4.2
+dev-db/mysql-workbench
+dev-lang/ispc
+dev-util/bam
+media-gfx/displaycal
+media-plugins/gimp-resynthesizer
+net-analyzer/linkchecker
+net-analyzer/pbgpp
+net-libs/openpgm
+<net-mail/mailman-3
+net-wireless/chirp
+net-wireless/rfcat
+sci-geosciences/gdal-grass
+sci-geosciences/grass
+www-apps/trac
+
# Michał Górny <mgorny@gentoo.org> (2020-08-22)
# Effectively unmaintained. Optionally uses Python 2. I could remove
# that but it fails to build anyway.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-08-22 9:23 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-08-22 9:23 UTC (permalink / raw
To: gentoo-commits
commit: bcac593417f637cd0a88dbb704908a220e35b2d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 09:22:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 09:23:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcac5934
package.mask: Last rite app-office/openoffice-bin
Bug: https://bugs.gentoo.org/715400
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index ba21ddebba3..c0db71b1915 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# app-office/openoffice-bin is being removed.
+office_implementation_openoffice
+
# Patrick Lauer <patrick@gentoo.org> (2020-08-18)
# pg13 is currently beta and has no keywords yet
postgres_targets_postgres13
diff --git a/profiles/package.mask b/profiles/package.mask
index b5d0bbcb5e0..056520fe7d5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-08-22)
+# Python 2 only. You can use app-office/libreoffice{,-bin} instead.
+# Removal in 30 days. Bug #715400.
+app-office/openoffice-bin
+
# Michał Górny <mgorny@gentoo.org> (2020-08-22)
# Python 2 only. No reverse dependencies left.
# Removal in 30 days. Bug #735604.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-01 9:07 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-09-01 9:07 UTC (permalink / raw
To: gentoo-commits
commit: d92d79e1a33f014d70674b5eaf35b73d67bd373e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 08:49:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 09:07:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d79e1
package.mask: Last rite more py2 packages
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.force | 5 +++++
profiles/package.mask | 13 +++++++++++++
2 files changed, 18 insertions(+)
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 182b6b292bf..08dc0688a53 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2020-09-01)
+# sys-boot/udk is being removed, and newest revision of refind does not
+# support it already.
+sys-boot/refind gnuefi
+
# Mikle Kolyada <zlogene@gentoo.org> (2020-08-08)
# Ensure tools flag is enabled for @system set
sys-apps/kmod tools
diff --git a/profiles/package.mask b/profiles/package.mask
index 5d978c18eff..c8ca9cc5c51 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,19 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-09-01)
+# The following packages are Python 2 only. All but sys-boot/udk have
+# no reverse dependencies; sys-boot/udk's only revdep is sys-boot/refind
+# and it removed support for udk in its newest version. Their
+# maintainers have either not replied or requested removing the package.
+# Please do not remove the mask unless you port the package to py3.7+.
+# Removal in 30 days. Package bugs found blocking tracker bug #694800.
+dev-cpp/icnc
+dev-db/tokumx
+net-fs/nfstest
+sys-boot/udk
+sys-cluster/pbs-python
+
# Michał Górny <mgorny@gentoo.org> (2020-09-01)
# The GitHub repository is gone and upstream's homepage lists only old
# versions. Python 2 only. Debian has a py3 patch but it is incomplete
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-09 12:28 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-09-09 12:28 UTC (permalink / raw
To: gentoo-commits
commit: fbfcdcce8723e32635d20f7d9ee561b09266729d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 12:17:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 12:27:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfcdcce
package.mask: Last rite next py2 batch
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 8 ++++++++
profiles/package.mask | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b0f08769296..5b487c341a7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,14 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-09-09)
+# The respective dependencies are masked for removal.
+media-plugins/mythplugins mythnetvision
+sci-physics/thepeg rivet
+sys-apps/dstat wifi
+sys-cluster/drbd-utils heartbeat
+sys-cluster/pacemaker heartbeat
+
# Michał Górny <mgorny@gentoo.org> (2020-09-09)
# The respective dependencies are masked for removal.
app-metrics/collectd collectd_plugins_gmond
diff --git a/profiles/package.mask b/profiles/package.mask
index e4b83dabb78..1dc529cf6a5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,40 @@
#--- END OF EXAMPLES ---
+# These packages (or package versions) still require Python 2.7.
+# They are either dead upstream, their Python 3 porting efforts are
+# not progressing or their maintainers are simply unresponsive.
+# Please do not remove any packages from this list unless you actually
+# port them to Python 3.
+# Removal in 30 days. Please find relevant bugs on tracker bug #694800.
+app-misc/mswinurl_launcher
+app-misc/mtail
+app-text/silvercity
+dev-libs/qrosspython
+dev-python/SchemaObject
+dev-python/oauth
+dev-ruby/pygments_rb
+dev-util/doxy-coverage
+dev-util/mpatch
+dev-vcs/cvs2svn
+dev-vcs/gitstats
+games-rpg/adonthell
+games-rpg/wastesedge
+games-strategy/0ad
+media-sound/codecgraph
+net-misc/pssh
+net-misc/ris-linux
+net-wireless/mousejack
+net-wireless/python-wifi
+sci-biology/amos
+sci-biology/embassy-meme
+sci-biology/meme
+sci-biology/shrimp
+sci-misc/gato
+sci-physics/rivet
+sys-cluster/heartbeat
+x11-misc/dsx
+
# Michał Górny <mgorny@gentoo.org> (2020-09-09)
# These packages are stuck on Python 2.7. While the Python dependency
# is optional, I can't test removing it because the packages fail
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-09 12:29 Lars Wendler
0 siblings, 0 replies; 82+ messages in thread
From: Lars Wendler @ 2020-09-09 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 36b0ff709971e8c421782762797fda1053400d92
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 11:58:01 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 12:29:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b0ff70
package.mask: Prevent app-misc/g15daemon & co removal
Closes: https://bugs.gentoo.org/741382
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
profiles/base/package.use.mask | 6 ------
profiles/package.mask | 13 -------------
2 files changed, 19 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5b487c341a7..9f4aa29cc75 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -20,12 +20,6 @@ app-metrics/collectd collectd_plugins_gmond
app-metrics/collectd collectd_plugins_onewire
sci-libs/dealii gmsh
-# Michał Górny <mgorny@gentoo.org> (2020-09-09)
-# app-misc/g15daemon is masked for removal.
-app-misc/lcdproc lcd_devices_g15
-media-sound/mangler g15
-media-sound/mumble g15
-
# Stephan Hartmann <sultan@gentoo.org> (2020-09-06)
# Causes seccomp sandbox violation or chromium might hang on startup.
>=www-client/chromium-87 wayland
diff --git a/profiles/package.mask b/profiles/package.mask
index 1dc529cf6a5..da83d5a3c71 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -96,19 +96,6 @@ dev-python/backports-unittest-mock
# Removal in 30 days. Bug #715204.
www-servers/cherokee
-# Michał Górny <mgorny@gentoo.org> (2020-09-09)
-# Last release in 2008. Fails to build with gcc-10 (bug #706712).
-# Not ported to Python 3 (bug #735226). The current revision
-# is misconfigured by default (bug #481454), and the newer revision
-# is masked for since 2012 (bug #587008).
-# Removal in 30 days. Bug #741382.
-app-misc/g15daemon
-app-misc/g15composer
-app-misc/g15macro
-app-misc/g15message
-app-misc/g15mpd
-app-misc/g15stats
-
# Joonas Niilola <juippis@gentoo.org> (2020-09-07)
# Nothing in the tree uses this lib anymore. Removing as redundant.
# Removal in ~30 days. Bug #740868.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-20 8:16 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-09-20 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 2ea6877029e8371953e2c4a236000896a38a76a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 08:08:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 08:16:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea68770
package.mask: Last rite gnome-base/libgnome-keyring
Bug: https://bugs.gentoo.org/713010
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c0a96774cbd..a0cd90feb84 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-09-20)
+# The respective dependencies are masked for removal.
+net-nntp/pan gnome-keyring
+
# Michał Górny <mgorny@gentoo.org> (2020-09-19)
# The respective dependencies are masked for removal.
app-office/lyx docbook
diff --git a/profiles/package.mask b/profiles/package.mask
index 705ffde84be..fe60801fee3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-09-20)
+# Obsolete library, replaced by app-crypt/libsecret. All remaining
+# revdeps have been masked. Requires Python 2.
+# Removal in 30 days. Bug #713010.
+gnome-base/libgnome-keyring
+
# Michał Górny <mgorny@gentoo.org> (2020-09-20)
# Obsolete GNOME libraries. All remaining revdeps have been lastrited.
# Removal in 30 days. Bug #726784.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-25 11:14 Ulrich Müller
0 siblings, 0 replies; 82+ messages in thread
From: Ulrich Müller @ 2020-09-25 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 7f3497491fd996af754ac15a4f9d776d20c53532
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 11:11:22 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 11:14:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f349749
profiles: Unmask sys-cluster/ganglia, mask its python flag instead.
Bug: https://bugs.gentoo.org/735496
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 35ab7bde580..e72f485a2bb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Ulrich Müller <ulm@gentoo.org> (2020-09-25)
+# Python 2 only. Bug #735496.
+sys-cluster/ganglia python
+
# Joonas Niilola <juippis@gentoo.org> (2020-09-23)
# Not yet packaged in ::gentoo but besides that the functionality is
# still experimental and possibly broken. Use with caution.
diff --git a/profiles/package.mask b/profiles/package.mask
index 166d46ef9ef..492aad3dd1d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -461,12 +461,9 @@ x11-misc/dsx
#
# net-analyzer/mk-livestatus: py3 bug #735394, build failure bug #705430
# sci-biology/vienna-rna: py3 bug #735438, build failure bug #707158
-# sys-cluster/ganglia: py3 bug #735496, build failure bug #631270
# sys-fs/owfs: py3 bug #735502, build failure bug #707438
net-analyzer/mk-livestatus
sci-biology/vienna-rna
-sys-cluster/ganglia
-sys-cluster/ganglia-web
sys-fs/owfs
# Louis Sautier <sbraz@gentoo.org> (2020-09-09)
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-09-26 12:07 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-09-26 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 5ab4920fe65ef8f26e3c397f5c76fbd3c11d5fe2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 12:06:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 12:06:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab4920f
package.mask: Last rite most of py2 dev-util/scons revdeps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 21 ++++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 51724055019..0a7b79c7902 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-09-26)
+# The respective dependencies are masked for removal.
+sci-geosciences/viking mapnik
+
# Ulrich Müller <ulm@gentoo.org> (2020-09-25)
# Python 2 only. Bug #735496.
sys-cluster/ganglia python
diff --git a/profiles/package.mask b/profiles/package.mask
index 77958659898..2da0a0cd129 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,11 +32,22 @@
#--- END OF EXAMPLES ---
-# Michał Górny <mgorny@gentoo.org> (2020-09-25)
-# PyPy3.7 alpha. Known to break a few packages. Masked until it
-# matures more.
-=dev-python/pypy3-7.3.2_p37*
-=dev-python/pypy3-exe-7.3.2_p37*
+# Michał Górny <mgorny@gentoo.org> (2020-09-26)
+# These packages either use obsolete scons-utils.eclass API that
+# does not support Python 3, or do not support Python 3 at all.
+# Their maintainers are unresponsive. Please do not remove any packages
+# from this list unless you actually port them to Python 3.
+# Removal in 30 days. Please find relevant bugs on tracker bug #635934.
+dev-libs/mongo-cxx-driver
+games-action/btanks
+games-emulation/gambatte
+games-sports/vdrift
+games-strategy/endless-sky
+games-strategy/glob2
+net-vpn/freelan
+sci-geosciences/mapnik
+sci-visualization/nonolith-connect
+sys-apps/lcdtest
# Michał Górny <mgorny@gentoo.org> (2020-09-25)
# Effectively unmaintained. Not ported to py3.7. Multiple unresolved
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-11-12 11:20 Sebastian Pipping
0 siblings, 0 replies; 82+ messages in thread
From: Sebastian Pipping @ 2020-11-12 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 0275c17207295dced2f8f1d68f357e443a8f2aaa
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 11:06:28 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 11:19:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0275c172
package.mask: Revert last rite of sys-cluster/cluster-glue & revdeps
As discussed with Marc Schiffbauer <mschiff <AT> gentoo.org>.
This reverts commit f51b83a43a70a06d93851b0fa41f7e6e993e1e6e.
Bug #704610 of sys-cluster/cluster-glue turned out to be fixed
by commit b5442dd701a9eaaf22fb92808fb0ec93f7a9f1e6 of July 2020.
Vulnerable sys-cluster/pacemaker has been bumped yesterday.
So the path to stabilization is no longer blocked.
Bug: https://bugs.gentoo.org/704610
Bug: https://bugs.gentoo.org/711674
Bug: https://bugs.gentoo.org/751430
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
profiles/base/package.use.mask | 4 ----
profiles/package.mask | 14 --------------
2 files changed, 18 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b82bc16445b..69ec5e5d18b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,10 +6,6 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
-# Michał Górny <mgorny@gentoo.org> (2020-11-07)
-# sys-cluster/pacemaker is masked for removal.
-sys-cluster/drbd-utils pacemaker
-
# Alfredo Tupone <tupone@gentoo.org> (2020-11-06)
# waiting for lua to be slotted
media-gfx/exact-image lua
diff --git a/profiles/package.mask b/profiles/package.mask
index 77e9d869b01..0d74317c2a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -126,20 +126,6 @@ sci-libs/mkl-rt
# Removal in 30 days. Bug #725646.
media-fonts/mathematica-fonts
-# Michał Górny <mgorny@gentoo.org> (2020-11-07)
-# sys-cluster/cluster-glue fails to install for almost a year now.
-# The remaining packages are its reverse dependencies.
-#
-# The stable version of sys-cluster/pacemaker is vulnerable. It is also
-# using Python 2. A newer version can not be stabilized because
-# of the above.
-#
-# Removal in 30 days. Bug #704610.
-sys-cluster/cluster-glue
-sys-cluster/crmsh
-sys-cluster/pacemaker
-sys-cluster/resource-agents
-
# Andreas Sturmlechner <asturm@gentoo.org> (2020-11-05)
# Replaced by kde-frameworks/kdav, masked for removal in 14 days.
kde-apps/kdav
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2020-11-29 9:30 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2020-11-29 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 8555f565ff38171328cfcd9aee46b07a6ccfbfd4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:04:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:05:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8555f565
package.mask: Last rite dev-libs/libclangformat-ide
Bug: https://bugs.gentoo.org/734732
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1bee69f9232..b5164eb3063 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2020-11-29)
+# libclangformat-ide is masked for removal.
+dev-qt/qt-creator clang
+
# Joonas Niilola <juippis@gentoo.org> (2020-11-26)
# Still too experimental. efl's upstream can't keep up with libavif's.
# Bug: 756733
diff --git a/profiles/package.mask b/profiles/package.mask
index 83b1ae122dc..2a997cd3adb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2020-11-29)
+# An awful hack-package that was dumped on others, and not touched
+# by the person adding it since. Depends on obsolete LLVM versions
+# and needs a version bump.
+# Removal in 30 days. Bug #734732.
+dev-libs/libclangformat-ide
+
# David Seifert <soap@gentoo.org> (2020-11-28)
# Last release in 2002, multiple open bugs, no maintainer, no revdeps.
# Bug #709512, #713300, #729518, Removal in 30 days.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-01-07 16:06 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2021-01-07 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 1c3f547fcec0f1dd2a7e0d2e0e93f13e24ae0612
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 16:04:57 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 16:04:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3f547f
profiles: Mask dev-lang/php in slot 7.2
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 827877fa309..886afcc18ec 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2021-01-07)
+# PHP 7.2 is security vulnerable and end-of-life
+# Please upgrade to a newer slot
+php_targets_php7-2
# Michał Górny <mgorny@gentoo.org> (2021-01-01)
# The support for python3.6 target in Gentoo is discontinued.
diff --git a/profiles/package.mask b/profiles/package.mask
index 6cffbe6797c..024f3948deb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2021-01-07)
+# PHP 7.2 is security vulnerable and end-of-life
+# Please upgrade to a newer slot
+dev-lang/php:7.2
+virtual/httpd-php:7.2
+
# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-06)
# Post-consolekit cleanup, dead upstream since 2016.
# https://s3hh.wordpress.com/2016/06/18/whither-cgmanager/
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-01-07 16:58 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2021-01-07 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 3a9820df7b93180dc2a93ea6e78b00f699c42d34
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 16:56:06 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 16:58:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9820df
Revert "profiles: Mask dev-lang/php in slot 7.2"
Need to stable new versions of 3 packages (and deps) first
This reverts commit 1c3f547fcec0f1dd2a7e0d2e0e93f13e24ae0612.
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/use.mask | 4 ----
profiles/package.mask | 6 ------
2 files changed, 10 deletions(-)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 886afcc18ec..827877fa309 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,10 +4,6 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
-# Brian Evans <grknight@gentoo.org> (2021-01-07)
-# PHP 7.2 is security vulnerable and end-of-life
-# Please upgrade to a newer slot
-php_targets_php7-2
# Michał Górny <mgorny@gentoo.org> (2021-01-01)
# The support for python3.6 target in Gentoo is discontinued.
diff --git a/profiles/package.mask b/profiles/package.mask
index 024f3948deb..6cffbe6797c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,12 +32,6 @@
#--- END OF EXAMPLES ---
-# Brian Evans <grknight@gentoo.org> (2021-01-07)
-# PHP 7.2 is security vulnerable and end-of-life
-# Please upgrade to a newer slot
-dev-lang/php:7.2
-virtual/httpd-php:7.2
-
# Andreas Sturmlechner <asturm@gentoo.org> (2021-01-06)
# Post-consolekit cleanup, dead upstream since 2016.
# https://s3hh.wordpress.com/2016/06/18/whither-cgmanager/
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-01-07 21:25 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2021-01-07 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 3631ca33f21b46e72b9408af289cb1a2a925eb12
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 21:18:09 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 21:18:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3631ca33
profiles: Mask PHP 7.2 and packages that depend on it exclusively
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/package.use.mask | 15 +++++++++++++++
profiles/base/use.mask | 5 +++++
profiles/package.mask | 9 +++++++++
3 files changed, 29 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5d1fbac4039..31123461d8e 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,21 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2021-01-07)
+# Block test deps on packages until they can be updated
+# Old phpunit does not work with new PHP and last is vulnerable
+dev-php/PEAR-Crypt_GPG test
+dev-php/PEAR-Text_Wiki_Mediawiki test
+dev-php/PEAR-VersionControl_SVN test
+dev-php/PHP_CodeSniffer test
+dev-php/php-redmine-api test
+dev-php/phptal test
+dev-php/recaptcha test
+dev-php/symfony-config test
+dev-php/symfony-event-dispatcher test
+dev-php/symfony-filesystem test
+dev-php/symfony-finder test
+
# Sam James <sam@gentoo.org> (2021-01-04)
# Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc)
# bug #723438
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 827877fa309..11e7560900e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2021-01-07)
+# PHP 7.2 is security vulnerable and end-of-life
+# Please upgrade to a newer slot
+php_targets_php7-2
+php7-2
# Michał Górny <mgorny@gentoo.org> (2021-01-01)
# The support for python3.6 target in Gentoo is discontinued.
diff --git a/profiles/package.mask b/profiles/package.mask
index 08c8c4cb052..189fcd33bd2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,15 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2021-01-07)
+# PHP 7.2 is security vulnerable and end-of-life
+# Please upgrade to a newer slot
+dev-lang/php:7.2
+virtual/httpd-php:7.2
+=dev-php/phpunit-5.7.15-r3
+=dev-php/PHP_CodeCoverage-4.0.7-r2
+=dev-php/PHP_TokenStream-1.4.11-r1
+
# Joonas Niilola <juippis@gentoo.org> (2020-01-07)
# Eterm's development stopped 2014 and upstream brought to life
# its successor, terminology. Eterm is unmaintained in Gentoo with
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-06-18 22:51 Sam James
0 siblings, 0 replies; 82+ messages in thread
From: Sam James @ 2021-06-18 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 929025d74438f10d7b9d9f79d2002a953eb89aba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 22:47:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 22:50:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929025d7
profiles: add note to libxcrypt mask(s) to treat with care for non-glibc
We'll need to keep the masks for non-glibc (musl, uclibc{,-ng}, ...) so
make a note of it to prevent an issue down the line.
Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail.com>
Bug: https://bugs.gentoo.org/699422
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/base/package.use.force | 4 ++--
profiles/base/package.use.mask | 1 +
profiles/package.mask | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 2450d788500..eb7bc3a9dd5 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -93,8 +93,8 @@ sys-kernel/vanilla-kernel initramfs
# Sergei Trofimovich <slyfox@gentoo.org> (2019-11-06)
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
-# distribution and rely on external providers lke libxcrypt.
-# Gentoo will follow the suit but today we are not ready.
+# distribution and rely on external providers like libxcrypt.
+# Gentoo will follow suit but today we are not yet ready.
# Unmask at your risk. Bug #699422 tracks the effort.
sys-libs/glibc crypt
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8b41e67b485..e7d99d817a4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -270,6 +270,7 @@ dev-python/statsmodels doc
# Patrick McLean <chutzpah@gentoo.org> (2019-11-07)
# Collides with sys-libc/glibc[crypt]
+# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped entirely)
sys-libs/libxcrypt split-usr system
# Michał Górny <mgorny@gentoo.org> (2019-10-05)
diff --git a/profiles/package.mask b/profiles/package.mask
index e66e79db539..b68e9d648d8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -510,6 +510,7 @@ dev-lang/spark
# Patrick McLean <chutzpah@gentoo.org> (2020-02-07)
# Mask until sys-libs/libxcrypt[system] is unmasked
+# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped entirely)
>=virtual/libcrypt-2
# Lars Wendler <polynomial-c@gentoo.org> (2019-11-14)
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-06-19 21:04 John Helmert III
0 siblings, 0 replies; 82+ messages in thread
From: John Helmert III @ 2021-06-19 21:04 UTC (permalink / raw
To: gentoo-commits
commit: d17224506f7d3a290432a19d3381d209f00b924f
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 16:38:39 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 21:04:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1722450
profiles: last-rite net-misc/netkit-rsh
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
profiles/base/package.use.force | 5 +++++
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index eb7bc3a9dd5..8461911acd3 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# John Helmert III <ajak@gentoo.org> (2021-06-19)
+# netkit-rsh is last-rited and torque has
+# '!crypt? ( net-misc/netkit-rsh )', so force USE=crypt
+sys-cluster/torque crypt
+
# Sam James <sam@gentoo.org> (2021-05-07)
# Forced on for now as generated headers are now
# included unconditionally.
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e7d99d817a4..4e160ad986a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -659,3 +659,8 @@ media-libs/opencv contribovis
# Newer (>=4.4.0) versions of Quodlibet have a different library structure, so
# puddletag needs to be updated to handle that.
media-sound/puddletag quodlibet
+
+# John Helmert III <ajak@gentoo.org> (2021-06-19)
+# Reverse dependencies of last rited net-misc/netkit-rsh
+app-shells/pdsh rsh
+net-misc/sitecopy rsh
diff --git a/profiles/package.mask b/profiles/package.mask
index 3b100fd72e4..433f4079ac0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
#--- END OF EXAMPLES ---
+# John Helmert III <ajak@gentoo.org> (2021-06-19)
+# Unmaintained, open security bug.
+# Removal on 2021-07-19. Bug #717794.
+net-misc/netkit-rsh
+
# Michał Górny <mgorny@gentoo.org> (2021-06-19)
# Conflicts with app-arch/brotli[python]. Discontinued in favor
# of dev-python/brotlicffi. No revdeps remain.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-06-20 14:01 David Seifert
0 siblings, 0 replies; 82+ messages in thread
From: David Seifert @ 2021-06-20 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 4a54eb3933b9a846aff3c4fdf3bed50c47b32e92
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 14:01:21 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 14:01:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a54eb39
profiles: Last-rite Cannadic
Bug: https://bugs.gentoo.org/796878
Signed-off-by: David Seifert <soap <AT> gentoo.org>
profiles/base/use.mask | 6 ++++++
profiles/package.mask | 10 ++++++++++
2 files changed, 16 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6b49fabfb1e..d37141e9b8b 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# David Seifert <soap@gentoo.org> (2021-06-20)
+# Abandoned upstream, last release 17 years ago, unmaintained, tons of
+# QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
+canna
+canna-2ch
+
# Brian Evans <grknight@gentoo.org> (2021-01-07)
# PHP 7.2 is security vulnerable and end-of-life
# Please upgrade to a newer slot
diff --git a/profiles/package.mask b/profiles/package.mask
index e5d429cb0bd..ca4aa7a6c9e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,16 @@
#--- END OF EXAMPLES ---
+# David Seifert <soap@gentoo.org> (2021-06-20)
+# Abandoned upstream, last release 17 years ago, unmaintained, tons of
+# QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
+app-dicts/canna-cannadic
+app-dicts/canna-2ch
+app-emacs/yc
+app-i18n/canna
+app-i18n/canfep
+app-i18n/im-canna
+
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-20)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/796587
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-07-06 1:57 Aaron W. Swenson
0 siblings, 0 replies; 82+ messages in thread
From: Aaron W. Swenson @ 2021-07-06 1:57 UTC (permalink / raw
To: gentoo-commits
commit: 9e31a4dd54e50c7de1bd40dfce1ac4460cbc64a7
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 01:34:36 2021 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 01:56:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e31a4dd
profiles/{package.mask,base/use.mask}: Mask PgSQL 9.5 for removal
PostgreSQL 9.5 is EOL.
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 13 +++++++++++++
2 files changed, 17 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index d37141e9b8b..12955cfde54 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Aaron W. Swenson <titanofold@gentoo.org> (2021-07-05)
+# PostgreSQL 9.5 masked for removal
+postgres_targets_postgres9_5
+
# David Seifert <soap@gentoo.org> (2021-06-20)
# Abandoned upstream, last release 17 years ago, unmaintained, tons of
# QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
diff --git a/profiles/package.mask b/profiles/package.mask
index 6fc6d8daefe..f6c81ee7a80 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,19 @@
#--- END OF EXAMPLES ---
+# Aaron W. Swenon <titanofold@gentoo.org> (2021-07-05)
+# PostgreSQL 9.5 has reached end of life and will no longer receive any
+# updates -- security or otherwise -- from upstream or Gentoo.
+#
+# You should migrate immediately.
+# https://wiki.gentoo.org/wiki/PostgreSQL/QuickStart#Post-9.0_Migration
+#
+# For more information about PostgreSQL's versioning policy, see:
+# https://www.postgresql.org/support/versioning/
+#
+# Removal after 2021-08-04.
+dev-db/postgresql:9.5
+
# Michał Górny <mgorny@gentoo.org> (2021-07-06)
# Various Python 2-specific backports. All the reverse dependencies
# (except for deps between these packages) have been eliminated.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-11-23 17:03 Sam James
0 siblings, 0 replies; 82+ messages in thread
From: Sam James @ 2021-11-23 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 0ab57a0eeb810d8b645170496a191baaae00404b
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Nov 23 13:14:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 17:02:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab57a0e
package.use.mask: mask dev-tex/pdfannotextractor
Bug: https://bugs.gentoo.org/803488
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23049
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7ce0397f682b..8c96b6fdf809 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
+# pdfannotextractor gets masked as it does not support
+# updated dev-java/pdfbox-2.0.24, Bug_#803488
+app-text/texlive pdfannotextractor
+
# Jakov Smolić <jsmolic@gentoo.org> (2021-10-26)
# Depends on masked sys-fabric/dapl
sys-fabric/ofed dapl
diff --git a/profiles/package.mask b/profiles/package.mask
index 85d6bde90297..5d529b05c418 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
+# Does not support updated dev-java/pdfbox-2.0.24, Bug_#803488
+# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
+dev-tex/pdfannotextractor
+
# Marek Szuba <marecki@gentoo.org> (2021-11-23)
# No releases or repo activity upstream since 2013, both versions currently
# in the tree fail to build (for different reasons), unmaintained in Gentoo,
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2021-12-20 10:57 David Seifert
0 siblings, 0 replies; 82+ messages in thread
From: David Seifert @ 2021-12-20 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 0bf1115193ab82db31e31e684938d9c2b1749308
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 10:57:39 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 10:57:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf11151
profiles: last-rite CUDA 10
Closes: https://github.com/gentoo/gentoo/pull/23425
Bug: https://bugs.gentoo.org/721808
Bug: https://bugs.gentoo.org/760708
Signed-off-by: David Seifert <soap <AT> gentoo.org>
profiles/base/package.use.mask | 6 ++++++
profiles/package.mask | 7 +++++++
2 files changed, 13 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index b4b7b45fa8f0..7cd1f91b55eb 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# David Seifert <soap@gentoo.org> (2021-12-19)
+# Requires GCC 8, security vulnerabilities, switch to CUDA 11,
+# consider using clang+NVPTX backend for sm_30 cards.
+# Removal in 90 days, bug #721808, #760708.
+dev-libs/cudnn cuda10-2
+
# Thomas Deutschmann <whissi@gentoo.org> (2021-12-03)
# Requires newer media-libs/dav1d which isn't available yet,
# see https://bugzilla.mozilla.org/1734058
diff --git a/profiles/package.mask b/profiles/package.mask
index e5bdca55d285..a594fb75eca1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
#--- END OF EXAMPLES ---
+# David Seifert <soap@gentoo.org> (2021-12-20)
+# Requires GCC 8, security vulnerabilities, switch to CUDA 11,
+# consider using clang+NVPTX backend for sm_30 cards.
+# Removal in 90 days, bug #721808, #760708.
+<dev-util/nvidia-cuda-sdk-11
+<dev-util/nvidia-cuda-toolkit-11
+
# Michał Górny <mgorny@gentoo.org> (2021-12-20)
# Switches from deprecated stdlib distutils to vendored distutils
# by default. Masked for testing. See tracker bug #822354.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-01-21 15:23 Brian Evans
0 siblings, 0 replies; 82+ messages in thread
From: Brian Evans @ 2022-01-21 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 28a229d6bc7830b88737cfefad0df107c9defedf
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 15:22:20 2022 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 15:22:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a229d6
profiles: Mask PHP 7.3 as end of life
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
profiles/base/use.mask | 6 ++++++
profiles/package.mask | 8 ++++++++
2 files changed, 14 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index c6a22bb1577f..310eda17d4da 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Brian Evans <grknight@gentoo.org> (2022-01-21)
+# PHP 7.3 is end-of-life
+# Please upgrade to a newer slot
+php_targets_php7-3
+php7-3
+
# Sam James <sam@gentoo.org> (2022-01-12)
# PCH has proven itself to be unreliable and lead to spurious build
# failures. Masking so users aren't exposed to such failures without opting-in.
diff --git a/profiles/package.mask b/profiles/package.mask
index a1ffe7417880..3dae18e0f9e8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
#--- END OF EXAMPLES ---
+# Brian Evans <grknight@gentoo.org> (2022-01-21)
+# PHP 7.3 is end-of-life
+# Please upgrade to a newer slot
+# Guide at https://www.php.net/manual/en/migration74.incompatible.php
+# Removal in 30 days
+dev-lang/php:7.3
+virtual/httpd-php:7.3
+
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-01-17)
# Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
# Removal in 30 days.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-05-25 4:43 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-05-25 4:43 UTC (permalink / raw
To: gentoo-commits
commit: d23015d8b493a3ddd8fadbc9ec1ecd1192b1a8ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 04:42:21 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 25 04:43:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23015d8
package.mask: Last rite dev-python/{m2r,sphinxcontrib-openapi}
Bug: https://bugs.gentoo.org/843881
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 10 ++++++++++
2 files changed, 14 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 97b734573110..314ef3858475 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2022-05-25)
+# dev-python/sphinxcontrib-openapi is masked for removal.
+dev-python/jupyter_server doc
+
# Joonas Niilola <juippis@gentoo.org> (2022-05-03)
# sndio is currently broken in Gentoo, #842420.
# system-python-libs is HIGHLY EXPERIMENTAL according to upstream, and
diff --git a/profiles/package.mask b/profiles/package.mask
index d9f6dbb89534..81e39fec08d5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,16 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-05-25)
+# dev-python/m2r has not seen any activity since Jun 2019 and requires
+# old version of dev-python/mistune. dev-python/sphinxcontrib-openapi
+# has not seen any activity since Oct 2020. Their only revdep
+# is dev-python/jupyter_server[doc], so let's mask the flag and remove
+# them.
+# Removal on 2022-06-24. Bug #843881.
+dev-python/m2r
+dev-python/sphinxcontrib-openapi
+
# Matt Turner <mattst88@gentoo.org> (2022-05-23)
# Dead package upstream. Depends on dead app-misc/tracker:0.
# Removal on 2022-06-23. Bug #846605
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-07-02 11:49 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-07-02 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 78328fa9e83ef3433b721b4aa64dfc77179cda30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 11:47:56 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 11:49:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78328fa9
package.mask: Last rite dev-python/geoip-python
Bug: https://bugs.gentoo.org/855737
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 7 +++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index be6f51bdd00b..343667364907 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2022-07-02)
+# dev-python/geoip-python is masked for removal.
+net-p2p/deluge geoip
+
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# This flag concerns an x86-specific problem.
sys-libs/glibc stack-realign
diff --git a/profiles/package.mask b/profiles/package.mask
index 18b68dcc9e78..2aa2e613db86 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-07-02)
+# Last release in 2014. Archived upstream, and superseded by GeoIP2
+# (not packaged). There is only one revdep (net-p2p/deluge) for which
+# it is optional.
+# Removal on 2022-08-01. Bug #855737.
+dev-python/geoip-python
+
# Matthew Smith <matthew@gentoo.org> (2022-07-02)
# Superseded by dev-util/rebar:3.
# Removal in 30 days. Bug #855728.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-07-16 6:53 Hans de Graaff
0 siblings, 0 replies; 82+ messages in thread
From: Hans de Graaff @ 2022-07-16 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 8587d1c50ac2c4030ba416d0a490c16507e04140
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 06:44:36 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 06:44:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8587d1c5
profiles/package.mask: mask ruby:2.6 for removal
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
profiles/base/use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 8058ff3f174c..b68a2f27b1b1 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Hans de Graaff <graaff@gentoo.org> (2022-07-16)
+# Mask ruby 2.6 as EOL
+ruby_targets_ruby26
+
# Matt Turner <mattst88@gentoo.org> (2022-04-16)
# dev-util/sysprof not keyworded on most arches yet
sysprof
diff --git a/profiles/package.mask b/profiles/package.mask
index 41f326ed0daf..301042aba019 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Hans de Graaff <graaff@gentoo.org> (2022-07-16)
+# No longer supported upstream. Use a newer ruby version instead.
+# Masked for removal in 30 days.
+dev-lang/ruby:2.6
+
# Sam James <sam@gentoo.org> (2022-07-15)
# No activity upstream since early 2021, uses deprecated Go eclass,
# open bugs: bug #680358, bug #844694. Removal on 2022-08-15.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-08-15 1:52 John Helmert III
0 siblings, 0 replies; 82+ messages in thread
From: John Helmert III @ 2022-08-15 1:52 UTC (permalink / raw
To: gentoo-commits
commit: 747727dddf91a920f7c80b8c1feef4029733a1cd
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 01:30:10 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 01:52:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747727dd
profiles: last rite libaacplus
Bug: https://bugs.gentoo.org/618000
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4793557400a4..7b377ff31b49 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# John Helmert III <ajak@gentoo.org> (2022-08-14)
+# libaacplus is last rited
+media-sound/darkice aacplus
+
# John Helmert III <ajak@gentoo.org> (2022-08-14)
# slurm is last rited
app-metrics/collectd collectd_plugins_slurm
diff --git a/profiles/package.mask b/profiles/package.mask
index 9134c9a175bf..ead79389e4ff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# John Helmert III <ajak@gentoo.org> (2022-08-14)
+# Dead upstream, vulnerable, no revdeps except a usedep. Removal in 30
+# days, bug #618000
+media-libs/libaacplus
+
# John Helmert III <ajak@gentoo.org> (2022-08-14)
# Many vulnerabilities (including code execution and root privilege
# escalation), effectively unmaintained. Removal in 30 days, bugs
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-11-17 20:22 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-11-17 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 84c69510c19b4cfe953dcf88a2456f6ca2036510
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 20:22:23 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 20:22:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c69510
package.mask: Last rite dev-python/gevent*
Bug: https://bugs.gentoo.org/879011
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 7 +++++++
profiles/package.mask | 10 ++++++++++
2 files changed, 17 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 57ea6ef9169f..ac97d8d41dcd 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,13 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2022-11-17)
+# Requires dev-python/gevent that is masked for removal.
+x11-misc/py3status gevent
+dev-python/rpyc gevent
+mail-filter/pyzor gevent
+www-servers/uwsgi python-gevent
+
# Michał Górny <mgorny@gentoo.org> (2022-11-17)
# Requires net-misc/pyhoca-cli that is masked for removal.
net-misc/remmina x2go
diff --git a/profiles/package.mask b/profiles/package.mask
index 359d9dcb909d..c20fe07224b5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,16 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-11-17)
+# Rarely used package with very high maintenance cost. Hacky, requires
+# explicit support code for every architecture, effectively preventing
+# it from being keyworded on some of the Gentoo architectures. The test
+# suite is problematic. The current release blocks dev-python/greenlet
+# upgrade, the new release fails many tests again.
+# Removal on 2022-12-17. Bug #879011.
+dev-python/gevent
+dev-python/geventhttpclient
+
# Michał Górny <mgorny@gentoo.org> (2022-11-17)
# Requires dev-python/gevent that is going to be masked for removal.
# net-misc/x2goclient remains as a replacement.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-11-18 19:36 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-11-18 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 9f62b96244290f8cc989a5831a0dc9505a963b20
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 19:35:40 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 19:36:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f62b962
package.mask: Last rite packages missing Python 3.10 support
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 5 +++++
profiles/package.mask | 48 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ac97d8d41dcd..2954b82f19c6 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2022-11-17)
+# Require packages masked for removal.
+net-analyzer/netdata kinesis
+kde-apps/kdesdk-meta python
+
# Michał Górny <mgorny@gentoo.org> (2022-11-17)
# Requires dev-python/gevent that is masked for removal.
x11-misc/py3status gevent
diff --git a/profiles/package.mask b/profiles/package.mask
index 79f0b5030a7e..ca242ca4e337 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,54 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-11-18)
+# These packages still lack support for Python 3.10. In general, they
+# did not see any activity recently and either have no maintainer
+# or their respective maintainers did not reply to the bug. Many
+# of them do not have tests enabled or have unresolved test failures.
+# Removal on 2022-12-18. Tracker bug #823185.
+app-admin/ansible-cmdb
+app-arch/bloscpack
+app-backup/borgweb
+app-i18n/fcitx-sunpinyin
+app-i18n/ibus-kkc
+app-i18n/ibus-sunpinyin
+app-i18n/libkkc
+app-i18n/libkkc-data
+app-i18n/sunpinyin
+app-i18n/sunpinyin-data
+app-i18n/xsunpinyin
+app-portage/distpatch
+app-text/q-text-as-data
+app-vim/pydiction
+app-vim/vimoutliner
+dev-libs/aws-sdk-cpp
+dev-python/Rx
+dev-python/bert
+dev-python/flask-assets
+dev-python/libpy_simdjson
+dev-python/parallax
+dev-python/pytest-salt
+dev-python/requests_pkcs12
+dev-python/slackclient
+dev-python/tvdb_api
+dev-python/webassets
+dev-python/ws4py
+dev-util/comparator
+dev-util/kdevelop-python
+dev-util/rosinstall_generator
+games-util/pyfa
+mate-extra/caja-hide
+media-gfx/netpaint
+media-plugins/mythplugins
+media-sound/marrie
+media-tv/tvnamer
+net-analyzer/carl
+net-im/skype-dbus-mock
+sci-libs/bmrblib
+sci-mathematics/relational
+sys-cluster/crmsh
+
# Michał Górny <mgorny@gentoo.org> (2022-11-17)
# Rarely used package with very high maintenance cost. Hacky, requires
# explicit support code for every architecture, effectively preventing
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-11-19 13:45 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-11-19 13:45 UTC (permalink / raw
To: gentoo-commits
commit: 24b82cb19719911543091d5e192846b8158751b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 13:42:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 13:45:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b82cb1
package.mask: Last rite multiple maintainer-needed packages
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 2 ++
profiles/package.mask | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2cbd0ba04485..26b5e4a1cb92 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,6 +8,8 @@
# Michał Górny <mgorny@gentoo.org> (2022-11-19)
# Requires packages masked for removal.
+mail-mta/netqmail authcram
+mail-mta/notqmail authcram
media-plugins/gst-plugins-meta libvisual
# Michał Górny <mgorny@gentoo.org> (2022-11-17)
diff --git a/profiles/package.mask b/profiles/package.mask
index c5d42659c3ab..142a48033ed0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,40 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-11-19)
+# Packages with no maintainer and major bugs reported. They are either
+# inactive upstream, or have not been bumped for a long time.
+#
+# app-emulation/aqemu: bug #806421, last bumped in 2016
+# app-forensics/ovaldi: revdep of dev-libs/xalan-c, last bumped in 2017
+# app-misc/glimpse: bug #684096, last bumped in 2013
+# dev-db/cpp-driver: bug #685936, last bumped in 2019
+# dev-erlang/riakc: bug #722688, last bumped in 2016
+# dev-libs/xalan-c: bug #734190, last bumped in 2011
+# dev-util/stubgen: bug #839927, last bumped in 2011
+# media-gfx/xzgv: bug #831252, last bumped in 2009
+# net-dns/dnssec-check: bug #571350, last bumped in 2016
+# net-mail/cmd5checkpw: bug #833292, last bumped in 2005
+# net-ftp/gproftpd: bug #550524, last bumped in 2007
+# sys-apps/intel-performance-counter-monitor: bug #728564,
+# last bumped in 2016
+#
+# Removal on 2022-12-19.
+acct-group/cmd5checkpw
+acct-user/cmd5checkpw
+app-emulation/aqemu
+app-forensics/ovaldi
+app-misc/glimpse
+dev-db/cpp-driver
+dev-erlang/riakc
+dev-libs/xalan-c
+dev-util/stubgen
+media-gfx/xzgv
+net-dns/dnssec-check
+net-mail/cmd5checkpw
+net-ftp/gproftpd
+sys-apps/intel-performance-counter-monitor
+
# Michał Górny <mgorny@gentoo.org> (2022-11-19)
# Packages with reported failures and no maintainer activity.
#
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-11-21 22:48 Matt Turner
0 siblings, 0 replies; 82+ messages in thread
From: Matt Turner @ 2022-11-21 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 4ac70443bd4af8d30c4fb88f2c9726ac41cf0dd1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 17:56:54 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 22:47:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac70443
profiles: Unmask net-libs/libsoup:3.0 and reverse dependencies
Bug: https://bugs.gentoo.org/881557
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/base/package.use.mask | 19 ++++------
profiles/base/package.use.stable.mask | 4 +++
profiles/package.mask | 66 +++++------------------------------
3 files changed, 18 insertions(+), 71 deletions(-)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c17fe477cb33..86c730432612 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Matt Turner <mattst88@gentoo.org> (2022-09-26)
+# Requires nautilus-43.0 which is keyworded everywhere
+>=app-arch/file-roller-43.0 nautilus
+>=app-text/evince-43.0 nautilus
+>=x11-terms/gnome-terminal-3.46 nautilus
+
# Sam James <sam@gentoo.org> (2022-11-19)
# Needs long-EOL dev-lang/spidermonkey:60 (which also needs python:2.7).
media-libs/coin javascript
@@ -70,15 +76,6 @@ app-emulation/virtualbox-modules pax-kernel
sys-libs/zlib-ng compat
sys-libs/minizip-ng compat
-# Matt Turner <mattst88@gentoo.org> (2022-09-26)
-# Requires nautilus-43.0 which is not in tree yet.
->=x11-terms/gnome-terminal-3.46 nautilus
-
-# Pascal Jaeger <pascal.jaeger@leimstift.de> (2022-09-21)
-# Versions >=43.0 of evince only work with <gnome-base/nautilus-42.2.
-# Allowing that use flag for >=43.0 would stop users from updating nautilus
->=app-text/evince-43.0 nautilus
-
# Yiyang Wu <xgreenlandforwyy@gmail.com> (2022-09-21)
# Intolerable mathematical errors found on AMD Radeon VII GPU during src_test,
# may lead to incorrect results in computation.
@@ -188,10 +185,6 @@ dev-python/jupyter_server doc
# https://github.com/aria2/aria2/issues/1636
net-misc/aria2 gnutls
-# Matt Turner <mattst88@gentoo.org> (2022-03-25)
-# Depends on libsoup:3.0
->=gnome-base/gvfs-1.50 http
-
# Craig Andrews <candrews@gentoo.org> (2022-03-25)
# Requires as of yet unreleased QUIC support in OpenSSL
net-libs/ngtcp2 openssl
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index 07276f167a74..d1763f389d74 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.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 package.use.mask
+# Matt Turner <mattst88@gentoo.org> (2022-11-16)
+# Depends on libsoup:3.0
+>=gnome-base/gvfs-1.50 http
+
# Michał Górny <mgorny@gentoo.org> (2022-11-06)
# Unmask the target on python-exec while it's masked elsewhere.
dev-lang/python-exec -python_targets_python3_11
diff --git a/profiles/package.mask b/profiles/package.mask
index 95a511b6dd1b..12015111be8d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
#--- END OF EXAMPLES ---
+# Matt Turner <mattst88@gentoo.org> (2022-11-16)
+# Packages or their dependencies have not been ported to libsoup:3.0, while
+# other non-slotted dependencies have been.
+media-gfx/gnome-photos
+media-sound/gnome-music
+net-libs/libzapojit
+net-misc/gnome-online-miners
+
# Ionen Wolkens <ionen@gentoo.org> (2022-11-21)
# Was added only for dev-python/pytest-bdd which no longer needs it.
# If using, migrate to stdlib glob which supports `**` since python-3.5.
@@ -673,64 +681,6 @@ media-libs/webrtc-audio-processing:1
# old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall.
sys-devel/automake:1.11
-# Mart Raudsepp <leio@gentoo.org> (2021-09-15)
-# New major parallel-installable release which needs special care to not
-# end up loaded into the same process together with the earlier libsoup ABI.
-# Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
->=app-arch/file-roller-43
->=app-backup/deja-dup-43
->=app-crypt/seahorse-43
->=app-misc/bijiben-40.1-r1
->=app-misc/tracker-3.4.0-r1
->=app-misc/tracker-miners-3.4.0-r1
->=app-text/gtranslator-42
->=app-text/libgepub-0.7.0
->=dev-libs/gjs-1.74
->=dev-libs/libgweather-4.2.0
->=dev-python/nautilus-python-4.0
->=dev-util/devhelp-43
->=dev-util/gnome-builder-43
->=gnome-base/gnome-applets-3.46
->=gnome-base/gnome-desktop-43
->=gnome-base/gnome-flashback-3.46
->=gnome-base/gnome-panel-3.46
->=gnome-base/gnome-settings-daemon-43
->=gnome-base/gnome-shell-43
->=gnome-base/nautilus-43
->=gnome-extra/evolution-data-server-3.46
->=gnome-extra/evolution-ews-3.46
->=gnome-extra/gnome-boxes-43
->=gnome-extra/gnome-calculator-43
->=gnome-extra/gnome-calendar-43
->=gnome-extra/gnome-clocks-43
->=gnome-extra/gnome-shell-extensions-43
->=gnome-extra/gnome-shell-frippery-43
->=gnome-extra/gnome-software-43
->=gnome-extra/sushi-43
->=mail-client/balsa-2.6.4
->=mail-client/evolution-3.46
->=mail-client/geary-43
->=media-gfx/gnome-photos-43
->=net-irc/polari-43
-net-libs/dleyna
->=net-libs/gnome-online-accounts-3.46
->=net-libs/gssdp-1.6
->=net-libs/gupnp-1.6
-net-libs/phodav:3.0
-net-libs/uhttpmock:1.0
-net-libs/webkit-gtk:4.1
-net-libs/webkit-gtk:5
->=net-misc/gupnp-tools-0.12
->=net-misc/rygel-0.42
->=net-misc/spice-gtk-0.41-r1
-sci-geosciences/geocode-glib:2
->=sci-geosciences/geocode-glib-3.26.4-r1:0
->=sci-geosciences/gnome-maps-43
->=sys-apps/osinfo-db-tools-1.10.0-r1
->=sys-libs/libosinfo-1.10.0-r1
->=www-client/epiphany-43
->=x11-wm/mutter-43
-
# Thomas Deutschmann <whissi@gentoo.org> (2021-09-07)
# Masked while being tested and reverse deps aren't fully compatible
# bug #797325.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2022-12-20 18:52 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2022-12-20 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 53849193da9962039177e41567a94bf672114f41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 18:51:22 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 18:52:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53849193
package.mask: Last rite sys-cluster/ganglia
Bug: https://bugs.gentoo.org/887489
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a79caa68e4a6..56637cb12e02 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2022-12-20)
+# sys-cluster/ganglia is masked for removal.
+app-metrics/collectd collectd_plugins_gmond
+
# Sam James <sam@gentoo.org> (2022-12-17)
# Broken when trying to use sys-libs/binutils-libs header, bug #879067
>=x11-libs/cairo-1.17.6 debug
diff --git a/profiles/package.mask b/profiles/package.mask
index f8ac37ba6ad9..efed1ef727f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2022-12-20)
+# Pending version bump since 2015. No new upstream releases since.
+# Removal on 2023-01-19. Bug #887489.
+sys-cluster/ganglia
+
# Michał Górny <mgorny@gentoo.org> (2022-12-20)
# Unmaintained. Pending version bump since 2019. Even then, the newest
# upstream release has known vulnerabilities.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-02-20 18:27 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2023-02-20 18:27 UTC (permalink / raw
To: gentoo-commits
commit: eb463324197bbc08632d47d477cb46bdeb84fc89
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 18:25:50 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 18:26:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb463324
package.mask: Last rite dev-python/colorspacious
Bug: https://bugs.gentoo.org/888241
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d54fb2cdd492..dc8d424389a7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2023-02-20)
+# dev-python/colorspacious is masked for removal.
+<dev-python/matplotlib-3.7.1 doc
+
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-02-09)
# Bug #893686. Presently nothing depends on dev-java/swt built with this flag.
dev-java/swt:4.10 webkit
diff --git a/profiles/package.mask b/profiles/package.mask
index 8fa8e8eefec0..eb152c82dd81 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-02-20)
+# Uses dev-python/nose, no py3.11 support. Last upstream commit
+# in 2019. Used only for dev-python/matplotlib[doc].
+# Removal on 2023-03-22. Bug #888241.
+dev-python/colorspacious
+
# Bernd Waibel <waebbl-gentoo@posteo.net> (2023-02-19)
# Obsolete, last consumer is gone.
# Removal on 2023-03-21. Bug #892209
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-08-19 7:27 Hans de Graaff
0 siblings, 0 replies; 82+ messages in thread
From: Hans de Graaff @ 2023-08-19 7:27 UTC (permalink / raw
To: gentoo-commits
commit: a6418e1e22a11d5f8ee440af2b2bd6fe9fccb996
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 07:26:48 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 07:27:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6418e1e
profiles/package.mask: mask ruby 3.0 for removal
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
profiles/base/use.mask | 5 +++++
profiles/package.mask | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index cbddc6b7042e..70185d8cdc00 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Hans de Graaff <graaff@gentoo.org> (2023-08-19)
+# Ruby 3.0 is not compatible with OpenSSL 3. Please upgrade to a newer
+# Ruby version.
+ruby_targets_ruby30
+
# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
# PHP 7.x is end-of-life. Please upgrade to a newer slot.
php_targets_php7-3
diff --git a/profiles/package.mask b/profiles/package.mask
index 0f7b3445b644..efa2cb51031a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
#--- END OF EXAMPLES ---
+# Hans de Graaff <graaff@gentoo.org> (2023-08-19)
+# Ruby 3.0 is not compatible with OpenSSL 3 and consequently will be
+# masked earlier than its upstream EOL date. Please use a newer Ruby
+# version instead. Masked for removal on 2023-09-19.
+dev-lang/ruby:3.0
+
# Sam James <sam@gentoo.org> (2023-08-18)
# Masked for testing.
=sys-libs/zlib-1.3-r1
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-08-23 13:26 Michael Orlitzky
0 siblings, 0 replies; 82+ messages in thread
From: Michael Orlitzky @ 2023-08-23 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 60a2005dab7f232a7b64cf2a417636378403f76c
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 12:57:35 2023 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 13:24:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a2005d
profiles: mask sci-mathematics/polymake
It's not compatible with perl-5.38 and no short-term fix is pending.
Bug: https://bugs.gentoo.org/909570
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 713b5a25b2b5..d8351fb2f971 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-23)
+# Polymake itself is masked for removal (bug 909570).
+sci-mathematics/singular polymake
+
# Michael Orlitzky <mjo@gentoo.org> (2023-08-12)
# php-7.x is End-of-Life (EOL) and masked, but these packages don't
# support any newer versions with USE=php. Bugs 912183, 912184,
diff --git a/profiles/package.mask b/profiles/package.mask
index 78a14053fa9a..e3b97a70b5ef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Michael Orlitzky <mjo@gentoo.org> (2023-08-23)
+# Incompatible with perl-5.38 and no fix forthcoming (bug 909570).
+# Removal sometime after 2023-09-23.
+sci-mathematics/polymake
+
# William Hubbs <williamh@gentoo.org> (2023-08-23)
# Upstream bug opened since this didn't compile.
# My tests were done via "sudo ebuild" instead of emerge so my tests
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-09-09 19:00 David Seifert
0 siblings, 0 replies; 82+ messages in thread
From: David Seifert @ 2023-09-09 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 83343c572510f8047121a6c9f54c62e8d6d04691
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 19:00:48 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 19:00:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83343c57
package.mask: Last rite dev-lang/php:8.0
Signed-off-by: David Seifert <soap <AT> gentoo.org>
profiles/base/use.mask | 5 +++++
profiles/package.mask | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 7c28507a6e0f..3f27878013e6 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# David Seifert <soap@gentoo.org> (2023-09-09)
+# EOL upstream in 2 months, causes major headaches for OpenSSL 1.1
+# masking. Removal on 2023-10-09.
+php_targets_php8-0
+
# Hans de Graaff <graaff@gentoo.org> (2023-08-19)
# Ruby 3.0 is not compatible with OpenSSL 3. Please upgrade to a newer
# Ruby version.
diff --git a/profiles/package.mask b/profiles/package.mask
index 2a5b4252d408..12cb568e3f50 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
#--- END OF EXAMPLES ---
+# David Seifert <soap@gentoo.org> (2023-09-09)
+# EOL upstream in 2 months, causes major headaches for OpenSSL 1.1
+# masking. Removal on 2023-10-09.
+dev-lang/php:8.0
+virtual/httpd-php:8.0
+
# David Seifert <soap@gentoo.org> (2023-09-09)
# Depends on PHP 8.0. Removal on 2023-10-09.
~www-apps/tt-rss-20220218
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-09-15 17:26 Andreas K. Hüttel
0 siblings, 0 replies; 82+ messages in thread
From: Andreas K. Hüttel @ 2023-09-15 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 3c1794bc4e219118ce13c9786526f396c2f71d98
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 17:26:15 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 17:26:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1794bc
package.mask: move opentmpfiles mask to main file
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/base/package.mask | 8 --------
profiles/package.mask | 5 +++++
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index f09a97d08bf5..cbe031846f35 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -25,11 +25,3 @@ sys-libs/libucontext
# made.)
# bug #699422.
virtual/libcrypt:0/1
-
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-06)
-# No longer maintained upstream; please see the 2021-07-15-opentmpfiles-deprecation
-# news item.
-sys-apps/opentmpfiles
-
-# (above is added here instead of in ../package.mask so x86 musl can
-# override it for the moment)
diff --git a/profiles/package.mask b/profiles/package.mask
index a975ba4ac9aa..91764199d937 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-06)
+# No longer maintained upstream; please see the 2021-07-15-opentmpfiles-deprecation
+# news item.
+sys-apps/opentmpfiles
+
# Hans de Graaff <graaff@gentoo.org> (2023-09-15)
# Not compatible with ruby31, no reverse dependencies. Last release in
# 2013. Masked for removal on 2023-10-15.
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-10-14 8:28 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2023-10-14 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 988e841a507b6327338de7fe6e4c1ee4c405c344
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 08:26:54 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 08:28:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988e841a
package.mask: Last rite media-video/transcode and revdeps
Bug: https://bugs.gentoo.org/861311
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 12 ++++++++++++
2 files changed, 16 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 18a2d978dffc..ae101352ce47 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2023-10-14)
+# media-video/transcode is masked for removal.
+media-video/chaplin transcode
+
# Ionen Wolkens <ionen@gentoo.org> (2023-10-10)
# Broken with Qt6.6 and, given USE has no revdeps, simpler to just
# mask for now to save desktop profile users (default bluetooth)
diff --git a/profiles/package.mask b/profiles/package.mask
index 2678a6d39fa6..071636551e0a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,18 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-10-14)
+# media-video/transcode is dead for many years. We already piled up
+# a lot of downstream patches just to keep it working, and it's broken
+# again (ffmpeg-5 this time). The mask includes revdeps.
+# Removal on 2023-11-13. Bug #861311.
+app-cdr/dvdshrink
+media-plugins/vdr-burn
+media-plugins/vdr-burn-templates
+media-video/dvd9to5
+media-video/dvdrip
+media-video/transcode
+
# Andrey Grozin <grozin@gentoo.org> (2023-10-12)
# The last upstream tag in 2021
# There is an active fork: app-text/crqt-ng and app-text/crwx-ng
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2023-11-25 15:15 John Helmert III
0 siblings, 0 replies; 82+ messages in thread
From: John Helmert III @ 2023-11-25 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 65a29e83791333ba0aa92ab381331118ff364e11
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 15:12:48 2023 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 15:15:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a29e83
profiles: last rite app-text/gocr
Bug: https://bugs.gentoo.org/824290
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 8 ++++++++
2 files changed, 12 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 72d68286212d..1c2c168346d0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# John Helmert III <ajak@gentoo.org> (2023-11-25)
+# app-text/gocr has been masked for removal, bug #824290
+media-gfx/xsane ocr
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
# Qt6 is still experimental in freecad, currently the configure phase
# gets itself stuck by importing both qt5 and qt6 cmake files.
diff --git a/profiles/package.mask b/profiles/package.mask
index af4a737f28d6..5649cb893a1e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
#--- END OF EXAMPLES ---
+# John Helmert III <ajak@gentoo.org> (2023-11-25)
+# Multiple vulnerabilities, unmaintained upstream and in Gentoo.
+# subtitleripper included as sole reverse dependency, similarly
+# unmaintained, and with no other reverse dependencies.
+# Removal on 2023-12-24, bug #824290.
+app-text/gocr
+media-video/subtitleripper
+
# Sam James <sam@gentoo.org> (2023-11-25)
# Breaks desktop icon rendering, see bug #904468.
# Upstream bug: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/242
^ permalink raw reply related [flat|nested] 82+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
@ 2024-03-26 14:04 Michał Górny
0 siblings, 0 replies; 82+ messages in thread
From: Michał Górny @ 2024-03-26 14:04 UTC (permalink / raw
To: gentoo-commits
commit: bd4987694728ce81e8f05197ee1688ff1fdfff1d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 14:02:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 14:03:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd498769
package.mask: Last rite sys-auth/pam_ssh
Bug: https://bugs.gentoo.org/892031
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.mask | 4 ++++
profiles/package.mask | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1b39b7a886a6..3534f84dced9 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2024-03-26)
+# sys-auth/pam_ssh is being last rited, bug #892031.
+sys-auth/pambase pam_ssh
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-22)
# Building with qt6 requires (masked) kde-frameworks:6
app-admin/calamares qt6
diff --git a/profiles/package.mask b/profiles/package.mask
index 1f48a464a9ce..5d0133b462c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2024-03-26)
+# Issues with OpenSSL 3. Unmaintained. Last activity in 2019.
+# Removal on 2024-04-25. Bug #892031.
+sys-auth/pam_ssh
+
# Michał Górny <mgorny@gentoo.org> (2024-03-26)
# Fails to compile. Unmaintained. Last activity in 2016.
# Depends on an old wxGTK slot.
^ permalink raw reply related [flat|nested] 82+ messages in thread
end of thread, other threads:[~2024-03-26 14:04 UTC | newest]
Thread overview: 82+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 9:07 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-03-26 14:04 Michał Górny
2023-11-25 15:15 John Helmert III
2023-10-14 8:28 Michał Górny
2023-09-15 17:26 Andreas K. Hüttel
2023-09-09 19:00 David Seifert
2023-08-23 13:26 Michael Orlitzky
2023-08-19 7:27 Hans de Graaff
2023-02-20 18:27 Michał Górny
2022-12-20 18:52 Michał Górny
2022-11-21 22:48 Matt Turner
2022-11-19 13:45 Michał Górny
2022-11-18 19:36 Michał Górny
2022-11-17 20:22 Michał Górny
2022-08-15 1:52 John Helmert III
2022-07-16 6:53 Hans de Graaff
2022-07-02 11:49 Michał Górny
2022-05-25 4:43 Michał Górny
2022-01-21 15:23 Brian Evans
2021-12-20 10:57 David Seifert
2021-11-23 17:03 Sam James
2021-07-06 1:57 Aaron W. Swenson
2021-06-20 14:01 David Seifert
2021-06-19 21:04 John Helmert III
2021-06-18 22:51 Sam James
2021-01-07 21:25 Brian Evans
2021-01-07 16:58 Brian Evans
2021-01-07 16:06 Brian Evans
2020-11-29 9:30 Michał Górny
2020-11-12 11:20 Sebastian Pipping
2020-09-26 12:07 Michał Górny
2020-09-25 11:14 Ulrich Müller
2020-09-20 8:16 Michał Górny
2020-09-09 12:29 Lars Wendler
2020-09-09 12:28 Michał Górny
2020-08-22 9:23 Michał Górny
2020-08-22 9:15 Michał Górny
2020-08-16 9:57 Michał Górny
2020-08-14 0:58 Aaron W. Swenson
2020-06-14 6:51 Hans de Graaff
2020-04-20 7:55 Michał Górny
2020-04-19 10:01 Georgy Yakovlev
2020-04-17 16:08 Ulrich Müller
2020-03-26 4:37 Matt Turner
2020-02-24 8:43 Michał Górny
2020-02-24 8:04 Michał Górny
2020-01-27 9:48 Michał Górny
2019-12-19 14:23 Brian Evans
2019-12-11 15:18 Ulrich Müller
2019-12-07 22:53 Andreas Sturmlechner
2019-11-29 8:04 Michał Górny
2019-11-28 20:47 Thomas Deutschmann
2019-10-05 7:42 Michał Górny
2019-10-03 15:46 罗百科
2019-09-30 20:39 Brian Evans
2019-09-28 12:35 Michał Górny
2019-09-07 7:15 Michał Górny
2019-08-27 20:55 Michał Górny
2019-08-27 20:39 Michał Górny
2019-08-25 20:22 Michał Górny
2019-04-09 5:53 Hans de Graaff
2019-03-16 20:01 Matt Turner
2019-03-16 17:31 Michał Górny
2019-01-11 14:15 Brian Evans
2019-01-11 14:15 Brian Evans
2018-11-28 15:37 Michał Górny
2018-11-04 13:50 Pacho Ramos
2018-09-09 19:04 Aaron Swenson
2018-03-18 12:42 Pacho Ramos
2018-03-17 20:04 Pacho Ramos
2018-03-13 14:06 Pacho Ramos
2018-02-22 13:49 Brian Evans
2017-11-26 2:24 Matt Turner
2017-07-14 10:50 Pacho Ramos
2017-01-25 18:05 Matt Turner
2016-12-07 7:29 Hans de Graaff
2016-11-15 14:32 Michał Górny
2016-09-18 23:27 Mike Gilbert
2016-09-03 16:59 Mike Gilbert
2016-08-22 15:19 Brian Evans
2016-06-01 8:35 Anthony G. Basile
2015-08-14 12:42 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox